.NET news » C# 
Introduction to SIP for Java, C# and VB Developers
This article is a technical overview of the Session Initiation Protocol and is designed for Java, C# and VB programmers who want a quick low-level guide to the workings and details of the protocol.
Introduction to SDP for Java, C# and VB Developers
This article is a technical overview of the Session Description Protocol and is designed for Java, C# and VB programmers who want a quick low-level guide to the workings and details of the protocol.
Simple Random Number Generation
A simple random number generator in C#
Dokan.Mem, a filesystem prototype
Building (almost) a RAM-Disk using the Dokan library and C#
C# Date Time Parser
Parsing date and (or) time from a string
A C# data import caching solution utilizing generics and your existing business classes.
Leverage your existing classes and the power of generics to speed up and simplify importing denormalized data into your system.
A small C# File Cloner class
Introducing A small class that helps you in creating automatic copies of files and clean them up automatically, too.
Computer Vision Applications with C# - Fuzzy C-means clustering
This code performs a fuzzy C-means clustering and segmentation of color images, can be used for feature extraction.
Cutting Edge: Expando Objects in C# 4
The .NET Framework 4 introduces some new features that enable you to go beyond static types. We explore dynamically expando objects and demonstrate how they can be used like dynamically updatable dictionary objects.
An introduction to numerical programming in C#
Some of the first things you need to know when writing numerical software in C#.

