The Microsoft Corporation is in the process of developing the next major version of the C# language. This article contains information regarding four key new features, including generics, iterators, anonymous methods, and partial types.
In this article the author is going to talk about how you can use XML structured commenting in C# source files and how you can use those comments to generate highly usable code documentation.
Did you ever need to call one function with the same name from more than a one class , or just make an object based on a class name which you got as an function parameter? Well, here's how.