.NET Framework Library Source Code now available

Last October I blogged about our plan to release the source code to the .NET Framework libraries, and enable debugging support of them with Visual Studio 2008.  Today I'm happy to announce that this is now available for everyone to use. Specifically, you can now browse and debug the source code for 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)

We are in the process of adding additional framework libraries (including LINQ, WCF and Workflow) to the above list. I'll blog details on them as they become available in the weeks and months ahead.

Enabling Reference Source Access in Visual Studio 2008

Enabling .NET Framework source access within Visual Studio 2008 only takes a few minutes to setup. Shawn Burke has a detailed blog post that covers the exact steps on how to enable this in more depth here.

If you run into problems or have questions setting it up, please post a question in the Reference Source Forum on MSDN here.

Stepping into .NET Framework Library Source

Once you follow the configuration steps in Shawn’s post above, you’ll be able to dynamically load the debug symbols for .NET Framework libraries and step into the source code. VS 2008 will download both the symbols and source files on demand from the MSDN reference servers as you debug throughout the framework code:

Developer comments are included in the source files. Above you can see an example of one in the Dispose method for the Control base class.

Sometimes you'll see comments that reference a past bug/tracking number in our bug/work-item tracking database that provides additional history about a particular code decision. For example, the comment above calls out that a particular field shouldn't be nulled to maintain backwards compatibility with an older release of the framework, and points to a backwards compatibility bug that was fixed because of this.

Reference License

The .NET Framework source is being released under a read-only reference license. When we announced that we were releasing the source back in October, some people had concerns about the potential impact of their viewing the source. To help clarify and address these concerns, we made a small change to the license to specifically call out that the license does not apply to users developing software for a non-Windows platform that has “the same or substantially the same features or functionality” as the .NET Framework. If the software you are developing is for Windows platforms, you can look at the code, even if that software has "the same or substantially the same features or functionality" as the .NET Framework.

Summary

We think that enabling source code access and debugger integration of the .NET Framework libraries is going to be really valuable for .NET developers. Being able to step through and review the source should provide much better insight into how the .NET Framework libraries are implemented, and in turn enable you to build better applications and make even better use of them.

Hope this helps,

Scott

Published Wednesday, January 16, 2008 2:50 PM by ScottGu

Comments

# re: .NET Framework Library Source Code now available

Wednesday, January 16, 2008 6:00 PM by Scott Hanselman

Yay!

# re: .NET Framework Library Source Code now available

Wednesday, January 16, 2008 6:05 PM by Erick

Hi Scott.  Glad to hear that this has finally been released.  There was also a QFE release the other day to increase performance while stepping through the code.  However I was unable to get the hotfix to install, and in talking with Shawn Burke, it appears that several people who had beta2 previously  installed could not install the hotfix either.  Do you have any information on this?

# .NET Framework source code available!

Wednesday, January 16, 2008 6:07 PM by Jesse Liberty - Silverlight Geek

In what I honestly believe is a stunning announcement, Scott Guthrie blogged moments ago that we have

# re: .NET Framework Library Source Code now available

Wednesday, January 16, 2008 6:11 PM by Derek

Will there be a downloadable version of the code made available? The debugging capability is interesting, but I'd love to build an index of the entire set of code files locally and use it as a documentation browser. I do this with Rotor currently, but adding the additional library sources would be terrific.

# Source code du Framework .Net

Wednesday, January 16, 2008 6:19 PM by SimonFerquel.net

Source code du Framework .Net

# .NET Framework Library Source Code now available

Wednesday, January 16, 2008 6:24 PM by Fabio Cavalcante's Blog

Happy coding: weblogs.asp.net/.../net-framework-library-source-code-now

# .NET Framework Source Now Available

Wednesday, January 16, 2008 6:30 PM by Chris Bowen's Blog

Scott Guthrie has just posted the excellent news that everything is now in place for people to access

# .NET Framework source code available!

Wednesday, January 16, 2008 6:31 PM by Jesse Liberty

In what I honestly believe is a stunning announcement, Scott Guthrie blogged moments ago that we have

# .NET Framework Library Source Code now available

Wednesday, January 16, 2008 6:37 PM by DotNetKicks.com

You've been kicked (a good thing) - Trackback from DotNetKicks.com

