.NET news » Examples 
Learning jQuery using jQuery Lab
Explainign the theory of jQuery using live examples
Extension Methods in .NET
Introduction to extension methods in .NET with examples
Entity Framework: New Features in the Entity Framework June CTP
The Microsoft Entity Framework (EF) June 2011 CTP brings support for a number of the features developers want most, like enums, spatial types, and TVFs. Srikanth Mandadi introduces these new features by walking you through some simple examples.
29 Aug 2011, 19:00:00 Source: Entity Framework: New Features in the Entity Framework...
Tags: Examples
A BLOB on a DataGridView column (with Command Button column, XML, and layering)
This is a working example of a BLOB column on a DataGridView for a Windows Form using C++/CLI where data is drawn from an XML document.
17 Aug 2011, 12:59:00 Source: A BLOB on a DataGridView column (with Command Button...
Tags: Examples
Remofi - Your Own PowerPoint Controller for Mobile Devices
This article shows you an example of how to control your computer program like PPT through your mobile WIFI device.
14 Aug 2011, 14:36:00 Source: Remofi - Your Own PowerPoint Controller for Mobile Devices
Tags: Examples
An Example to Use jQuery Grid Plugin in MVC - Part 1
This article presents a simple example on how to use jQuery Grid Plugin in MVC.
An Example to Use jQuery Validation Plugin
This article presents an example to use jQuery validation plugin.
Batch Image Format Converter
Convert pictures of different format to desired format, i.e., picture of BMP, JPG, PNG, etc. can be converted into selected one (for say tiff)
Learning (REGEX) regular expression in the most easiest way.
In this article we will try to understand what regex is and how to remember those cryptic syntaxes easily.
4 Jun 2011, 10:30:00 Source: Learning (REGEX) regular expression in the most easiest way.
Tags: Examples
The Working Programmer: Multiparadigmatic .NET, Part 7: Parametric Metaprogramming
In this series we've examined procedural and structural programming, objects, and metaobjects. Now let's take a look at generics and put them to work as an example of parametric polymorphism in action.
1 May 2011, 19:00:00 Source: The Working Programmer: Multiparadigmatic .NET, Part 7:...
Tags: Examples