Releasing the Source Code for the .NET Framework Libraries

One of the things my team has been working to enable has been the ability for .NET developers to download and browse the source code of the .NET Framework libraries, and to easily enable debugging support in them.

Today I'm excited to announce that we'll be providing this with the .NET 3.5 and VS 2008 release later this year.

We'll begin by offering the source code (with source file comments included) for the .NET Base Class Libraries (System, System.IO, System.Collections, System.Configuration, System.Threading, System.Net, System.Security, System.Runtime, System.Text, etc), ASP.NET (System.Web), Windows Forms (System.Windows.Forms), ADO.NET (System.Data), XML (System.Xml), and WPF (System.Windows).  We'll then be adding more libraries in the months ahead (including WCF, Workflow, and LINQ).  The source code will be released under the Microsoft Reference License (MS-RL).

You'll be able to download the .NET Framework source libraries via a standalone install (allowing you to use any text editor to browse it locally).  We will also provide integrated debugging support of it within VS 2008.

Integrated Visual Studio 2008 Debugging Support

The final release of VS 2008 will support the ability to configure the debugger to dynamically download the .NET Framework debugger symbols (and corresponding source code) from a web server hosted by Microsoft.  You'll be able to configure the .NET Framework symbols to be downloaded all in one shot, or manually retrieved on demand:

When you debug a .NET application and hit a breakpoint in your code, you'll now be able to see a debugger call stack that contains detailed file and line number information for the .NET Framework classes and methods in your application:

In the screen-shot above, you can see that we've set a debugger breakpoint in my page where we are calling GridView1.DataBind().  Previously there was no way to drill into this DataBind() method to see how it was implemented. 

Now with VS 2008 you'll be able to press F11 ("Step Into") and drill into the .NET Framework source implementation with the debugger:

VS 2008 will include support to automatically retrieve the appropriate .NET Framework source files on demand from Microsoft.  This means that the source code for the ASP.NET GridView and BaseDataBoundControl classes above do not have to already be installed on the machine before we started the debugger.  Instead, when we use F11 to step into their implementation VS can automatically download the source files from Microsoft and open it within the IDE.

By downloading the files dynamically we can also ensure that the matching source files always line-up with the particular version of the .NET Framework on your machine (for example: if you have a GDR or Service Pack Patch installed on your machine, we'll make sure to download the source file that corresponds to it).

In addition to stepping into .NET Framework code, we can also step back up on the call stack into .NET Framework source as well.  For example, in our scenario above I could also double click up the callstack and review the private ProcessRequest method on the System.Web.UI.Page class:

We could optionally also step further up and into the System.Threading.ThreadPool implementation in mscorlib (which controls the thread our Page is scheduled on):

Note in the previous two screen-shots how the VS debugger's "Locals" and "Watch" windows are fully supported within both your code as well as in the .NET Framework source.

Summary

Having 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 developers to build better applications and make even better use of them.

To learn more about our source release plans and how the above debugger integration works, please check out this Podcast that Scott Hanselman and Shawn Burke recently recorded.  Shawn (who drove the source project on my team) is also going to be publishing a cool Channel9 video later this week that shows using the VS 2008 integrated debugging support with it.

Hope this helps,

Scott

Published Wednesday, October 03, 2007 9:27 AM by ScottGu

Comments

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 12:31 PM by rajbk

This is super awesome!! Congratulations to you and the team! No more "dang, that class/method is internal/sealed" moments...

Raj

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 12:31 PM by Matteo Casati

Simply... WOOOW!!!!

# .NET Framework 3.5 Is Open Source

Wednesday, October 03, 2007 12:32 PM by DotNetKicks.com

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

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 12:33 PM by vasudev

Amazing !!!

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 12:33 PM by Phil Winstanley

Woo :D

# Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 12:33 PM by .net DEvHammer

Some great news for .NET developers from Scott Guthrie : One of the things my team has been working to

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 12:35 PM by novecento

I Love ScottGu!! :D

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 12:35 PM by Brendan

Yeah this is great! This will make things a lot easier to work with.

Great work! I am loving this new open source trend with Microsoft source.

Brendan

# Want Source Code of .NET Framework Libraries?

Wednesday, October 03, 2007 12:37 PM by Andreja Zitnik

I know you've been peeking under the hood for quite some time now using the Reflector tool, but what

# .NET Framework Source Code Release

Wednesday, October 03, 2007 12:37 PM by Brad Abrams

I am very excited about making the source code to the .NET Framework publicly available . I think this

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 12:37 PM by Roger

Wow this is pretty impressive! I know tools like Reflector already do this, but it'll be nice to have this integrated into Studio directly, not to mention the ability to view source comments.

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 12:38 PM by dgirard

Nice move.

# .NET 3.5 is Open Source

Wednesday, October 03, 2007 12:39 PM by Orcs Goblins and .NET

Some very surprising news has come from Scott Guthrie in a recent blog post he has made . Visual Studio

# .NET Framework Library Source Code To Be Published

Wednesday, October 03, 2007 12:40 PM by Mehran Nikoo's Notes

The decision has been made :) We have just announced that we will release much of the source code to

# Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 12:40 PM by iFX

Releasing the Source Code for the .NET Framework Libraries

# .NET Framework Source Code to Ship with VS2008

Wednesday, October 03, 2007 12:41 PM by Mike Taulty's Blog

Via ScottGu. I think this is a really positive step forward. For the longest time, I've thought that...

# .NET Framework Source Code to be Released

Wednesday, October 03, 2007 12:42 PM by Bink.nu

Everybody was waiting for some major announcemnt today and here it is, about which I have just blogged

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 12:42 PM by Michael.NET

This is one of the coolest things I've ever seen Microsoft do.  Very VERY awesome.  Truly an example of the "developer first" mentality.

http://www.codetolive.net all the way.

# LA grosse annonce du jour, le framework s’ouvre

Wednesday, October 03, 2007 12:43 PM by TheSaib .NET blog

Certes les nouveaux ZUNEs sont sympa mais alors la nouvelle annoncée par Scott l'est encore plus pour

# Source Code for .Net Framework Released

Wednesday, October 03, 2007 12:43 PM by Words of Wisdom From The Elder

Source Code for .Net Framework Released

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 12:44 PM by Scott Galloway

Fantastic news...next step, user check-ins :-) Kidding, but this is really amazing news!

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 12:45 PM by gavinjoyce

This is good news, and these are good steps. It will be a fantastic learning opportunity having the ability to step into the .NET framework codebase.

Whoever is pushing these things in Microsoft, keep pushing!! I hope to see a fully open source .NET framework in future, today we have moved a little closer to this.

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 12:46 PM by Martin Olsson

MS-RL is a very restricted license (it's certainly not OSI approved and will never be) so in terms of a "new open source trend" this is more or less pointless. However, even if it's not "open source" it is still a step towards a more open Microsoft. This will no doubt be very useful for many people.

# Open Source .NET in 3.5

Wednesday, October 03, 2007 12:46 PM by Steven Smith

ScottGu just made a very exciting announcement - as of Visual Studio 2008 and .NET 3.5, the base class

# Amazing news, see the .NET framework source

Wednesday, October 03, 2007 12:47 PM by mostlylucid

Amazing news, see the .NET framework source

# Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 12:47 PM by Noticias externas

Just Amamzing !! Hard to believe !! I just blogged about it: .NET Framework Source Code to be Released

# Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 12:48 PM by Zhiming Xue's WebLog

If you are one of those people who are interested to see the Source Code for the .NET Framework Libraries

# Dogs and Cats Living Together, Mass Hysteria (or, Source Available for the .NET Framework)

Wednesday, October 03, 2007 12:49 PM by Matt W's Windows Workflow Place

The title quote brought to you courtesy of the original Ghostbusters film. As Scott just announced on

# .NET framework: now with source code

Wednesday, October 03, 2007 12:50 PM by Tales from the Evil Empire

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

# .NET is going open source?

Wednesday, October 03, 2007 12:50 PM by Out Of The Box

No, not exactly. Today, we are announcing the release of the source code for the .NET Framework libraries

# Microsoft udgiver kildekoden til .NET Framework libraries!!

Wednesday, October 03, 2007 12:50 PM by slyngelstat.dk

Microsoft udgiver kildekoden til .NET Framework libraries!!

# Microsoft releases .NET Framework Source Code

Wednesday, October 03, 2007 12:52 PM by Joteke's Blog

Microsoft is taking one more step to the open community / world. Scott Guthrie is announcing in his blog

# Reflector Just Became A Little Less Useful

Wednesday, October 03, 2007 12:53 PM by A View Inside My Head

Reflector Just Became A Little Less Useful

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 12:53 PM by Dave

Just out of curiosity, how does this impact Mono?  Or does it at all?

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 12:53 PM by Aleksey

Scott, is WSS 3.0 code included? In SharePoint development it will sit between my code and .NET Framework...

# .NET Framework Source Code to Ship with Orcas

Wednesday, October 03, 2007 12:54 PM by Charlie Calvert's Community Blog

In what is easily the single best piece of news I have heard since coming to Microsoft, Scott Guthrie

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 12:54 PM by Michael.NET

@Scott Galloway,

Obviously user checkins would be insane.  BUT a bugzilla type of database, or some method of submitting bugs with proposed patches, would be AWESOME.

Though there are some concerns to this 1) Developers coding around implementation rather then design and 2) 3rd Party patches...

Still very excited to see!

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 12:55 PM by Joe

Will this be only the 3.5 framework, or will previous versions be released as well?

# .NET Framework Source Code to be released « .NET according to Bruce

Pingback from  .NET Framework Source Code to be released « .NET according to Bruce

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 12:56 PM by mcgurk

How about some .NET 2, 3 goodness too?

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 12:56 PM by Michael Giagnocavo

This is going to be SO helpful, esp. in WinForms and ASP.NET. I've spent too many hours looking at IL (well, before there were such nice decompilers) trying to figure out things in those frameworks. Thanks!

# .NET Framework Libraries Source Code

Wednesday, October 03, 2007 12:56 PM by Raj Kaimal

Scott just announced that his team will be releasing the souce code to the .NET base class libraries

# .Net Framework Source Code to be Available with Visual Studio 2008

Wednesday, October 03, 2007 12:56 PM by Guy Burstein [MVP]

.Net Framework Source Code to be Available with Visual Studio 2008 Along with the release of Visual Studio

# Microsoft Releases the Source Code for .NET

Wednesday, October 03, 2007 12:58 PM by Digital Blasphemy

Microsoft Releases the Source Code for .NET

# .Net is opening up!

Wednesday, October 03, 2007 12:58 PM by Coding4Fun

With the final release of Visual Studio 2008, Microsoft is going to make the source for much of the .NET

# Christian Liensberger » Blog » .NET Framework source code is going to be released!

Pingback from  Christian Liensberger » Blog » .NET Framework source code is going to be released!

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 1:00 PM by Keith Barrows

W00T!!!  This is an incredible step!

# .NET Framework Code To Be Released

Wednesday, October 03, 2007 1:00 PM by Rod Paddock

We will finally have access to the .NET Framework source code... weblogs.asp.net/.../archive

# .NET Framework Code To Be Released

Wednesday, October 03, 2007 1:00 PM by Rod Paddock

We will finally have access to the .NET Framework source code... weblogs.asp.net/.../archive

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 1:01 PM by Jay R. Wren

It is a damn shame about the terms of the Microsoft Reference license. This means that if I want to use a bit of the source, that I cannot. For example, I want to customize DataGridViewTextBoxCell's Paint implementation, I cannot copy the bits of the Paint implementation of DataGridViewTextBoxCell implementation and base classes to tweak my changes. I CAN read what they did, and use this new knowledge in my implementation, but any copy/paste is not allowed! Most programmers I talk to do not understand this. This is going to be a copyright nightmare for most development organizations.

@rajbk, you cannot just copy and paste snippets of this code. It is a violation of MS's copyright if you do. "REFERENCE LICENSE" should be self explanatory.

# Microsoft is releasing parts of the .NET framework... no, really!

