.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

Pingback from  » Bruno Silva - .NET Framework Library Source Code Debugging

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 4:49 AM by Stefan Wenig

The original announcement mentioned that the FX sources would be released under the MS Reference License (which, to add to the confusion, may no longer be called Ms-RL due to the silent renaming of the Community License to Reciprocal License - RL).

So what's the change to the license you're mentioning here? Are you modifying the standardized MS Reference License, or will you use a modified version for the .NET FX sources?

Also, your wording does not seem clear. I assume you mean to say that you cannot look at the sources and then develop Mono on Linux, but it could also be read as: You cannot look at the sources if you develop software _for_ Mono on Linux. And that would be something that's within reach for any .NET developer. A link to the actual license would help!

I really appreciate what you're doing, but from the silent license renames to this post, I think that MS is lacking clear and comprehensable communication about licensing issues. You're just feeding the conspiracy theorists, and we know how hard it is to clarify this after it has entered the world of slashdot, blogosphere and linux press.

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 4:52 AM by Someone

Very nice, thank you!

One small question:

Why is the Visual Studio 2008 QFE hotfix's publisher unknown?

# Source code da Framework .net 3.5 dispon

Thursday, January 17, 2008 4:53 AM by Jo

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 4:59 AM by Jonas

Thanks!

# .NET Framework broncode beschikbaar

Thursday, January 17, 2008 5:00 AM by uptotech

Een aantal maanden geleden werd via de blog van Scott Guthrie bekend dat Microsoft de sourcecode van

# The .NET Framework Library Source Code has been released. | DMB Consulting Blog

Pingback from  The .NET Framework Library Source Code has been released. | DMB Consulting Blog

# .NET Framework Library Source Code now available

Thursday, January 17, 2008 5:12 AM by Vitaly's WebLog

.NET Framework Library Source Code now available

# VB code in Windows Presentation Foundation source code

Thursday, January 17, 2008 5:32 AM by Erwyn van der Meer

You probably already noticed that Microsoft has enabled access to the source code of parts of the .NET

# .NET Framework source code available

Thursday, January 17, 2008 5:36 AM by ombergen.com

.NET Framework source code available

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 5:43 AM by Gregory

This makes me laugh... a bit

I was able to see and read .NET source code for at least a year already (since I started .NET programming), so what's the reason for that step? Allow the developers to step through it? That's the only single advantage, and it's not so huge, taking into account you're opening the source for only several libraries..

The only reason we would like to see the code as it was written, is for .NET 3.5 libraries, but afaik they were also written in .NET 2... :)

I don't hate Microsoft, but the things and choices they do are sometimes awfully.. bleh

# A part of .NET Framework Source Code is available for debugging purposes

Thursday, January 17, 2008 5:44 AM by Righthand blogs

Great news. Microsoft finally released a part of .NET Framework Source Code for debugging purposes. A

# .Net Framework source code a VS-ben

Thursday, January 17, 2008 5:51 AM by VBandi

Ígérték, vártuk, itt van. Én ugyan még nem próbáltam, de ScottGu

# [VS2008] Finally !!! liberado el codigo del .Net Framework (conociendo el interior del lado oscuro)

Thursday, January 17, 2008 6:00 AM by El Bruno

Buenas este tipo de noticia se reproduce como un politono de los malos. Anoche a altas horas de la madrugada

# [VS2008] Finally !!! liberado el codigo del .Net Framework (conociendo el interior del lado oscuro)

Thursday, January 17, 2008 6:00 AM by El Bruno

Buenas este tipo de noticia se reproduce como un politono de los malos. Anoche a altas horas de la madrugada

# [VS2008] Finally !!! liberado el codigo del .Net Framework (conociendo el interior del lado oscuro)

Thursday, January 17, 2008 6:01 AM by El Bruno

Buenas este tipo de noticia se reproduce como un politono de los malos. Anoche a altas horas de la madrugada,

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 6:14 AM by Bill Seddon

Excellent.  Easy to install.  Works as advertised.

# Microsoft finally makes .NET source code available

Thursday, January 17, 2008 6:36 AM by 24100.net :: Ralf Rottmann's Internet Home

Microsoft finally makes .NET source code available

# F10 (Debug) inside the .NET Framework

Thursday, January 17, 2008 6:40 AM by yazan's blog

This is really a lovely thing the Scott Gu announced .NET framework sourcecode has been released for

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 6:43 AM by Yazan Khasawneh

Great :) more F10 experience

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 6:43 AM by James

What lisence has this code been released under?

# Debug into the .NET Framework Library Source Code - It's here.

Thursday, January 17, 2008 6:45 AM by ISerializable - Roy Osherove's Blog

Debug into the .NET Framework. It's here .  Here's how you configure VS to use it for debugging

# Microsoft gibt .NET-Quellcode frei

Thursday, January 17, 2008 6:50 AM by OSZine

# .NET Framework Library Source Code Is Released

Thursday, January 17, 2008 6:57 AM by Mehran Nikoo's Notes

The .NET Framework Library source code is now released . This release allows you to browse and debug

# Blog-Microsoft.fr ?? Code source Framework .NET disponible !

Thursday, January 17, 2008 6:57 AM by Blog-Microsoft.fr ?? Code source Framework .NET disponible !

Pingback from  Blog-Microsoft.fr ?? Code source Framework .NET disponible !

# F10 (Debug) inside the .NET Framework

Thursday, January 17, 2008 7:01 AM by SHAREPOINTBlogs.com Mirror

This is really a lovely thing the Scott Gu announced .NET framework sourcecode has been released for

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 7:01 AM by Johan

Interresting and sweet!

While talking about libraries, why the need to install the entire .net library on a computre that needs a few things from the library for your proudct to work? Space might not be a problem usually but I like keeping my stuff slim.

Btw, if there is work being done with the CLR it would be very interresting to know about it! Like for instance how the CLR is to slow to manage more then 10k/seconds of splitting a string at a ','.

Great blogg, keep up the nice work!

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 7:05 AM by Ava - Temporary Staff Management Software

This is excellent news, it's something we've been hoping would happen for a long time! Well done MS!

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 7:23 AM by Dennie

Hi scott, great to see this working. I was wondering: what documentation-system do you use? I see "devdoc" tags. Is that a system that's publicly available?

# .NET Framework : Sources dispos

Thursday, January 17, 2008 7:29 AM by .NET Framework : Sources dispos

Pingback from  .NET Framework : Sources dispos

# .NET Framework Library Source Code

Thursday, January 17, 2008 7:30 AM by Guy Barrette

This Visual Studio 2008 feature is now available. Check ScottGu's blog for more info: http://weblogs

# .NET Framework Library Source Code

Thursday, January 17, 2008 7:30 AM by Guy Barrette's Blog

# Robs Usability Development : Silverlight, ASP.NET, Ajax, Agile, MVC & Volta - NL » .NET Source Code Released

Pingback from  Robs Usability Development : Silverlight, ASP.NET, Ajax, Agile, MVC & Volta  - NL   » .NET Source Code Released

# » Daily Bits - January 17, 2008 Alvin Ashcraft’s Daily Geek Bits: Daily links plus random ramblings about development, gadgets and raising rugrats.

Pingback from  » Daily Bits - January 17, 2008 Alvin Ashcraft’s Daily Geek Bits: Daily links plus random ramblings about development, gadgets and raising rugrats.

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 7:44 AM by anytao

It's exiting news, I think it's a biggest development in history.

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 7:44 AM by Okrim Al Qasal

What is the license you are using for releasing this? Cause if it isn´t FOSS, it´s not worth it. It´s just a trap. Just like the Bush government.

# Soci blog » Blog Archive » A nap h??re: .NET Framework Library Source Code now available

Pingback from  Soci blog  » Blog Archive   » A nap h??re: .NET Framework Library Source Code now available

# MS Making .Net Framework Source Code Available

Thursday, January 17, 2008 7:57 AM by It Depends

Scott Guthrie posted the announcement on his blog today. It's a 'read only' license with

# Link Listing - January 16, 2008

Thursday, January 17, 2008 8:01 AM by Christopher Steen

Link Listing - January 16, 2008

# Link Listing - January 16, 2008

Thursday, January 17, 2008 8:01 AM by Christopher Steen

Announcements .NET Framework Library Source Code now available [Via: ScottGu ] Announcing ALT.NET Open...

# .NET Framework source now available : Tech-CRM

Thursday, January 17, 2008 8:10 AM by .NET Framework source now available : Tech-CRM

Pingback from  .NET Framework source now available : Tech-CRM

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 8:17 AM by Catto

Hey Now Scott,

I think this is a really good direction to go. it just shows how Microsoft cares about the community by opening the .NET Framework.

Thx 4 the info,

Catto

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 8:20 AM by wcoenen

This will be a great help in determining the implicit contract of protected virtual methods in FCL classes. When I need to override such methods, I typically find the FCL documentation insufficient to understand the exact responsabilities of the code. Now I will no longer need to decompile the FCL assemblies in order to understand them :)

Complete documentation in a "programming-by-contract" mindset would be even better though.

# Microsoft libera acesso ao código fonte do .NET Framework (Debug)

Thursday, January 17, 2008 8:23 AM by Ramon Durães

.NET Framework 3.5 - Código Fonte Com o lançamento do Visual Studio 2008 e do .NET Framework 3.5 a Microsoft

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 8:24 AM by tczyp

Thank Goodness!!!

What a hard step!!!

# Microsoft.NET Framework 全面开源

Thursday, January 17, 2008 8:34 AM by 桦林

期待已久的.NETFramework终于在本周开源了,微软在MS-RL协议下终于公开了.NETFramework源代码,我们只可以自由查看,不允许直接进行修改。

第一批开放的源代码包括: ...

# .NET Framework Source code available « nothin but dotnet

Thursday, January 17, 2008 9:08 AM by .NET Framework Source code available « nothin but dotnet

Pingback from  .NET Framework Source code available « nothin but dotnet

# .NET Framework ライブラリ ソース コードが利用可能に

Thursday, January 17, 2008 9:25 AM by Chica's Blog

.NET Framework ライブラリ ソース コードが利用可能に

# Debugging .NET Framework Libraries

Thursday, January 17, 2008 9:28 AM by Thoughts on Software Development

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 9:30 AM by Andrew Badera

flipbitsnotburgers.blogspot.com/.../net-framework-library-source-code-now.html

re: .NET Framework Library Source Code now available

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 9:31 AM by Leon Zandman

Great news! Much less spying with Reflector from now on :-)

# .NET Framework Library Source Code available

Thursday, January 17, 2008 9:35 AM by Warren Tang

NETFrameworkLibrarySourceCodenowavailable ConfiguringVisualStudiotoDebug.NETFramewor...

# Debugging .NET Framework Libraries

Thursday, January 17, 2008 9:49 AM by Thoughts on Software Development

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 9:58 AM by mcp111

Will this work with Visual Web developer 2008 express?

# Codigo Fuente de las librerias de .net LIBERADO « Blog de Carlos Lone

Pingback from  Codigo Fuente de las librerias de .net LIBERADO « Blog de Carlos Lone

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 10:13 AM by Josh Stodola

This is a big step for Microsoft.  Great work, Scott!  You're a legend.

# .NET Framework Library Source Code now available - ScottGu's Blog

Thursday, January 17, 2008 10:24 AM by Rob Kennedy's Blog

Scott reports that Microsoft has released the .NET source code w/ developer comments. If you are a true

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 10:26 AM by vik

sweet. thanks.

# .NET Framework终于开源了!

Thursday, January 17, 2008 10:32 AM by vincent

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

.NET基本类库:System,System.CodeDom,System.Collections,System.ComponentModel, System.Diagnostics, System.Drawing, System.Globalization, System.IO, System.Net, System

# Kilde koden til .NET 3.5 frameworket frigivet

Thursday, January 17, 2008 10:36 AM by Cand.Polyt i den virkelige verden

Da jeg jo egentligt bruger stort set hele min arbejdstid og store dele af min fritid med .NET applikations udvikling, er det vel en nyhed der skal i min blog I praksis betyder det at man kan debuge ind i .NET's kode, se hvordan den er bygget op, og event

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 10:42 AM by Billy Bob

Why do all these blogs show 100's of comments simply saying hi we seen your post?

Is there some value in that to me the viewer?

# .NET Framework Released Today.

Thursday, January 17, 2008 10:47 AM by mikedopp

.NET Framework Released Today.

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 10:47 AM by stefan demetz

What about Sharepoint assemblies?

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 10:48 AM by Charles

Hey Scott,

Does this include the LINQtoSQL source code?

- Charles

# .NET Framework Library 3.5 Source Release - And Silverlight Source to Come

Thursday, January 17, 2008 10:53 AM by POKE 53280,0: Pete Brown's Blog

Scott Guthrie just announced the release of the .NET 3.5 source code. WPF and Windows forms are included

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 10:54 AM by mikedopp

Scott thanks for the update. Hope to hear more about this at mix08.

mikedopp.net

# .NET Framework Sorce Code disponiv

Thursday, January 17, 2008 10:56 AM by .NET from outside

# .NET Framework Released Today.

Thursday, January 17, 2008 10:57 AM by mikedopp.net

.NET Framework Released Today.

# .NET Framework Library Source Code now available

Thursday, January 17, 2008 10:58 AM by UK Academic Team Blog

If you are a .NET developer then this is the blog post for you. Scott Guthrie explains what is available,

# Scott Guthrie Changes to .NET Framework Reference License

Thursday, January 17, 2008 10:58 AM by Server and Tools Business News Bytes blog

On January 16, 2008, Scott Guthrie, General Manager within the Microsoft Developer Division, announced

# .NET Framework Source Code Goodness

Thursday, January 17, 2008 11:10 AM by UK Academic Team Blog

Oh yes. Following up from his earlier announcement , Scott Guthrie has just announced the broad availability

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 11:21 AM by Dave Parslow

Great!!! A couple of days ago I was trying to "google" any news about the release of the source code, because the last new I could find said that it would be available a couple of days after the launch of VS 2008. Also, I believe that in previous posts it was mentioned that the source code release only covers framework 3.5 and not 2.0/3.0 and only applies to Visual Studio 2008 (not VS 2005) for debugging, although there is going to be a downloadable copy as mentioned previously and in this post.  I'm sure Lutz Roeder will do fine even after the source code release.  Reflector is still one of the easiest and fastest ways to search and navigate though code (I love the hyperlinks), even your own code!!!

# .NET Framework Source code beschikbaar

Thursday, January 17, 2008 11:21 AM by Arie Leeuwesteijn

De source code van een gedeelte van het .NET framework is beschikbaar. OP dit moment is de code beschikbaar

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 11:22 AM by Chris

Well, it's a start... but why do I get the feeling that this is going to become a problem for developers of projects like Mono?  With the "read-only reference" license, it seems like Microsoft is simply trying to "poison the well", so to speak, for anybody who might try to duplicate the functionality of .NET on other platforms.

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 11:39 AM by Sima

Hi Mr.Scott!

I'm an asp.net beginner.

I have a problem with my site, I thought you can help me.

I'm working on a site for weblog, like this site!

I want to give user "Edit" facilities.

My problem is : When I use "FreeTextBox" control for editing "Text" field, be Null my database, but when I use normal TextBox, it's ok.

I want to know what can I do?

I'll be happy help me.

My Email: princess_of_god86s@yahoo.com

And have nice time!

# .NET Framework Library Source Code Release!!

Thursday, January 17, 2008 11:44 AM by Sam Gentile

I was given this information on the release of the .NET Framework Reference Code to give out:  

# Chocolate for Dogs » .NET Source Code Released for VS 2008

Thursday, January 17, 2008 11:48 AM by Chocolate for Dogs » .NET Source Code Released for VS 2008

Pingback from  Chocolate for Dogs    » .NET Source Code Released for VS 2008

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 11:51 AM by foo

