DCSIMG
Captureed variables - Craving for Technology

Browse by Tags

What did I just code?
Microsoft .Net and Visual Studio (especially the latest 2010 over 4.0) offer many automatic tools and code sugar that allows us to write code faster and safer. But, every once in a while it is recommended to peek under the hood and see what the compiler had in mind, and how far it is from what we originally meant in our code. I do that using the .Net Reflector , lately becoming a paid product and yet worth its price, at least for me. For example- I guess you're already familiar with Lambda expressions...