Monday, April 23, 2007

Things to look at in C# 3.0

I'm actually a bit worried about the readability of MSIL code, which has been the primary method for me to understand what really happens behind the scenes.

With all the compiler generated members (for generics, iterators and now lambda expression, automatic property and Linq), the MSIL code generated for C# now tastes awfully like Managed C++...

By the next release, there probably is no need for an Obfuscator.