.NET news » C# C# Rss Feed

Super-Simple Mutation Testing

Mutation testing is known for being difficult and expensive, but we’re here to show you a real-world system you can build in just a few hours with a little C# code and Visual Studio.
1 May 2011, 19:00:00   Source: Super-Simple Mutation Testing   Tags: C#

Enigma emulator in C#

This article shows the inner workings of the German Enigma machine used during the WWII, translated to C#.
29 Apr 2011, 07:44:00   Source: Enigma emulator in C#   Tags: C#

Object Pool Class for C#/.NET Applications

This article is about a thread safe object pool class that is very easy to use.
28 Apr 2011, 07:58:00   Source: Object Pool Class for C#/.NET Applications   Tags: C#

A Complete TCP Server/Client Communication and RMI Framework in C# .NET - Implementation

In this article, I will explain the implementation of an Open Source lightweight framework (named Simple Client Server Library (SCS)) that is developed to create client/server applications using a simple Remote Method Invocation mechanism over TCP/IP.
9 Apr 2011, 19:49:00   Source: A Complete TCP Server/Client Communication and RMI...   Tags: C#

Using LINQ and Extension Methods in C# to Sort Vectors and Two-Dimensional Arrays

This article explains and shows examples of using LINQ and extension methods for array sorting
30 Mar 2011, 12:21:00   Source: Using LINQ and Extension Methods in C# to Sort Vectors...   Tags: C#

Creating a Class Factory with C# and .NET

Class factories are a very useful and powerful design pattern that can facilitate the creation and use of classes without prior knowledge of what those classes are.
7 Mar 2011, 23:59:00   Source: Creating a Class Factory with C# and .NET   Tags: C#

Create Data Classes

An application that creates a C# class to read/write data to/from an Access, SQLite, or XML database.
4 Mar 2011, 11:13:00   Source: Create Data Classes   Tags: C#

C# Interface – Making Application Resilient to Changes

Taking advantage of Interface to make application resilient to changes
21 Feb 2011, 22:26:00   Source: C# Interface – Making Application Resilient to Changes   Tags: C#

YAML Parser in C#

An almost feature complete YAML parser.
17 Feb 2011, 13:44:00   Source: YAML Parser in C#   Tags: C#

Ela, functional programming language

Description of an interpreted functional programming language implemented solely in .NET/C#.
15 Feb 2011, 15:45:00   Source: Ela, functional programming language   Tags: C#