Wednesday, October 03, 2007 1:01 PM by WynApse

Microsoft is releasing parts of the .NET framework... no, really!

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 1:01 PM by Dave Black

THANK YOU!!!

I have waited for this since the days of MFC (Microsoft Foundation Classes).....and have always wondered why this was no longer done.

# Hämta hem källkoden till .NET Framework.

Wednesday, October 03, 2007 1:02 PM by Johan Lindfors

Ja du läste rätt. I och med lanseringen av Visual Studio 2008 och .NET Framework 3.5 så kommer vi också

# .net framework source code | Ant??nio Campos

Wednesday, October 03, 2007 1:04 PM by .net framework source code | Ant??nio Campos

Pingback from  .net framework source code | Ant??nio Campos

# The CLR Sources

Wednesday, October 03, 2007 1:04 PM by Ayende @ Rahien

The CLR Sources

# Publication du code source des librairies du Framework .Net !!!

Wednesday, October 03, 2007 1:05 PM by Mitsuru FURUTA - Microsoft FRANCE

Certainement la nouvelle la plus incroyable depuis que j'écris sur ce blog ! C'est avec un enthousiasme

# Microsoft will be releasing the source code for the core .Net framework libraries

Wednesday, October 03, 2007 1:05 PM by Development 4.0

Microsoft will be releasing the source code for the core .Net framework libraries

# Keith Barrows - StarPilot : MS is Releasing the Source Code for the .NET Framework Libraries!

Pingback from  Keith Barrows - StarPilot : MS is Releasing the Source Code for the .NET Framework Libraries!

# Source Code for .NET Framework being released

Wednesday, October 03, 2007 1:06 PM by Bill Blogs in C#

I read this on Scott Guthrie's blog early this afternoon. This is absolutely fantastic. Instead of

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 1:08 PM by vasu1

Amamzing !!

# Techy News Blog » Publication du code source des librairies du Framework .Net !!!

Pingback from  Techy News Blog » Publication du code source des librairies du Framework .Net !!!

# MARTIN WIŠO » Blog Archive » Microsoft released Source Code for the .NET Framework - personal homepage about coding in .NET, Java, PHP and other languages from XML, JavaScript to Perl

Pingback from  MARTIN WIŠO  » Blog Archive   » Microsoft released Source Code for the .NET Framework - personal homepage about coding in .NET, Java, PHP and other languages from XML, JavaScript to Perl

# yes it's true, .NET Framework Source Code to become available

Wednesday, October 03, 2007 1:12 PM by Blogus Maximus

yes it's true, .NET Framework Source Code to become available

# Jay R. Wren - lazy dawg evarlast » Blog Archive » Copying from the web is a copyright violation

Pingback from  Jay R. Wren - lazy dawg evarlast  » Blog Archive   » Copying from the web is a copyright violation

# Sweet Baby Sauerkraut!

Wednesday, October 03, 2007 1:13 PM by Jomo Fisher -- C#, LINQ and Whatnot

I didn't know this was coming-- weblogs.asp.net/.../releasing-the-source-code-for-the-net-framework-libraries.aspx

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 1:13 PM by giammin

i have to pension the good old useful reflector!!

# Releasing Source Code for the .NET Framework

Wednesday, October 03, 2007 1:14 PM by Daniel Moth

Releasing Source Code for the .NET Framework

# andreas04: close to attraction

Wednesday, October 03, 2007 1:17 PM by andreas04: close to attraction

Pingback from  andreas04: close to attraction

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 1:18 PM by Mani

Its really amazing.. I want to learn how efficently these code are written... Especially on Collections & Dataset, DataView .. why not all those..

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 1:18 PM by JD

Wow! There can't be bigger news than this. Awesome. Fantastic. Mindblowing.

Thanks to reflector, I could always look under the source and understand 'how' but the comments are going to be really useful in understanding the 'why' part of the code.

Thanks Microsoft!

JD

# Nicht ganz open nicht ganz close: .NET-Framework soll freigegeben werden

Wednesday, October 03, 2007 1:18 PM by Jonas Westphal

Scott Guthrie (Microsoft) zufolge sollen demnächst weite Teile des Quelltextes des .NET-Frameworks unter der so genannten „Microsoft Reference License“ zum Download bereitgestellt werden...

# Marius Bancila’s Blog » Blog Archive » Source Code for the .NET Framework Libraries

Pingback from  Marius Bancila’s Blog  » Blog Archive   » Source Code for the .NET Framework Libraries

# Want the source code of the .NET Framework? Here you go!

Wednesday, October 03, 2007 1:19 PM by Segmentation Fault

You'll have to wait a little longer before you can do this, but it is definitely worth the wait! Along

# MSDN Blog Postings » .Net is opening up!

Wednesday, October 03, 2007 1:20 PM by MSDN Blog Postings » .Net is opening up!

Pingback from  MSDN Blog Postings  » .Net is opening up!

# Sweet Baby Sauerkraut!

Wednesday, October 03, 2007 1:20 PM by Noticias externas

I didn't know this was coming-- weblogs.asp.net/.../releasing-the-source

# » Microsoft to release .Net as Shared Source | All about Microsoft | ZDNet.com

Pingback from  » Microsoft to release .Net as Shared Source | All about Microsoft | ZDNet.com

# Arrived in Redmond + some hot .NET news

Wednesday, October 03, 2007 1:21 PM by B# .NET Blog

Just to let the community out there know I'm alive and kicking in Redmond now... A while ago I announced

# .NET framework: now with source code

Wednesday, October 03, 2007 1:22 PM by Top ASP.NET Items

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

# Ed ora anche i sorgenti!

Wednesday, October 03, 2007 1:23 PM by Corrado's BLogs

Ed ora anche i sorgenti!

# Source Code for .NET Framework Libraries being released

Wednesday, October 03, 2007 1:24 PM by ASP.Net

Microsoft is releasing the source code for the .NET Framework libraries in the upcoming .NET 3.5 and...

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 1:26 PM by Peter Ritchie

@Jay, you were expecting Microsoft to let people do whatever they want with the source?

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 1:26 PM by Darren Kopp

Oh my gosh this is going to be amazing. Thank you so much scott!

# Исходный код .NET Framework будет доступен разработчикам!

Wednesday, October 03, 2007 1:26 PM by Gaidar Magdanurov

Вместе с выходом финальной версии Visual Studio 2008 будет опубликована бОльшая часть исходных кодов

# Releasing the Source Code for the .NET Libraries...?

Wednesday, October 03, 2007 1:27 PM by David Kelley, Sr. Software Architect

Check out this post on ScottGu's blog that Josh sent around this morning... very cool :) http://weblogs

# .NET Framework BCL Source Code

Wednesday, October 03, 2007 1:28 PM by Structure Too Big

Today Microsoft is releasing some of the source code to the .

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 1:29 PM by Peter Ritchie

@ScottGu: does this include all the BCL for the aforementioned namespaces?  I.e., I will be able to step through Methods like System.Threading.Thread.BeginCriticalRegion()?

# Making .NET Framework Source Available to Developers

Wednesday, October 03, 2007 1:30 PM by Shawn Burke's Blog

For any of you that have been following my blog, you may remember that I made a splash with a post about

# Source Code for .NET

Wednesday, October 03, 2007 1:31 PM by José Lema

If you thought yesterday's Zune announcement from Microsoft was big news, today's announcement about

# Source Code for the .NET Framework

Wednesday, October 03, 2007 1:31 PM by Christian Nagel's OneNotes

Microsoft releases the source code of the .NET Framework! See ScottGu's Blog, Releasing the Source...

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 1:32 PM by Jonesy

Thanks MS, fantastic news :-)

You have just sent the already excellent .NET to the next level

Now if only there was a Mac runtime...

# Microsoft to Release Source for .Net Framework Libraries

Wednesday, October 03, 2007 1:32 PM by Ian Suttle's Blog

Microsoft to Release Source for .Net Framework Libraries

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 1:33 PM by Catto

Hey Now Scott,

Big news, pleased to read this post. As always thanks for the info,

Catto

# Liberan El Código Fuente del .NET Framework!

Wednesday, October 03, 2007 1:33 PM by La Bitácora

¡Excelente noticia! Scott Guthrie anunción en su blog: ScottGu's Blog, la liberación del código fuente

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 1:34 PM by Jon Galloway

Great! I've always been impressed that the .NET Framework has never been obfuscated, and that Rotor was released early on. That's really set the tone for the Microsoft .NET team's interaction with the community.

# Source Code for .NET Framework Libraries Released

Wednesday, October 03, 2007 1:36 PM by Javier G. Lozano

Source Code for .NET Framework Libraries Released

# .NET Source Code

Wednesday, October 03, 2007 1:36 PM by Leaning Into Windows

Wow! Like I didn’t have enough to do already, Microsoft will now let me download and peruse the .NET

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 1:40 PM by Karl Shifflett

Scott,

Awesome news!  Been praying for the ASP.NET controls for a few years.

Karl

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 1:40 PM by Darren Kopp

Hey scott, any information on how, if at all, this will affect the Mono project?

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 1:41 PM by Sean Skinner

Hooray!!! Cheddar Burgers on me!

# Liberan El Código Fuente del .NET Framework!

Wednesday, October 03, 2007 1:41 PM by La Bitácora de Patrizio 2

¡Excelente noticia! Scott Guthrie anunción en su blog: ScottGu's Blog, la liberación del código fuente

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 1:41 PM by Klaus Even Enevoldsen

Thank you Scott, thank you Microsoft, this is great news!!!

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 1:41 PM by Judah

Wow! Great news! Thanks, thanks, thanks, thanks to whomever came up with this idea. It will be really helpful being able to step into framework classes during debugging.

# The Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 1:42 PM by The Problem Solver

One of the tools most useful to me while developing .NET code has always been Reflector by Lutz Roeder

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 1:42 PM by Anderson

Jesus Christ ! VS2008 will be the mother of all IDEs !!

# Source Code for .NET

Wednesday, October 03, 2007 1:42 PM by Jose Lema

If you thought yesterday's Zune announcement from Microsoft was big news, today's announcement

# Microsoft to release the .NET Framework library's source code

Wednesday, October 03, 2007 1:45 PM by Tiernans Comms Closet

ScottGu has announced over on his blog that the source code for the .NET Framework Library will be released

# Code source du .NET Framework

Wednesday, October 03, 2007 1:46 PM by Luc Gauthier's Weblogs

Le code source du .NET framework sera rendu disponible pour consultation ou débuggage. Lire le post de

# |Absolute Value| » Blog Archive » .Net Framework Source Code

Pingback from  |Absolute Value|  » Blog Archive   » .Net Framework Source Code

# Microsoft releases the source code for .NET base classes

Wednesday, October 03, 2007 1:50 PM by Just code - Tamir Khason

Wow, it's finally happening. Microsoft is releasing the source code for base classes of .NET framework

# Microsoft ver??ffentlicht Quellcode der .NET Bibliotheken

Wednesday, October 03, 2007 1:51 PM by Microsoft ver??ffentlicht Quellcode der .NET Bibliotheken

Pingback from  Microsoft ver??ffentlicht Quellcode der .NET Bibliotheken

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 1:51 PM by Sitten Spynne

Incredible.  I am very excited by this and I applaud this move.

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 1:51 PM by Steve

Great news, Scott!  This will definitely help debugging and probably code quality for .NET developers!

# PhatBoyG.com » Blog Archive » Microsoft Releasing the .NET Framework Source Code

Pingback from  PhatBoyG.com » Blog Archive   » Microsoft Releasing the .NET Framework Source Code

# Xbox » Releasing the Source Code for the .NET Framework Libraries

Pingback from  Xbox » Releasing the Source Code for the .NET Framework Libraries

# MS is releasing the .Net Source with VS 2008

Wednesday, October 03, 2007 1:57 PM by Derik Whittaker

Today Scott Gu announced on his blog that MS will be releasing the source for the .net framework with

# Source Code to be available for the .NET Framework | Dave Bost

