.NET news » Examples 
Host WCF Services in an Azure Worker Role
This article presents an example to host WCF services in an Azure Worker Role.
A Palindrome Program in SSIS using Copy Column, Derived Column, Character Map and Conditional Split Transformation.
This article will discuss about Copy Column, Derived Column, Character Map and Conditional Split Transformation in SSIS with a palindrome example
28 Apr 2011, 01:54:00 Source: A Palindrome Program in SSIS using Copy Column, Derived...
Tags: Examples
A Collection of Examples of 64-bit Errors in Real Programs
This article is the most complete collection of examples of 64-bit errors in the C and C++ languages.
20 Apr 2011, 06:49:00 Source: A Collection of Examples of 64-bit Errors in Real Programs
Tags: Examples
Natural Algorithms: Use Bee Colony Algorithms to Solve Impossible Problems
Simulated Bee Colony (SBC) algorithms model the behavior of honey bees and can be used to find solutions to difficult or impossible combinatorial problems. In this article I explain what exactly SBC algorithms are, describe the types of problems which can be solved using SBC algorithms, and present a complete end-to-end example which uses an SBC algorithm to solve the Traveling Salesman Problem.
31 Mar 2011, 19:00:00 Source: Natural Algorithms: Use Bee Colony Algorithms to Solve...
Tags: Examples
MEF with ASP.NET - "Hello World!"
Basic MEF (Managed Extensibility Framework) with ASP.NET. Extreme barebone "Hello World!" example.
Cutting Edge: Application Extensibility: MEF vs. IoC
You can create extensible apps using the Managed Extensibility Framework (MEF), which is built right into the .NET Framework 4. We'll walk through an example to compare plug-in implementations using both MEF and Inversion of Control frameworks.
Debugging Engine API: Writing a Debugging Tools for Windows Extension
Learning how to debug is a crucial developer skill. Fortunately, Visual Studio provides great tools for helping you debug your code. We'll cover the basics of building a custom debugger extension so you can analyze dump files (and also live systems) with ease.
The Unit Test of Silverlight Applications with Asynchronous Service Callbacks
This article presents an example on unit testing of Silverlight applications with asynchronous service callbacks.
Data and Command Bindings for Silverlight MVVM Applications
This article summerizes two utility classes used for data and command bindings in Silverlight MVVM applications and demonstrates how to use the two classes with a running example.
15 Feb 2011, 12:03:00 Source: Data and Command Bindings for Silverlight MVVM Applications
Tags: Examples
How to Add a Checkbox to a List View Column Header
An example of how to add a checkbox the a list view column header. We also implement select/unselect all when a user toggles the checkbox.

