Iterators in C# 2.0

Iterators are some thing pretty cool, they get you to use foreach withouth explicitly implementing IEnumerator/IEnumerable. Some facts about Iterators: (source MSDN) An iterator is…

C# Generics

I recently installed Visual Studio Whidbey Beta 1 (which i recieved through MS Community Starter KIT) on my machine. It is kind of a cool…

Portable.NET

Portable.NET is a free implementation of .NET; it is a complete suite of compilers, libraries and tools for running and developing .NET applications. Download it…