Pingback from  Source Code to be available for the .NET Framework | Dave Bost

# .Net Framework Library Source Code

Wednesday, October 03, 2007 1:59 PM by See Win App

Scott Guthrie, a GM in the division I work in (Developer Division) has just made a great post about how

# Microsoft Open Sourcing .NET

Wednesday, October 03, 2007 2:01 PM by Read/WriteWeb

Microsoft announced this morning that the source code for its .NET framework libraries, allowing outside developers to see inside the .NET code when developing their own software. It's hard to say what the incentive was for this move, it could...

# WoW!!! .NET Framework source code is going to be released!!!

Wednesday, October 03, 2007 2:01 PM by Rodrigo Guerreiro

WoW!!! .NET Framework source code is going to be released!!!

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 2:02 PM by Mat

Any ETA on Visual Studio 2008 & .NET 3.5?

# Me too post: Holy crap, the .NET source code!

Wednesday, October 03, 2007 2:04 PM by Jeff's Junk

Read ScottGu's post. Feel the goodness. What a very different world .NET lives in at Microsoft. Imagine

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 2:04 PM by Mariusz Krolczynski

Yet another Microsoft best decition made.....

# Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 2:05 PM by buzz

Γκρινιάρηδες μην σπεύσετε να κράξετε, κι αύριο μέρα είναι.

# Releasing the Source Code for the .NET Framework Libraries : Celebrity News Corner

Pingback from  Releasing the Source Code for the .NET Framework Libraries : Celebrity News Corner

# Code-Inside Blog » .NET Framework goes Open Source

Wednesday, October 03, 2007 2:06 PM by Code-Inside Blog » .NET Framework goes Open Source

Pingback from  Code-Inside Blog  » .NET Framework goes Open Source

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 2:06 PM by Nas

Possibly the best news from MSFT in a long while.  Kudos!!!

# Microsoft Open-Sources .Net Framework Libraries

Wednesday, October 03, 2007 2:07 PM by Tonys Blog

Microsoft Open-Sources .Net Framework Libraries

# Notatki na piasku » Day the world ended

Wednesday, October 03, 2007 2:07 PM by Notatki na piasku » Day the world ended

Pingback from  Notatki na piasku  » Day the world ended

# .NET Framework Libraries Sourcecode wird veröffentlicht

Wednesday, October 03, 2007 2:09 PM by Stefan Falz

ScottGu kündigt in seinem Blog die Veröffentlichung des Sourcecodes für das .NET Framework an. Auch wenn

# Hanselminutes Podcast 83 - Microsoft to release .NET Framework Libraries Source

Wednesday, October 03, 2007 2:10 PM by Scott Hanselman's Computer Zen

# » Microsoft opens the .NET Framework libraries | The Universal Desktop | ZDNet.com

Pingback from  » Microsoft opens the .NET Framework libraries | The Universal Desktop | ZDNet.com

# XperimentoS » Archivo del Blog » Las librer??as del FrameWork .Net 3.5 ser??n OpenSource

Pingback from  XperimentoS  » Archivo del Blog   » Las librer??as del FrameWork .Net 3.5 ser??n OpenSource

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 2:14 PM by Chris Brandsma

Thank you very much for that.

# Hugh News!! Microsoft is releasing part of the .NET Framework source code « WPF, .NET & Other stuff

Pingback from  Hugh News!! Microsoft is releasing part of the .NET Framework source code « WPF, .NET & Other stuff

# .NET Framework Libraries Source Code - License - MS-RL

Wednesday, October 03, 2007 2:21 PM by Raj Kaimal

When I first read Scott's post , I did not read the Microsoft Reference License (Ms-RL) which the .net

# Yeehaa! Framework source code, here we come!

Wednesday, October 03, 2007 2:21 PM by Jon Skeet's Coding Blog

It's just been announced on Scott Guthrie's blog that Visual Studio 2008 will allow debugging

# We are releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 2:22 PM by Contagious Curiosity

Big news - read Scott's blog for detail. Releasing the Source Code for the .NET Framework Libraries -

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 2:23 PM by Atanas Korchev

Wow! Thank you so much for doing this! I am 100% sure the whole developer community will benefit.

What version of the framework would be released? .NET 3.5/.NET 2.0 / .NET 1.x? I know that lots of stuff is the same in 3.5 and 2.0 but things have changed quite a lot from 1.x (which of course is natural). Once again thank you for being so open to the community.

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 2:24 PM by Jon Skeet

Fabulous, fabulous, fabulous news.

Well done Microsoft - I'm sure there will be people who turn this round as MS being "bad" somehow, but I think it's a great and brave move.

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 2:28 PM by Kazi

Wooow :-)

# Microsoft libera o código fonte do .net Framework

Wednesday, October 03, 2007 2:30 PM by Bruno Sonnino

Este post do Scott Guthrie anunciou que a Microsoft irá liberar partes do código fonte

# Código fonte das bibliotecas do .NET framework

Wednesday, October 03, 2007 2:31 PM by LUTI @ Microsoft

Aqui está uma notícia fantástica para todo desenvolvedor, .NET ou não: A Microsoft anunciou que vai disponibilizar

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 2:31 PM by Hank Lynch

NICE!!!

# Microsoft.Net goes Open Source after Sun did it for Java at Varun on the Web

Pingback from  Microsoft.Net goes Open Source after Sun did it for Java at  Varun on the Web

# Microsoft to make source code for .NET libraries available to the masses

Wednesday, October 03, 2007 2:34 PM by hacked.brain

Microsoft to make source code for .NET libraries available to the masses

# Microsoft publiera en grande partie le code source du .NET Framework avec la sortie de Visual Studio 2008

Wednesday, October 03, 2007 2:35 PM by ASP.NET Français Blogs

Aujourd'hui, nous annonçons que nous publierons sous licence Shared Source " Microsoft Reference Licence

# Microsoft To Make .NET Framework Source Code Available

Wednesday, October 03, 2007 2:35 PM by Tap My Mind

Dave Bost just e-mailed and posted about this -- Microsoft is making the source code to the .NET Framework

# Microsoft is going to release the source code for the .NET Framework 3.5 libraries

Wednesday, October 03, 2007 2:35 PM by Righthand blogs

This is simply amazing. Entire NET Framework Libraries source code including comments. Priceless. Forget

# Hello, .NET Source Code

Wednesday, October 03, 2007 2:36 PM by Experiments In Writing

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 2:37 PM by Michael Todd

That's amazing news, and greatly appreciated. I used Borland C++Builder for years and found it nice to be able to dig into their source every now and again when something wasn't working as expected. It's nice to hear that Microsoft is allowing this now, for those who really need it.

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 2:37 PM by Russell Myers

Is there any thought to releasing the source for the 2.0 and 1.1 Frameworks?

# Releasing the Source Code for the .NET Framework Libraries at Virtual Generations

Pingback from  Releasing the Source Code for the .NET Framework Libraries at  Virtual Generations

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 2:38 PM by Roberto Hernandez

Fabuloso!!!! Fabulous!!! This is going to allow professionals to learn so much about .NET.

Roberto Hernández

# Releasing the Source Code for the .NET Framework Libraries - ScottGu's Blog

Wednesday, October 03, 2007 2:42 PM by Mighell's Blog

Releasing the Source Code for the .NET Framework Libraries - ScottGu's Blog

# Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 2:42 PM by Blake Niemyjski

I thought that I would never see the day, that Microsoft releases the source code to the .Net framework

# MS is releasing the source code for the .NET Framework libraries

Wednesday, October 03, 2007 2:43 PM by bicnet blogs

I'm not in the habbit of doing a blog post that refers to a blog post that someone else has blogged on...

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 2:44 PM by jm mcpharlan

It's about time. We had the source for Microsoft Foundation Classes and could debug like that 15 years ago.

# Microsoft libera acesso ao código fonte das bibliotecas do .NET Framework 3.5

Wednesday, October 03, 2007 2:45 PM by Ramon Durães

.NET Framework 3.5 Source Apartir de agora com o Visual Studio 2008 você pode aprofundar a depuração

# The Earth Is Square - Bordering on Reality » .Net Going Open Source?

Pingback from  The Earth Is Square - Bordering on Reality » .Net Going Open Source?

# F??bio Pedrosa » .NET Framework source code to be released

Wednesday, October 03, 2007 2:52 PM by F??bio Pedrosa » .NET Framework source code to be released

Pingback from  F??bio Pedrosa    » .NET Framework source code to be released

# Back to the good old days?

Wednesday, October 03, 2007 2:53 PM by Scott Seely

I remember the joys of being a MFC/ATL developer in the 1990s. I could step through all the Microsoft...

# .Net wird Open Source?

Wednesday, October 03, 2007 2:54 PM by TheUndeadable entwickelt

Allerdings nicht frei im Sinne von freier Rede, auch nicht frei im Sinne von Freibier, sondern frei im Sinne von reinschauen: B#.Net Blog For now, this is something you really need to check out: Scott Guthrie announced the source code for the .NET F

# Microsoft Open Sourcing .NET : Forecast-Blog

Wednesday, October 03, 2007 2:54 PM by Microsoft Open Sourcing .NET : Forecast-Blog

Pingback from  Microsoft Open Sourcing .NET : Forecast-Blog

# Opening the door to .NET 3.5

Wednesday, October 03, 2007 2:55 PM by Mike Bosch

My first "official" blog post and what exciting news to report! First of all, a big thank you is in order

# Microsoft to release the source of the .Net Framework libraries

Wednesday, October 03, 2007 2:55 PM by XNAGoodies

Not XNA related (and I doubt it will include the XNA libraries) but Microsoft are going to be releasing

# .Net Framework Source Code

Wednesday, October 03, 2007 2:58 PM by jaredpar's WebLog

If you haven't heard the news yet, you can read the full article on ScottGu's Blog . In summary Microsoft

# .NET goes opensource

Wednesday, October 03, 2007 2:58 PM by Mortens lille .NET blog...

well sådan da. Microsoft frigiver deres kildekode til store dele af .NET frameworket, inkl. code kommentarer

# Disponibilidad del Codigo Fuente de Librerias del .NET Framework

Wednesday, October 03, 2007 2:58 PM by Ronald Ramirez (aka DlanorOk)

Microsoft ha anunciado la disponibilidad del codigo fuente de una gran parte de las librerias de clases

# microsoft » Releasing the Source Code for the .NET Framework Libraries

Pingback from  microsoft » Releasing the Source Code for the .NET Framework Libraries

# Microsoft did not open source .NET. They released the source code to public???Krishwords

Pingback from  Microsoft did not open source .NET. They released the source code to public???Krishwords

# AJAX, Source Code, and Turbine Power

Wednesday, October 03, 2007 3:02 PM by Jeff Prosise's Blog

People often ask me which books I'd recommend on ASP.NET, ASP.NET AJAX, or Silverlight. They're sometimes

# .NET FCL source availability

Wednesday, October 03, 2007 3:04 PM by N T E L L E C T

.NET FCL source availability

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 3:06 PM by Eric Malamisura

Scott your kungfu is strong!

# Wow! Microsoft is Releasing Source Code for the .NET Framework