# .NET framework: now with source code

Wednesday, January 16, 2008 6:41 PM by Tales from the Evil Empire

Scott just announced it: weblogs.asp.net/.../releasing-the-source-code

# .NET Framework Library Source Code now available

Wednesday, January 16, 2008 6:41 PM by GenoMind

期待N久的.NET Framework源码终于出来了!

# re: .NET Framework Library Source Code now available

Wednesday, January 16, 2008 6:44 PM by ScottGu

Hi Derek,

>>>>>>>> Will there be a downloadable version of the code made available? The debugging capability is interesting, but I'd love to build an index of the entire set of code files locally and use it as a documentation browser. I do this with Rotor currently, but adding the additional library sources would be terrific.

Yes - we'll be releasing a separate download version (that copies all files locally) in the near future as well.  This avoids the need for you to be online in order to access and browse it.

Hope this helps,

Scott

# Debugging with .NET Source Code

Wednesday, January 16, 2008 6:48 PM by Mike Taulty's Blog

ScottGu has a post saying that debugging into the .NET source code is now available and Daniel has already...

# VS 2008: Sourcecode des .NET Frameworks verfügbar

Wednesday, January 16, 2008 7:00 PM by Stefan Falz

Wie bereits hier geschrieben, wollte Microsoft den Sourccode der .NET Framework Bibliotheken veröffentlichen.

# re: .NET Framework Library Source Code now available

Wednesday, January 16, 2008 7:05 PM by Mike J

This is great! .NET and specificaly ASP.NET is probably the most compelling story comming out of the company these days. It really is about "Developers, Developers, Developers" and I am glad to see the strong commitment from you and your team.

# .NET Framework Library Source Code now available

Wednesday, January 16, 2008 7:06 PM by Fabio Cavalcante's Blog

Happy coding: weblogs.asp.net/.../net-framework-library-source-code-now

# re: .NET Framework Library Source Code now available

Wednesday, January 16, 2008 7:09 PM by Michael

Is the source available for the Compact Framework?

I've worked on commercial applications for most types of .NET applications, Services, Web, Winforms, Mobile.  I think I've had far more need for the source code to the compact framework than I have for the desktop platform framework source.

# .NET Framework Library Source Code available for viewing

Wednesday, January 16, 2008 7:18 PM by ASPInsiders

It's live and you can give it a try now! Ten minutes ago Shawn and Scott released the hounds. If you'd

# Links for Thursday 17 January 2008

Wednesday, January 16, 2008 7:28 PM by Richard's Rant

A new release of Spring.NET which brings AOP to .NETA new version of Sandcastle is outSun aquires MySQLApocolyptic

# Configurer Visual Studio pour utiliser le code source du Microsoft .NET Framework en mode Debug

Wednesday, January 16, 2008 7:40 PM by Christophe Lauer, Blog Edition

L'annonce avait été faite par Scott Guthrie il y a un peu plus de deux mois maintenant, et relayée ici

# .NET Framework Library Source Code now available

Wednesday, January 16, 2008 7:44 PM by 囚人のジレンマな日々

.NET Framework Library Source Code now available

# .NET Framework终于开源了!

Wednesday, January 16, 2008 7:50 PM by TerryLee

期待N久的.NET Framework终于在本周开源了,第一批开放的源代码包括:

# Development in a Blink » Blog Archive » .NET Source Code is available

Pingback from  Development in a Blink  » Blog Archive   » .NET Source Code is available

# .NET Framework Library Source Code

Wednesday, January 16, 2008 7:53 PM by Community Blogs

A few minutes ago Scott Guthrie , Shawn Burke and Scott Hanselman announced the availability of .NET

# Visual Studio 2008 のデバック中にCLR内にステップ実行可能に

Wednesday, January 16, 2008 7:55 PM by かるあ のメモ

.NET Framework Library Source Code now available (ScottGu's Blog)より まってました。Visual Studio 2008 のでバック中に CLR 内にステップ実行を可能とするシンボルサーバと設定方法が公開されています。

# .NET framework源代码开放了

Wednesday, January 16, 2008 7:56 PM by ASP.NET Chinese Blogs

在ScottGu的blog上几天前发的帖子 Releasing the Source Code for the .NET Framework Libraries 今天宣布了了 .NET Framework

# .NET Framework Library Source Code now available

Wednesday, January 16, 2008 8:00 PM by 青松阳光

.NET框架源码终于可以看到了,大家可以到ScottGu

# .NET Framework のソースコードがデバッグできるようになったらしいです

Wednesday, January 16, 2008 8:01 PM by ナオキにASP.NET(仮)

ScottGu's Blog と Shawn Burke's Blog からです。 .NET Framework Library Source Code now available (Scott さんの投稿)

# .NET Framework终于开源了!

Wednesday, January 16, 2008 8:14 PM by f9inux

.NET Framework终于开源了!

# Tigraine » Blog Archive » .NET Framework Library Source Code released

Pingback from  Tigraine  » Blog Archive   » .NET Framework Library Source Code released

# re: .NET Framework Library Source Code now available

Wednesday, January 16, 2008 8:15 PM by SilverlightExamples

This is awesome, Scott. I was wondering if Silverlight source code could be opened as as well?

# Configurer Visual Studio pour utiliser le code source du Microsoft .NET Framework en mode Debug

Wednesday, January 16, 2008 8:18 PM by Noticias externas

L'annonce avait été faite par Scott Guthrie il y a un peu plus de deux mois maintenant, et relayée

# Got Code? .NET Framework Library Source Code Released

Wednesday, January 16, 2008 8:20 PM by Dan Wahlin's WebLog

If you've ever wanted to step into the .NET framework library classes as you're debugging your project

# re: .NET Framework Library Source Code now available

Wednesday, January 16, 2008 8:20 PM by macou

可惜只是部分开源,如果全部开源就更好了

# May the Source Be With You :)

Wednesday, January 16, 2008 8:21 PM by US ISV Developer Evangelism Team

In case you missed it, a couple of months back we announced that we'd be making the source for .NET (among

# .NET Framework Library 正式开源

Wednesday, January 16, 2008 8:27 PM by 孟宪会

.NET Framework Library 正式开源

# .NET Framework Library Source Code now available

Wednesday, January 16, 2008 8:34 PM by B# .NET Blog

That's right - we've published the .NET Framework Library Source Code to the public. Scott Guthrie

# re: .NET Framework Library Source Code now available

Wednesday, January 16, 2008 8:38 PM by ScottGu

Hi SilverlightExamples,

>>>>>>> This is awesome, Scott. I was wondering if Silverlight source code could be opened as as well?

Yes - we'll be releasing the source and enabling debugging for the Silverlight libraries as well once they ship.

Thanks,

Scott

# .NET Framework Library Source Code :: designerslove.net

Wednesday, January 16, 2008 8:48 PM by .NET Framework Library Source Code :: designerslove.net

Pingback from  .NET Framework Library Source Code  ::  designerslove.net

# re: .NET Framework Library Source Code now available

Wednesday, January 16, 2008 8:51 PM by Matt Casto

This is awesome!

I'm particularly anxious to have the Silverlight libraries available!

# re: .NET Framework Library Source Code now available

Wednesday, January 16, 2008 8:53 PM by Mark Sowul

I worry about people relying on implementation details in their apps.  The problem was bad enough with reverse engineering functionality of Win32 as Raymond Chen continually demonstrates.

# This is one of the web's most interesting stories on Thu 17th Jan 2008

Wednesday, January 16, 2008 9:05 PM by purrl.net |** urls that purr **|

These are the web's most talked about URLs on Thu 17th Jan 2008. The current winner is ..

# .NET Frameworkのライブラリのソースコードが公開になったそうな!!!!

Wednesday, January 16, 2008 9:07 PM by ひろえむの日々是勉強

.NET Frameworkのライブラリのソースコードが公開になったそうな!!!!

# re: .NET Framework Library Source Code now available

Wednesday, January 16, 2008 9:08 PM by Shiju Varghese

Hi Scott,

Congtrats

# .net源代码已经可以调试

Wednesday, January 16, 2008 9:14 PM by .Live

Scott发布了消息,.net源代码码已经可以在vs2008中调试 地址 下面的地址是详细的vs2008设置步骤 详细配置

# May the Source Be With You :)

Wednesday, January 16, 2008 9:20 PM by Noticias externas

In case you missed it, a couple of months back we announced that we'd be making the source for .NET

# MSDN Blog Postings » Configurer Visual Studio pour utiliser le code source du Microsoft .NET Framework en mode Debug

Pingback from  MSDN Blog Postings  » Configurer Visual Studio pour utiliser le code source du Microsoft .NET Framework en mode Debug

# 読んでもちょっとわからないだろうけど・・・。

Wednesday, January 16, 2008 9:45 PM by 拝啓、サカモトと申します。

読んでもちょっとわからないだろうけど・・・。

# .NET Framework Library Source Code now available!

Wednesday, January 16, 2008 9:52 PM by Eric Brandt's
Trail of Bre@dcrumbs

Last October, ScottGu blogged about releasing the source code to the .NET Framework libraries , and enable

# re: .NET Framework Library Source Code now available

Wednesday, January 16, 2008 9:52 PM by Sambo

Thanks for your post.

# デバッグ用に.NET Framework Library Source Codeの一部提供開始(Source Codeダウンロードは今後、ConnectでQFE入手必要)

Wednesday, January 16, 2008 10:06 PM by 米田 Blog ( SQL Server MEMO )

デバッグ用に.NET Framework Library Source Codeの一部提供開始(Source Codeダウンロードは今後、ConnectでQFE入手必要)

# .NET Framework Library 正式开源

Wednesday, January 16, 2008 10:13 PM by eqiang

.NET Framework Library 正式开源

# re: .NET Framework Library Source Code now available

Wednesday, January 16, 2008 10:25 PM by vikram

Hi scott the image provided in the post above is not loading. seems the problem of the path.

Any way great news to hear that the source code are out and can be played (debug) with

# re: .NET Framework Library Source Code now available

Wednesday, January 16, 2008 10:37 PM by Edwin

This is wonderful!!! I'm fascinated. I've just taken a look at some ASP.NET source code classes!  This will enable developers come up with better and even more innovative ways to create software for .NET and for Windows. hurrah!!!

# re: .NET Framework Library Source Code now available

Wednesday, January 16, 2008 10:49 PM by pochonlee

very goog!很好,很强大!

# re: .NET Framework Library Source Code now available

Wednesday, January 16, 2008 10:51 PM by Ben Hayat

Hi Scott;

Hope your trip is going well. An OT question:

As you know, Astoria team has released an update that support SL 1.1 API, however, they said they will update that API for SL2.0 when released. Looking at docs, there seem to be very minute amount of info how SL apps are supposed to work with Astoria. Seems like Astoria is more of a "General Purpose" gateway to database, rather having tight integration with SL.

Question: What are your plans for database integration with SL? This is something that I haven't seen any info on. Could you please tell us if you're planning to cover this subject in details?

Thanks!

# .NET Framework Library Source Codeを開放されました!!!

Wednesday, January 16, 2008 10:52 PM by Roger Blog

.NET Framework Library Source Codeを開放されました!!!

# .NET Framework开源了!

Wednesday, January 16, 2008 11:07 PM by asheng

Wednesday,January16,20082:50PM(2008,1.16),ScottGu在博客上公布了:微软在MS-RL协议下终于公开了.NETFramework源代码。我们可...

# .NET Framework Source Code Available! « Lumpy’s Blog

Wednesday, January 16, 2008 11:09 PM by .NET Framework Source Code Available! « Lumpy’s Blog

Pingback from  .NET Framework Source Code Available! « Lumpy’s  Blog

# re: .NET Framework Library Source Code now available

Wednesday, January 16, 2008 11:16 PM by MS 开源啦~

终于开源了,部分开源~ 有限制的开源 呵

# .NET Framework Source Code Available! « Lumpy’s Blog

Wednesday, January 16, 2008 11:18 PM by .NET Framework Source Code Available! « Lumpy’s Blog

Pingback from  .NET Framework Source Code Available! « Lumpy’s  Blog

# .NET Framework Library Source Code now available

Wednesday, January 16, 2008 11:37 PM by Joshua Johnson

The long awaited release of the .NET Framework Library source code for debugging purposes has arrived

# re: .NET Framework Library Source Code now available

Wednesday, January 16, 2008 11:42 PM by conannb

.Net Framework open source

# Scott Guthrie announces .Net Framework Source Code availability

Wednesday, January 16, 2008 11:49 PM by Randy Walker Blog Website

Thanks to Josh Ambrose Little for pointing out that Scott Guthrie has blogged about how to debug into

# re: .NET Framework Library Source Code now available

Wednesday, January 16, 2008 11:52 PM by kim

congratulations~~~

# Microsoft.NET Framework 全面开源 _ Microsoft _ 好啦资讯

Wednesday, January 16, 2008 11:53 PM by Microsoft.NET Framework 全面开源 _ Microsoft _ 好啦资讯

Pingback from  Microsoft.NET Framework 全面开源 _ Microsoft _ 好啦资讯

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 12:01 AM by Lynn

Absolutely fantasic.! Thank you guys so much!

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 12:16 AM by narayana

Thanks for the release of much awaited

# Microsoft.NET Framework 全面开源

Thursday, January 17, 2008 12:18 AM by wsliu

期待已久的.NET Framework终于在本周开源了,微软在MS-RL协议下终于公开了.NET Framework源代码,我们只可以自由查看,不允许直接进行修改。 第一批开放的源代码包括: .NET基本类库

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 12:22 AM by Michael

Great to hear that!Glad you came to Shanghai...

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 12:30 AM by Chris Mizer

Excellent.

# Jochen Kalmbach’s Blog » Blog Archive » .NET Source Code now available!

Pingback from  Jochen Kalmbach’s Blog  » Blog Archive   » .NET Source Code now available!

# .NET Framework Library Source Code Released

Thursday, January 17, 2008 12:43 AM by Raheel Hussain

Guys ....... Check this out Written by Shawn Burke of Microsoft... It's finally here - the launch

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 1:08 AM by Rick

We are in the process of adding additional framework libraries (including LINQ, WCF and Workflow) to the above list. I'll blog details on them as they become available in the weeks and months ahead.

that's a good one, lik you don't have the source code ready for the others, it's always like that with microsoft, release half of what was promised.

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 1:13 AM by Dicky

Finally, its about time! I am very excited to try this when I get back to work.

# Calisto Mind » Blog Archive » The veil is lifted

Thursday, January 17, 2008 1:14 AM by Calisto Mind » Blog Archive » The veil is lifted

Pingback from  Calisto Mind  » Blog Archive  » The veil is lifted

# .NET Framework Library lähtekood saadaval! « …meie igap??evast IT’d anna meile igap??ev…

Pingback from  .NET Framework Library lähtekood saadaval! « …meie igap??evast IT’d anna meile igap??ev…

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 1:26 AM by Shyju

That is fantastic. Now we can see what happens behind the screen.

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 1:26 AM by Dongjing

cool! open source .net

# .NET Source code has been released to the masses

Thursday, January 17, 2008 1:27 AM by Art - Life - Code

.NET Source code has been released to the masses

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 1:27 AM by Jonathan Pryor

You wrote:

'the license does not apply to users developing software for a non-Windows platform that has “the same or substantially the same features or functionality” as the .NET Framework. If the software you are developing is for Windows platforms, you can look at the code, even if that software has "the same or substantially the same features or functionality" as the .NET Framework.'

So what does that mean for software "the same...." as the .NET Framework that works on *both* Windows and non-Windows platforms (read: Mono).  I'll assume that "both" is the same as just non-Windows, but it strikes me that this clarification still leaves some room for confusion.  The last thing we need (the Mono project [0]) are developers contributing to Mono after having seen any part of the .NET sources, as it would likely result in copyright infringement.

Would it be possible to post a link to the license so that we can see the final wording?

[0] I do not speak officially or unofficially for Mono.

Thanks,

- Jon

# Debug .NET Framework Assemblies « armaSANEA’s Weblog

Thursday, January 17, 2008 1:46 AM by Debug .NET Framework Assemblies « armaSANEA’s Weblog

Pingback from  Debug .NET Framework Assemblies « armaSANEA’s Weblog

# Wielding Monopoly Power

Thursday, January 17, 2008 2:00 AM by Ask Dr. WPF

In a blatant attempt to put Lutz Roeder out of business (or at the very least, hasten the demise of his empire), today Microsoft released the source code for a number of .NET technologies, ...

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 2:01 AM by Tony Pujals

Very cool ... I remember how enlightening it was to dig through Sun's Swing source code ten years ago preparing for the big Java 1.1 (!) release. I am really looking forward to browsing the WPF sources and Silverlight's as soon as those are released. Thanks for the announcement, Scott!

# .NET Framework 3.5 source code released

Thursday, January 17, 2008 2:02 AM by Craig Bailey Link Blog

Scott Guthrie has announced the release of source code for some of the .NET framework libraries . This

# .NET Framework Source Now Available

Thursday, January 17, 2008 2:17 AM by Ian Suttle's Blog

.NET Framework Source Now Available

# Les sources de WPF mises à disposition des développeurs

Thursday, January 17, 2008 2:23 AM by Perspective

L'annonce sur le blog de Scott Guthrie Un excellent outil de travail, qui reprend le principe ayant

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 2:26 AM by skpananghat

Hi :) Great Move ... i long back in the past we were facing the problem of could able to bebug in several situations. which made us to move to some other alternatives. And Now it is available ..

