.NET news » Examples 
Applying Domain-Driven Design and Patterns: With Examples in C# and .NET
Author: Jimmy Nilsson
Average rating: (13 reviews)
More .NET Examples books
C# Script: The Missing Puzzle Piece
An article on a "scripting engine" for the C# language
Index XML Documents with VTD-XML
Traditionally DOM or SAX-based enterprise applications have to repeat CPU-intensive XML parsing when accessing the same documents multiple times. This article introduces a very simple, general-purpose, native XML index called VTD+XML that eliminates the need for repetitive parsing of those applications.
Anagrams - A Word Game in C#
The classic word game using words and letter scores alllowed in Scrabble.
Developing a Realtime Stockreader using WPF and Yahoo Finance Data
RealtimeSockreader is a desktop widget for viewing live stock data of your portfolio
6 Apr 2008, 10:39:00 Source: Developing a Realtime Stockreader using WPF and Yahoo...
Tags: Examples
Jigsaw Puzzle Game using Ajax Drag and Drop
This tutorial is intended to explains quickly how to implement Drag and Drop using ASP.NET 2.0 AJAX Futures November CTP.
To explain this technology I've created a simple project with a custom Ajax control that implement a Jigsaw Puzzle Game.
DirectX.Capture Class Library
A .NET class library for capturing video and audio to AVI files.
Arcball OpenGL in C#
Arcball (also know as RollerBall) is probably the most intuitive method to view three dimensional objects. The principle of the arcball is based on creating a sphere around the object, and let users to click a point on the sphere and drag it to a different location. There is a bit of math involved of course and you can Google it. The code here is a C# source code implementing an arcball in OpenGL (CsGL to be exact).
Texture Transfer using Efros & Freeman's Image Quilting Algorithm
A texture transfer program that implements Efros & Freeman's texture transfer algorithm
7 Mar 2008, 12:53:00 Source: Texture Transfer using Efros & Freeman's Image Quilting...
Tags: Graphics
Examples
AJAX-style Asynchronous Progress Dialog for WinForms
A base class for adding a rich asynchronous progress animation to any Form
2 Mar 2008, 07:47:00 Source: AJAX-style Asynchronous Progress Dialog for WinForms
Tags: GUI
Examples
RegEx Tester - Regular Expression Tester
It aids you to develop and fully test your regular expression against a target text.