Wednesday, October 03, 2007 3:07 PM by .. ance() where T : Foo, new() {

Tim posted something on Facebook recently (I think in the last couple of nights) hinting that some big

# Wow! Microsoft is Releasing Source Code for the .NET Framework

Wednesday, October 03, 2007 3:07 PM by .. ance<T>() where T : Foo, new() {

Tim posted something on Facebook recently (I think in the last couple of nights) hinting that some big...

# MS is Releasing the Source Code for the .NET Framework Libraries! - Keith 'StarPilot' Barrows (Tech Blog)

Pingback from  MS is Releasing the Source Code for the .NET Framework Libraries! - Keith 'StarPilot' Barrows (Tech Blog)

# Microsoft Releasing Source Code for .NET 3.5

Wednesday, October 03, 2007 3:08 PM by POKE 53280,0: Pete Brown's Blog

In case you haven&#39;t seen it yet, Microsoft is releasing a huge chunk of source code for .NET 3.5.

# Releasing the Source Code for the .NET Framework Libraries - ScottGu's Blog

Wednesday, October 03, 2007 3:11 PM by Mighell's Mobile Blog

Ottimo! One of the things my team has been working to enable has been the ability for .NET developers

# .NET Framework source code - public

Wednesday, October 03, 2007 3:12 PM by Antimail

I sure hope that you will appreciate this - the .NET 3.5 source code will be publicly released . Initially,

# Codice sorgente delle librerie del Framework .NET: aperto!

Wednesday, October 03, 2007 3:14 PM by Be_Lead Blog

Microsoft apre le porte alla consultazione del codice sorgente delle più importanti librerie del Framework

# Microsoft libera acesso ao código fonte das bibliotecas do .NET Framework 3.5

Wednesday, October 03, 2007 3:14 PM by Ramon Durães

.NET Framework 3.5 Source Apartir de agora com o Visual Studio 2008 você pode aprofundar a depuração

# Does this mean we can patch the .Net Framework?

Wednesday, October 03, 2007 3:15 PM by AgileJoe

In an interesting move Microsoft opened portions of the .Net Framework source code to the development

# Releasing Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 3:17 PM by Bilal Haidar [MVP, MCT]

I was surprised to read a post on Scott Guthrie's blog that the .NET Framework Libraries have been released

# Microsoft releases the source for the .NET library

Wednesday, October 03, 2007 3:19 PM by Sonu on .NET

ScottGu just mentioned it: With the release of Visual Studio 2008 Microsoft is going to release the source

# .NET Source Code Available with 3.5 Release

Wednesday, October 03, 2007 3:20 PM by Chris Love's Official Blog - Professional ASP.NET

In a major announcement today Scott Guthrie announced the release of the .NET 3.5 Framework source code

# Microsoft anuncia acesso ao código fonte do .NET Framework 3.5

Wednesday, October 03, 2007 3:22 PM by PFE Brasil - IIS/Dev

A Microsoft anunciou hoje que até o final do ano, juntamente com o lançamento do Visual Studio 2008,

# Microsoft to release .NET Framework Library Source Code

Wednesday, October 03, 2007 3:22 PM by Joe On .NET

Microsoft to release .NET Framework Library Source Code

# Microsoft to release .NET Framework Library Source Code

Wednesday, October 03, 2007 3:22 PM by Joe Stagner - Frustrated by Design !

ScottGu announced today! Not only a huge boon for debugging, but greatly for those of us that just HAVE

# Microsoft to release .NET Framework Library Source Code

Wednesday, October 03, 2007 3:22 PM by Joe On ASP.NET

ScottGu announced today! Not only a huge boon for debugging, but greatly for those of us that just HAVE

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 3:26 PM by Rajiv Das

This is going to be HUGE.Out goes Reflector, through the Window

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 3:28 PM by Erik

GREAT!!!!!!!

# Microsoft to Release Source Code for .NET 3.5; ReadWriteWeb doesn't get it; Scoble's upset

Pingback from  Microsoft to Release Source Code for .NET 3.5; ReadWriteWeb doesn't get it; Scoble's upset

# Microsoft to release .NET Framework Library Source Code

Wednesday, October 03, 2007 3:29 PM by Noticias externas

ScottGu announced today! Not only a huge boon for debugging, but greatly for those of us that just HAVE

# Here comes the source code for the .NET Framework

Wednesday, October 03, 2007 3:30 PM by Barry Gervin's Software Architecture Perspectives

Scott Guthrie announced today that the source code for the .NET Framework will be released with Visual

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 3:33 PM by Rory Becker

Holy Sh*t.

Really?!!!?!?!

No fooling?

WOW

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 3:33 PM by Santosh Bhor

Hats off for this :)

# Teste &raquo; Releasing the Source Code for the .NET Framework Libraries

Pingback from  Teste &raquo; Releasing the Source Code for the .NET Framework Libraries

# TechSheep &raquo; Blog Archive &raquo; Releasing the Source Code for the .NET Framework Libraries (Scott Gu/ScottGu&#8217;s Blog)

Pingback from  TechSheep                &raquo; Blog Archive          &raquo; Releasing the Source Code for the .NET Framework Libraries (Scott Gu/ScottGu&#8217;s Blog)

# AMD Talk &raquo; Releasing the Source Code for the .NET Framework Libraries

Pingback from  AMD Talk &raquo; Releasing the Source Code for the .NET Framework Libraries

# Techy News Blog &raquo; Microsoft anuncia acesso ao c??digo fonte do .NET Framework 3.5

Pingback from  Techy News Blog &raquo; Microsoft anuncia acesso ao c??digo fonte do .NET Framework 3.5

# Back to the good old days?

Wednesday, October 03, 2007 3:37 PM by Scott Seely's Blog

I remember the joys of being a MFC/ATL developer in the 1990s. I could step through all the Microsoft

# sotto.be &raquo; MS Releasing .NET framework source

Wednesday, October 03, 2007 3:40 PM by sotto.be » MS Releasing .NET framework source

Pingback from  sotto.be &raquo; MS Releasing .NET framework source

# Microsoft Is Releasing .Net 3.5 Core Libraries Source Code at Alexandre Gomes

Pingback from  Microsoft Is Releasing .Net 3.5 Core Libraries Source Code at  Alexandre Gomes

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 3:41 PM by David

This is a good move.  No more having to open the dlls with Reflector to see whats going on.

But it's sad that it took so long.  Java released the source for their libraries 15 years ago.

# Microsoft Releases Source Code for the .NET Framework

Wednesday, October 03, 2007 3:44 PM by Hartmut's Box

Scott Guthrie announces today that Microsoft will offer &#8220;the ability for .NET developers to download and browse the source code of the .NET Framework libraries, and to easily enable debugging support in them&#8221; later this year. According to

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 3:47 PM by Mike Miller

What about the compact framework? will that code also be released at some point?

# .NET Framework Source Code to be released

Wednesday, October 03, 2007 3:49 PM by Ahmed Salijee

Yes. You read right. Check out Scott&#39;s post at weblogs.asp.net/.../03

# cdharrison.com &raquo; Microsoft Open-Sourcing .Net

Wednesday, October 03, 2007 3:49 PM by cdharrison.com » Microsoft Open-Sourcing .Net

Pingback from  cdharrison.com &raquo; Microsoft Open-Sourcing .Net

# Открытые исходные коды core библиотек .NET

Wednesday, October 03, 2007 3:50 PM by Проверенный чёрт

Невероятно, но факт, сегодня появился анонс что MS открывают значительную часть основных библиотек .NET

# Want to see the .NET Framework source code? It's being released!

Wednesday, October 03, 2007 3:51 PM by Ronan Geraghty's Weblog

Microsoft today announced that coinciding with the final release of Visual Studio 2008 we will release

# .Net framework source code released

Wednesday, October 03, 2007 3:53 PM by Jack Gudenkauf (JackG) WebLog

Recently I was speaking to a group of ISV's and Enterprise partners and as we spoke about the continued

# .NET goes open source?

Wednesday, October 03, 2007 3:56 PM by The Sean Blog

Well, not open source per se, but courtesy of Scott Guthrie's Blog : One of the things my team has been

# Is Microsoft on the March? &laquo; John Furrier

Wednesday, October 03, 2007 3:57 PM by Is Microsoft on the March? « John Furrier

Pingback from  Is Microsoft on the March? &laquo; John Furrier

# GadgetGadget.info - Gadgets on the web &raquo; Releasing the Source Code for the .NET Framework Libraries

Pingback from  GadgetGadget.info - Gadgets on the web &raquo; Releasing the Source Code for the .NET Framework Libraries

# Andrei Iacob / .NET Framework open?

Wednesday, October 03, 2007 4:01 PM by Andrei Iacob / .NET Framework open?

Pingback from  Andrei Iacob / .NET Framework open?

# .NET Framework Libraries Source Code &laquo; Tales from a Trading Desk

Pingback from  .NET Framework Libraries Source Code &laquo; Tales from a Trading Desk

# .NET Framework: the future is open source

Wednesday, October 03, 2007 4:02 PM by STEFANO DEMILIANI

.NET Framework: the future is open source

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 4:03 PM by Sahil Malik

WOW !! SUPER AWESOME!!

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 4:06 PM by El Bruno

Cool ... great news :D

I hope I can try this feature ASAP.

Best Regards

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 4:07 PM by What is the use for that release? It's not like you're going to customize and recompile the sources.

What is the use for that release? It's not like you're going to customize and recompile the sources. And the code can be reviewed anytime with .NET Reflector. And that is easiear than manually searching source files...

# [VS2008] NetFramework.SourceCode.Included = True (navegando el codigo fuente del .Net Framework)

Wednesday, October 03, 2007 4:07 PM by El Bruno

Buenas no puedo dejar de postear al respecto. Porque esta nueva feature me parece algo imprescindible

# Techzi &raquo; Blog Archive &raquo; Releasing the Source Code for the .NET Framework Libraries (Scott Gu/ScottGu&#8217;s Blog)

Pingback from  Techzi  &raquo; Blog Archive   &raquo; Releasing the Source Code for the .NET Framework Libraries (Scott Gu/ScottGu&#8217;s Blog)

# [VS2008] NetFramework.SourceCode.Included = True (navegando el codigo fuente del .Net Framework)

Wednesday, October 03, 2007 4:07 PM by El Bruno

Buenas no puedo dejar de postear al respecto. Porque esta nueva feature me parece algo imprescindible

# Incremental Blogger &raquo; Blog Archive &raquo; .NET framework source to be accessible via debugger

Pingback from  Incremental Blogger  &raquo; Blog Archive   &raquo; .NET framework source to be accessible via debugger

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 4:12 PM by anonymous

Hey MS how does this affect Mono???

# Microsoft .Net going open source! | Nicholas Clarke

Wednesday, October 03, 2007 4:14 PM by Microsoft .Net going open source! | Nicholas Clarke

Pingback from  Microsoft .Net going open source! | Nicholas Clarke

# .NET sources to be available with Visual Studio 2008 [Inbar Gazit]

Wednesday, October 03, 2007 4:15 PM by BCL Team Blog

Have you ever wanted to look inside some of the BCL methods? Have you ever wondered about some exception

# Wooow! .NET 3.5 Framework Code wird ver

Wednesday, October 03, 2007 4:15 PM by speak-friend.com blog

Wooow! .NET 3.5 Framework Code wird ver

# MSDN Blog Postings &raquo; K??llkoden f??r .NET g??rs tillg??nglig!

Pingback from  MSDN Blog Postings  &raquo; K??llkoden f??r .NET g??rs tillg??nglig!

# i'm all smiles today : sharing the source code for .NET 3.5 libraries

Wednesday, October 03, 2007 4:28 PM by Artificial Ignorance - Anand Iyer's Blog

Viva transparency, openness! Today we are announcing that release of source code for the .NET 3.5 Framework

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 4:33 PM by Colin Dekker

*Imagining the open source only zealots hearing this*.

This will make .NET developing even cooler, I see this as a great learning opportunity, thanks!

Great move Scott!

# Who want to debug .NET Framework? | Ajaxus place on the net

Wednesday, October 03, 2007 4:33 PM by Who want to debug .NET Framework? | Ajaxus place on the net

Pingback from  Who want to debug .NET Framework? | Ajaxus place on the net

# Microsoft Releasing Source Code for .NET &raquo; AlexHopmann.com

Wednesday, October 03, 2007 4:35 PM by Microsoft Releasing Source Code for .NET » AlexHopmann.com

Pingback from  Microsoft Releasing Source Code for .NET &raquo; AlexHopmann.com

# Microsoft .Net not so open | Nicholas Clarke

Wednesday, October 03, 2007 4:40 PM by Microsoft .Net not so open | Nicholas Clarke

Pingback from  Microsoft .Net not so open | Nicholas Clarke

# Developers, Developers, Developers

Wednesday, October 03, 2007 4:43 PM by Life in my own company

Developers, Developers, Developers

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 4:44 PM by Anders Haahr

Super cool.

# .NET Framework Source Code to be Released (!!!)

Wednesday, October 03, 2007 4:44 PM by Jon.NET

The echoes are deafening, so I suppose it won&#39;t hurt to add my $0.02 to the Echo Chamber. Today,

# This is HUGE!

Wednesday, October 03, 2007 4:45 PM by .Net Jonesie

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 4:49 PM by Jon Shern

So am I going to be able to download the source and build the core framework on my machine?

Thanks

Jon

# Fireball Framework

Wednesday, October 03, 2007 4:50 PM by Fireball Framework

Pingback from  Fireball Framework

# SitePoint Blogs &raquo; .NET Framework Source Code to be Released!

Wednesday, October 03, 2007 4:51 PM by SitePoint Blogs » .NET Framework Source Code to be Released!

Pingback from  SitePoint Blogs &raquo; .NET Framework Source Code to be Released!

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 4:52 PM by lordabdul

w00t!!! Awesome!!

# Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 4:54 PM by Port 25

Some news from Scott Guthrie's blog this morning - "One of the things my team has been working to enable has been the ability for .NET developers to download and browse the source code of the .NET Framework libraries, and to easily enable debugging support

# .NET Framework Source Code &laquo; Chris Cavanagh&#8217;s Blog

Wednesday, October 03, 2007 4:56 PM by .NET Framework Source Code « Chris Cavanagh’s Blog

Pingback from  .NET Framework Source Code &laquo; Chris Cavanagh&#8217;s Blog

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 5:04 PM by Timothy

Oh my god :-)

What a twist.... .NET Rocks !!!

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 5:05 PM by Oisin Grehan

Incredible work Scott et al! Congratulations; this must feel like a truely momentous announcement to make!

# developercast.com &raquo; .NET Framework Source Code to be Released!

Pingback from  developercast.com &raquo; .NET Framework Source Code to be Released!

# Publicaran codigo de fuente del .NET Framework

Wednesday, October 03, 2007 5:08 PM by WillyXoft .NET

A fin de facilitar la depuración del código de nuestras aplicaciones, Microsoft propocionará la descarga...

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 5:08 PM by Lawk Salih

Can't wait to get my hands on it.

# Publicar??n c??digo de fuente del .NET Framework &laquo; WillyXoft

Wednesday, October 03, 2007 5:08 PM by Publicar??n c??digo de fuente del .NET Framework « WillyXoft

Pingback from  Publicar??n c??digo de fuente del .NET Framework &laquo; WillyXoft

# Eindelijk source code!

Wednesday, October 03, 2007 5:08 PM by Thomas Huijer

Microsoft heeft besloten om de source-code van het .NET Framework te gaan releasen. Goed idee, lijkt

# Zdrojáky .NETu

Wednesday, October 03, 2007 5:13 PM by Jiří Činčura

Pokud jste ještě nezaznamenali, pod "Microsoft Reference License (MS-RL)" (kdo ví co to je, ať zvedne

# Broerse Blog &raquo; Blog Archive &raquo; Microsoft is releasing the Source Code for the .NET Framework Libraries

Pingback from  Broerse Blog  &raquo; Blog Archive   &raquo; Microsoft is releasing the Source Code for the .NET Framework Libraries

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 5:15 PM by Damon Allison

Thank you.  No more reflector hacks.  Why not the runtime?  

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 5:15 PM by aq

Is the Silverlight CLR a candidate for MS-RL release?

Is the runtime virtual machine itself being released? Also, will you be releasing all the tools source as well? (csc, ildasm, etc...)

Finally, can you give a bit of a heads up as to the what to expect architecturally in the BCL and higher-level libraries code. Is it mostly C/C++ code, how much C# is in there, how much COM, WIN32, etc.

# Microsoft .NET goes open source! Oh noes! &laquo; Jim 2.0&#8217;s Blog

Wednesday, October 03, 2007 5:19 PM by Microsoft .NET goes open source! Oh noes! « Jim 2.0’s Blog

Pingback from  Microsoft .NET goes open source! Oh noes! &laquo; Jim 2.0&#8217;s Blog

# Microsoft Is Embracing Open Source..

Wednesday, October 03, 2007 5:19 PM by Microsoft Is Embracing Open Source..

Pingback from  Microsoft Is Embracing Open Source..

# Microsoft to release .Net Framework source code at Joel&#8217;s Corner

Pingback from  Microsoft to release .Net Framework source code at  Joel&#8217;s Corner

# .NET FX Libraries Source Code

Wednesday, October 03, 2007 5:20 PM by Somasegar's WebLog

One of the longstanding requests we frequently hear from our customers is to have the ability to download

# O .Net Reflector n&#227;o &#233; mais necess&#225;rio

Wednesday, October 03, 2007 5:24 PM by Shinji On TheSpoke

Pessoal, em meio a muitas linhas de código aqui na equipe de Research (^__^) da Empresa uma das ferramentas...

# Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 5:25 PM by Bob's Blog

Did I read that right? Yes you did. Microsoft is releasing the source code to the.Net Framework libraries.

# .NET 3.5 source code available &laquo; Re.Mark

Wednesday, October 03, 2007 5:26 PM by .NET 3.5 source code available « Re.Mark

Pingback from  .NET 3.5 source code available &laquo; Re.Mark

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 5:27 PM by Bronwen Zande

This is very cool news!  Looking forward to the release even more everyday...so many cool new things to play with.

# DigitMemo.com &raquo; Microsoft to release .Net as Shared Source

Wednesday, October 03, 2007 5:28 PM by DigitMemo.com » Microsoft to release .Net as Shared Source

Pingback from  DigitMemo.com  &raquo; Microsoft to release .Net as Shared Source

# Source code available &laquo; Andys Techie Blog

Wednesday, October 03, 2007 5:29 PM by Source code available « Andys Techie Blog

Pingback from  Source code available &laquo; Andys Techie Blog

# MS will release the source code for the .NET platform

Wednesday, October 03, 2007 5:35 PM by LA.NET [EN]

Read more about it here .

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 5:47 PM by cmv

How are you going to get this one past Steve Ballmer?

# Microsoft to release .NET Framework Library Source Code

Wednesday, October 03, 2007 5:52 PM by Maor David's Blog

Scott Guthrie just made an exciting post , starting with .NET 3.5 and VS 2008 the .NET libraries will

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 5:54 PM by Scott

Well this is all good for programmers and best all all Microsoft the bad news is for their competitors who stand to loose major market share in the future now that the programer can tweak the Framework environment.

# Release - Source Code for the .NET Framework Libraries!!!

Wednesday, October 03, 2007 5:55 PM by Vijay Pathak's Blog Space

The source code for the Microsoft libraries is going to be released later this year. More information

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 6:03 PM by Mike McG

As an admirer of the design of the .NET Framework, I can say that this announcement is amazing.  It's amazing for a company with a long history of staunch protectionism to put faith into the user community.  But commendable? With respect to the .NET Framework Team, sorry, but not at all.  Any self-respecting developer should feel this is long overdue.  If anything, Microsoft stands to benefit most by attracting a higher caliber of developer (who demands access to underlying source), and by providing accessible, familiar examples of high-quality software design to ween the significant population in the .NET developer community off of undisciplined cowboy-coding, both of which just serve to elevate the overall quality of the Microsoft platform.

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 6:06 PM by Paul Kohler

This is a great move by Microsoft, good to see! Is the debugging limited to VS 2008 only ro could we use other IDE's?

# Microsoft Goes Open-Source

Wednesday, October 03, 2007 6:06 PM by John Holliday's SharePoint Reflections

Microsoft Goes Open-Source

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 6:06 PM by Williams Molina

that is amazing!! and a good decision! thanks B)

# .Net Framework Source Code released

Wednesday, October 03, 2007 6:06 PM by Hitchhiker guide to enterprise development

The .Net Framework 3.5 Source Code will be released later this year. (announced in weblogs.asp.net/.../releasing-the-source-code-for-the-net-framework-libraries.aspx

# Microsoft releasing .NET framework source code

Wednesday, October 03, 2007 6:10 PM by Mahjayar's WebLog.

Microsoft is releasing the source code for the framework libraries. Read more about it here . Its not

# Techy News Blog &raquo; Release - Source Code for the .NET Framework Libraries!!!

Pingback from  Techy News Blog &raquo; Release - Source Code for the .NET Framework Libraries!!!

# .Net 3.5 source to be made available

Wednesday, October 03, 2007 6:19 PM by Lazy Coder

It's about time. The Delphi development community has enjoyed a free access to their framework (the VCL)...

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 6:19 PM by David

Thanks Scott and team! Excellent news!

# Avremo i sorgenti di .NET 3.5 ...

Wednesday, October 03, 2007 6:21 PM by Paolo Pialorsi

Questa è una di quelle notizie destinate a fare &quot;il botto&quot;. Dal blog di ScottGu, in un post

# CodeCube.NET &raquo; Blog Archive &raquo; .NET Source Code Released

Wednesday, October 03, 2007 6:28 PM by CodeCube.NET » Blog Archive » .NET Source Code Released

Pingback from  CodeCube.NET  &raquo; Blog Archive   &raquo; .NET Source Code Released

# Chat Marchet News Digest &raquo; Microsoft to Release .NET Framework Source Code in v3.5

Pingback from  Chat Marchet News Digest &raquo; Microsoft to Release .NET Framework Source Code in v3.5

# Microsoft to release source code for the .NET Framework. &laquo; notgartner

Pingback from  Microsoft to release source code for the .NET Framework. &laquo; notgartner

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 6:37 PM by Owais A.

Pingback from Microsoft to release .NET Framework Source Code (owaisa.wordpress.com/.../microsoft-to-release-net-framework-source-code)

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 6:39 PM by mycall

Does this make ROTOR obsolete?

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 6:55 PM by Mohammed Mudassir Azeemi

Amazing!

Is MS is following Java foot-steps?

Just wondering!

Mudassir Azeemi

San Francisco, CA

# Microsoft is releasing the .Net framework source code

Wednesday, October 03, 2007 6:58 PM by Brian H. Madsen - .Net Powered by Caffeine

It&#39;s a milestone in development - finally, the source code for the .Net framework is being released

# Microsoft abre código-fonte do .NET Framework 3.5

Wednesday, October 03, 2007 6:59 PM by Desenvolvimento

A Microsoft resolveu abrir o código-fonte do .NET Framework 3.5. Isso mesmo, e hoje não é 1 de abril

# Microsoft to release .NET libraries source code

Wednesday, October 03, 2007 7:00 PM by sephiroth.it - flash & php

Well, it seems that Microsoft will release the .NET libraries (not all, but it seems the most relevants ) source code with the next release of Visual Studio 2008 late this year.This will be useful indeed while debugging in VS,...

# .NET: Give Me Source ... or Give Me Source...

Wednesday, October 03, 2007 7:12 PM by Bloggercoaster

ScottGu discussing Microsoft latest Visual Studio 2008 announcement related to the release of .NET Source

# .NET: Give Me Source ... or Give Me Source...

Wednesday, October 03, 2007 7:13 PM by Public Sector Developer Weblog

ScottGu discussing Microsoft's latest Visual Studio 2008 announcement related to the release of .NET

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 7:20 PM by Mark Rae

Scott,

This is fantastic news!

Mark Rae

ASP.NET MVP

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 7:21 PM by tshao

Thanks a billion Scott and your team! This's the time I've been waiting for long.

I can't wait to see it.

# Microsoft&#8217;s Surprise: opened the source code of .NET libraries &laquo; Rohit Aggarwal

Pingback from  Microsoft&#8217;s Surprise: opened the source code of .NET libraries &laquo; Rohit Aggarwal

# MSDN Blog Postings &raquo; .NET FX Libraries Source Code

Wednesday, October 03, 2007 7:23 PM by MSDN Blog Postings » .NET FX Libraries Source Code

Pingback from  MSDN Blog Postings  &raquo; .NET FX Libraries Source Code

# Microsoft going open source - kind of

Wednesday, October 03, 2007 7:23 PM by Rory Primrose

A very interesting announcement came out overnight. Scott Guthrie announced that Microsoft is releasing

# MSDN Blog Postings &raquo; i'm all smiles today : sharing the source code for .NET 3.5 libraries

Pingback from  MSDN Blog Postings  &raquo; i'm all smiles today : sharing the source code for .NET 3.5 libraries

# .NET: Give Me Source ... or Give Me Source...

Wednesday, October 03, 2007 7:47 PM by Noticias externas

ScottGu discussing Microsoft&#39;s latest Visual Studio 2008 announcement related to the release of

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 7:49 PM by Andrei Rinea

I am so happy!!!!

We are getting more and more features of Java. We are getting better and better.

We will be number ONE.

# Microsoft .NET framework goes open source - kind of :)

Wednesday, October 03, 2007 8:10 PM by Pawel Pabich's blog

Microsoft .NET framework goes open source - kind of :)

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 8:18 PM by Moosa Gani

Now thats just awesome!!! Going to make for interesting times ahead!

# So What Do Developers Think of Microsoft release of the .NET Framework Code?

Wednesday, October 03, 2007 8:18 PM by Public Sector Developer Weblog

&#xA0; read on ...

# Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 8:23 PM by Shahed Khan (MVP C#)

Check this out at Scotts Blog: source: weblogs.asp.net/.../releasing-the-source-code-for-the-net-framework-libraries.aspx...

# Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 8:24 PM by Shahed Khan (MVP C#)

Check this out at Scotts Blog: source: weblogs.asp.net/.../releasing-the

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 8:30 PM by Max

Pardon my ignorance (I recently started programming and I'm not very familiar with this) but how would I get access to the code?

# Releasing the Source Code for the .NET Framework Libraries | AIRScripts

Pingback from  Releasing the Source Code for the .NET Framework Libraries  | AIRScripts

# .NET Framework BCL Source Code to be Released!

Wednesday, October 03, 2007 8:50 PM by ExplosiveDog.Com

If you haven't already heard, Microsoft announced today that it will be releasing the source code to

# Microsoft liberar??a el codigo fuente de .NET | MySpace

Wednesday, October 03, 2007 9:06 PM by Microsoft liberar??a el codigo fuente de .NET | MySpace

Pingback from  Microsoft liberar??a el codigo fuente de .NET | MySpace

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 9:07 PM by Bil Simser

Way cool! Although I've been living in Reflector for this sort of thing, it'll be great to get the real source for debugging, learning, exploring, etc. Thanks!

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 9:10 PM by Richie de Almeida

At last! It's the user-drawn control paradise I have pined for many years.

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 9:10 PM by Travis Miller

The license under which the code is being released is not an open source license. The are making some of their code available for reference use.  The only rights they are granting you to the code is the right to look at it.  You can't modify it in any way and then release those modifications unless you want to get sued.

# Coffee break con Scott Guthrie el dia que se libero el codigo del .Net framework

Wednesday, October 03, 2007 9:12 PM by Motivos de un ensamblado

Me uno a la oleada de posts al respecto de esta gran noticia... Aqui en Redmond hoy prácticamente no

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 9:13 PM by Peter

All this cool stuff and yet we still don't have a drop-down list or radio button that works properly. And yes, I will keep poking until you sit down with your developer and ask them what on earth they were thinking :)

Pete

# Gnoso - Turning good ideas into great software

Wednesday, October 03, 2007 9:16 PM by Gnoso - Turning good ideas into great software

Pingback from  Gnoso - Turning good ideas into great software

# Microsoft is open sourcing the .NET Framework &laquo; WinDev - Everything Windows Development

Pingback from  Microsoft is open sourcing the .NET Framework &laquo; WinDev - Everything Windows Development

# Opening up the source of the .Net Base Class Libraries

Wednesday, October 03, 2007 9:27 PM by Darryl Burling @ Work

Today we've announced (through ScottGu) that we are opening up the source code (complete with comments)

# NoVa Code Camp 2007.02 Call for Speakers

Wednesday, October 03, 2007 9:30 PM by theQueue

NoVa Code Camp 2007.02 Call for Speakers

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 9:31 PM by Shiju Varghese

Hi Scott,

WOW!

Congrats you and your team.

# Cartoons Fans Lounge

Wednesday, October 03, 2007 9:40 PM by Cartoons Fans Lounge

Pingback from  Cartoons Fans Lounge

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 9:46 PM by Marcos Dell Antonio

It's just the better post of the year!

;)

# Jackson Fish Market

Wednesday, October 03, 2007 9:48 PM by Jackson Fish Market

Pingback from  Jackson Fish Market

# Screen Snooze &raquo; Microsoft&#8217;s .Net gets the shared source treatment

Pingback from  Screen Snooze &raquo; Microsoft&#8217;s .Net gets the shared source treatment

# Opening up the source of the .Net Base Class Libraries

Wednesday, October 03, 2007 9:55 PM by Noticias externas

Today we&#39;ve announced (through ScottGu) that we are opening up the source code (complete with comments

# Microsoft release source code to some of the .net framework

Wednesday, October 03, 2007 9:55 PM by John Reynolds' Tech Blog

According to Scott Guthrie's web posting at weblogs.asp.net/.../releasing-the-source-code-for-the-net-framework-libraries.aspxMicrosoft...

# Marcos Dell Antonio &raquo; ScottGu anuncia a libera????o do c??digo fonte das bibliotecas do .NET 3.5

Pingback from  Marcos Dell Antonio &raquo; ScottGu anuncia a libera????o do c??digo fonte das bibliotecas do .NET 3.5

# xpherion - technology blog &raquo; Dot Net Framework Reference License

Pingback from  xpherion - technology blog &raquo; Dot Net Framework Reference License

# Microsoft Will Release Source Code

Wednesday, October 03, 2007 10:17 PM by Michael J. Murphy's WebLog

Scott Guthrie announced on his blog today that we will be releasing the source code with comments for

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 10:20 PM by denni

It's really nice though we have been peaking on them for some time with the Reflector.

Source code of the CLR + compilers will be more helpful by the way for the open source community, e.g., the Mono Project.

# MSDN Blog Postings &raquo; .Net Framework Source Code released

Wednesday, October 03, 2007 10:23 PM by MSDN Blog Postings » .Net Framework Source Code released

Pingback from  MSDN Blog Postings  &raquo; .Net Framework Source Code released

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 10:29 PM by H Nguyen

Let's rock!

Thank you Microsoft and you too Scott.

# .NET 3.5 Source Code

Wednesday, October 03, 2007 10:30 PM by Infosys | Microsoft

If you have been troubled for not being able to debug into the .net source code when debugging your own code, take a breather. As Scott Guthrie has mentioned, the .net base class library code will be released soon under...

# .NET framework 3.5 source code...

Wednesday, October 03, 2007 10:33 PM by Chila´s Blog

Scott Guthrie, posted today that the new version of Visual Studio, Visual Studio 2008 along with .NET

# .NET Framework Shared Source

Wednesday, October 03, 2007 10:37 PM by MasterMaq's Blog

Microsoft announced today that they will be making the source code for the .NET Framework 3.5 available...

# Debug do C&oacute;digo do Framework

Wednesday, October 03, 2007 10:44 PM by Good News and No News: Cezar Guimarães

Hoje pela manhã em Seattle, na hora do almoço aqui no Brasil, o Scott Guthrie anunciou uma novidade muito

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 10:47 PM by jack

oh my god.

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 10:52 PM by tkinugaw

Wow!!! It's great!!

# Reference Source Code Availability for the .NET

Wednesday, October 03, 2007 10:54 PM by US ISV Developer Evangelism Team

Source code to .NET will be available to ISV's when Visual Studio 2008 ships later this year. Scott Guthrie

# .Net Peek Holes | iface thoughts

Wednesday, October 03, 2007 11:00 PM by .Net Peek Holes | iface thoughts

Pingback from  .Net Peek Holes  |  iface thoughts

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 11:06 PM by Sven Groot

Super-special-awesome guys! Big kudos from me.

# Sweet Nectar of Life!

Wednesday, October 03, 2007 11:12 PM by Brent Lamborn

Sweet Nectar of Life!

# Garotos de Web &#8212; .NET agora com c??digo fonte aberto

Wednesday, October 03, 2007 11:12 PM by Garotos de Web — .NET agora com c??digo fonte aberto

Pingback from  Garotos de Web &#8212;   .NET agora com c??digo fonte aberto

# 10 Reasons Why Making .Net Source Code Available is Great for .Net Developers | Unknown Namespace

Pingback from  10 Reasons Why Making .Net Source Code Available is Great for .Net Developers | Unknown Namespace

# .NET 3.5 al desnudo.

Wednesday, October 03, 2007 11:15 PM by De Dominios y De Demonios

Cr&#xE9;alo o no lo crea! a pesar de todas la nuevas caracter&#xED;sticas de las que ya se vienen hablando

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 11:28 PM by Whatever

How come everyone has only good comments, welcoming this announcement with bursts of joy?

I am confused. Why did it take so long? Why are they doing it? Why now? When can we really get it? Where? Did I spent all those hours playing with a barely documented black-box for nothing? What about Mono? Did they do it for nothing or are they part of the reason?

And many other questions...

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 11:29 PM by Cesar Mello

Amazing! Congratulations folks! This is a huge step to mankind hopefully! :-) One more reason to feel confident developing with .NET. Congratulations, best regards Scott.

# re: Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 11:35 PM by Glenn

how about the rest of the codes of CLR as well?

# Xbox &raquo; Microsoft Will Release Source Code

Wednesday, October 03, 2007 11:38 PM by Xbox » Microsoft Will Release Source Code

Pingback from  Xbox &raquo; Microsoft Will Release Source Code

# Releasing the Source Code for the .NET Framework Libraries - ScottGu's Blog

Wednesday, October 03, 2007 11:42 PM by The Platform and the Hardman

Hi All, Don't know how many of you picked up on this awesome piece of news, but with the release of Visual

# Releasing the Source Code for the .NET Framework Libraries

Wednesday, October 03, 2007 11:59 PM by Tomislav Bronzin [RD&MVP]

I am providing following link to Scot Guthrie blog in case you missed this very important news: http

# Releasing of .NET Framework Source Code

Thursday, October 04, 2007 12:01 AM by Tech Guru

Releasing of .NET Framework Source Code

# mayvelous &raquo; .Net Framework Source Code Released &raquo; Me, Myself and Mayvelous

Pingback from  mayvelous &raquo; .Net Framework Source Code Released &raquo; Me, Myself and Mayvelous

# .NET Framework 3.5 code to be "opened"

Thursday, October 04, 2007 12:14 AM by cruizer

This was a major announcement , and lots of people were already blogging about it when I turned on my

# Could it be&#8230; Open Source .NET?

Thursday, October 04, 2007 12:16 AM by Could it be… Open Source .NET?

Pingback from  Could it be&#8230; Open Source .NET?

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 12:22 AM by Gopinath M

What else a .NET developer can dream for?

I'm loving it...

# .net 3.5 es ahora C&#243;digo abierto!

Thursday, October 04, 2007 12:33 AM by .NetBlogger

Creanlo o no, el código de las clases base del framework 3.5 estan disponibles para que puedas ver el

# Sreejumon&#8217;s Blog &raquo; Blog Archive &raquo; Releasing the Source Code for the .NET Framework Libraries

Pingback from  Sreejumon&#8217;s Blog  &raquo; Blog Archive   &raquo; Releasing the Source Code for the .NET Framework Libraries

# We are releasing the source code to much of the .NET Framework Libraries!

Thursday, October 04, 2007 12:52 AM by The Next Web in APAC! @ Rohan Thomas' Blog

Check out ScottGu's blog for details! Awesome! Technorati tags: .NET Framework , .NET Framework Libraries

# Microsoft liberar?? el c??digo de .NET Framework en la versi??n 3.5 [eng] // men&eacute;ame

Pingback from  Microsoft liberar?? el c??digo de .NET Framework en la versi??n 3.5 [eng] // men&eacute;ame

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 12:52 AM by Vikram

simply great, This is going to be a feat for dot net

# .NET Framework Source Code Available : Justin Braun&#8217;s Weblog

Pingback from  .NET Framework Source Code Available : Justin Braun&#8217;s Weblog

# .Net Framework 3.5 Source Code will be released later this year!

Thursday, October 04, 2007 1:07 AM by Daniel Carbajal's Weblog

This is incredible! Instead of using .Net Reflector we will be able to step into the .Net framework source

# Source Code for .NET Framework

Thursday, October 04, 2007 1:08 AM by The Curtain Raiser

Microsoft is opening up the .NET Framework libraries for developers to see the actual source code. Amazing

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 1:11 AM by Sunny Nagi

Excellent stuff scott..

Keep up the good work :)

