0
kicks
Step Into .NET Framework 4.0 Source Code - Arik Poznanski's Blog
Step Into .NET Framework 4.0 Source Code
In this post I’ll show you how to configure your Visual Studio 2010 to step into the source code of .NET Framework 4.0
Why?
Because its cool.
Because it helps with debugging.
Not only you can see the code but you can step into it.
Because unlike with Reflector, you get the code with the original comments and variable names!