Embracing the .NET Universe
I felt that I didn't know very much .NET and C# so made my exploration and I want to share some gems that I found and some general resources:
- C# Programming Videos: Lots of cool interviews with the authors of the C# language. Gave me a pretty good insight on the way they think. I think they are very experienced language designers who did a great job with C#.
- MonoProject.com: CSharp Compiler: You can read here about the new C# 2.0 language features. I find most of them pretty useless, but there are some features like generics and anonymous methods that seem very nice.
- MonoProject.com: Responsive Applications
References:



