.NET news » C# 
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.
Enigma emulator in C#
This article shows the inner workings of the German Enigma machine used during the WWII, translated to C#.
Object Pool Class for C#/.NET Applications
This article is about a thread safe object pool class that is very easy to use.
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.
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
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.
Create Data Classes
An application that creates a C# class to read/write data to/from an Access, SQLite, or XML database.
C# Interface – Making Application Resilient to Changes
Taking advantage of Interface to make application resilient to changes
YAML Parser in C#
An almost feature complete YAML parser.
Ela, functional programming language
Description of an interpreted functional programming language implemented solely in .NET/C#.