if i'm developing MONO (which does also run under windows) may i look at the source? i mean i am developing for windows, just not exclusively (and the dev-box runs linux - gotta have a _work_station, not a gamestation)

# Επιτέλους Διαθέσιμος ο Source Code του .ΝΕΤ Framework

Thursday, January 17, 2008 12:14 PM by Οι Ειδήσεις του Student Guru

Διαθέσιμος είναι απο χθές ο κώδικας του .ΝΕΤ Framework σύμφωνα με ένα Blog Post του Scott Guthrie. Ο

# Accediendo al código del Framework .NET

Thursday, January 17, 2008 12:14 PM by Miguel Saez

Ha sido liberado el código fuente del framework .NET. Este es un anuncio muy esperado por toda la

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 12:20 PM by Sla

Hmm, how its any better and provide more complete information then for example Reflector+Deblector ?

# .Net Framework Source Code is Now in Your Hands! « .Net Technology Blog - Seeking for new Ideas!

Pingback from  .Net Framework Source Code is Now in Your Hands! « .Net Technology Blog - Seeking for new Ideas!

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 12:35 PM by Joe

It's inspiring to see posts here in so many languages. It would be nifty if Hungarian displayed properly though.

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 12:38 PM by Martin

Neat, but, can VS2005 users use this ?

# Silverlight Hyperlink

Thursday, January 17, 2008 12:59 PM by Steven Smith

Playing with Silverlight and needed a simple way to redirect the page. This isn't built-in yet but

# Disponibili i sorgenti delle librerie del .NET Framework per il debug integrato con Visual Studio 2008

Thursday, January 17, 2008 1:06 PM by Noticias externas

Annunciata la disponibilità di una parte dei sorgenti delle librerie del .NET Framework. Le librerie

# Rags to Riches » Blog Archive » Microsoft releases .Net Framework Library Source

Pingback from  Rags to Riches  » Blog Archive   » Microsoft releases .Net Framework Library Source

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 1:38 PM by CJohnson

I love you.

# Alexei@Nitobi » Blog Archive » Microsoft releases .NET framework source code!

Pingback from  Alexei@Nitobi  » Blog Archive   » Microsoft releases .NET framework source code!

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 2:04 PM by yfisaqt

Will source code to mscorlib be released?

# Debugging into the .NET Framework Source

Thursday, January 17, 2008 2:16 PM by James Kovacs

As promised, Microsoft has made the source for the .NET Framework available for debugging purposes. You'll

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 2:57 PM by Graeme Chandler

Well, I have to say its about time MS did this. Borland has provided source for its VCL libraries since Delphi 1 in 1995. This has been an invaluable reference and support when debugging and developing. It will make a considerable difference to VS developers.

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 3:00 PM by CJohnson

Just so I'm clear on this, I'm NOT allowed to use this as a concept to develop something similar for unix based systems?

# 乌龟速度 » Blog Archive » Microsoft.NET Framework 全面开源

Pingback from  乌龟速度  » Blog Archive   » Microsoft.NET Framework 全面开源

# .NET Framework Library Source Code

Thursday, January 17, 2008 3:11 PM by Dan Lewis's Electric Thoughts

Want to debug the .net framework? Or super geeky and just want to see how it's all done? The .NET framework

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 3:33 PM by Lukas Meierhofer

Hey - .NET is now where Java is since its first release.

We can finally few the class libraries's source :)

# Επιτέλους Διαθέσιμος ο Source Code του .ΝΕΤ Framework

Thursday, January 17, 2008 3:33 PM by Οι Ειδήσεις του Student Guru

Διαθέσιμος είναι απο χθές ο κώδικας του .ΝΕΤ Framework σύμφωνα με ένα Blog Post του Scott Guthrie. Ο

# .NET Framework Library Source Code now available : tlcube.com

Pingback from  .NET Framework Library Source Code now available : tlcube.com

# Professional computer programming type nerds... - SpartanTailgate.com - Michigan State Spartans Forums

Pingback from  Professional computer programming type nerds... - SpartanTailgate.com - Michigan State Spartans Forums

# .NET Framework Library Source Code is available for your Debugging Needs

Thursday, January 17, 2008 3:58 PM by Non-Destructive Me

Finally! I've been waiting for this for ages and now its available. Scott Guthrie has more details. First

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 3:59 PM by Miguel Madero

Scott:

Is there any plan for Compact Framework developers?

I know we are only a few compared to the WinForms and ASP.NET devs, but we would really appreciate something like this and we know this doesnt implies a change for the CF Code, its just making it available.

I have not seen any announcement about this in the CF Team Blog, but I hope they´re at least considering this.

By the way, do you know something about the DLR and CF? Is not that I really need (like the source code), but just for curiosity.

# Διαθέσιμος ο κώδικας του .NET Framework!

Thursday, January 17, 2008 4:04 PM by Ειδήσεις του dotNETZone.gr

Τον Οκτώβριο είχε γίνει γνωστή η απόφαση της Microsoft να κάνει διαθέσιμο τον πηγαίο κώδικα του .NET

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 4:18 PM by mcp111

Does this work with VS2005 also?

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 4:22 PM by Miguel Madero

What would be need to place our own Symbols server?

It would be nice if VSTS could do something like this for our own libraries. Control venders could do something similar to step into their code.

It would be really cool if someone could use something like reflector and disassemble code on the fly as needed and provide a similar support. I dont know about the internals of a debugger, even with the code disassembled we would need the pdbs, dont sure if this is something even possible, but would be really cool to have. This is maybe a project for someone with the right knwoledge.

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 4:25 PM by Anon

белые  наступают!!!

# .Net Framework Library Source Code - Now Available!!!

Thursday, January 17, 2008 4:41 PM by Rydal's .Net Clr

.Net Framework Library Source Code - Now Available!!!

# Mike on Software » .NET Source Code now available for VS2008 users

Pingback from  Mike on Software » .NET Source Code now available for VS2008 users

# .NET Framework Library Source Code now available

Thursday, January 17, 2008 5:16 PM by Bite my bytes

.NET Framework Library Source Code now available

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

Thursday, January 17, 2008 5:30 PM by ひろえむの日々是勉強

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

# .NET Framework Library Source Code

Thursday, January 17, 2008 6:07 PM by Chris Eargle

.NET Framework Library Source Code

# A late Christmas present - .NET Framework source code now available

Thursday, January 17, 2008 6:33 PM by Eric Nelson - Development for .NET Framework for ISVs

Scott (as usual) does a great job of explaining how simple this is to setup. Once enabled, VS 2008 will

# A late Christmas present - .NET Framework source code now available

Thursday, January 17, 2008 7:17 PM by Noticias externas

Scott (as usual) does a great job of explaining how simple this is to setup. Once enabled, VS 2008 will

# links for 2008-01-18 « Mike Does Tech

Thursday, January 17, 2008 7:32 PM by links for 2008-01-18 « Mike Does Tech

Pingback from  links for 2008-01-18 « Mike Does Tech

# .NET Framework开源 如何保存源代码

Thursday, January 17, 2008 8:07 PM by Bolik

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

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 8:19 PM by Wang Qizhi

thanks!

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 8:36 PM by Jack.Kan

Good news!

# .NET Framework Source Code now Available...

Thursday, January 17, 2008 9:10 PM by Rexiology@MSDN

[via ScottGu ] Available source code for now: NET Base Class Libraries (including System, System.CodeDom,

# .NET Framework Source Code now Available...

Thursday, January 17, 2008 9:10 PM by Rexiology::Work

crosspost from http://blogs.msdn.com/rextang [via ScottGu ] Available source code for now: NET Base Class

# .NET Framework Source Code now Available...

Thursday, January 17, 2008 9:21 PM by Noticias externas

[via ScottGu ] Available source code for now: NET Base Class Libraries (including System, System.CodeDom

# .NET Framework 라이브러리 소스코드 공개(2008/01)

Thursday, January 17, 2008 9:48 PM by bkchung's WebLog

.NET Framework Library Source Code now available - ScottGu's Blog 이전에 예고 된대로 라이브러리의 소스 코드가 공개되었습니다. 공개된

# MSDN Blog Postings » .NET Framework Source Code now Available...

Pingback from  MSDN Blog Postings  » .NET Framework Source Code now Available...

# .NET Framework 라이브러리 소스코드 공개(2008/01)

Thursday, January 17, 2008 10:23 PM by Noticias externas

.NET Framework Library Source Code now available - ScottGu's Blog 이전에 예고 된대로 라이브러리의 소스 코드가 공개되었습니다

# Microsoft.NET Framework 全面开源

Thursday, January 17, 2008 10:32 PM by phphot

Microsoft.NET Framework 全面开源

# re: .NET Framework Library Source Code now available

Thursday, January 17, 2008 11:24 PM by Boler Guo

Hi Scott,

May I ask why when I close the VSTS the source files are removed? Thank you.

-Boler

# .NET Framework 开源了

Friday, January 18, 2008 12:06 AM by yangyibang

.NET Framework Library Source Code now available

# Peek into the .NET Framework Source Code « WinDev - Everything Windows Development

Pingback from  Peek into the .NET Framework Source Code « WinDev - Everything Windows Development

# .NET Framework Library Source Code now available - ScottGu’s Blog « Noocyte’s Weblog

Pingback from  .NET Framework Library Source Code now available - ScottGu’s Blog « Noocyte’s Weblog

# .NET Source Code Released to VS2008 Developers | David Arno's Blog

Pingback from  .NET Source Code Released to VS2008 Developers | David Arno's Blog

# .NET Framework source code available

Friday, January 18, 2008 2:54 AM by Janko`s Blog

Scott Guthrie announced this morning that source code for .NET Framework library is now available. This

# re: .NET Framework Library Source Code now available

Friday, January 18, 2008 2:58 AM by bluepencil

Very good!

这里还有还有好多中国同胞~不错!

# re: .NET Framework Library Source Code now available

Friday, January 18, 2008 3:32 AM by RobS

Hi Scott,

Does this mean that we will be able to change and recompile the framework?  

Thanks,

RobS.

# .NET Source Code (not all, but few) released! « C h a k s’ C o r n e r

Pingback from  .NET Source Code (not all, but few) released! « C h a k s’ C o r n e r

# Le code source du Framework .NET est disponible

Friday, January 18, 2008 4:31 AM by Porte25: Open Source et Interop @ Microsoft

Nous vous parlions dans un billet précédent l’annonce par Microsoft de son intention de proposer le code

# Доступен исходный код .NET Framework

Friday, January 18, 2008 4:37 AM by Максим Крентовский

Поймал в ленте Opennet сию замечательную новость .

# .NET Framework Source Available

Friday, January 18, 2008 5:26 AM by Martin Parry

This is quite big news. A lot of people have wanted this for a long time. Not only can you...

# re: .NET Framework Library Source Code now available

Friday, January 18, 2008 5:59 AM by SoftMind

Dear ScottGu,

Very Good News.

Thanks

# news.clarionlife.net » .NET Framework Library Source Code now available

Pingback from  news.clarionlife.net » .NET Framework Library Source Code now available

# re: .NET Framework Library Source Code now available

Friday, January 18, 2008 8:11 AM by Gabriel Lozano-Moran

I get a Page Not Found as a lot of other people are getting. When is the QFE uploaded to the Microsoft Downloads Center?

# .NET Framework Library Source Code now available

Friday, January 18, 2008 9:50 AM by yangwuhan

NET Framework Library Source Code

# re: .NET Framework Library Source Code now available

Friday, January 18, 2008 11:35 AM by Patrick

Sun Microsystems opened up all of Java under LGPL a long time ago. Seems to me, Microsoft needs to pick up the pace if they want to stay competitive in software market of the 21st century.

Also, if you want the source code to a cross-platform .NET library, check out Mono.

# Microsoft News Weblog » Blog Archive » .NET Framework Library Source Code now available

Pingback from  Microsoft News Weblog  » Blog Archive   » .NET Framework Library Source Code now available

# [VS2008] Finally !!! liberado el codigo del .Net Framework (conociendo el interior del lado oscuro)

Friday, January 18, 2008 12:51 PM by El Bruno

Buenas este tipo de noticia se reproduce como un politono de los malos. Anoche a altas horas de la madrugada,...

# Silverlight Source Will Be Released

Friday, January 18, 2008 1:32 PM by Hauser & Wenz :: Blog

Everybody noticed that Scott Guthrie announced the availability of the .NET Framework Library source code, but almost unnoticed went this comment: Yes - we'll be releasing the source and enabling debugging for the Silverlight libraries as well once they

# .NET Libraries debugging mit Visual Studio 2008

Friday, January 18, 2008 2:06 PM by Swiss DPE Team Blog

Auf Channel9 wurde gestern ein Video publiziert wo angezeigt wird, wie man die „.NET Framework Libraries

# Microsoft releases source code for .Net libraries

Friday, January 18, 2008 2:28 PM by jeroen

Scott Guthrie announced that, as previously promised, the source code for some of the core .Net libraries

# .NET Libraries Debugging mit Visual Studio 2008

Friday, January 18, 2008 3:05 PM by Noticias externas

Auf Channel9 wurde gestern ein Video publiziert wo angezeigt wird, wie man die ".NET Framework Libraries

# Microsoft releases source code for .NET Framework libraries | //beconfused

Pingback from  Microsoft releases source code for .NET Framework libraries | //beconfused

# .NET Framework Library Source Code available for viewing « vincenthome’s Software Development

Pingback from  .NET Framework Library Source Code available for viewing « vincenthome’s Software Development

# rascunho » Blog Archive » links for 2008-01-18

Friday, January 18, 2008 3:21 PM by rascunho » Blog Archive » links for 2008-01-18

Pingback from  rascunho  » Blog Archive   » links for 2008-01-18

# .NET Framework Source Code Available

Friday, January 18, 2008 3:43 PM by Keith Kinnan's Weblog

The .NET Framework source code is now available for download and you can debug with Visual Studio 2008.

# MSDN Blog Postings » .NET Libraries Debugging mit Visual Studio 2008

Pingback from  MSDN Blog Postings  » .NET Libraries Debugging mit Visual Studio 2008

# .NET Framework Source Code Available

Friday, January 18, 2008 4:07 PM by Noticias externas

The .NET Framework source code is now available for download and you can debug with Visual Studio 2008

# Info World » Blog Archive » Microsoft allows developers to examine .Net source code

Pingback from  Info World  » Blog Archive   » Microsoft allows developers to examine .Net source code

# Rilasciato il codice sorgente del Framework .Net

Friday, January 18, 2008 5:39 PM by espertini.com

Rilasciato il codice sorgente del Framework .Net

# .NET Source Code disponibile

Friday, January 18, 2008 5:47 PM by Paolo Pialorsi

Questa è una di quelle notizie che meritano di essere riportate anche solo come link. Ora vedrò di studiarmi

# links for 2008-01-19 | Funny Stuff is all around

Friday, January 18, 2008 7:33 PM by links for 2008-01-19 | Funny Stuff is all around

Pingback from  links for 2008-01-19 | Funny Stuff is all around

# Talking to myself…..in public » Blog Archive » .NET Framework Source Released

Pingback from  Talking to myself…..in public  » Blog Archive   » .NET Framework Source Released

# Microsoft.NET Framework 全面开源了.

Friday, January 18, 2008 11:52 PM by E.L.---黑者如斯夫,不舍昼夜......

转贴news.csdn.net/.../112839.html

期待已久的.NETFramework终于在本周开源了,微软在MS-RL协议下终于公开了.NETFram...

# Microsoft.NET Framework 全面开源 [转]

Saturday, January 19, 2008 1:21 AM by 罗布林克

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

# Microsoft.NET Framework 全面开源

Saturday, January 19, 2008 1:40 AM by KidYang

期待已久的.NETFramework终于在本周开源了,微软在MS-RL协议下终于公开了.NETFramework源代码,我们只可以自由查看,不允许直接进行修改。

第一批开放的源代码包括: ...

# Elegant Code » .NET Framework Library Source Code now available

Pingback from  Elegant Code » .NET Framework Library Source Code now available

# I sorgenti di .NET - per molti ma non per Mono at pollycoke :)

Pingback from  I sorgenti di .NET - per molti ma non per Mono at pollycoke :)

# re: .NET Framework Library Source Code now available

Saturday, January 19, 2008 4:27 AM by Lieven

This is really great news!! I'm just hoping that you will release the symbols for System.Security.dll and for WCF very soon. We really need this for debugging our CSP!

# re: .NET Framework Library Source Code now available

Saturday, January 19, 2008 5:02 AM by Kerem Kusmezer

Why is it not integrate into the frameworks sdks debugger and to get the sourcecodes and debug, why i have to use the Visual Studio 2008.

I own the sdk and it is free of charge distributed, should i not be able with any debugger not with only VS2008 , which at least cost 1K buck, the see the code and debug it

# re: .NET Framework Library Source Code now available

Saturday, January 19, 2008 7:08 AM by Juan María

Hi Scott:

You can read this post in spanish here:

thinkingindotnet.wordpress.com/.../ya-esta-disponible-el-codigo-del-net-framework

# re: .NET Framework Library Source Code now available

Saturday, January 19, 2008 7:53 AM by Webdesign

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

# Infinite Layers » Blog Archive » Codice .NET? Non per Mono

Saturday, January 19, 2008 9:43 AM by Infinite Layers » Blog Archive » Codice .NET? Non per Mono

Pingback from  Infinite Layers  » Blog Archive   » Codice .NET? Non per Mono

# Microsoft.NET Framework 全面开源

Saturday, January 19, 2008 9:56 AM by Arthur(阿胜)

Microsoft.NET Framework 全面开源

# VS2008 team suite

Saturday, January 19, 2008 11:14 AM by bindsang

今天终于有时间下载VS2008team suite版了 里面的js脚本编辑器,号称是全面支持智能感知和函数描述,参数说明,按帮助给的方式试了一下,觉得还不错,连ajax写的希奇古怪的js脚本都可以正常提示出来 顺便搭配使用一下DOTNET Framework的开源代码

# Developer kini bisa melihat Source Code .Net Framework « All About Learning And Information Tecnology

Pingback from  Developer kini bisa melihat Source Code .Net Framework « All About Learning And Information Tecnology

# Hans-Peter Haberlandners Weblog » Blog Archive » Debuggen im Source Code des .NET Frameworks -Now!

Pingback from  Hans-Peter Haberlandners Weblog  » Blog Archive   » Debuggen im Source Code des .NET Frameworks -Now!

# re: .NET Framework Library Source Code now available

Saturday, January 19, 2008 2:41 PM by Davide Espertini

Pingback from Davide Espertini weblog!!

www.espertini.com/.../Rilasciato-il-codice-sorgente-del-Framework-Net.aspx

# .Net Source Codes Release - RunUO Gaming Network

Saturday, January 19, 2008 2:44 PM by .Net Source Codes Release - RunUO Gaming Network

Pingback from  .Net Source Codes Release - RunUO Gaming Network

# re: .NET Framework Library Source Code now available

Saturday, January 19, 2008 5:30 PM by Eduardo Jezierski

Nice to see this Scott.

Congrats on the bold move. There's a zillion comments, but even if this one gets lost, I wanted to drop a note. This move will help us at InSTEDD use the .NET platform in environments where openness and transparency aren't just ideological buzzwords, but can make the difference between getting a system to work or not in a lives-at-stake situation. Keep this trend going!

Thank you -

~ej

# re: .NET Framework Library Source Code now available

Saturday, January 19, 2008 8:27 PM by E-Shy

That's great, I hated having to use reflector to see how some things work in the framework, it will be much better when I can just step into it and see what happens.

now the only real proble I have is with javascript debugging on vista

# re: .NET Framework Library Source Code now available

Saturday, January 19, 2008 8:42 PM by poutsoklis

does stevie know about this???

# re: .NET Framework Library Source Code now available

Sunday, January 20, 2008 12:06 AM by Peroth

Grt News!.... Thanks Scott and Team!... am sure, rest of the Microsoft Technology world going to enjoy this!...

# Microsoft.NET Framework 全面开源

Sunday, January 20, 2008 9:47 AM by yuantao

期待已久的.NETFramework终于在本周开源了,微软在MS-RL协议下终于公开了.NETFramework源代码,我们只可以自由查看,不允许直接进行修改。

第一批开放的源代码包括: ...

# [VS2008] Debuggare il codice del Framework

[VS2008] Debuggare il codice del Framework

# Microsoft.NET Framework 全面开源

Sunday, January 20, 2008 12:03 PM by figo

Microsoft.NET Framework 全面开源

# .NET Framework Source Code available | DavideZordan.net

Sunday, January 20, 2008 1:40 PM by .NET Framework Source Code available | DavideZordan.net

Pingback from  .NET Framework Source Code available | DavideZordan.net

# Links of the Week #20 (week 3/2008)

Sunday, January 20, 2008 6:14 PM by Bite my bytes

Links of the Week #20 (week 3/2008)

# .NET Framework source code released

Sunday, January 20, 2008 6:34 PM by The HALLway

.NET Framework source code released

# Professional computer programming type nerds... - SpartanTailgate.com - Michigan State Spartans Forums

Pingback from  Professional computer programming type nerds... - SpartanTailgate.com - Michigan State Spartans Forums

# Weekly Link Post 25 « Rhonda Tipton’s WebLog

Sunday, January 20, 2008 7:38 PM by Weekly Link Post 25 « Rhonda Tipton’s WebLog

Pingback from  Weekly Link Post 25 « Rhonda Tipton’s WebLog

# re: .NET Framework Library Source Code now available

Sunday, January 20, 2008 10:41 PM by Abhijeet Rajwade

Wow!!

I am waiting for WCF libraries to come.

Thanks

# Community Convergence XXXIX

Monday, January 21, 2008 1:41 AM by Charlie Calvert's Community Blog

Welcome to the XXXIX issue of Community Convergence. The big news this week is that Microsoft has begun

# Community Convergence XXXIX

Monday, January 21, 2008 1:52 AM by Noticias externas

Welcome to the XXXIX issue of Community Convergence. The big news this week is that Microsoft has begun

# ..:: ExaSpring’s Blog ::.. Web Hosting, Web Designing and SEO Blog ::.. » Blog Archive » Microsoft allows developers to examine .Net source code

Pingback from  ..:: ExaSpring’s Blog ::.. Web Hosting, Web Designing and SEO Blog ::..  » Blog Archive   » Microsoft allows developers to examine .Net source code

# ..:: ExaSpring’s Blog ::.. Web Hosting, Web Designing and SEO Blog ::.. » Blog Archive » .NET Framework Library Source Code now available

Pingback from  ..:: ExaSpring’s Blog ::.. Web Hosting, Web Designing and SEO Blog ::..  » Blog Archive   » .NET Framework Library Source Code now available

# re: .NET Framework Library Source Code now available

Monday, January 21, 2008 7:02 AM by ganesh84

Awesome.

Hello Scott , the first thing that came to my mind after reading this was 'Why now'?. Can we expect for a bigger suprise later on..;)

# Herbert Moroni » Blog Archive » C??digo fonte do .NET Framework disponivel.

Pingback from  Herbert Moroni  » Blog Archive   » C??digo fonte do .NET Framework disponivel.

# re: .NET Framework Library Source Code now available

Monday, January 21, 2008 11:15 AM by Gary

Why must we register to download this QFE?

# .NET Framework Library Source Code now available

Monday, January 21, 2008 12:22 PM by Letteer Lines

.NET Framework Library Source Code now available

# re: .NET Framework Library Source Code now available

Monday, January 21, 2008 5:53 PM by Deylo Woo

Yeah, I am glad it is released.  Nice.

# re: .NET Framework Library Source Code now available

Monday, January 21, 2008 8:10 PM by SilverlightExamples

Hi Scott,

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

I'm amazed! But as far as I know, some Silverlight libraries are unmanaged. Silverlight team at Silverlight.net told me once that the Shape, Transformation and other classes are in native code. Correct me if i'm wrong, the managed Silverlight libraries are just wrappers on top of unmanaged code.

So I was wondering how the opening Silverlight source code would work, as there are libraries of unmanaged code. If only the managed source code is available, we will see only the source code of wrappers.

Thanks

Sopheap Ly

# Silverlight Libraries Source Code Will Be Available

Monday, January 21, 2008 8:22 PM by SilverlightExamples.NET

Silverlight Libraries Source Code Will Be Available

# Finds of the Week - Jan 20, 2008 » Chinh Do

Monday, January 21, 2008 11:05 PM by Finds of the Week - Jan 20, 2008 » Chinh Do

Pingback from  Finds of the Week - Jan 20, 2008 » Chinh Do

# Código fonte do .NET Framework está disponível

Tuesday, January 22, 2008 8:46 AM by Carlos Fernando Paleo da Rocha
SBS MVP in Brazil

O código fonte das livrarias do framework .NET está disponível sob uma licença de leitura para consulta

# Código fonte do .NET Framework está disponível

Tuesday, January 22, 2008 9:26 AM by Tecnologias

O código fonte das livrarias do framework .NET está disponível sob uma licença de leitura para consulta

# Código fonte da plataforma .NET disponível no Visual Studio 2008

Tuesday, January 22, 2008 12:48 PM by Carlos Guedes

Tal como o ScottGu anunciou em Outubro de 2007 , a Microsoft disponibilizou o código fonte da plataforma

# » Whoa.. Microsoft Goes Open Source with the .NET Framework

Pingback from  » Whoa.. Microsoft Goes Open Source with the .NET Framework

#

Wednesday, January 23, 2008 2:04 AM by jey-j

.Net Frameworkライブラリのソースコード公開

# re: .NET Framework Library Source Code now available

Wednesday, January 23, 2008 2:53 AM by dotservant.com website hosting

It is indeed a big step for Microsoft and definitely a good move for releasing out the .NET, PHP has been dominating the internet and it is  time to gain back some market share.

# 推荐系列:2008年第04期 总6期

Wednesday, January 23, 2008 5:33 AM by TerryLee

概述1.FiveAjaxControlToolkitTabThemescreatedfromDynamicDrive.com

# re: .NET Framework Library Source Code now available

Wednesday, January 23, 2008 8:20 AM by Виталий Джангл

NET Framework - это просто постная хуйня! Софт надо писать только на Borland Delphi!

# re: .NET Framework Library Source Code now available

Wednesday, January 23, 2008 5:43 PM by Kredyt Gdynia

Thanks! I was just looking for something like that!

Great post!

# 【收藏】2008年第04期 总6期

Wednesday, January 23, 2008 8:38 PM by Jacky_Xu

本期共有9篇文章

1.FiveAjaxControlToolkitTabThemescreatedfromDynamicDrive.com

# Microsoft.NET Framework 全面开源

Thursday, January 24, 2008 8:23 AM by Arthur(阿胜)

Microsoft.NET Framework 全面开源

# re: .NET Framework Library Source Code now available

Thursday, January 24, 2008 8:48 AM by Andy Tao

wow,great, it make debug more easy.

# re: .NET Framework Library Source Code now available

Thursday, January 24, 2008 9:56 AM by FanjiKong

Nothing but Programming

# re: .NET Framework Library Source Code now available

Thursday, January 24, 2008 11:11 AM by chris

Woo Hoo source code for .NET!!! Finally I can debug completely!

Hey, I just posted a new Open Source ASP.NET Animation Framework if anyone is interested:

www.hushhushmedia.com/.../RIAnimation.aspx

# re: .NET Framework Library Source Code now available

Thursday, January 24, 2008 1:42 PM by Chirag Nirmal

This is great new Scott. Does it mean that once the complete source is realeased, it can be used to compile the .net framework for Linux or any other operating system?

# .NET Library Released as Source

Thursday, January 24, 2008 6:58 PM by Microsoft on ISVs

This past week Microsoft released a portion of the .NET Framework library to enable debugging support

# re: .NET Framework Library Source Code now available

Friday, January 25, 2008 3:38 AM by sangam

microsoft has done the great thing in the software field, introduction of the .NET is the new boom in the industry...has a great ability.

# re: .NET Framework Library Source Code now available

Friday, January 25, 2008 5:33 AM by khanh

How to issues a build command to Visual Studio?

Thanks

# This Week’s Geek Links (Jan. 25th, 2008) « Brian Di Croce

Pingback from  This Week’s Geek Links (Jan. 25th, 2008) « Brian Di Croce

# re: .NET Framework Library Source Code now available

Saturday, January 26, 2008 7:59 PM by Aardvark

This is great news!  I have been using Reflector to disassemble the .NET assemblies to get a better idea of the inner workings.  Being able to see the actual code along with the developers comments will be great.  I cannot wait for the source download to be made available.

# Noticias 28-Enero-2008

Sunday, January 27, 2008 6:53 PM by La Web de Programación

Código fuente del .NET Framework disponible : En este link disponeis de información de cómo depurar desde

# re: .NET Framework Library Source Code now available

Tuesday, January 29, 2008 3:19 PM by Vamsi

I am not able to step into any of the classes within System.Data.dll. The core libraries work fine.

# re: .NET Framework Library Source Code now available

Friday, February 01, 2008 9:37 AM by Rob Mills

This is great.  Just out of curiousity, is it only available for VS 2008?  I'm still running 2005.

# January 2008 Recap

Sunday, February 03, 2008 4:59 AM by Jon Galloway

I've had a policy against posting on big news that's likely to be common knowledge in the Microsoft development

# Open Source or View the Source Code

Wednesday, February 06, 2008 2:00 AM by CTO Blog

Sometimes it seems really quite big news gets ‘slipped out’ almost as though the large corporation concerned really doesn’t want to let on formally. Maybe it's because there has been so much work done to construct a public position for...

# Download the .Net Reference Source Code

Wednesday, February 06, 2008 2:11 AM by Guy Burstein's Blog

Download the .Net Reference Source Code Developers have always wanted to be able to download and browse

# re: .NET Framework Library Source Code now available

Wednesday, February 06, 2008 9:09 AM by Kerem Kusmezer

You can download the source code without VS2008 And VS2005 And Without QTE Installed.

www.codeplex.com/NetMassDownloader

.NET Mass Downloader

Welcome to the .NET Mass Downloader project. While it’s great that Microsoft has released the .NET Reference Source Code, you can only get it one file at a time while you’re debugging. If you’d like to batch download it for reading or to populate the cache, you’d have to write a program that instantiated and called each method in the Framework Class Library. Fortunately, .NET Mass Downloader comes to the rescue!

Using .NET Mass Downloader

Open a command or PowerShell prompt and navigate to where you extracted the current release. The tool itself is NetMassDownloader.exe and when run without parameters shows the following help screen:

.Net Mass Downloader 1.0.0.0 - (c) 2008 by Kerem Kusmezer, John Robbins

Batch download the Microsoft .NET Reference Source code.

Usage: NetMassDownloader [-file <file>]

                        [-directory <directory]

                        [-output <directory>]

                        [-vsver <version>]

                        [-force] [-nologo] [-verbose] [-?]

   -file      - Download an individual file's PDB and source code. You can

                specify multiple file parameters. (Short -f).

   -directory - Download all the found PDB and source code for all files in

                the specified directory. You can specify multiple

                directory parameters (Short -d).

   -output    - The output directory for PDB and source files. The default

                directory is the cache directory set in Visual Studio 2008.

                By using the cache directory, you'll have the PDB and source

                files available to Visual Studio 2008. However, to use the

                .NET Reference Source Code with VS 2005, use the -output

                switch and in the Options dialog, Debugging, Symbols property

                page, add the specified output directory to the "Symbol file

                (.pdb) locations." Also, add the directory to the Solution

                Properties, Common Properties, Debug Source Files, Directories

                containing source code location. The Visual Studio 2005

                debugger will automatically load the source code. (Short -o)

   -vsver     - The Visual Studio version number to use for finding the cache

                directory. The default is Visual Studio 2008,

                but if you want to use the cache directory for Visual Studio

                2005, you would pass '-vsver 8.0' (without quotes) (Short -vs)

   -force     - If specified, forces the downloading the PDB files into the

                symbol server. When downloading to a symbol server if the PDB

                exists, it's not downloaded. Using the -output switch will

                always download and process the PDB. (Short -fo)

   -nologo    - Don't show the logo information. (Short -n)

   -verbose   - Do verbose output. May be worth turning on as the downloading

                source code can take a long time. (Short -v)

   -?         - This help message.

The only required arguments are –file or –directory, both of which can be specified as many times as you’d like. When you specify a directory, only the .DLL and .EXE files from that directory will be processed. If you wanted to download all the source code from binaries in the .NET 2.0 32-bit and 64-bit directories, the command line you’d pass is: -d C:\Windows\Microsoft.NET\Framework\v2.0.50727 –d C:\Windows\Microsoft.NET\Framework64\v2.0.50727.

The main purpose of Net Mass Downloader is to populate the source code download cache for debugging, the default download location is the cache you specified to Visual Studio 2008. The –vsver switch to account for future Visual Studio versions so Mass Downloader could work with future CTPs and versions.

While it’s great to see the .NET Reference Source Code in Visual Studio 2008, there are a lot of developers out there who can’t upgrade yet, but would love to be able to debug into the .NET Reference Source Code. If you specify the -output parameter, the PDB and .NET Reference Source Code will be written to the specified directory. In Visual Studio 2005, place that directory in the Options dialog, Debugging, Symbols property page. In the “Symbol file (.pdb) locations” list box as the first item. Also in the Options dialog, Debugging, General property page, uncheck "Require source files to exactly match the original version." Finally, in each Visual Studio 2005 project go into the solution property pages, Common Properties, Debugging Source Files, and in the "Directories containing source code" add the output directory to the top of the list. That's enough for Visual Studio 2005 to debug into the .NET Reference Source Code.

When you first run Net Mass Downloader, you will be prompted with the current EULA for accessing the source code. If you don’t agree with the Microsoft EULA, clicking the Decline button will not download the source code.

Acknowledgements

Thanks to the Developer Division at Microsoft. First they released the .NET Reference Source Code, and second for allowing a couple of developers to have some fun and provide a utility for the community. Thank you for using .NET Mass Downloader. We just ask that you log any bugs and features into the project Issue Tracker.

If you have questions about particular pieces of the code, Kerem Kusmezer did the following parts: the PE (Portable Executable) Parser, the PDB Parser, the Webclient Class. and the SrcSrv class. John Robbins did the console driver, testing, and served as Kerem's code monkey.

Kerem Kusmezer and John Robbins

# A part of .NET Framework Source Code is available for debugging purposes

Wednesday, February 06, 2008 4:23 PM by MihaM

Great news. Microsoft finally released a part of .NET Framework Source Code for debugging purposes. A

# A part of .NET Framework Source Code is available for debugging purposes

Wednesday, February 06, 2008 4:53 PM by Zunanji viri

Great news. Microsoft finally released a part of .NET Framework Source Code for debugging purposes. A

# Visual Studio Connected Projects (CodePlex Projects)

Saturday, February 09, 2008 12:43 PM by MichaelD!'s Tech Blog

For some time now I’ve been thinking about this concept for Visual Studio that would help out development

# "Visual Studio 2008"背后的勃勃野心 | 守望轩

Sunday, February 10, 2008 8:12 PM by "Visual Studio 2008"背后的勃勃野心 | 守望轩

Pingback from  "Visual Studio 2008"背后的勃勃野心 | 守望轩

# Is it really significant? &laquo; Idea Factory

Monday, February 11, 2008 3:49 AM by Is it really significant? « Idea Factory

Pingback from  Is it really significant? &laquo; Idea Factory

# re: .NET Framework Library Source Code now available

Monday, February 11, 2008 8:57 AM by Craig Dahlinger

Any plans for supporting this feature for the Compact Framework.  Remember it still is part of the .net framework, even though it is a subset of the desktop framework.  I feel like the mobile development groups using compact framework are left in the dark when it comes to features and functionality like this.  Any idea when the compact framework team are going get on board with the desktop framework team and offer this same debug feature.

Thanks

CD

# Exploring the Code for the New .NET 3.5 Classes

Thursday, February 14, 2008 2:33 PM by Community Blogs

I often use the free and awesome decompiler Reflector to peer into the source code of Microsoft&#39;s

# .NET Framework Library Source Code now available

Thursday, February 14, 2008 8:46 PM by MADHU@MICROSOFT BLOG

//we didn't add WCF and WF code yet, but this works for simple .NET apps weblogs.asp.net/.../net-framework-library-source-code-now-available.asp

# MSDN Blog Postings &raquo; .NET Framework Library Source Code now available

Pingback from  MSDN Blog Postings  &raquo; .NET Framework Library Source Code now available

# re: .NET Framework Library Source Code now available

Monday, February 18, 2008 3:57 AM by Petr Lazecky

Noone asked this simple question so I will try...

I am really curious what is the reason that Microsoft could not package released source code on the download section of MSDN and requires VS.NET 2008 *only* for this feature to work. Clearly it seems to me that the fact that you released code do public means that legal issues must have been addressed already. I do not belive that it is that hard for you to release code as downloadable package now when you share them on your source code server.

Any ideas?

# 如何批量下载VS2008中公开的微软源代码

Monday, February 18, 2008 10:52 AM by volnet(可以叫我大V)

首先要感谢微软公司在VS2008中引入了部分开源的协议使大家不必再通过Reflector等工具进行反编译,着实让大家感受到了不少便利。不过微软的VS2008中的开源方式存在若干不足,最重要的不足之处...

# 如何下载.net Framework源代码

Wednesday, February 20, 2008 10:01 PM by Mainz

.net Framework 开源了,不过没有现成的代码包下载,只有debug的时候每次能获得一个文件,还好热心人写了个软件全部debug所有方法从而得到源代码.1. 如何下载源代码 2. 如何在Visual Studio 2008中进行配置

# Dominiek Dierickx &raquo; Blog Archive &raquo; Mijn toolset [Deel I - .NET]

Pingback from  Dominiek Dierickx  &raquo; Blog Archive   &raquo; Mijn toolset [Deel I - .NET]

# Chivinou [ʃivinu] &raquo; Saleslogix 7.2 Source Code

Monday, February 25, 2008 10:51 PM by Chivinou [ʃivinu] » Saleslogix 7.2 Source Code

Pingback from  Chivinou [ʃivinu]  &raquo; Saleslogix 7.2 Source Code

# re: .NET Framework Library Source Code now available

Tuesday, February 26, 2008 2:09 AM by Marcus Venturi

I can't be mentioned often enough that the Compact Framework code would be very, helpful too. I spend many hours last week with a problem, that after saving a bitmap with the Bitmap class of the CF, it had somehow altered colors.

I found some hints in the web, that this is caused by the internal representation (r5g5b5 instead of r5g6b5/r8g8b8) and finally saved it by own code.

If I had the source code I could have solved it earlier.

Because of the limitations of the CF the necessity to dig into the source code appears more often than with the full Framework...

# re: .NET Framework Library Source Code now available

Tuesday, February 26, 2008 1:48 PM by Bruno Brant

Yeah!! Thanks MS!

# re: .NET Framework Library Source Code now available

Wednesday, February 27, 2008 8:10 AM by marek

Hi,

is there any way, how to display downloaded sources in VS2005/8 and be able to browse them? I have not yet found an option, to attach sources for some referenced assembly provided that I have sources of that assembly somewhere on my drive.

thanks

marek

# Technology latest news &raquo; Blog Archive &raquo; Microsoft allows developers to examine .Net source code (InfoWorld)

Pingback from  Technology latest news  &raquo; Blog Archive   &raquo; Microsoft allows developers to examine .Net source code (InfoWorld)

# visual studio notes

Monday, March 10, 2008 4:50 AM by margiex

1..netframeworksource已经可以在vs2008中使用

ref:

# ASP.NET MVC - Source Code &amp; Builds werden auf Codeplex ver&ouml;ffentlicht | Code-Inside Blog

Pingback from  ASP.NET MVC - Source Code &amp; Builds werden auf Codeplex ver&ouml;ffentlicht | Code-Inside Blog

# php code and scripts &raquo; Blog Archive &raquo; .NET Framework Library Source Code now available

Pingback from  php code and scripts  &raquo; Blog Archive   &raquo; .NET Framework Library Source Code now available

# http://beta.weblogs.asp.net/scottgu/archive/2008/01/16/net-framework-library-source-code-now-available.aspx

Pingback from  beta.weblogs.asp.net/.../net-framework-library-source-code-now-available.aspx

# Disponibile parte del codice sorgente del Framework

Friday, March 28, 2008 2:41 PM by ASP.NET Italiano Blogs

Come promesso tempo fa da ScottGu finalmente è disponibile il codice sorgente del Framework trovate tutti

# Microsoft and Opensource - a new age &#8212; Reviving The Health Revolution

Pingback from  Microsoft and Opensource - a new age &#8212; Reviving The Health Revolution

# .NET Framework Guts Exposed

Monday, April 21, 2008 9:19 PM by Shawn Oster's Blog

.NET Framework Guts Exposed

# Exploring the Code for the New .NET 3.5 Classes

Thursday, April 24, 2008 4:04 PM by .Net World

I often use the free and awesome decompiler Reflector to peer into the source code of Microsoft&#39;s

# Slides from my ASP.NET Connections Orlando Talks

Monday, April 28, 2008 2:21 AM by Community Blogs

Last week I presented at the ASP.NET Connections Conference in Orlando.&#160; I gave a general session

# Diaporama de mon intervention aux ASP.NET Connections Orlando

Tuesday, April 29, 2008 8:49 AM by Scott Guthrie's Blog in French

La semaine derni&#232;re &#224; la conf&#233;rence ASP.NET Connections d'Orlando , j'ai donn&#233; lundi

# Arnout&#8217;s Eclectica &raquo; URL-encoded slashes in System.Uri

Wednesday, April 30, 2008 5:11 PM by Arnout’s Eclectica » URL-encoded slashes in System.Uri

Pingback from  Arnout&#8217;s Eclectica &raquo; URL-encoded slashes in System.Uri

# شرائح وعروض من مؤتمر ASP.NET في أورلاندو

Friday, May 02, 2008 4:19 AM by Scott Guthrie's Blog in Arabic

الأسبوع الماضي قدمت محاضرة في مؤتمر ASP.NET Connections في أورلاندو. ولقد ألقيت محاضرة عامة يوم الأثنين

# .Net Framework Sourcecode frei verfügbar

Tuesday, May 06, 2008 1:01 PM by Mario Meir-Huber

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

# Debugging .NET Framework Source Code

Tuesday, May 13, 2008 8:45 AM by ASP.NET Debugging

I am not sure how many people are familiar with the .NET Reference Source project, but if you do a lot

# microsoft net technology and framework

Thursday, May 15, 2008 4:15 AM by microsoft net technology and framework

Pingback from  microsoft net technology and framework

# .NET Framework Library Source Code now available &laquo; The Recycle Bin

Pingback from  .NET Framework Library Source Code now available &laquo; The Recycle Bin

# Code source Framework .NET disponible !

Wednesday, May 28, 2008 5:51 AM by Blog-Microsoft.fr

Code source Framework .NET disponible !

# Silverlight Libraries Source Code Will Be Available | Silverlight

Pingback from  Silverlight Libraries Source Code Will Be Available | Silverlight

# Sourcecodes &raquo; Blog Archive &raquo; .NET Framework Library Source Code

Pingback from  Sourcecodes  &raquo; Blog Archive   &raquo; .NET Framework Library Source Code

# .NET Framework Library Source Code now available

Monday, June 23, 2008 5:11 AM by Porubov.home

.NET Framework Library Source Code now available

# Lexapro.

Saturday, June 28, 2008 3:59 AM by Lexapro.

Half life of lexapro. Lexapro weight gain. Lexapro side effects. Lexapro.

# Tip of the Day #2 - (Debugging into the .NET source code)

Saturday, June 28, 2008 12:17 PM by Stuff that's in my head

Tip of the Day #2 - (Debugging into the .NET source code)

# Lexapro &raquo; Spinning

Monday, June 30, 2008 3:01 PM by Lexapro » Spinning

Pingback from  Lexapro &raquo; Spinning

# Source code and managed runtimes | A Developer&#8217;s View | ZDNet.com

Pingback from  Source code and managed runtimes | A Developer&#8217;s View | ZDNet.com

# .NET Framework Library Source Code now available

Friday, October 31, 2008 10:26 AM by .NET Framework Library Source Code now available

Pingback from  .NET Framework Library Source Code now available

# Sunstorm Labs Blog

Monday, November 03, 2008 8:38 AM by Sunstorm Labs Blog

Pingback from  Sunstorm Labs Blog

# Benefits of using .NET Source code - Why you should enable Visual Studio Reference Source access! &laquo; PraveenNET

Pingback from  Benefits of using .NET Source code - Why you should enable Visual Studio Reference Source access! &laquo; PraveenNET

# Visual Studio Tip: Debug .NET Framework Source Code

Sunday, November 23, 2008 10:50 AM by Guy kolbis

Earlier this year, Microsoft announced that it would make the .NET Framework source code available to

# [转]Framework源码查看

Monday, December 08, 2008 8:27 PM by xjy

weblogs.asp.net/.../net-framework-library-source-code-now-available.as...

# Silverlight Debugging with Visual Studio | Ning Zhang's Blog

Saturday, January 10, 2009 5:22 AM by Silverlight Debugging with Visual Studio | Ning Zhang's Blog

Pingback from  Silverlight Debugging with Visual Studio | Ning Zhang's Blog

# C?digo fuente del .NET Framework 3.5 | hilpers

Sunday, January 18, 2009 6:36 AM by C?digo fuente del .NET Framework 3.5 | hilpers

Pingback from  C?digo fuente del .NET Framework 3.5 | hilpers

# Visualizzare i sorgenti delle classi del framework | hilpers

Pingback from  Visualizzare i sorgenti delle classi del framework | hilpers

# NinethSense &raquo; .NET Framework Source Code for viewing

Friday, January 30, 2009 4:12 AM by NinethSense » .NET Framework Source Code for viewing

Pingback from  NinethSense &raquo; .NET Framework Source Code for viewing

# Microsoft .NET Framework: Works Cited

Thursday, April 02, 2009 2:55 AM by Microsoft .NET Framework: Works Cited

Pingback from  Microsoft .NET Framework: Works Cited

# Debug THE .Net! | the fabulous freak

Friday, September 25, 2009 9:46 AM by Debug THE .Net! | the fabulous freak

Pingback from  Debug THE .Net! | the fabulous freak

# Από μικρό παιδί...

Friday, October 02, 2009 5:59 AM by BlackTrack

Θυμάμαι όταν ήμουν μικρός πως είχαν νιώσει όταν είχα έρθει πρώτη φορά σε επαφή με ένα Commodore . Με

# EDWIN-FAN &raquo; ??????

Tuesday, November 10, 2009 5:45 PM by EDWIN-FAN » ??????

Pingback from  EDWIN-FAN &raquo; ??????

# Reflect On This &laquo; Dr. WPF

Tuesday, November 24, 2009 5:04 AM by Reflect On This « Dr. WPF

Pingback from  Reflect On This &laquo;  Dr. WPF

# Linkorama &ndash; Issue 6 - Anand Balaji&#039;s adventures in _technicolour

Pingback from  Linkorama &ndash; Issue 6 - Anand Balaji&#039;s adventures in _technicolour