XIUgraag

Stories kicked by XIUgraag

What if Visual Studio had Achievements?(blog.whiletrue.com)

submitted by bh213bh213(255) 1 year, 4 months ago

Maybe in Visual Studio 2012 with XBox Live integration? read more...

5 comments |category: |Views: 694

tags: another

Four Methods Of Simple Caching In .NET(www.jondavis.net)

submitted by stimpy77stimpy77(1271) 1 year, 8 months ago

Four ways to manage objects that expire in their container. read more...

add a comment |category: |Views: 686

tags: another

IRC.NET Released(blog.noldorin.com)

submitted by NoldorinNoldorin(829) 1 year, 9 months ago

IRC.NET is here. Yes, after months of (arduous) labour I have finally created a stable and usable release of my IRC client library for .NET 4.0. You may find the project hosted over at Launchpad, where you can currently download source, binaries, and documentation for all releases up to 0.3. read more...

add a comment |category: |Views: 214

tags: another

CodePlex adds Mercurial support(blogs.msdn.com)

submitted by jwanageljwanagel(395) 2 years, 4 months ago

Microsoft's open source project hosting site announces the addition of Mercurial to its supported source control systems. read more...

2 comments |category: |Views: 195

tags: another

C# Recorder using IronRuby(ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 2 years, 7 months ago

The Ruby languages has some very powerful built-in abilities. These are now available in C# 4.0 thanks to the dynamic keyword and IronRuby. In this post I take advantage of some of the powerful Ruby built-in abilities to create a class that records C# statements and playbacks them on an arbitrary object - a task that has been very complicated to achieve until now. read more...

add a comment |category: |Views: 291

tags: another

Read Between The Pixels - HLSL Kill Pixel Shader(kodierer.blogspot.com)

submitted by teichgrafteichgraf(615) 2 years, 7 months ago

Rene Schulte wrote two pixel shaders for Silverlight / WPF in HLSL that remove odd pixels or scanlines and make them transparent. read more...

add a comment |category: |Views: 43

tags: another

Head Tracking and 3D WPF(david.sleeckx.be)

submitted by SetsukoSetsuko(455) 2 years, 10 months ago

Using a webcam to track head movement and manipulate looking direction and position in 3D WPF. read more...

2 comments |category: |Views: 367

tags: another

Working with large domain models just got easier(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years ago

One painful thing when working with design surfaces for domain models in most products is managing very large models. Hundreds or thousands of domain entities are difficult to manage visually. In this post Ivan details how Mindscape LightSpeed now includes filtering - filter for entities based on their name or even tag up your entities to create custom sub views. Particularly powerful is being able to show associated entities and filter by eager load graphs. Can't remember what entities are going to be pulled back by a certain load graph? Just filter it and see! read more...

add a comment |category: |Views: 405

tags: another

SimpleDB tools for Visual Studio(mindscape.co.nz)

submitted by tdoggtdogg(80) 3 years, 4 months ago

A new add-in which integrates Amazon SimpleDB into Server Explorer and enables you to view and edit SimpleDB data within Visual Studio is up. It also integrates with the LightSpeed ORM framework and designer. read more...

add a comment |category: |Views: 364

tags: another

Self Installing Windows Service(blogs.microsoft.co.il)

submitted by kim_majorkim_major(375) 3 years, 4 months ago

Reusable class that can be added to a Windows Service project to enable Install, Uninstall, Start and Stop functionality. read more...

2 comments |category: |Views: 642

tags: another

How IoC containers fit in an application architecture.(blogs.msdn.com)

submitted by brandewinderbrandewinder(530) 3 years, 4 months ago

There is surprisingly little information out there in cyberspace on how IoC containers should fit into application architectures. I'm going to discuss some of the principles that I believe should be applied to "container-managed" application design. read more...

add a comment |category: |Views: 31

tags: another

3 reasons why you should let Google host jQuery for you(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 5 months ago

Three reasons why you should use the Google AJAX Libraries CDN for your public facing sites that use jQuery (or several other AJAX libraries) and examples of how to do so. read more...

add a comment |category: |Views: 615

tags: another

Next-Generation Rich Client with Vidyano(vidyano.com)

submitted by SetsukoSetsuko(455) 3 years, 5 months ago

The Vidyano team just made the release candidate version of their next-generation in rich client software available. Applications build with Vidyano take advantage of technologies such as WPF, Workflow, LINQ to SQL, Entity Framework, Add-Ins, etc. Vidyano drastically reduces the complexity of these technologies by adding wizards, designers and custom tool generators to the Visual Studio environment. read more...

add a comment |category: |Views: 480

tags: another

Object Oriented Programming With JavaScript(dev102.com)

submitted by galiyrgaliyr(220) 3 years, 7 months ago

In this article we are going to take an introductory look at how OO JavaScript works. I am going to assume you are familiar with Object Oriented Programming (OOP) concepts such as encapsulation, inheritance, and polymorphism. read more...

add a comment |category: |Views: 412

tags: another

Touchless - A webcam multi-touch SDK(officelabs.com)

submitted by wisemxwisemx(8074) 3 years, 7 months ago

That brings us to today, releasing Touchless to the world outside Microsoft, as a *FREE* *OPEN-SOURCE* SDK with a low barrier to entry for developers and users. Touchless makes developing multi-touch capable software easy, and the results can be enjoyed by anyone with a webcam (and some M&Ms :))! Touchless has come a long way, but its journey has just begun. I can imagine a variety of great directions to explore using Touchless. Perhaps support for the forthcoming Windows multi-touch API, video chat white-boarding, implementing mouse/game/hotkey/media control, and designing decked out Minority Report style file/media browsers. read more...

add a comment |category: |Views: 356

tags: another

Ideavine – An open source hosting project(windowsclient.net)

submitted by faisalfaisal(1345) 3 years, 7 months ago

Nate Kotahri and James Alveri has launched a new open source hosting service for .NET. it’s currently hosting only two projects, Subtext a famous open source blogging engine and NInject, a dependency injection framework. read more...

add a comment |category: |Views: 323

tags: another