共用方式為


.NET 3.5 SP1 Source released

If you remember my previous blog about Debugging .NET Framework Source Code, well we have now updated the source to include 3.5 SP1.  You can check out the announcement here.

With this, we are releasing the source to the following files:

  • mscorlib.dll
  • system.dll
  • system.data.dll
  • system.drawing.dll
  • system.web.dll
  • system.web.extensions.dll
  • system.windows.forms.dll
  • system.xml.dll
  • Microsoft.Visualbasic.dll
  • System.Web.Routing.dll
  • System.ComponentModel.DataAnnotations.dll
  • System.Web.Abstractions.dll
  • System.Web.DynamicData.Design.dll
  • System.Web.DynamicData.dll
  • System.Web.Extensions.Design.dll

In the future, look for WPF sources also available.

So why would you want to use this instead of just using the .NET Reflector?

Well, let’s take a look at an example:

clip_image002

This is a huge difference if you ask me.  Not only do you see the true code as it was created, but you also can see comments and descriptions of what the code is doing.

You can find the steps on how to configure this here or look at the RSCC web site.

Comments

  • Anonymous
    September 01, 2008
    > So why would you want to use this instead of just using the .NET Reflector? First and foremost because, depending on one's jurisdiction, using Reflector may actually be illegal (since the .NET license, as they usually go, forbids "disassebly and reverse engineering")?

  • Anonymous
    September 02, 2008
    My latest in a series of the weekly, or more often, summary of interesting links I come across related to Visual Studio. Sara Ford's Tip of the Day #303 covers the QuickWatch window . Carlos Quintero posted The diagram of the convoluted build configuration