Tuesday 25 February 2014

Debugging and Viewing .NET Code

Quick post, a colleague of mine recently circulated a very useful Microsoft link (below) which allows you to browse through the .NET framework source code through the browser. Very useful for learning how things work under the hood.

.NET Framework Reference Source

You can also setup your instance of Visual Studio to debug into the framework - see this blog post.

There is also a useful related Visual Studio extension here.