# VS2008: Neue Features III

Thursday, October 04, 2007 1:17 AM by SQL Server 2005 and .NET Development Blog

Yeah! Microsoft gibt die Sourcen f&uuml;r das .Net Framwork frei! Es gab ja schon bisher eine von Microsoft ver&ouml;ffentlichte Version der .Net Sourcen, welche aber aus 2 Gr&uuml;nden nur begrenzt zum Forschen tauglich waren:a) nur ein geringer Teil

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 1:18 AM by Anil Pathania

This is something beyond expectationand imagination to get Source code for .Net libraries.This will align our application development bug free and time saving in assumptions about the internal implementation of .net libraries

Heartiest congratulations!!!

Many many thanks to MS strategy!!!!!

# Microsoft wird den .NET Source code veröffentlichen!

Thursday, October 04, 2007 1:21 AM by Dariusz quatscht

Microsoft wird den .NET Source code verchiedener Klassenbibliotheken veröffentlichen. Neben den Basisklassen

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 1:23 AM by AGK

Is Microsoft planning to become an OPEN SOURCE

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 1:23 AM by volnet

I want to download it now~! wow!

where ? where ?

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 1:24 AM by Hemant Kamalakar

Very Nice..........

I am waiting for it.........

# MSDN Blog Postings &raquo; Reference Source Code Availability for the .NET