We can expect a great improvement..  :)

Cheers

# .NET framework source code now available

Thursday, January 17, 2008 2:35 AM by Rick van den Bosch - Blog

As stated on ScottGu's blog in his latest post , the .NET Framework Library Source Code is now available

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 2:45 AM by Stefan

Hi, I need some features of the .NET Framework 3.5 such aus System.IO.Pipes. Does the license allow to extract them from the 3.5 sourcecode and use together with Framework 2.0? I have a shrinkwrap product and at this time, it is not possible for me to upgrade to a higher version of .NET.

# It's official, .Net FX code now available!

Thursday, January 17, 2008 2:48 AM by Redwerb

Scott Guthrie announced the release of the .Net framework code today (comments and all!). Now you can

# .NET Framework Library Source Code now available | Anders Lybeckers Weblog!

Pingback from  .NET Framework Library Source Code now available | Anders Lybeckers Weblog!

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 2:57 AM by Christian Sparre

Thats really good news, looking forward to playing around with it.

Could I please have you poke the SharePoint guys a bit? :) Would be really nice to have the Microsoft.SharePoint namespaces as well :o)

# .NET Framework Library Source Code now available

Thursday, January 17, 2008 3:17 AM by Murat YILMAZ

.NET Framework Library Source Code now available

# مدونة مؤيد » أرشيف المدونة » عودة إلى المدونة، و أخبار جيدة!

