Tuesday, March 11, 2014

Browsing the .NET Reference Source

You can browse through the .NET Framework source code online at http://referencesource.microsoft.com/.

You can also download the source code as a solution and browse through it in Visual Studio. This gives you the ability to debug into .NET Framework code from your project code. This 2 minutes video present the high level idea of how to achieve that.