Pingback from  MSDN Blog Postings  &raquo; Reference Source Code Availability for the .NET

# Codigo de la biblioteca de clases base para su consulta

Thursday, October 04, 2007 1:25 AM by Haaron Gonzalez

Como ven, el código fuente de .NET ha sido liberado. De acuerdo a lo publicado en este post en el blog

# Codigo de la biblioteca de clases base para su consulta

Thursday, October 04, 2007 1:25 AM by Haaron Gonzalez

Como ven, el código fuente de .NET ha sido liberado. De acuerdo a lo publicado en este post en el blog

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 1:26 AM by Miguel Madero

Scott:

What about mobile? Are we having the .NET CF Source Code available in the same way?

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 1:27 AM by Caleb

Wow Scott 371 comments!!!, new record?

Thanks for the source code.

Caleb

# .NET Framework source code to be available

Thursday, October 04, 2007 1:32 AM by Aali - a developer's view

Wow, Microsoft is Releasing the Source Code for the .NET Framework Libraries when .NET 3.5 and Visual...

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 1:45 AM by Jaydeep Bhatt

Well, it is great that the source code would be available, but I guess, most of us are happy, even without it, as long as more and more Controls/Components are made available

# Releasing the Source Code for the .NET Framework Libraries &laquo; .NET sucks