Pingback from  مدونة مؤيد  » أرشيف المدونة   » عودة إلى المدونة، و أخبار جيدة!

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 3:19 AM by Bart Plasmeijer

Hi Scott,

How about MVC Source Code?

Thanks,

Bart

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 3:25 AM by Martin Ennemoser

Anyone else who has problems installing the update? I'm getting the following error:

Returning IDOK. INSTALLMESSAGE_ERROR [Error [1].An installation package for the product [2] cannot be found. Try the installation again using a valid copy of the installation package '[3]'.: 1706Microsoft Visual Studio 2008 Professional Edition - ENU]

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 3:34 AM by Now_ShowK

Can VS2005's IDE reference the source code?

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 3:51 AM by Blogging Developer

new era begins...

thanks,

www.bloggingdeveloper.com

# Glasznoszty (2) - Nyilvános a Microsoft .NET forráskódja

Thursday, January 17, 2008 3:51 AM by TiborK szerint a Microsoft

Újabb koronaékszer, a Microsoft .NET könyvtárak forráskódja válik

# .Net Framework Sourcecode frei verfügbar

Thursday, January 17, 2008 4:00 AM by Mario Meir-Huber

Wie bereits im Oktober berichtet, steht nun der .Net Framework Sourcecode verfügbar. Dies soll das Debuggen...

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 4:15 AM by Chris Moseley

Hi Scott,

Why are you releasing this?

# .NET Framework Library Source Code now available

Thursday, January 17, 2008 4:27 AM by .NET Framework Library Source Code now available

Pingback from  .NET Framework Library Source Code now available

# Simple Live » Blog Archive » Microsoft.NET Framework ????????????

Pingback from  Simple Live  » Blog Archive   » Microsoft.NET Framework ????????????

# » Bruno Silva - .NET Framework Library Source Code Debugging