.NET Framework Library Source Code now available

1 min read
Table of Contents

I’ve been waiting for this day for a very long time. Starting today you can view or debug the source code to the following .NET Framework libraries:

  • .NET Base Class Libraries (including System, System.CodeDom, System.Collections, System.ComponentModel, System.Diagnostics, System.Drawing, System.Globalization, System.IO, System.Net, System.Reflection, System.Runtime, System.Security, System.Text, System.Threading, etc).
  • ASP.NET (System.Web, System.Web.Extensions)
  • Windows Forms (System.Windows.Forms)
  • Windows Presentation Foundation (System.Windows)
  • ADO.NET and XML (System.Data and System.Xml)

Shawn burke has a great blog post on how to configure your Visual Studio 2008 install to allow you to view the source code. Please continue at source for all the details on how to implement this feature.

Source

Configuring Visual Studio to Debug .NET Framework Source Code

Blake Niemyjski

Thanks for reading! Feel free to check out more posts or browse by category, and reach out via the social links below.


More Posts

ReSharper 3.1 Released

1 min read

Jet Brains has finally released ReSharper 3.1. This is the first and much needed update to ReSharper since Visual Studio 2008 was released to manufactures. ReSharper 3.1 also contains new…

Read

Comments