Pingback from  Releasing the Source Code for the .NET Framework Libraries &laquo; .NET sucks

# musc@&gt; $daniele.rant | Out-Blog &raquo; Blog Archive &raquo; .Net Framework CODE is going to be available!

Pingback from  musc@&gt; $daniele.rant | Out-Blog  &raquo; Blog Archive   &raquo; .Net Framework CODE is going to be available!

# New for VS2008 - debugger support for .Net frameworks support

Thursday, October 04, 2007 2:01 AM by joc's bLog

ScottGu just posted info on something our team has been working on in conjunction with Shawn Burke (NDP)

# Se publicarán las fuentes de la BCL de .NET

Thursday, October 04, 2007 2:04 AM by vtortola

Gran noticia que me llega a través del correo de Avanade, Releasing the source code for the .NET Framework

# .NET Framework Source Code available

Thursday, October 04, 2007 2:12 AM by Wictor Wilen

The news that Microsoft will be releasing the .NET 3.5 framework libraries source code for everyone. The code is under the Microsoft Reference License (MS-RL) which means that the code is available fo...

# dirkmeister.de&raquo;Blog Archive &raquo; Microsoft ver??ffentlicht Quellcode des .NET-Framework

Pingback from  dirkmeister.de&raquo;Blog Archive &raquo; Microsoft ver??ffentlicht Quellcode des .NET-Framework

# Techy News Blog &raquo; New for VS2008 - debugger support for .Net frameworks support

Pingback from  Techy News Blog &raquo; New for VS2008 - debugger support for .Net frameworks support

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 2:23 AM by Dotway

Wow! Great news! Thanks

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 2:24 AM by Arda

awesome news...

# Microsoft releasing the source code for the .NET Framework libraries

Thursday, October 04, 2007 2:29 AM by Architecture & Strategy

ANNOUNCEMENT - 2007.10.03: Microsoft is releasing the source code for .NET Framework libraries under

# Rob&#8217;s World &raquo; .NET Framework source code release

Thursday, October 04, 2007 2:29 AM by Rob’s World » .NET Framework source code release

Pingback from  Rob&#8217;s World  &raquo; .NET Framework source code release

# Releasing the Source Code for the .NET Framework Libraries - ScottGu's Blog

Thursday, October 04, 2007 2:37 AM by Insane World

Releasing the Source Code for the .NET Framework Libraries - ScottGu's Blog

# Releasing the Source Code for .NET

Thursday, October 04, 2007 2:39 AM by Samurai Programmer.com

I was just about to head to sleep when I read this great post by Scott Guthrie. Apparently, Microsoft

# .NET framework source to be released

Thursday, October 04, 2007 2:46 AM by BradVin's .Net Blog

Well if you havent heard the good news already, then go read about it here at ScuttGu's Blog : Releasing

# .NET Framework 3.5 goes open source

Thursday, October 04, 2007 2:51 AM by Doga Oztuzun

.NET Framework 3.5 goes open source

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 2:54 AM by Vikram

This was the best news for a growing dot net developer. To be able to watch the code written by experienced and learn form it. I believe debugging is going to be the best part of it all. I am sure many like me will learn on how to improve the code. way to go!

# Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 2:56 AM by Walter Stiers - Academic Relations Team (BeLux)

weblogs.asp.net/.../releasing-the-source-code-for-the-net-framework-libraries.aspx

# .NET Framework can be open source!!

Thursday, October 04, 2007 2:57 AM by Murat YILMAZ

.NET Framework can be open source!!

# .NET Framework Libraries go open source

Thursday, October 04, 2007 3:04 AM by Erwyn van der Meer

Scott Guthrie did a major announcement on his blog yesterday: Microsoft will be releasing the source

# The source code of the .NET Framework 3.5 will be available

Thursday, October 04, 2007 3:05 AM by .NET Ready !!!

Scott has just announced the possibility to download and browse the source code of the .NET Framework

# .NET Framework-biblitoeker som åpen kildekode

Thursday, October 04, 2007 3:07 AM by MSDN Up North

Scott Guthrie og teamet hans har i det siste jobbet hardt for å få til, er muligheten for .NET-utviklere

# Microsoft to release source code of .NET Framework! Wow!

Thursday, October 04, 2007 3:10 AM by Vladan Strigo's website - Vladan.Strigo.NET

# ???????? ???????????? &raquo; .NET Open Source?

Thursday, October 04, 2007 3:11 AM by ???????? ???????????? » .NET Open Source?

Pingback from  ???????? ???????????? &raquo; .NET Open Source?

# .NET framework ????i deschide sursele : soft.vitalie.esanu.moldova.world

Pingback from  .NET framework ????i deschide sursele : soft.vitalie.esanu.moldova.world

# I sorgenti delle librerie del .NET Framework e il debug con Visual Studio 2008

Thursday, October 04, 2007 3:12 AM by Pietro Brambati Blog

Abbiamo da poco annunciato la disponibilità dei sorgenti di un sottoinsieme delle librerie del .NET Framework!

# The source code of the .NET Framework 3.5 will be available

Thursday, October 04, 2007 3:12 AM by Noticias externas

Scott has just announced the possibility to download and browse the source code of the .NET Framework

# .Net Framework 3.5 Source code to be released

Thursday, October 04, 2007 3:16 AM by Craig Bailey's Link Blog

Scott Guthrie has the good news... weblogs.asp.net/.../releasing-the-source

# Techy News Blog &raquo; The source code of the .NET Framework 3.5 will be available

Pingback from  Techy News Blog &raquo; The source code of the .NET Framework 3.5 will be available

# People Over Process &raquo; links for 2007-10-04

Thursday, October 04, 2007 3:20 AM by People Over Process » links for 2007-10-04

Pingback from  People Over Process &raquo; links for 2007-10-04

# Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 3:23 AM by Stanley Tan's Blog

Scott Guthrie on the announcement: weblogs.asp.net/.../releasing-the-source-code-for-the-net-framework-libraries.asp

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 3:24 AM by Daniel Pihlström

This was, quite expected, but good to hear!

# Freamwork 3.5: Sar

Thursday, October 04, 2007 3:25 AM by di .NET e di altre Amenit

Freamwork 3.5: Sar

# Step in a little deeper

Thursday, October 04, 2007 3:25 AM by PsiSpace by Simon Middlemiss

Yesterday Microsoft announced that it is releasing the source code for .NET Framework libraries under

# Interoperability and Transparency at its best - Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 3:26 AM by SAP Global Alliance Technology Team Blog

I'm not in Vegas for SAP TechEd this year (and I did not expect big surprises). Enterprise SOA is (technically)

# Funky Penguin News &raquo; Blog Archive &raquo; Microsoft Open Sourcing .NET

Pingback from  Funky Penguin News  &raquo; Blog Archive   &raquo; Microsoft Open Sourcing .NET

# Microsoft encamina hacia la Fuente Abierta el .NET 3.5 Framework :

Pingback from  Microsoft encamina hacia la Fuente Abierta el .NET 3.5 Framework :

# One Of A Kind

Thursday, October 04, 2007 3:38 AM by Ali Ahmed Qureshi

So Microsoft is at it again see weblogs.asp.net/.../releasing-the-source

# RIABG.org &raquo; Microsoft ?????????????? ???????? ????

Thursday, October 04, 2007 3:51 AM by RIABG.org » Microsoft ?????????????? ???????? ????

Pingback from  RIABG.org &raquo; Microsoft ?????????????? ???????? ????

# Its A Trap &raquo; Interoperability and Transparency at its best - Releasing the Source Code for the .NET Framework Libraries

Pingback from  Its A Trap &raquo; Interoperability and Transparency at its best - Releasing the Source Code for the .NET Framework Libraries

# Microsoft .Net framework libraries will be released &#166; Micka??l Sauv??e&#8217;s blog

Pingback from  Microsoft .Net framework libraries will be released &#166;  Micka??l Sauv??e&#8217;s blog

# Not that you haven't had it before but now it's better...

Thursday, October 04, 2007 4:06 AM by FrankFi's view of the world

HI... if you are working with .net in any way you certainly heard about this announcement ScottGu just

# Qualcuno sarà finalmente contento....

Thursday, October 04, 2007 4:08 AM by Vito Arconzo's Blog

...per la notizia del giorno: Il Framework .NET 3.5 sar&agrave; Open Source e, quindi, distribuito con

# unloaded &raquo; Blog Archive &raquo; Microsoft to release .Net Source&#8230;.what!

Pingback from  unloaded  &raquo; Blog Archive   &raquo; Microsoft to release .Net Source&#8230;.what!

