.NET news » C# C# Rss Feed

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.
30 Jul 2010, 02:37:00   Source: Introduction to SIP for Java, C# and VB Developers   Tags: C#

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.
30 Jul 2010, 02:37:00   Source: Introduction to SDP for Java, C# and VB Developers   Tags: C#

Simple Random Number Generation

A simple random number generator in C#
27 Jul 2010, 15:14:00   Source: Simple Random Number Generation   Tags: C#

Dokan.Mem, a filesystem prototype

Building (almost) a RAM-Disk using the Dokan library and C#
20 Jul 2010, 18:01:00   Source: Dokan.Mem, a filesystem prototype   Tags: C#

C# Date Time Parser

Parsing date and (or) time from a string
13 Jul 2010, 18:19:00   Source: C# Date Time Parser   Tags: C#

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.
7 Jul 2010, 22:09:00   Source: A C# data import caching solution utilizing generics and...   Tags: C#

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.
5 Jul 2010, 11:26:00   Source: A small C# File Cloner class   Tags: C#

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.
5 Jul 2010, 09:27:00   Source: Computer Vision Applications with C# - Fuzzy C-means...   Tags: C#

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.
28 Jun 2010, 19:00:00   Source: Cutting Edge: Expando Objects in C# 4   Tags: C#

An introduction to numerical programming in C#

Some of the first things you need to know when writing numerical software in C#.
9 Jun 2010, 15:26:00   Source: An introduction to numerical programming in C#   Tags: Algorithms C#