Thursday 4 October 2007

.NET Source Code Release

Have you been debugging that .NET code and watched the stack window fill up with calls to the many .NET framework classes and wondered what is .NET class doing? Or why is it not working how I expected? And how does it do that?

Well put that copy of reflector away and just step into the code!

In Visual Studio 2008 you will be able to step straight into the .NET Framework code and debug as if you where one of Microsoft’s employees. The code can be automatically downloaded on demand and, unlike a reflection tool, will have the variable names and comments as you would expect any normal production code to contain. The download feature will mean you always get correct version of the code for your framework version but to save time you can always download all the source to your machine, however you will need the space to store it.

The code is released to you under the Microsoft Reference License so you cannot change or redistribute, and initially you will only be able to get the source code for version 3.5 of the framework although this will change and be added to as time goes on.

Jscript intellisense and now framework source code on demand, what super feature will they think of next?

To read more about this see Scott Guthrie's blog, see a video at Channel 9 and listen to Scott Hanselman talk to the guy who headed up the project

1 comments:

Anonymous said...

People should read this.