# Microsoft diventa un po' pi

Thursday, October 04, 2007 4:15 AM by Technology Experience (Reborn)

Microsoft diventa un po' pi

# Not that you haven't had it before but now it's better...

Thursday, October 04, 2007 4:21 AM by Noticias externas

HI... if you are working with .net in any way you certainly heard about this announcement ScottGu just

# Somms.NET &raquo; Blog Archive &raquo; Abriendo el c??digo de .NET

Thursday, October 04, 2007 4:22 AM by Somms.NET » Blog Archive » Abriendo el c??digo de .NET

Pingback from  Somms.NET  &raquo; Blog Archive   &raquo; Abriendo el c??digo de .NET

# Source code del .NET Framework 3.5

Thursday, October 04, 2007 4:23 AM by Mauro Sagratella's Thoughts

Ogni annuncio di ScottGu &#xE8; sempre qualcosa di eccitante (informaticamente parlando ). Ora ha annunciato

# MSDN Blog Postings &raquo; Microsoft releasing the source code for the .NET Framework libraries

Pingback from  MSDN Blog Postings  &raquo; Microsoft releasing the source code for the .NET Framework libraries

# We are releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 4:25 AM by

This is super awesome!! We today announced that we are going to make the . NET Framework libraries source

# Microsoft to Release .NET Framework Source Code in v3.5

Thursday, October 04, 2007 4:27 AM by Microsoft to Release .NET Framework Source Code in v3.5

Pingback from  Microsoft to Release .NET Framework Source Code in v3.5

# .NET != Open Source | blog.cfelde.com

Thursday, October 04, 2007 4:36 AM by .NET != Open Source | blog.cfelde.com

Pingback from  .NET != Open Source | blog.cfelde.com

# OSS Watch team blog &raquo; Blog Archive &raquo; Microsoft releasing more source code.

Pingback from  OSS Watch team blog  &raquo; Blog Archive   &raquo; Microsoft releasing more source code.

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 4:38 AM by Jose Luis Latorre

That's great, thanks so much!!!

Way to go!!

# microsoft &raquo; RIABG.org ?? Microsoft ?????????????? ???????? ????

Pingback from  microsoft &raquo; RIABG.org ?? Microsoft ?????????????? ???????? ????

# developInStyle &raquo; .NET source code to be released!

Thursday, October 04, 2007 4:45 AM by developInStyle » .NET source code to be released!

Pingback from  developInStyle &raquo; .NET source code to be released!

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 4:46 AM by Littlefool

Well, I guess we can start learning now from the pros

# Source Code for the .NET 3.5 Framework Libraries

Thursday, October 04, 2007 4:48 AM by Adlai Maschiach

Scott Guthrie ( AKA ScottGU ) just announced the release of the source code of the .NET Framework 3.5

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 4:48 AM by Roger Hendriks

Hi Scott,

MS has to feel strong to become open: .NET is going in the right direction!

In combination with Connect one can really improve quality.

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 4:53 AM by Jakub

.Net rocks!

# blog.andy.gerke.ws &raquo; Blog Archive &raquo; Microsoft gibt Lesezugriff auf .net 3.5 Source

Pingback from  blog.andy.gerke.ws  &raquo; Blog Archive   &raquo; Microsoft gibt Lesezugriff auf .net 3.5 Source

# Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 5:06 AM by Ruud de Jonge

Wow ... zojuist gereleased in de blog van Scott Gutthrie : One of the things my team has been...

# Radoslaw Zawartko &raquo; Kod ??r??d??owy .NET Framework

Thursday, October 04, 2007 5:07 AM by Radoslaw Zawartko » Kod ??r??d??owy .NET Framework

Pingback from  Radoslaw Zawartko &raquo; Kod ??r??d??owy .NET Framework

# Accès au code source du Framework .NET 3.5 !

Thursday, October 04, 2007 5:09 AM by SQL Server, BizTalk Server, le 64 bits et au-delà !...

Ce sera possible avec Visual Studio 2008. Comme indiqué par Scott Guthrie sur son blog, One of the things

# Microsoft Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 5:10 AM by Alex.Net 2.0

Scott Guthrie announced in his blog that Microsoft is going to release the .Net BCL (Base Class Library).

# Sense of life &raquo; .NET w ??r??d??ach

Thursday, October 04, 2007 5:11 AM by Sense of life » .NET w ??r??d??ach

Pingback from  Sense of life &raquo; .NET w ??r??d??ach

# Kildekode til .NET bibliotekerne er frigivet

Thursday, October 04, 2007 5:11 AM by Henrik W H

Det er da en af de gode nyheder: kildekoden til flere af bibliotekerne til .NET frameworket er nu frigivet.

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 5:13 AM by Alex Angas

You and your team are one of the best things to happen to MS developers. I have tears in my eyes.

# Don't look at the sourcecode of .NET licensed under the 'Reference license'

Thursday, October 04, 2007 5:18 AM by Frans Bouma's blog

If you do framework development, take my advice and don't look at the .NET 3.5 BCL sourcecode . Using

# You've got the source Luke, You've got the source

Thursday, October 04, 2007 5:24 AM by Wouter van Vugt

Notified by my collegue Bart, who is a bit slower on blogtyping than I am :) weblogs.asp.net/.../releasing-the-source-code-for-the-net-framework-libraries.asp

# Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 5:30 AM by kick.cnblogs.com - Beta

You've been kicked (a good thing) - Trackback from kick.cnblogs.com - Beta

# .NET Framework 3.5 will be released with source code &laquo; Architectural mood swings

Pingback from  .NET Framework 3.5 will be released with source code &laquo; Architectural mood swings

# puttyq.com &raquo; .NET Framework Source Code to be Released

Thursday, October 04, 2007 5:40 AM by puttyq.com » .NET Framework Source Code to be Released

Pingback from  puttyq.com &raquo; .NET Framework Source Code to be Released

# Microsoft ver&#246;ffentlicht den .NET Framework Source Code

Thursday, October 04, 2007 5:41 AM by Manus kleiner Softwareladen

...soll zwar nur zum debuggen gedacht sein, aber ich finde es ziemlich cool.Details hier!

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 5:45 AM by Ali Muslim

Yes Awesome, this will really help in de-bugging & of further understanding of how to code in Microsoft way.

Have a good day.

Ali Muslim

# .NET Framework Source Code to be made public : Tech-CRM

Thursday, October 04, 2007 5:48 AM by .NET Framework Source Code to be made public : Tech-CRM

Pingback from  .NET Framework Source Code to be made public : Tech-CRM

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 5:49 AM by FransBouma

IMHO a red herring (you can't patch the framework's bugs) and also evil (it will open up liability issues because you might have looked at patented (!) sourcecode and can't reverse engineer it (via reflector) anymore.

Some people here (most of them actually) should read the license this comes with, read some jurisprudence, and read some general licensing material before getting all thrilled up. You can't do a darn thing WITH the sourcecode: you can't modify it, you can't copy it and base your own code on it, you can't use the ideas inside it to write your own, nothing. In fact: if you have looked at the code, your own code could be liable to a patent infrigment lawsuit.

Be careful with this, as with any sourcecode you look at which you haven't written yourself or your company's employees. Software developers should be more careful about licensing, copyright infrigment and patents, but it appears all they think about is the advantages, but not about the implications it might have.

# Don't look at the sourcecode of .NET licensed under the 'Reference license' - Frans Bouma's blog

Thursday, October 04, 2007 5:54 AM by Insane World

Don't look at the sourcecode of .NET licensed under the 'Reference license' - Frans Bouma's blog

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 5:56 AM by jbe

That's pretty cool! I don't have to use Reflector any more to learn about the internal behavior of the .NET Framework.

However, one feature I'm still missing: I would like to use the "Go To Definition" (F12) function of Visual Studio to jump around in the source code. But it seems that the source code is only available in Debug mode :-(. In the Java IDE Eclipse is this possible. I hope Visual Studio is going to copy this feature.

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 5:56 AM by Ali Muslim

Yes Awesome, this will really help in de-bugging & of further understanding of how to code in

Microsoft way.

Have a good day.

Ali.

# Acc&#232;s au code source du Framework .NET 3.5 !

Thursday, October 04, 2007 5:57 AM by Site d'informations sur Windows Vista et Windows Server 2008

Ce sera possible avec Visual Studio 2008. Comme indiqué par Scott Guthrie sur son blog, One of the things

# .NET Framework のライブラリのソースコード公開が決まりました

Thursday, October 04, 2007 5:59 AM by Something about Team System

すでに MSDN Blog においてもいくつか取り上げられていますが、 blogs.msdn.com/.../net-framework.aspx

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 6:02 AM by Law

So what does this mean for Mono??  Since you guys are helping get moonlight up and running for cross-platform silverlight stuff, can't you just help them finish the .NET implementation so we can do some cross-plaform implementations of our software too?!  They still need to finish alot of stuff (some of it basic)! :)

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 6:03 AM by Alex@Net

It's the best among I've read about .NET framework! Thank you!

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 6:10 AM by praveen sattaru

This a good direction for microsoft to open up the code.

# .NET Source wird Public

Thursday, October 04, 2007 6:14 AM by msdn Austria

Um hinter die Kulissen des .NET Frameworks zu sehen haben sicher viele von Ihnen bisher das Tool Reflector

# Microsoft ??bner for Source koden til .Net Framework'et

Thursday, October 04, 2007 6:28 AM by Microsoft ??bner for Source koden til .Net Framework'et

Pingback from  Microsoft ??bner for Source koden til .Net Framework'et

# Regelwerk &raquo; .NET-Bibliotheken zum Anfassen

Thursday, October 04, 2007 6:31 AM by Regelwerk » .NET-Bibliotheken zum Anfassen

Pingback from  Regelwerk &raquo; .NET-Bibliotheken zum Anfassen

# Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 6:33 AM by Steve Cook's WebLog

See Scott Guthrie's blog . This will make things easier for .NET developers.

# Its A Trap &raquo; Interoperability and Transparency at its best - Releasing the Source Code for the .NET Framework Libraries

Pingback from  Its A Trap &raquo; Interoperability and Transparency at its best - Releasing the Source Code for the .NET Framework Libraries

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 6:43 AM by Pascal Bochoridis

I presume the source code will be C# only

# MS Releasing .NET Source Code for Xmas

Thursday, October 04, 2007 6:47 AM by Dan's Archive

MS Releasing .NET Source Code for Xmas

# news.clarionlife.net &raquo; Releasing the Source Code for the .NET Framework Libraries

Pingback from  news.clarionlife.net &raquo; Releasing the Source Code for the .NET Framework Libraries

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 7:01 AM by Ulrich B.

Wow, ... Just WOW!!!

# SteveX Compiled &raquo; Blog Archive &raquo; .NET Framework Source Release

Pingback from  SteveX Compiled  &raquo; Blog Archive   &raquo; .NET Framework Source Release

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 7:15 AM by jinath

this is super cool

congards MS

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 7:20 AM by Vinod Kulkarni

Superb, Fantastic, Awesome;Its a nice move,so that we can have Indepth knowledge of .NET Base Class Libraries etc..

# Ashutosh Nilkanth&#8217;s Blog &raquo; .NET Framework Source Code

Thursday, October 04, 2007 7:20 AM by Ashutosh Nilkanth’s Blog » .NET Framework Source Code

Pingback from  Ashutosh Nilkanth&#8217;s Blog &raquo; .NET Framework Source Code

# MSDN Blog Postings &raquo; We are releasing the Source Code for the .NET Framework Libraries

Pingback from  MSDN Blog Postings  &raquo; We are releasing the Source Code for the .NET Framework Libraries

# .Net Framework Sources

Thursday, October 04, 2007 7:25 AM by Mike Chaliy's Blog

Зараз в блогах купа інфи про те, що Майкрософт збираються відкрити код Фреймворка. Усі посилаються на

# re: Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 7:31 AM by Abir Bhattacharya

Coool !!! Simply great . It stands to be of great help to the developers.