.NET news » Examples 
Windows Runtime and C++: Porting Desktop Applications to the Windows Runtime
Windows 8 Special Issue 2012
Diego Dagum discusses how to port C++ desktop applications to the Windows Runtime Library, using a sample calculator application as a practical example.
Diego Dagum discusses how to port C++ desktop applications to the Windows Runtime Library, using a sample calculator application as a practical example.
9 Oct 2012, 18:00:00 Source: Windows Runtime and C++: Porting Desktop Applications to...
Tags: Examples
Multi-filtered WPF DataGrid with MVVM
A simple example of using multi-filters with a WPF DataGrid with MVVM.
Getting Rid of Your Code Behind
You know you should be moving code out from behind your forms, windows and web pages and into stand-alone classes. Everyone preaches that this is what to do, everyone shows you examples of ViewModel classes, but no one really shows you a real-world example of how to get rid of the code behind.
Synchronous Programming using .NET 4.5 BCL
I’ll show you the traditional way of converting Synchronous example to Asynchronous one and then will see how the same can be accomplished using Fx 4.5.
Touch and Go: Getting Oriented with the Windows Phone Compass
Smartphones get lots of input from the world through their sensors, but you can get even more by combining those sensors, as Charles Petzold shows with an example that combines the compass and accelerometer.
31 May 2012, 18:00:00 Source: Touch and Go: Getting Oriented with the Windows Phone...
Tags: Examples
Client Insight: Getting Started with Knockout
This inaugural Client Insights column explains how to get started with the Knockout JavaScript library by learning how and where to use it.
BoofCV: Real Time Computer Vision in Java
Introduction to and an example of how to use BoofCV
Building HTML5 Applications: Integrating Geolocation into Web Applications
Much of what the world is calling HTML5 is a set of technologies geared toward making real application development possible on the Web—and geolocation is a great example. Brandon Satrom introduces the Geolocation spec and shows you how to get started using it in your applications.
29 Nov 2011, 18:00:00 Source: Building HTML5 Applications: Integrating Geolocation into...
Tags: Examples
EasyProgressBarPacket
A few progressbar examples with clone support.
Assembly Programming with Visual Studio 2010
An example of how to program in assembly by using Visual Studio 2010