Want to see the .NET Framework source code? It's being released!
Microsoft today announced that coinciding with the final release of Visual Studio 2008 we will release much of the source code to the .NET Framework Libraries under the Microsoft Reference License (https://www.microsoft.com/resources/sharedsource/licensingbasics/referencelicense.mspx) This means that anyone who accepts the license will be able to browse and view source code. The set of libraries initially includes the Base Class Libraries (System namespace, IO, Text, Collections, CodeDom, Regular Expressions, etc), ASP.NET, WinForms, and WPF . Microsoft will add to this list as time goes on.
There are two ways people will access the source code:
1) They will download a package with all the source, and then they will be able to install and browse locally
2) VS 2008 integration will enable developers to debug from their own source code into the .NET Framework source code. We’ll provide symbols for our source on an internet-accessible source-server; to enable this experience, the developer needs to set up the URI for the server. When developers are stepping through code, if they wish, they will be able to step into the source code for the .NET base class libraries.
For more information check out this podcast interview with Shawn Burke at https://www.hanselminutes.com/default.aspx?showID=101, also this post from Scott Guthrie for how it will look in VS 2008.
Comments
Anonymous
October 03, 2007
PingBack from http://www.artofbam.com/wordpress/?p=4890Anonymous
October 03, 2007
how about Reflector? and one more thing, when will the VS2008 RTM release?Anonymous
October 03, 2007
微软今天公布了一项开放源代码计划,随着VisualStudio2008的发布,微软将根据MicrosoftReferenceLicense向开发人员提供Microsoft.NET架构的源代码,...Anonymous
October 03, 2007
Hi Michael, re. reflector : now you'll be able to see comments too :-) RTM before the end of the year AFAIK, and as Scott say's the source will be available "with the .NET 3.5 and VS 2008 release later this year."...