www.fgks.org   »   [go: up one dir, main page]

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.

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

Thursday, October 04, 2007 7:42 AM by milan

Congratulations!!!!!

# Annunciato il rilascio del codice sorgente delle librerie del .NET Framework

Thursday, October 04, 2007 7:54 AM by Giuseppe Guerrasio

annunciata la prossima disponibilità dei sorgenti di una parte delle librerie del .NET Framework. Sarà

# Microsoft being underhanded &#8212; again | LaurensVH

Thursday, October 04, 2007 7:58 AM by Microsoft being underhanded — again | LaurensVH

Pingback from  Microsoft being underhanded &#8212; again | LaurensVH

# We are Releasing the Source code to the .Net Framework

Thursday, October 04, 2007 8:09 AM by Microsoft UK Developer Tools Team

Yesterday we announced our plans to release some of the source code for the .Net framework. We'll begin

# Techy News Blog &raquo; We are Releasing the Source code to the .Net Framework

Pingback from  Techy News Blog &raquo; We are Releasing the Source code to the .Net Framework

# IT для бизне?а: it4business.ru &raquo; Открытые и?ходные коды core библиотек .NET

Pingback from  IT для бизне?а: it4business.ru &raquo; Открытые и?ходные коды core библиотек .NET

# ITCode ?? Source Code .NET Framework'a

Thursday, October 04, 2007 8:26 AM by ITCode ?? Source Code .NET Framework'a

Pingback from  ITCode ?? Source Code .NET Framework'a

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

Thursday, October 04, 2007 8:36 AM by Aapo Laakkonen

System.IO and many more uses win32 apis, are these win32 api parts open sourced too? I'm pretty sure that they aren't.

# Tim Anderson&#8217;s ITWriting - Tech writing blog &raquo; Great for debugging: Microsoft to release .NET Framework source

Pingback from  Tim Anderson&#8217;s ITWriting - Tech writing blog &raquo; Great for debugging: Microsoft to release .NET Framework source

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

Thursday, October 04, 2007 8:46 AM by Dave's Team System Blog

It's not a big secret that I spent years programming in other languages before coming to Microsoft--Java,

# stuart @ amanzi &raquo; Blog Archive &raquo; Random bullet points

Thursday, October 04, 2007 8:47 AM by stuart @ amanzi » Blog Archive » Random bullet points

Pingback from  stuart @ amanzi  &raquo; Blog Archive   &raquo; Random bullet points

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

Thursday, October 04, 2007 8:54 AM by Dale Hawkins

Maybe I'm nuts, but I can't help but think Anders Hejlsberg is in this, since Delphi's VCL framework was always open source.

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

Thursday, October 04, 2007 8:58 AM by Daniel

Great News! Great Job! I like the way you think. This news helps swing the scale back toward Microsoft; however, Vista-calling-home-disabling itself still weighs more. Hope you (and your team) could influence that decision too.

Best regards

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

Thursday, October 04, 2007 9:04 AM by rrobbins

I don't know if I should get excited by this. I'm not brilliant enough to do anything with the source code for a massive framework. Hopefully it will provide some additional insight into cryptic errors and enable other brilliant developers to create tips and tricks that I can digest.

# Microsoft macht Source Code f??r .NET Framework ??ffentlich &laquo; A BIS Z

Pingback from  Microsoft macht Source Code f??r .NET Framework ??ffentlich &laquo; A BIS Z

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

Thursday, October 04, 2007 9:10 AM by Thomas Theobald

Damn, took you guys long enough.  12 years to follow the example...and ten of those with Anders on your team...sheesh.

Anyhow, good to see a step forward.  

 T

# BCL (.NET Framework) Library Source Code Publically Available!

Thursday, October 04, 2007 9:19 AM by Sam Gentile

Us old time MFC/ATL programmers have appreciated having the library source code available to step into

# Microsoft is releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 9:27 AM by Tech Talk with Brett Maytom

OH My Greatness! Well done MS! Scott Guthrie announced today that Microsoft will be releasing the Source

# The .NET Framework Source

Thursday, October 04, 2007 9:34 AM by Datura Garden

The .NET Framework Source

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

Thursday, October 04, 2007 9:39 AM by goalbell

Good news! Thanks your good work and your team! Best Regards!

# .NET source code &laquo; Tim.GetInstance( )

Thursday, October 04, 2007 9:40 AM by .NET source code « Tim.GetInstance( )

Pingback from  .NET source code &laquo; Tim.GetInstance( )

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

Thursday, October 04, 2007 9:40 AM by Roy

Great news! But, remember not every development machine in the world is connected to the internet!

So it is important to have the ability to DOWNLOAD the entire source manually, then install this download on a machine with no internet, and point Visual Studio to a local path to get the files instead of some remote source server.

# MS will reveal .NET 3.5 BCL Source &laquo; Simply Patrick

Thursday, October 04, 2007 9:43 AM by MS will reveal .NET 3.5 BCL Source « Simply Patrick

Pingback from  MS will reveal .NET 3.5 BCL Source &laquo; Simply Patrick

# Interesting Finds: October 4, 2007

Thursday, October 04, 2007 9:52 AM by Jason Haley

# by-expressions &raquo; Blog Archive &raquo; ASP.NET Framework Source Code

Pingback from  by-expressions  &raquo; Blog Archive   &raquo; ASP.NET Framework Source Code

# Web Application Development with Microsoft Technologies &raquo; .NET Framework source code available !

Pingback from  Web Application Development with Microsoft Technologies &raquo; .NET Framework source code available !

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

Thursday, October 04, 2007 10:22 AM by » Releasing the Source Code for the .NET Framework Libraries

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

# Why Does Releasing the Source Code for the .NET Framework Libraries Matter? &laquo; Accidental Technologist

Pingback from  Why Does Releasing the Source Code for the .NET Framework Libraries Matter? &laquo; Accidental Technologist

# User Responses to MSFT releasing .NET 3.5 Source &laquo; rand($thoughts);

Pingback from  User Responses to MSFT releasing .NET 3.5 Source &laquo; rand($thoughts);

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

Thursday, October 04, 2007 10:47 AM by Socratees Samipillai

Thats so cool.

# Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 10:53 AM by Releasing the Source Code for the .NET Framework Libraries

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

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

Thursday, October 04, 2007 11:02 AM by Josh Stodola

This is by far the greatest thing Microsoft has ever done.  Buh-bye, reflector.  Thanks a million for pushing for this.  YOU ARE A LEGEND, SCOTT!

# Microsoft releases .NET Framework Source Code

Thursday, October 04, 2007 11:20 AM by ASPInsiders

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

# .NET Framework Library source code to be released...

Thursday, October 04, 2007 11:28 AM by Let's Kill Dave!

Scott Guthrie announced yesterday that Microsoft will be releasing the source code for the .NET Base

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

Thursday, October 04, 2007 11:28 AM by Ryan Ternier

I don't think I've ever seen this many comments on one of Scott's postings!

This is a huge step for MS and for developers. MS's development teams have been bending over backwards for the .NET community. Great job guys!

# Source Code .NET Framework 3.5 at Programiranje sa C++ i C#

Thursday, October 04, 2007 11:28 AM by Source Code .NET Framework 3.5 at Programiranje sa C++ i C#

Pingback from  Source Code .NET Framework 3.5 at Programiranje sa C++ i C#

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

Thursday, October 04, 2007 11:30 AM by Ryan Haney

Honestly, I don't think Microsoft is going to go after a company that used some of the source code from .NET to make their custom data bound controls work - as long as there isn't a conflict of interest (read: they aren't selling tools for developers).  Especially if the company is primarily a Microsoft shop (Windows based servers and workstations, etc.).

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

Thursday, October 04, 2007 11:44 AM by Daniel

Good!!

Now you are closer to VCL And Delphi

# Source Code for the .NET Framework - wow

Thursday, October 04, 2007 12:19 PM by James.Random()

I did a double take when I read this on Mike Harsh's blog today . We're releasing the source code to

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

Thursday, October 04, 2007 12:23 PM by Sebastien Parodi

This is great news ! I definitely will spend useful hours looking deep in the BCL :-).

Sébastien Parodi, MCAD, MCT.

www.theoreme-consulting.com

# Microsoft releasing the .Net framework source code | Anders Lybeckers Weblog!

Pingback from  Microsoft releasing the .Net framework source code | Anders Lybeckers Weblog!

# User InExperience &raquo; Blog Archive &raquo; Links for 2007-10-04

Thursday, October 04, 2007 12:34 PM by User InExperience » Blog Archive » Links for 2007-10-04

Pingback from  User InExperience  &raquo; Blog Archive   &raquo; Links for 2007-10-04

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

Thursday, October 04, 2007 12:39 PM by Thogek

Niiiiiice.  :-)

I don't know how many times I've found it very useful to know specifically how something was occurring within a framework component, whether to emulate it or to consider it in a performance context or otherwise.

# CompiledMonkey.com &raquo; Microsoft .NET going open source?

Thursday, October 04, 2007 12:45 PM by CompiledMonkey.com » Microsoft .NET going open source?

Pingback from  CompiledMonkey.com &raquo; Microsoft .NET going open source?

# .NET Framework Source Code available

Thursday, October 04, 2007 1:00 PM by Loosely coupled snippets

Have you ever been writing some code and got to the point where you just can't figure out what the .NET

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

Thursday, October 04, 2007 1:04 PM by Mike Gammarino

Great news about the source code for the .NET Framework Libraries being made available.  Being a .NET shop ourselves, we'd love to include them in our index at koders.com. You can get in touch with me over at our site to discuss.

# Releasing the source code for the .NET framework! - RunUO Gaming Network

Pingback from  Releasing the source code for the .NET framework! - RunUO Gaming Network

# CompiledMonkey.com ?? Microsoft .NET going open source? : Celebrity News Corner

Pingback from  CompiledMonkey.com ?? Microsoft .NET going open source? : Celebrity News Corner

# Xbox &raquo; CompiledMonkey.com ?? Microsoft .NET going open source?

Pingback from  Xbox &raquo; CompiledMonkey.com ?? Microsoft .NET going open source?

# Microsoft entrouvre le code de ses outils de d??veloppement .NET :: Nord-Africa

Pingback from  Microsoft entrouvre le code de ses outils de d??veloppement .NET  ::  Nord-Africa

# David Arno&#8217;s Blog &raquo; Microsoft: doomed if they don&#8217;t; doomed if they do

Pingback from  David Arno&#8217;s Blog &raquo; Microsoft: doomed if they don&#8217;t; doomed if they do

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

Thursday, October 04, 2007 2:35 PM by ClearAsp.Net

This is so awesome!

# .NET 3.5 becomes Open Source ...

Thursday, October 04, 2007 2:36 PM by Nasir Ali Khan

interesting move by M$ weblogs.asp.net/.../releasing-the-source-code-for-the-net-framework-libraries.aspx

# Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 2:39 PM by Geeky Storytelling

I think this is great, knowing what is happening "under the covers" is something of a character trait

# Open Source Ice Cream

Thursday, October 04, 2007 2:50 PM by StevenHarman.net

Open Source Ice Cream

# RIABG.org &raquo; Microsoft releasing the source code for .NET framework libraries

Pingback from  RIABG.org &raquo; Microsoft releasing the source code for .NET framework libraries

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

Thursday, October 04, 2007 3:06 PM by Udo (KJUB)

Great News! MS will benefit from developpers commitment by this step (at least mine).

# Microsoft to Release Source Code to .Net Framework Libraries &laquo; Arcane Code

Pingback from  Microsoft to Release Source Code to .Net Framework Libraries &laquo; Arcane Code

# The .NET announcement from Microsoft at Jeremy&#8217;s Blog

Thursday, October 04, 2007 3:18 PM by The .NET announcement from Microsoft at Jeremy’s Blog

Pingback from  The .NET announcement from Microsoft at  Jeremy&#8217;s Blog

# Microsoft entrouvre le code de ses outils de d??veloppement .NET :: Nord-Africa

Pingback from  Microsoft entrouvre le code de ses outils de d??veloppement .NET  ::  Nord-Africa

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

Thursday, October 04, 2007 3:38 PM by Davide Espertini

it seems to be really nice!! cool!! amazing!!

# Microsoft to Reveal Source for .NET Framework 3.5

Thursday, October 04, 2007 3:47 PM by Microsoft to Reveal Source for .NET Framework 3.5

Pingback from  Microsoft to Reveal Source for .NET Framework 3.5

# Microsoft Opens Up Source Code to the .NET Framework &laquo; A Life of Constant Flux

Pingback from  Microsoft Opens Up Source Code to the .NET Framework &laquo; A Life of Constant Flux

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

Thursday, October 04, 2007 3:52 PM by Cristi Potlog

Good move guys. Just like in the old MFC days.

.NET is going to enter in whole new era.

# Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 3:56 PM by Петър Николов

Вчера покрай ??ите ми мина новината че Корпорацията п??ка в MSDN кодовете на .Net библиотеките. Първоначалната ми реакция бе?е - не може да бъде

# Publicaci??n del c??digo fuente de las librer??as del .NET Framework &laquo; Thinking in .NET

Pingback from  Publicaci??n del c??digo fuente de las librer??as del .NET Framework &laquo; Thinking in .NET

# Microsoft Open Sourcing .NET : Forecast-Blog

Thursday, October 04, 2007 4:09 PM by Microsoft Open Sourcing .NET : Forecast-Blog

Pingback from  Microsoft Open Sourcing .NET : Forecast-Blog

# Liberado o c??digo fonte do .Net :: Kleber Carvalho

Thursday, October 04, 2007 4:27 PM by Liberado o c??digo fonte do .Net :: Kleber Carvalho

Pingback from  Liberado o c??digo fonte do .Net :: Kleber Carvalho

# Microsoft Releases the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 4:28 PM by Microsoft on ISVs

Now that’s a headline you didn’t expect to see. Scott Guthrie posted on his blog that we are providing

# Want to see my source?

Thursday, October 04, 2007 4:28 PM by ADO.NET, LINQ, DataSet and other fun .NET technology

Have you ever wondered exactly what is going on inside of ADO.NET? Is Reflector the first thing you install

# MSDN Blog Postings &raquo; Releasing the Source Code for the .NET Framework Libraries

Pingback from  MSDN Blog Postings  &raquo; Releasing the Source Code for the .NET Framework Libraries

# Techy News Blog &raquo; Want to see my source?

Thursday, October 04, 2007 4:36 PM by Techy News Blog » Want to see my source?

Pingback from  Techy News Blog &raquo; Want to see my source?

# 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 is releasing Source for .NET Framework 3.5 Libraries

Thursday, October 04, 2007 4:56 PM by Currently Breathing .NET

Microsoft is releasing Source for .NET Framework 3.5 Libraries

# .NET&#8217;in Kaynak Koduyla Debug &raquo; Burcu Do??an&#8217;??n Teknolojik Ki??isel Blogu

Pingback from  .NET&#8217;in Kaynak Koduyla Debug &raquo; Burcu Do??an&#8217;??n Teknolojik Ki??isel Blogu

# tryexcept.com - information and tools for software developers

Pingback from  tryexcept.com - information and tools for software developers

# El c&oacute;digo de la .Net Framework ahora esta disponible &laquo; My kemenworld&#8230;

Pingback from  El c&oacute;digo de la .Net Framework ahora esta disponible &laquo; My kemenworld&#8230;

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

Thursday, October 04, 2007 5:06 PM by Andre

Code is always good!

# Microsoft .Net Framework 3.5 Source Code

Thursday, October 04, 2007 5:09 PM by Rydal's .Net Clr - Coding .net using C#

Microsoft .Net Framework 3.5 Source Code

# Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 5:18 PM by ajmaonline.com

Umm.... wow. Releasing the Source Code for the .NET Framework Libraries http://weblogs.asp.net/scottgu

# Microsoft Open Sourcing .NET

Thursday, October 04, 2007 5:54 PM by Omid Zaman

Microsoft Open Sourcing .NET

# Microsoft .NET going to be open source

Thursday, October 04, 2007 6:00 PM by Omid Zaman

Microsoft .NET going to be open source

# Microsoft to release .NET Framework Source Code

Thursday, October 04, 2007 6:02 PM by Craig Kitterman's Interoperability Community Blog

I saw this today and it inspired me to really get back on the blogging horse: Scott Guthrie reported

#

Thursday, October 04, 2007 6:12 PM by Web devlopment blog

Radiohead fans rejoice Anyone who's a Radiohead fan has probably already seen the news. If you go to Radiohead's website, you can pick the price you want to pay to download their new album, DRM free, or buy the special edition which includes a vinyl,

# Accédez au Framework .Net en lecture seule

Thursday, October 04, 2007 6:15 PM by l'Actualité et les Infos sur Les NTIC

Microsoft décide d'ouvrir en lecture seulement le code source de son Framework .Net et le mettre à disposition des développeurs dans la prochaine mouture de son EDI Visual Studio 2008. Le code source sera sous la licence suivante: Mi...

# Microsoft &#8220;regala&#8221; Internet Explorer 7 &raquo; AOWS

Thursday, October 04, 2007 6:41 PM by Microsoft “regala” Internet Explorer 7 » AOWS

Pingback from  Microsoft &#8220;regala&#8221; Internet Explorer 7 &raquo; AOWS

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

Thursday, October 04, 2007 6:43 PM by Salman

That's pretty interesting to hear. This is great news for component developers I bet!

# Two ways to look at the .NET source being released

Thursday, October 04, 2007 6:54 PM by .Avery Blog

Two ways to look at the .NET source being released

# Two ways to look at the .NET source being released

Thursday, October 04, 2007 7:03 PM by BusinessRx Reading List

Most likely you have heard about Microsoft releasing the source of the BCL for viewing and debugging

# .NET Framework Source Code, Silverlight streaming, PLinq &laquo; .NET Evangelist - Abi Bellamkonda

Pingback from  .NET Framework Source Code, Silverlight streaming, PLinq &laquo; .NET Evangelist - Abi Bellamkonda

# TuxJournal.net 2.0 &raquo; Archivio &raquo; Microsoft: .NET diventa quasi open-source

Pingback from  TuxJournal.net 2.0  &raquo; Archivio   &raquo; Microsoft: .NET diventa quasi open-source

# MSDN Blog Postings &raquo; Want to see my source?

Thursday, October 04, 2007 7:31 PM by MSDN Blog Postings » Want to see my source?

Pingback from  MSDN Blog Postings  &raquo; Want to see my source?

# Releasing the Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 7:42 PM by Ozzie Rules Blogging

Not certain if everybody reads ScottGu's blog but yesterday we announced the release of the sourcecode

# UG + MVP Open Day + .NET Clubs

Thursday, October 04, 2007 7:44 PM by \\Brain\Backup

Dentro de unas 7 horas empieza una jornada de lo más interesante en las oficinas de MS en La Finca (Madrid

# fiddlerelf.com &raquo; Blog Archive &raquo; Open .NET, kind of sort of

Thursday, October 04, 2007 8:04 PM by fiddlerelf.com » Blog Archive » Open .NET, kind of sort of

Pingback from  fiddlerelf.com  &raquo; Blog Archive   &raquo; Open .NET, kind of sort of

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

Thursday, October 04, 2007 8:36 PM by Chyld Medford

Awesome news!!!  Scott, you rock!

# Open-Sourcing .Net, then the Boo-Birds Come Home to Roost

Thursday, October 04, 2007 8:36 PM by system.reflecti0n.net

Open-Sourcing .Net, then the Boo-Birds Come Home to Roost

# Francesco Biacca blog: riflessioni sul mondo della tecnologia e sulla sfera personale &raquo; L&#8217;avanzata dell&#8217;open source

Pingback from  Francesco Biacca blog: riflessioni sul mondo della tecnologia e sulla sfera personale &raquo; L&#8217;avanzata dell&#8217;open source

# UG + MVP Open Day + .NET Clubs

Thursday, October 04, 2007 8:43 PM by Noticias externas

Dentro de unas 7 horas empieza una jornada de lo más interesante en las oficinas de MS en La Finca (Madrid

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

Thursday, October 04, 2007 8:59 PM by abi

Wow, that is a lot of comments :)

# informatix.or.id &raquo; .NET Source Code Will Be Published

Thursday, October 04, 2007 9:09 PM by informatix.or.id » .NET Source Code Will Be Published

Pingback from  informatix.or.id &raquo; .NET Source Code Will Be Published

# Source Code for the .NET Framework Libraries

Thursday, October 04, 2007 9:31 PM by Christian Longstaff's Blog

From Chuck: reading ScottGu's blog yesterday we announced the release of the sourcecode to the .NET Framework

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

Thursday, October 04, 2007 10:04 PM by Prashanthspark

Good Chance !! and really helpfull to avoid error prones

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

Thursday, October 04, 2007 10:13 PM by Daedalus Server

For a while now the .net library have been a bit of a black book ..... Now that's all about to change!

# MSDN Blog Postings &raquo; Releasing the Source Code for the .NET Framework Libraries

Pingback from  MSDN Blog Postings  &raquo; Releasing the Source Code for the .NET Framework Libraries

# MSDN Blog Postings &raquo; UG + MVP Open Day + .NET Clubs

Thursday, October 04, 2007 10:38 PM by MSDN Blog Postings » UG + MVP Open Day + .NET Clubs

Pingback from  MSDN Blog Postings  &raquo; UG + MVP Open Day + .NET Clubs

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

Thursday, October 04, 2007 10:41 PM by Webdiyer

Wow! so many comments!!! I'd like to add one too:)

# Stepping into the .NET Framework Code

Thursday, October 04, 2007 10:44 PM by Community Blogs

Earlier this week Microsoft announced that they would be releasing the .NET Framework code (and later

# Releasing the Source Code for the .NET Framework Libraries : DPE Australia

Pingback from  Releasing the Source Code for the .NET Framework Libraries : DPE Australia

# .NET Framework Library Source Code

Friday, October 05, 2007 12:00 AM by Scott Dorman

.NET Framework Library Source Code

# Devlounge | Friday Focus #48

Friday, October 05, 2007 12:01 AM by Devlounge | Friday Focus #48

Pingback from  Devlounge | Friday Focus #48

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

Friday, October 05, 2007 12:05 AM by Gustavo K

I think this is amazing!  Can't wait to use it.

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

Friday, October 05, 2007 12:29 AM by Jason Short

Awesome idea.  I don't want a million users forking the runtime on their machine, but the ability to setup into code while debugging to figure out why you are getting an internal exception is priceless.

# .NET Framework Library source code to be released, XNA not (yet) | Consoles

Pingback from  .NET Framework Library source code to be released, XNA not (yet) | Consoles

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

Friday, October 05, 2007 1:24 AM by Daedalus Server | Microsoft to release .net source code

Wow awesome to hear that the .net library source is being released! Will make debugging much more powerful!

# MSDN Blog Postings &raquo; More eyeballs for .Net Framework code

Pingback from  MSDN Blog Postings  &raquo; More eyeballs for .Net Framework code

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

Friday, October 05, 2007 1:42 AM by mehfuzh

Hi Scott,

will, there be an offline version for this, cause on the fly loading of symbols will be real slow for first time debugging. Also, will the there be an way to go deep using the object explorer ?

Thanks,

Mehfuz

# Microsoft &#8220;opens&#8221; up .Net framework code &laquo; Ragavan&#8217;s Blog

Pingback from  Microsoft &#8220;opens&#8221; up .Net framework code &laquo; Ragavan&#8217;s Blog

# Microsoft stellt Source Code für .NET Framework zur Verfügung

Friday, October 05, 2007 2:36 AM by We did start the fire (sorry Billy)

Im Blog von Scott Guthrie ist es zu lesen: Microsoft veröffentlicht den Source Code für die .NET Framework

# nikon@zh.ch &raquo; Blog Archive &raquo; God does exist!

Friday, October 05, 2007 2:45 AM by nikon@zh.ch » Blog Archive » God does exist!

Pingback from  nikon@zh.ch  &raquo; Blog Archive   &raquo; God does exist!

# .NET Framework Class Library Source Code Released &laquo; imma

Friday, October 05, 2007 3:40 AM by .NET Framework Class Library Source Code Released « imma

Pingback from  .NET Framework Class Library Source Code Released &laquo; imma

# .NET goes green!

Friday, October 05, 2007 3:42 AM by Weblogul lui Zoli

Asta ca sa fur o idee de branding de la Bit Software . E vorba de anuntul lui Scott : Microsoft va oferi

# .NET 3.5 Source: Microsoft's Open Source Killer?

Friday, October 05, 2007 3:49 AM by Robert McLaws: Windows Vista Edition

You know, there are just some days where Microsoft can never win. Take Wednesday for example. Microsoft

# Software utilities &raquo; MS.NET framework source available!!!

Pingback from  Software utilities &raquo; MS.NET framework source available!!!

# LT People &raquo; Blog Archive &raquo; ?????????????????? - ?? ????????????!

Pingback from  LT People  &raquo; Blog Archive   &raquo; ?????????????????? - ?? ????????????!

# MSDN Blog Postings &raquo; Microsoft stellt Source Code f??r .NET Framework zur Verf??gung

Pingback from  MSDN Blog Postings  &raquo; Microsoft stellt Source Code f??r .NET Framework zur Verf??gung

# I sorgenti del .Net Framework 3.5

Friday, October 05, 2007 5:01 AM by Il Blog di Sandro Rizzetto

Lo hanno scritto cani e porci su 8523 blog (primo fra tutti ScottGu ), perchè non dovrei farlo anche

# .NET Framework Library source code to be released, XNA not (yet) &middot; Cheat Tracker News

Pingback from  .NET Framework Library source code to be released, XNA not (yet) &middot; Cheat Tracker News

# tudy .ro - Tudor Damian - &raquo; Microsoft Releasing Source Code for .NET

Pingback from  tudy .ro - Tudor Damian  -   &raquo; Microsoft Releasing Source Code for .NET

# .NET Source code being released...

Via Mary Jo Foley : "Microsoft is making source code for the .Net Framework available to interested developers

# .NET source code release

Friday, October 05, 2007 6:45 AM by Martins blog

.NET source code release

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

Friday, October 05, 2007 6:54 AM by scoprireroma

I was expecting it ! Thank you for the release

# jodybrewster.net::blog &raquo; Blog Archive &raquo; Shut the Front Door!!! Microsoft is Letting Us View Source???

Pingback from  jodybrewster.net::blog  &raquo; Blog Archive   &raquo; Shut the Front Door!!! Microsoft is Letting Us View Source???

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

Friday, October 05, 2007 7:32 AM by Paul Hayman

Holy cow!

# MSDN Blog Postings &raquo; .NET Source code being released...

Friday, October 05, 2007 7:35 AM by MSDN Blog Postings » .NET Source code being released...

Pingback from  MSDN Blog Postings  &raquo; .NET Source code being released...

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

Friday, October 05, 2007 7:49 AM by Paul

Wow. This is great for not only professionals that need to find out why some methods fail, but great for newbies to aid their learning. Well done

# .NET 3.5 source code

Friday, October 05, 2007 7:50 AM by mqaa

.NET 3.5 source code

# Microsoft will release the .NET Framework BCL Officially

Friday, October 05, 2007 8:17 AM by Mohamed Saleh

No need for the reflector, the shared source code distrbutions.... we will see the original source code

# Does The Microsoft Reference License Make My Job Easier?

Friday, October 05, 2007 8:45 AM by Anders Norås' Blog

I'm a little late to the party, so I'm not re-announcing that Microsoft will release the BCL source code

# Week In Review - Base Class Library Source, MVP, ASPInsiders

Friday, October 05, 2007 9:02 AM by Jason N. Gaylord's Blog

On Wednesday, Scott Guthrie announced that beginning with version 3.5 of the .NET Framework (and VS2008

# Microsoft will release the .NET Framework BCL Officially

Friday, October 05, 2007 9:17 AM by Jordan's Free Voices

No need for the reflector, the shared source code distrbutions.... we will see the original source code

# .NET Framework source code being released!

Friday, October 05, 2007 9:19 AM by Tony Testa's World

.NET Framework source code being released!

# Week In Review - Base Class Library Source, MVP, ASPInsiders

Friday, October 05, 2007 9:24 AM by Community Blogs

On Wednesday, Scott Guthrie announced that beginning with version 3.5 of the .NET Framework (and VS2008

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

Friday, October 05, 2007 9:26 AM by Jan Mach

At first, congratulations for this desicion! The best things on this are comments (it must be hard to clean/add comments, i can imagine) and online access to symbols.

If I would like to allow access to my own source code in the same way - publish own DLL only and allow optional online access to symbols/source code of my own library, would it be possible? Or is it only for .NET classes implementation?

# Cool news for hardcore developers

Friday, October 05, 2007 9:44 AM by Canadian Developers

If you are swamped in a project right now or just starting up in your journey in .NET, you should ignore

# Now ScottGu Wants to Put Lutz Out of a Job, Too

Friday, October 05, 2007 10:34 AM by Kirk Allen Evans's Blog

First, it was Shawn Burke . Now, ScottGu wants to put Lutz out of a job , too.

# Microsoft will .NET Quellcode ver??ffentlichen :: everflux

Friday, October 05, 2007 10:36 AM by Microsoft will .NET Quellcode ver??ffentlichen :: everflux

Pingback from  Microsoft will .NET Quellcode ver??ffentlichen :: everflux

# MSDN Blog Postings &raquo; Cool news for hardcore developers

Friday, October 05, 2007 10:39 AM by MSDN Blog Postings » Cool news for hardcore developers

Pingback from  MSDN Blog Postings  &raquo; Cool news for hardcore developers

# Net-framework wordt openbaar

Friday, October 05, 2007 10:43 AM by Net-framework wordt openbaar

Pingback from  Net-framework wordt openbaar

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

Friday, October 05, 2007 10:57 AM by Marcel Sorger

Getting to the source of .NET was always possible by decompiling.

Hopefully the source has some insightfull comments.

I think a search on comment is the first thing I'll do.

# .Net Source Code Released - PC Apex Forums

Friday, October 05, 2007 11:44 AM by .Net Source Code Released - PC Apex Forums

Pingback from  .Net Source Code Released - PC Apex Forums

# El codigo fuente de las librerias del .NET Framework ahora estara disponible para todos.

Friday, October 05, 2007 11:45 AM by Humberto Martinez

Nos acaba de llegar un comunicado acerca de una de las novedades con visual studio 2008, resulta que

# Miserupia.ro - Republica Bananiera &raquo; Blog Archive &raquo; Sursa .Net gratis

Pingback from  Miserupia.ro - Republica Bananiera  &raquo; Blog Archive   &raquo; Sursa .Net gratis

# Bangla Savvy - News | Software | Fonts | Wordpress | Web Development

Pingback from  Bangla Savvy - News | Software | Fonts | Wordpress | Web Development

# Jean-Marie Gall.com &raquo; Blog Archive &raquo; Microsoft publie le code source de la biblioth&egrave;que .NET ! &#8230;

Pingback from  Jean-Marie Gall.com  &raquo; Blog Archive   &raquo; Microsoft publie le code source de la biblioth&egrave;que .NET ! &#8230;

# NoVa Code Camp 2007.02 Call for Speakers

Friday, October 05, 2007 12:33 PM by ASPInsiders

Via Jeff Schoolcraft : The next version of the NoVa Code Camp, 2007.02, happens Saturday November 17th,

# .NET Source code

Friday, October 05, 2007 12:34 PM by Lester's WPF blog

Now thats what I call WOW ... For .NET developers this is like getting hold of the holy grail :) ...

# Source Code for .Net Framework Libraries to be released later this year at designindrive.com

Pingback from  Source Code for .Net Framework Libraries to be released later this year at designindrive.com

# .NET Framework Source Code to be Released

Friday, October 05, 2007 1:15 PM by .NET e non solo

Ebbene si, Microsoft renderà disponibile l&#39;intero codice della Base Class Library sotto licenza Microsoft

# Źródła niektórych bibliotek .NET Framework będą dostępne

Friday, October 05, 2007 1:33 PM by .:: strefa ::.

Microsoft zdecydował się udostępnić kod źródłowy wraz z komentarzami niektórych bibliotek .NET Framework: - .NET Base Class Libraries (System, System.IO, System.Collections, System.Configuration, System.Threading, System.Net, System.Security, System.Runt

# MSDN Blog Postings &raquo; .NET Source code

Friday, October 05, 2007 1:37 PM by MSDN Blog Postings » .NET Source code

Pingback from  MSDN Blog Postings  &raquo; .NET Source code

# Access to Source code for PowerShell

Friday, October 05, 2007 1:58 PM by Latest Newsgroup Posts

Microsoft recently announced that the source code for the .NET Framework libraries would be made available

# Microsoft to release full source code for the .NET Framework Library with VS 2008 &raquo; Advanced .NET Debugging

Pingback from  Microsoft to release full source code for the .NET Framework Library with VS 2008 &raquo; Advanced .NET Debugging

# Cool - Liberando el Codigo Fuente del .NET Framework!!!

Friday, October 05, 2007 2:29 PM by Chalalo Land

ScottGu en su Blog anuncia que se está liberando el código fuente del .NET framework, bajo la licencia

# Liberado del Código Fuente de .Net

Friday, October 05, 2007 2:34 PM by ASP.NET Espanol Blogs

No tengo muchas ganas de escribir. Así que me remito a la fuente. Simplemente, el código fuente de .Net

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

Friday, October 05, 2007 2:42 PM by Abaddon

Its really has no sense. I dont need .net sources to debug my application and if i wanna know how make my code looks better i can see it in every big opensource project like Castle.

I think that the real thing to consider is that opensource moves more faster than closed and may be need too much people to debug and fix their own code.

Java'll be opensource in a few months (this announces Sun) and its just another hit to stay on the wave. Nothing else. This is not for users, its for microsoft.

I love .net technology but i think that the things gonna be out of control in a year, its excesivly big. And THIS is the point, only the .net community can support then.

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

Friday, October 05, 2007 2:49 PM by Ryan Morgan

holy crap this is cool!

# &raquo; NoVa Code Camp 2007.02 Call for SpeakersOnline Dating &#038; Entertainment Reviews &raquo; Blog Archive

Pingback from  &raquo; NoVa Code Camp 2007.02 Call for SpeakersOnline Dating &#038; Entertainment Reviews &raquo; Blog Archive

# Microsoft and the release of the source code to the .net libraries | I wanna spend all your money ...

Pingback from  Microsoft and the release of the source code to the .net libraries | I wanna spend all your money ...

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

Friday, October 05, 2007 3:51 PM by Joseph Baggett

Who did Scott kill at Microsoft to do this?  Scott for chairman!?!  Or did Scott just get fired and is rotting in prison as we speak?!? O.~  

You can work with me anytime Scott. :P

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

Friday, October 05, 2007 3:51 PM by Joseph Baggett

Who did Scott kill at Microsoft to do this?  Scott for chairman!?!  Or did Scott just get fired and is rotting in prison as we speak?!? O.~  

You can work with me anytime Scott. :P

# .Net 3.5 al descubierto....

Friday, October 05, 2007 4:27 PM by Misael Monterroca

El pasado 3 de octubre, Scott Guthrie hizo un aviso muy bueno para los desarrolladores de .Net, ¡La liberación

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

Friday, October 05, 2007 5:28 PM by Ryan Ternier

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

# Codigo Fuente del .Net Framework ser&aacute; liberado &laquo; Blog de Carlos Lone

Pingback from  Codigo Fuente del .Net Framework ser&aacute; liberado &laquo; Blog de Carlos Lone

# Source Code for the .NET

Friday, October 05, 2007 8:02 PM by hB0

With the release of Visual Studio 2008, Microsoft will be releasing the source code for the .NET Framework

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

Friday, October 05, 2007 8:19 PM by Mads Kristensen

This is the best news in many months. I can't wait to use this. Thanks

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

Friday, October 05, 2007 8:44 PM by Ran

Looking forward to this new feature!

# Karthikeyan&#8217;s Website &raquo; Blog Archive &raquo; Microsoft Releases .NET Source Code

Pingback from  Karthikeyan&#8217;s Website  &raquo; Blog Archive   &raquo; Microsoft Releases .NET Source Code

# Perception Vs Reality Regarding The .NET Framework Source Code

Saturday, October 06, 2007 1:38 AM by you've been HAACKED

Perception Vs Reality Regarding The .NET Framework Source Code

# Microsoft to release .Net as Shared Source | lidecheng's weblog

Pingback from  Microsoft to release .Net as Shared Source | lidecheng's weblog

# microsoft &raquo; Releasing the Source Code for the .NET Framework Libraries - ScottGu&#8217;s Blog

Pingback from  microsoft &raquo; Releasing the Source Code for the .NET Framework Libraries - ScottGu&#8217;s Blog

# BigWisu.com &raquo; Blog Archive &raquo; Source Code .NET Framework

Saturday, October 06, 2007 5:15 AM by BigWisu.com » Blog Archive » Source Code .NET Framework

Pingback from  BigWisu.com  &raquo; Blog Archive   &raquo; Source Code .NET Framework

# microsoft &raquo; microsoft ?? Releasing the Source Code for the .NET Framework &#8230;

Pingback from  microsoft &raquo; microsoft ?? Releasing the Source Code for the .NET Framework &#8230;

# microsoft &raquo; microsoft ?? Releasing the Source Code for the .NET Framework &#8230;

Pingback from  microsoft &raquo; microsoft ?? Releasing the Source Code for the .NET Framework &#8230;

# Xbox &raquo; microsoft ?? Releasing the Source Code for the .NET Framework &#8230;

Pingback from  Xbox &raquo; microsoft ?? Releasing the Source Code for the .NET Framework &#8230;

# martins privates blog &raquo; Blog Archiv &raquo; .NET Quellcode wird offengelegt - Launch-Event f??r VS, Server und SQL Server 2008 in Frankfurt

Pingback from  martins privates blog  &raquo; Blog Archiv   &raquo; .NET Quellcode wird offengelegt - Launch-Event f??r VS, Server und SQL Server 2008 in Frankfurt

# Christian &raquo; microsoft ?? Releasing the Source Code for the .NET Framework &#8230;

Pingback from  Christian &raquo; microsoft ?? Releasing the Source Code for the .NET Framework &#8230;

# Morning Brew #80

Saturday, October 06, 2007 7:06 AM by Morning Brew #80

Pingback from  Morning Brew #80

# .NET Basis-Quellcode bald zum Download verf&uuml;gbar &raquo; Blog der Microsoft .NET / Navision - Group Halle

Pingback from  .NET Basis-Quellcode bald zum Download verf&uuml;gbar &raquo; Blog der Microsoft .NET / Navision - Group Halle

# Lodder&#8217;s Blog &raquo; Links for october 6th

Saturday, October 06, 2007 9:11 AM by Lodder’s Blog » Links for october 6th

Pingback from  Lodder&#8217;s Blog &raquo; Links for october 6th

# Common Man &laquo; the doughnut blog

Saturday, October 06, 2007 4:28 PM by Common Man « the doughnut blog

Pingback from  Common Man &laquo; the doughnut blog

# Publicidad+Open Source= Licencias &laquo; ??Por qu?? tecnolog??a? (Beta 0.1)

Pingback from  Publicidad+Open Source= Licencias &laquo; ??Por qu?? tecnolog??a? (Beta 0.1)

# Tainted if you do, tainted if you don't

Saturday, October 06, 2007 7:42 PM by Dotmad

Microsoft&#39;s latest move , to release the source code for the .Net framework, has triggered a variety

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

Sunday, October 07, 2007 12:10 AM by Daniel Crabtree

It'll be great to get to see the comments. Plus the ability to step through at run time and see how things are working underneath will help a lot when trying to figure out how to get components playing nicely together.

# microsoft &raquo; .NET Framework source code being released!

Sunday, October 07, 2007 12:38 AM by microsoft » .NET Framework source code being released!

Pingback from  microsoft &raquo; .NET Framework source code being released!

# ALT.NET Conference, Day 2 - Taking the Good With the Bad

Sunday, October 07, 2007 12:57 AM by There and Back Again

Today's post is actually a nice continuance of yesterday's because it deals very specifically with one

# MSDN Blog Postings &raquo; ALT.NET Conference, Day 2 - Taking the Good With the Bad

Pingback from  MSDN Blog Postings  &raquo; ALT.NET Conference, Day 2 - Taking the Good With the Bad

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

Sunday, October 07, 2007 6:18 AM by FullMetal

That's a great idea, I'm totally with it.

I think finally something is opening up in Redmond.

Go ahead with these ideas!

We must thank Lutz Roeder and his Reflector because I think that with his incredibly useful project he has highlighted the importance of browsing freely into the BCL to increase the quality of our code.

# Enes Bayram &raquo; .NET Framework Kütüphanelerinin Kaynak Kodu Açılıyor

Pingback from  Enes Bayram &raquo; .NET Framework Kütüphanelerinin Kaynak Kodu Açılıyor

# Microsoft. Net: the code can be watched source | Pcblogger

Pingback from  Microsoft. Net: the code can be watched source | Pcblogger

# Microsoft Visual Studio VS 2008

Sunday, October 07, 2007 9:28 AM by Microsoft Visual Studio VS 2008

Pingback from  Microsoft Visual Studio VS 2008

# Microsoft to release .Net as Shared Source at lidecheng&#8217;s weblog

Pingback from  Microsoft to release .Net as Shared Source at lidecheng&#8217;s weblog

# microsoft &raquo; Microsoft to release .Net as Shared Source at lidecheng???s weblog

Pingback from  microsoft &raquo; Microsoft to release .Net as Shared Source at lidecheng???s weblog

# Microsoft to release .Net as Shared Source | lidecheng's weblog

Pingback from  Microsoft to release .Net as Shared Source | lidecheng's weblog

# Blog.HumanHRM &raquo; Blog Archive &raquo; .net framework open source ???

Pingback from  Blog.HumanHRM  &raquo; Blog Archive   &raquo; .net framework open source ???

# Publicaci&#243;n del c&#243;digo fuente de las librer&#237;as del .NET Framework

Una de las cosas en las que ha estado trabajando mi equipo es permitir que los desarrolladores...

# .NET Source code, get your copy now!

Sunday, October 07, 2007 4:35 PM by My Technobabble

Seriously! Everyone is talking about this announcement from Scott Guthrie about the release of .NET Framework

# MSDN Blog Postings &raquo; .NET Source code, get your copy now!

Pingback from  MSDN Blog Postings  &raquo; .NET Source code, get your copy now!

# Blog do ScottGu bate record de coment&#225;rios com o an&#250;ncio da libera&#231;&#227;o do c&#243;digo do Framework .NET!

Sunday, October 07, 2007 7:33 PM by Cláudio Ralha

Amigos, já vi blogs muito populares ao longo desses anos de estrada, mas tirando os relacionados a Big...

# Releasing the Source Code for the .NET Framework Libraries

Sunday, October 07, 2007 10:04 PM by Patrick.O.Ige

Releasing the Source Code for the .NET Framework Libraries

# .NET 3.5 Source Code - Good or Bad?

Sunday, October 07, 2007 10:09 PM by Joel Ross

.NET 3.5 Source Code - Good or Bad?

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

Monday, October 08, 2007 12:53 AM by Vivek Bahl

I hope MS carry on in this way, as it will enable them win more loyal support in future. A great oppurtunity for developers/architects to learn to code/design like pros.  

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

Monday, October 08, 2007 2:59 AM by Tom

Wonder why that dind'nt happen a long time ago...

# Source Code for .NET libraries released

Monday, October 08, 2007 3:15 AM by jorkeo - hosting geek

via Scottgu Now this is definitely a step in the right direction! - jorke

# Microsoft to Release .NET Framework Source Code | K's Weblog

Pingback from  Microsoft to Release .NET Framework Source Code | K's Weblog

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

Monday, October 08, 2007 4:31 AM by selva

Very Interesting. It will boost the productivity...

Regards,

Selva

www.selvaonline.com

# .NET Kaynak Kodu A????l??yor!

Monday, October 08, 2007 4:41 AM by .NET Kaynak Kodu A????l??yor!

Pingback from  .NET Kaynak Kodu A????l??yor!

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

Monday, October 08, 2007 4:44 AM by Crsky

Is this support in beta2?

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

Monday, October 08, 2007 5:52 AM by Cynical Cynthia

Whiteboxing the libraries is no substitute for releasing code that is well documented and does what it says on the tin. I don't want my developers trying to trace and solve 'unexpected' behaviours. I do want libraries with well documented interfaces and behaviour.

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

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

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

Monday, October 08, 2007 7:21 AM by cache

but from where to download source code manually....???

# .Net Framework Source Libraries

Monday, October 08, 2007 9:50 AM by

Microsoft is releasing .net framework sorce Libraries for developer reference, but not for recompilations

# DevTopics | Microsoft to Share .NET Framework Code

Monday, October 08, 2007 10:16 AM by DevTopics | Microsoft to Share .NET Framework Code

Pingback from  DevTopics | Microsoft to Share .NET Framework Code

# Want to Read the .NET Framework Source Code?

Monday, October 08, 2007 10:32 AM by Dev Conversations with the Communications Sector

If you think it would be helpful as a developer to be able to debug into the source code of the .NET

# MSDN Blog Postings &raquo; Want to Read the .NET Framework Source Code?

Pingback from  MSDN Blog Postings  &raquo; Want to Read the .NET Framework Source Code?

# Microsoft ofrece el c??digo fuente de las librer??as de .NET Framework

Pingback from  Microsoft ofrece el c??digo fuente de las librer??as de .NET Framework

# .NET 3.5 Source Code to be Released

Monday, October 08, 2007 12:38 PM by Kyle Finley

If you haven't seen this yet check it out. Scott Guthrie has announced that the source code for the...

# SpAwN&#8217;s Hell on Earth &raquo; Microsoft will Sourcecode von .NET Framework-Bibliotheken freigeben

Pingback from  SpAwN&#8217;s Hell on Earth &raquo; Microsoft will Sourcecode von .NET Framework-Bibliotheken freigeben

# The Days &raquo; Blog Archive &raquo; links for 2007-10-08

Monday, October 08, 2007 3:28 PM by The Days » Blog Archive » links for 2007-10-08

Pingback from  The Days  &raquo; Blog Archive   &raquo; links for 2007-10-08

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

Monday, October 08, 2007 4:09 PM by ASPInsiders

Yes, you read that correctly. Microsoft is releasing the source code to a bunch of .NET Framework Libraries

# Virtual Dreams &raquo; Microsoft libera c??digo fonte do .net Framework 3.5!

Pingback from  Virtual Dreams &raquo; Microsoft libera c??digo fonte do .net Framework 3.5!

# Microsoft libera c&#243;digo fonte do .net Framework 3.5!

Monday, October 08, 2007 6:35 PM by Roberto Sonnino on Windows, Tech, .net

Fala pessoal!Hoje uma notícia que pode ser espantosa para muitos, e útil para todos! A Microsoft liberou...

# bruno Kenj on System.Web &raquo; Blog Archive &raquo; C??digo-Fonte das Bibliotecas do .NET Framework

Pingback from  bruno Kenj on System.Web  &raquo; Blog Archive   &raquo; C??digo-Fonte das Bibliotecas do .NET Framework

# Source Code for .NET libraries released : DPE Australia

Monday, October 08, 2007 10:27 PM by Source Code for .NET libraries released : DPE Australia

Pingback from  Source Code for .NET libraries released : DPE Australia

# Framwork Source Available: Use for the Power of Good

Tuesday, October 09, 2007 12:57 AM by Drop in the Bucket

Framwork Source Available: Use for the Power of Good

# Xbox &raquo; Virtual Dreams ?? Microsoft libera c??digo fonte do .net Framework 3.5!

Pingback from  Xbox &raquo; Virtual Dreams ?? Microsoft libera c??digo fonte do .net Framework 3.5!

# microsoft &raquo; Virtual Dreams ?? Microsoft libera c??digo fonte do .net Framework 3.5!

Pingback from  microsoft &raquo; Virtual Dreams ?? Microsoft libera c??digo fonte do .net Framework 3.5!

# GadgetGadget.info - Gadgets on the web &raquo; Framwork Source Available: Use for the Power of Good

Pingback from  GadgetGadget.info - Gadgets on the web &raquo; Framwork Source Available: Use for the Power of Good

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

Tuesday, October 09, 2007 2:31 AM by Jamebo

Can MS provide dotNet 2.0 framework debugger symbols?

# Christian &raquo; Hanselminutes Podcast 83 - Microsoft to release .NET Framework &#8230;

Pingback from  Christian &raquo; Hanselminutes Podcast 83 - Microsoft to release .NET Framework &#8230;

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

Tuesday, October 09, 2007 9:40 AM by Jacob

WOW this is really coool

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

Tuesday, October 09, 2007 9:55 AM by Antonio Lie

Great,

One step forward.

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

Tuesday, October 09, 2007 2:14 PM by Luís

I don't understand why you think it is a step forward. It isn't. You    must not fix the bugs or copy a part of the source code. You can use it for nothing. If you read it you have to work for Microsoft otherwise you will give all your money to lawyers, because you have to prove that you didn't use the ideas you read about. So I suggest you to not read the source to protect yourself from big troubles.

You should read the license fisrt. It is a good idea to make the source open but the license kills it.

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

Tuesday, October 09, 2007 3:53 PM by Nate

Hopefully this is the beginnings of a new precedent at Microsoft.  The next Framework I'd like to see source publication for is the Windows Driver Framework, specifically the KMDF.

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

Tuesday, October 09, 2007 7:18 PM by Jeff Lewis

I'm very excited and at the same time, kind of apprehensive about this.

I've read the MS-Ref license and it seems very simple, but it doesn't quite answer one question:

Suppose I take the source and use it as the foundation of a new set of controls that fix some problems in the existing one (say - the mutant and inconsistent support for text selection and drag drop)? Now, I'm not expecting MS to take this and blend it back into the original just because *I* think I have a better way (although I do hope MS would consider at least looking at this sort of thing and carefully merge back or reimplement changes that really do improve the .NET FX), however, I'm looking at it from the other side: that by looking at this source, I may put myself in jeopardy of patent or copyright lawsuits from Microsoft.

I understand the focus on protecting MS from lawsuits against people who will look at this as an opportunity to fish out potential patent violations and make some bucks off MS, but I need to know if this is going to work both ways.

How will this affect Mono, for example?

# Bieber Labs &raquo; links for 2007-10-10

Tuesday, October 09, 2007 11:19 PM by Bieber Labs » links for 2007-10-10

Pingback from  Bieber Labs &raquo; links for 2007-10-10

# Releasing Source Code for the .NET Framework | Cornel&#8217;s Blog

Pingback from  Releasing Source Code for the .NET Framework |  Cornel&#8217;s Blog

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

Wednesday, October 10, 2007 5:31 AM by Fabuloso!!!!

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

D . Dilip Raju,

Khammam

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

Wednesday, October 10, 2007 10:06 AM by motis

This will really benefit the Mono project!

# TechZealotry &raquo; Joy/Danger of Reading .NET Framework Source Code

Pingback from  TechZealotry &raquo; Joy/Danger of Reading .NET Framework Source Code

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

Thursday, October 11, 2007 4:22 AM by Alagarsamy Rajamannar

Now no one can say that Microsoft has monopoly over programming world. Java are you now satisfied...you will get source code now....lets see what you are going to say...or do.

Well done... Microsoft for your counter punch....

# Liberación del código fuente de .NET Framework 3.5

Thursday, October 11, 2007 9:53 AM by The Lonely Walker Blog

Por fin, después de unas cuantas versiones del .NET framework, en Microsoft se han dado cuenta de que todo el mundo tiene acceso al código fuente del Framework (usando Reflecto ...

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

Thursday, October 11, 2007 2:17 PM by Jonathan Bruce

This tip of the iceberg...

# Software in Aktion &raquo; Microsoft macht den Source-Code f??r .NET 3.5 zug??nglich!

Pingback from  Software in Aktion    &raquo; Microsoft macht den Source-Code f??r .NET 3.5 zug??nglich!

# Microsoft liberará el codigo fuente de las librerias del .Net

Thursday, October 11, 2007 6:19 PM by Blog Comunitario

En el Blog de ScottGu me tope con esta interesante noticia que estoy seguro sorprendera a muchos y que

# Arrived in Redmond + some hot .NET news

Thursday, October 11, 2007 6:31 PM by Elan Hasson's Favorite Blogs

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

# Code to Live: My Interview with Rob Howard

Thursday, October 11, 2007 11:10 PM by Chris Koenig

Check out the latest Code to Live show on Channel 9 - this episide contains an interview I did last week

# Get Source Code .NET Framework Libraries - WebProWorld

Friday, October 12, 2007 4:25 AM by Get Source Code .NET Framework Libraries - WebProWorld

Pingback from  Get Source Code .NET Framework Libraries - WebProWorld

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

Friday, October 12, 2007 5:00 AM by Alex Bromberg

Great work, Scott!

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

Friday, October 12, 2007 5:05 AM by Bhavin

Eagerly awaiting !!! Awesome

# .net source code release

Friday, October 12, 2007 6:16 AM by Hardcode

Ok so Microsoft finally decided to release the source code for the .net framework libraries - cool except

# Microsoft releasing source code for .NET Framework &laquo; M G Vinod Kumar&#8217;s Technology Blog

Pingback from  Microsoft releasing source code for .NET Framework &laquo; M G Vinod Kumar&#8217;s Technology Blog

# .NET Source Code released

Friday, October 12, 2007 9:05 AM by Matt Perry

.NET Source Code released

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

Friday, October 12, 2007 12:23 PM by Dave Parslow

Congrads, on such a big announcement!  This is much better than what I looked into doing with VS 2005 and this CodeProject article www.codeproject.com/.../Debug_Framework_Classes.asp.  I suspect that many developer will still use Refelector because it such a fast way to navigate code with the hyperlinks and fast code search.

# Entwicklerblog.at.tf - Spieleprogrammierung, Suchmaschinenoptimierung,... &raquo; Blog Archiv &raquo; Offenlegung des .net-Quelltextes

Pingback from  Entwicklerblog.at.tf - Spieleprogrammierung, Suchmaschinenoptimierung,... &raquo; Blog Archiv  &raquo; Offenlegung des .net-Quelltextes

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

Friday, October 12, 2007 4:37 PM by Nermin Dibek

Scott,

This might not be appropriate place for this question yet I must ask it.  Whole of the blogosphere is swrmed with articles about your upcoming MVC framework for ASP.Net.  Yet nothing on this blog.  Would you mind to give us some preview.  Screen shots maybe???  Possible timeline?  Anything?

# Microsoft to Release Source Code to .Net Framework Libraries

Pingback from  Microsoft to Release Source Code to .Net Framework Libraries

# Savaitgalio skaitiniai #38 &raquo; Pixel.lt

Saturday, October 13, 2007 9:01 AM by Savaitgalio skaitiniai #38 » Pixel.lt

Pingback from  Savaitgalio skaitiniai #38  &raquo;  Pixel.lt

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

Monday, October 15, 2007 6:14 AM by dotnetfan

Wow !!! that would be great , what about Microsoft.* ? is there any chance to get our hands on their source-codes?

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

Monday, October 15, 2007 9:28 AM by Dalibor

This is just GREAT!!!

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

Monday, October 15, 2007 9:32 AM by Jagadish Chatarji Pulakhandam

I never expected Microsoft would do that.  This is going to be an "ultimate" for any .NET developer.  Thanks very much team!

# .NET Framework 라이브러리 소스 코드를 공개?다!

Monday, October 15, 2007 11:30 AM by 서진?? 모바일/임베디드 이야기

최근? 본사 .NET Framework 팀? Scott Guthrie 블로그 ? 드디어 .NET Framework 라이브러리 소스 코드를 공개한다는 내용이 ?라 왔습?다. ?이?로소프트는

# www.gamesandgames.info &raquo; www.gamesandgames.info ?? www.gamesandgames.info ?? www &#8230;

Pingback from  www.gamesandgames.info &raquo; www.gamesandgames.info ?? www.gamesandgames.info ?? www &#8230;

# Releasing the Source Code for the .NET Framework Libraries - BlogStuffPro.com

Pingback from  Releasing the Source Code for the .NET Framework Libraries - BlogStuffPro.com

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

Pingback from  Christian &raquo; Releasing the Source Code for the .NET Framework Libraries &#8230;

# &nbsp; Microsoft .NET Framework Libraries Are Now Source Free&nbsp;by&nbsp;IT-Box

Pingback from  &nbsp; Microsoft .NET Framework Libraries Are Now Source Free&nbsp;by&nbsp;IT-Box

# L'Open Source et Microsoft : vous l'avez demandé en voici en voilà !

Tuesday, October 16, 2007 5:53 PM by Blog de Neodante (Julien Chable)

Pour ceux et celles qui sont encore sceptique sur la voie qu'à emprunter Microsoft par rapport à l'Open

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

Tuesday, October 16, 2007 9:15 PM by Rodrigo Moreira

I am a voice in a million. A dust in the beach...but I need to say that:

It's the best news about .net framework that I've heard in my life!

Amazing! Great! Wonderful!

# Microsoft to Release .NET Framework Source Code in v3.5 &laquo; Programming News

Pingback from  Microsoft to Release .NET Framework Source Code in v3.5 &laquo; Programming News

# Microsoft libera c??digo do .NET

Wednesday, October 17, 2007 9:08 AM by Microsoft libera c??digo do .NET

Pingback from  Microsoft libera c??digo do .NET

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

Wednesday, October 17, 2007 1:43 PM by redrider

Absolutely fantastic! Now we could learn a ton of programming tricks from the .NET source code and everybody can produce excellent code. Amazing! Superb! Can't wait now!

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

Wednesday, October 17, 2007 5:50 PM by Paul Sanders

I think this is a good move, because it helps a lot when debugging if you can see what is going on behind the scenes.  I mainly develop in C++, for which the runtime library source code has long been available, and I have learned from experience how valuable this can be.  Should be a useful 'learning by osmosis' tool too.  Are we allowed to lift bits of source code to use in our own projects?  Probably not.

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

Thursday, October 18, 2007 12:50 PM by Shloma Baum

Excellent move!

Much appreciated.

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

Thursday, October 18, 2007 12:52 PM by Robotsrcool

Excellent! It'll be really interesting to see how the .NET framework works!

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

Thursday, October 18, 2007 1:04 PM by George

The documentation has been problematic.

Maybe this will help.

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

Thursday, October 18, 2007 3:48 PM by Kevin Brown

I'd be interested in knowing how many people mess up their code.  Everyone is going to be tweaking their code, it will break, and they'll be downloading it again.  Someone should keep count, it would be interesting.  Open source is great but I'm not particularly interested in seeing how it works, just as long as it works.  It's good to see MS finally getting a bit of an "open" mind.

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

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

# Microsoft ouvre le code du Framework .NET

Friday, October 19, 2007 1:18 PM by Porte25: Open Source et Interop @ Microsoft

Microsoft a annoncé le 3 octobre que le code source des librairies du Framework .NET sera disponible

# Disponibilidad del código fuente para el Framework .NET

Friday, October 19, 2007 3:27 PM by jguerrero

Me parece que ésta noticia es supremamente importante como para pensar en iniciar a escribir un blog

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

Friday, October 19, 2007 7:12 PM by Louis

This is great! I literally could have used this yesterday. I was writing a class that needed to mimic the behavior of ObservableCollection but didn't quite have the OnCollectionChanged notifications working right. Being able to debug into the ObservableCollection class would have been very helpful indeed. Too bad my team is not planning on upgrading to VS.NET 2008 for some time. Wish we could do this in VS.NET 2005.

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

Friday, October 19, 2007 9:39 PM by Wagner Bertolini Junior

Good work... let's see how Java communnity will answer to this...

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

Saturday, October 20, 2007 3:24 PM by Shafqat Ahmed

Excellent! I would really love to see insides of the wonderful WPF engine. This is going to also provide a lot of help other .NET providers like mono to develop cross platform implementations.

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

Monday, October 22, 2007 1:07 AM by Vm.Adhavan

Its Great to get it like open source....

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

Monday, October 22, 2007 11:37 AM by Nathanael Jones

Fantastic! Reflector and I are good buddies, but Reflector doesn't produce comments.

This is wonderful, wonderful news.

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

Tuesday, October 23, 2007 6:51 AM by Michael Gilchrist

This is great news if you're using .net 3.5 and VS 2008!  What about the older versions of both, will we be get a chance of using the .net 2.0 or 3.0 libraries with VS 2005? Is this resticted to 2008? ...

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

Tuesday, October 23, 2007 8:41 AM by KAmran Shahid

Wow.

It is Another Big Thing

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

Wednesday, October 24, 2007 12:02 AM by qingqing

very good, I think I can learn how to coding  from MS  :)

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

Wednesday, October 24, 2007 9:21 AM by TCP in STL

What about DirectX?  I have a problem right now where I think there is a simple error in the .Net interface for DirectSound.

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

Monday, October 29, 2007 5:16 AM by Jawad

Its a good thing. Now we can have experience of inside of implementation of Libraries.

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

Monday, October 29, 2007 8:59 AM by Shail

This is a great News. MS did a great job building .NET Framework, truly it has made our lives happy and interesting.

If we get source code for libraries, there can be chances that somebody will able to find a bug and report back to MS. Even they can fox that again. Because MS uses humans to write code and they can also make mistake.

So by doing this, MS has encouraged people to be go more down in .NET and that can help all of us .NET Devs.

Cheers !!!

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

Monday, October 29, 2007 11:42 PM by Jason Downs

Does this mean we could edit the base classes?

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

Tuesday, October 30, 2007 9:23 AM by kiruba

very good, I think we can learn best

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

Friday, November 02, 2007 10:36 PM by joedotnot

Why is this so good, you boys obviously have plenty of time in your hands to stuff around under the hood, i just want a black-box that works as documented and make calls to it; it's bad enough trying to keep up with all the new upgrades coming out every so often.

What's the point of this? will this result in better applications overall? No.

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

Wednesday, November 07, 2007 1:40 AM by Sean T

The dynamic behind-the-scenes designer support to inspect types and compile-on-the-fly has significantly improved.  In addition to all the great features of 3.5 we can read about on your site, have you heard of any enhancements that would enhance/change the future of dynamic code compilation / scripting engines?

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

Wednesday, November 07, 2007 2:46 PM by Chad

This is huge, Are you kidding about what is the point?

The next logical step is for someone to write a compiler that will take any .Net language and compile down to native code.

No reason it cannot be done since it jsut makes calls to native Dlls anyways.

A perfect example of this is Perl which as built in memory management and garbage collectiona nd can be compiled to native code just the same.

Awesome!!

Chad

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

Thursday, November 08, 2007 1:29 PM by Chad

Test post as the last one did not show up form yesterday.

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

Saturday, November 10, 2007 9:43 PM by Avalon (Hector Castro)

It's awesome!, great job!!! go ahead with .NET Development!!!

We'll learn a lot of thing from the sorce code, I think that this kind of things makes .NET the best option for development....

thanks a lot...

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

Sunday, November 11, 2007 5:02 PM by Evans Okosodo

This is the most exciting news I have head of recent. If I may ask, would we be able to customize (add or remove) from the base classes with a view to creating a custom redistributable framework?

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

Tuesday, November 13, 2007 4:14 PM by Kirill

Thanks a lot. It really helps me.

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

Tuesday, November 13, 2007 7:20 PM by AaronLS

" Friday, November 02, 2007 10:36 PM by joedotnot

Why is this so good, you boys obviously have plenty of time in your hands to stuff around under the hood, i just want a black-box that works as documented and make calls to it; it's bad enough trying to keep up with all the new upgrades coming out every so often."

That is fine, continue using all the components like a black box.  Nothing stops you from doing so.  Everything you write should be written in this manner, regardless of whether or not you have the source code.  

Notice that it is being released under a Reference License.  I.e. it is intended to be used as a reference.  Use it only if you want to.

You are one of those people that gets upset about things that really wouldn't have any affect on you if you were unaware.  Keeping up with upgrades is your choice.  You can continue using .Net 1.1 if it's feature set meets your needs.  I personally am thankful for the new features offered with each .NET release, and move to greater .NET versions when I believe my user base is prepared to meet the operating system requirements imposed by that .NET version.  

"What's the point of this? will this result in better applications overall? No."

You are correct.  Someone with your attitude will not leverage this resource.  For me, I love to use open source components because when the documentation is not detailed enough, I can browse the source, and really get a better understanding of how the component behaves.  Strange unexpected behavior can be researched in the same way.  Performance tuning can be done much more effectively if you have a better understanding of the implications of calling a emthod, or using a component in a certain way.

Having access to the source code of components I've used has saved my bacon numerous times.  Just the other day I discovered from browsing the Rotor source code that I can use .GetBuffer instead of .ToArray on a MemoryStream to avoid a copy of the array(which is sometimes quite large), thus a tremendous reduction in memory required to call the method.  I also discovered that even after disposing a MemoryStream, it still maintains a reference to the underlying buffer, which can be a huge chunk a memory.  Thus I learned I reallized that I needed to set the MemoryStream reference to null to allow the garbage collector to collect the MemoryStream and it's underlying byte array.

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

Wednesday, November 14, 2007 3:34 AM by DJAus

Its not April Fool's Day is it?

On a more serious note, any followup with Compact Framework likely?

Cheers

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

Wednesday, November 14, 2007 5:05 PM by Augusto

" Friday, October 19, 2007 9:39 PM by Wagner Bertolini Junior

Good work... let's see how Java communnity will answer to this..."

Why would anybody need to react to this?

The Java source has been available to users forever, way before it got an open source license. In a way, for that community this is nothing new.

Also, this is NOT an open source license. It's very clear most of the posters here are not familiar with what open source really means.

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

Thursday, November 15, 2007 6:11 AM by Gordon Robert Speirs

Woah.. just woah.

I've wanted MS to release the source for a while, but I thought that it was a pipe dream, this is awesome. ^_^

# Microsoft will release the .NET Framework BCL Source Code Officially

Thursday, November 15, 2007 6:10 PM by Mohamed Saleh Blog

No need for the reflector, the shared source code distrbutions.... we will see the original source code

# A Dev&#8217;s Life &raquo; Blog Archive &raquo; .NET Framework ?????????????????????????????????

Pingback from  A Dev&#8217;s Life  &raquo; Blog Archive   &raquo; .NET Framework ?????????????????????????????????

# &raquo; Microsoft&#8217;tan dev bir ad??m! .NET kaynak kodlar?? art??k a????k!

Pingback from  &raquo; Microsoft&#8217;tan dev bir ad??m! .NET kaynak kodlar?? art??k a????k!

# .NET Framework is open source now

Sunday, November 18, 2007 6:53 PM by Bashar Kokash' Blog

The source code of the .NET Framework libraries are available for developers visit: http://weblogs.asp

# VS 2008 RTM, Silverlight Tools Alpha Refresh? &laquo; Tales from a Trading Desk

Pingback from  VS 2008 RTM,  Silverlight Tools Alpha Refresh? &laquo; Tales from a Trading Desk

# Debug Into the .NET Framework Source Code

Monday, November 19, 2007 4:55 PM by Community Blogs

Best thing I've read in a while about VS 2008 (from Scott GU about the release of VS 2008 ): &quot; Browsing

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

Monday, November 19, 2007 6:47 PM by vb

About time! Delphi has had this feature since as long as I can remember...

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

Tuesday, November 20, 2007 8:06 AM by James L

OK, I just tried this with RTM and it didn't work.

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

Tuesday, November 20, 2007 4:13 PM by Harry Pfleger

I just installed the RTM version. Should this feature already work. Whats the correct URL? Is this fine: source.msdn.microsoft.com/symbols

Cheers Harry

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

Wednesday, November 21, 2007 1:40 AM by Akpoghene Ufuoma

The best of thing about this is that Source Comments can also be previewed. Everyone knows how difficult it can be to decifer code written by someone else let alone a team of developers... Great Work, Guys!

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

Wednesday, November 21, 2007 3:11 AM by Darren Thomas

I can't get it to work either.  I presume the source code isn't installed with the RTM Image?  Does anyone know when and where we could download it?

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

Wednesday, November 21, 2007 3:32 AM by ScottGu

Hi Darren,

>>>>>>> I can't get it to work either.  I presume the source code isn't installed with the RTM Image?  Does anyone know when and where we could download it?

We are just finalizing deploying the source servers now.  We hope to get them up and running in the next two weeks.  I'll blog more details on how to configure and enable it once they go live.

Thanks,

Scott

# Visual Studio 2008 ? .NET Framework Library ?ソ?スコ??を読む???ょ??待?????

Wednesday, November 21, 2007 10:43 AM by 囚人?ジ????日々

Visual Studio 2008 ? .NET Framework Library ?ソ?スコ??を読む???ょ??待?????

# Releasing the Source Code for .NET | DMB Consulting Blog

Wednesday, November 21, 2007 6:12 PM by Releasing the Source Code for .NET | DMB Consulting Blog

Pingback from  Releasing the Source Code for .NET | DMB Consulting Blog

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

Friday, November 23, 2007 6:33 AM by James L

Thanks for the update Scott.  Really looking forward to this feature.

# Microsoft Makes .NET Framework Source Code Visible Under License

Pingback from  Microsoft Makes .NET Framework Source Code Visible Under License

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

Sunday, November 25, 2007 10:33 PM by Umesh Salunke

This is truly awesome. I am looking forward for this. Its really a good thing.

# Microsoft To Release .Net Source Code | Alanat IT News

Tuesday, November 27, 2007 1:15 AM by Microsoft To Release .Net Source Code | Alanat IT News

Pingback from  Microsoft To Release .Net Source Code | Alanat IT News

# .NET Web Product Roadmap (ASP.NET, Silverlight, IIS7)

Thursday, November 29, 2007 12:33 PM by ASPInsiders

Last week we shipped Visual Studio 2008 and .NET 3.5 .&#160; This release is a big one for .NET, and

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

Saturday, December 01, 2007 3:39 AM by Ahmad Wali Zahid

Congratulations and thanks to you (the whole team) for taking such a tremendous action.

# Microsoft will .NET-Quelltext offenlegen - Software | ZDNet.de News

Pingback from  Microsoft will .NET-Quelltext offenlegen - Software | ZDNet.de News

# Setting up Source Server for TFS Builds

Saturday, December 08, 2007 5:20 PM by Jelle Druyts

# 微软宣?将发?.NET Framework Library?代?

Friday, December 14, 2007 12:06 AM by mengyao.chen

2007年10?04日 12:31:00 ?翻译整?自Scott Guthrie的Blog:weblogs.asp.net/.../releasing-the-source-code-for-the-net-framework-libraries.aspx)在早些时候,也就?10?3号,微软宣?将随.NET Framework 3.5和VS 2008?时发?BCL的?代?,以供开发者下载和研究。将发?的代?包括:System, System

# TEKNOVE &raquo; Microsoft .NET kaynak kodlar??n?? neden a??t?? ?

Pingback from  TEKNOVE  &raquo; Microsoft .NET kaynak kodlar??n?? neden a??t?? ?

# Debug .NET Source Code

Wednesday, December 19, 2007 8:44 AM by Michael's Blog

Scott Guthrie announced some weeks ago that Microsoft will offer the source code of the .NET framework

# Hans-Peter Haberlandners Weblog &raquo; Blog Archive &raquo; Debuggen im Source Code des .NET Frameworks

Pingback from  Hans-Peter Haberlandners Weblog  &raquo; Blog Archive   &raquo; Debuggen im Source Code des .NET Frameworks

# Geek Lectures - Things geeks should know about &raquo; Blog Archive &raquo; ??Conoces el nuevo sitio de C??digo Abierto de Microsoft?

Pingback from  Geek Lectures - Things geeks should know about &raquo; Blog Archive   &raquo;  ??Conoces el nuevo sitio de C??digo Abierto de Microsoft?

# MSDN Blog Postings &raquo; ??Conoces el nuevo sitio de C??digo Abierto de Microsoft?

Pingback from  MSDN Blog Postings  &raquo; ??Conoces el nuevo sitio de C??digo Abierto de Microsoft?

# Status update on WPF/AppModel, Channel 9 geekSpeak, TechEd EMEA Developers

Friday, December 21, 2007 10:44 AM by Developer Blogs

It&#39;s been quite some time since I&#39;ve been blogging over here... Things have been quite busy the

# Microsoft is releasing the source code for the .Net FX

Thursday, December 27, 2007 1:51 PM by Redwerb

Microsoft is releasing the source code for the .Net FX

# .NET Framework Source Code Available

Sunday, December 30, 2007 5:06 PM by Justin Braun's Weblog

.NET Framework Source Code Available

# .NET Developers Rejoice! | Informational Text Blocks

Wednesday, January 02, 2008 8:04 AM by .NET Developers Rejoice! | Informational Text Blocks

Pingback from  .NET Developers Rejoice! | Informational Text Blocks

# The Beauty of a Base Page Class

Thursday, January 03, 2008 10:10 AM by Chris Love's Official Blog - Professional ASP.NET

I never, and I mean never use the System.Web.UI.Page class as the class I inherit my Web Forms. I have

# Zdržení uvolnění zdrojových kódů .NET

Monday, January 07, 2008 3:52 PM by 2P.Knowledge.Blog.API

Když Scott Guthrie na svém blogu vydal příspěvek o plánovaném uvolnění zdrojových kódů .NET frameworku

# .Net Framework Source Code Released

Monday, January 07, 2008 9:22 PM by Eric Brandt's
Trail of Bre@dcrumbs

Wednesday, October 03, 2007 10:58 PM undefined undefined announced on ScottGu's Blog at: ht undefined

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

Monday, January 07, 2008 9:50 PM by MSDN Blog Postings » .Net Framework Source Code Released

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

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

Tuesday, January 08, 2008 12:50 AM by MSDN Blog Postings » .Net Framework Source Code Released

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

# Caffeinated Coder >> Russell Ball &raquo; The Echo Chamber Challenge

Pingback from  Caffeinated Coder >> Russell Ball  &raquo; The Echo Chamber Challenge

# [.NET] Le code source du Framework .NET est maintenant disponible !

Wednesday, January 16, 2008 6:15 PM by Thomas Lebrun

Si vous ne vous en souvenez pas, Scott Guthrie avait annoncé, il y a quelque temps , que Microsoft ferait

# Finalmente disponibile la ".NET Framework Library Source Code"

Wednesday, January 16, 2008 6:22 PM by BlogServiceHost.Create()

Qualche tempo fa Scott Guthrie aveva annunciato che con Visual Studio 2008 la Microsoft avrebbe reso

# .NET framework?代?开放了

Wednesday, January 16, 2008 7:44 PM by 自由??新?研究?探索……

在ScottGu的blog上宣?了ReleasingtheSourceCodeforthe.NETFrameworkLibraries,代?基于

# .NET Framework Library Source Code now available!

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

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

# .NET Source Now Available

Wednesday, January 16, 2008 10:20 PM by Michael Flanakin

# .NET Framework Library Source Code now available!

Wednesday, January 16, 2008 10:21 PM by Noticias externas

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

# .NET Framework Library Source Code now available

Wednesday, January 16, 2008 11:34 PM by Neo0820

# .NET Source Code nun ver&ouml;ffentlicht! | Code-Inside Blog

Wednesday, January 16, 2008 11:42 PM by .NET Source Code nun veröffentlicht! | Code-Inside Blog

Pingback from  .NET Source Code nun ver&ouml;ffentlicht! | Code-Inside Blog

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

now isn't this cool?&#160; Microsoft is going open source after all... Releasing the Source Code for

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

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

# Sourcing Debugging .NET Framework in Visual Studio

Thursday, January 17, 2008 12:56 AM by Felix Wang | Evangelizing the Next Web

正如 ?前 所 许诺 的,.NET Framework?代?已经对开发者开放,现在可以在Visual Studio 2008中直接对.NET Framework 进行???试 。

# Debugging .NET Framework Source Code &laquo; WPF, .NET &amp; Other stuff

Pingback from  Debugging .NET Framework Source Code &laquo; WPF, .NET &amp; Other stuff

# MSDN Blog Postings &raquo; Sourcing Debugging .NET Framework in Visual Studio

Pingback from  MSDN Blog Postings  &raquo; Sourcing Debugging .NET Framework in Visual Studio

# Source Code for .NET Framework Libraries is available

Thursday, January 17, 2008 4:57 AM by Andrej Tozon's blog

It was announced with the release of Visual Studio 2008, now it's here - follow this thorough step-by-step

# Le code source des librairies de .NET est disponible

Thursday, January 17, 2008 6:55 AM by Noticias externas

Microsoft avait annoncé il y a quelque temps que le code source de .NET serait disponible pour aider

# Debugging .Net Framework Source from VS 2008

Thursday, January 17, 2008 7:33 AM by Derik Whittaker

As you may have heard, Microsoft has released the .Net framework source to the world.&#160; No, you cannot

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

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

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

# .NET Framework Source Code Goodness

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

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

# .NET Framework Source Code Goodness

Thursday, January 17, 2008 12:04 PM by Noticias externas

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

# MSDN Blog Postings &raquo; .NET Framework Source Code Goodness

Thursday, January 17, 2008 12:47 PM by MSDN Blog Postings » .NET Framework Source Code Goodness

Pingback from  MSDN Blog Postings  &raquo; .NET Framework Source Code Goodness

# Microsoft gibt .NET-Sourcecode frei

Thursday, January 17, 2008 1:04 PM by Thomas goes .NET

Na ja, fast. Open Source ist das noch nicht ganz, aber immer hin darf man jetzt als Entwickler auch mal einen Blick unter die Haube werfen und sich ein paar Sachen abschauen. Und vor allem Kommentare lesen, hehe :-). Alle Infos hier und hier.

# .NET Framework Source Code for Debugging Support

Friday, January 18, 2008 4:28 AM by Blue Blip

As announced earlier by Scott Gu , the source code for most of the namespaces in the .NET framework is

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

Friday, January 18, 2008 4:52 AM by Carlos Guedes

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

# Pubblici i sorgenti del .NET framework

Friday, January 18, 2008 7:19 AM by Mario Fontana-Architetture Applicative e Sicurezza

La notizia di una futura disponibilità dei sorgenti di alcune librerie del framework .NET 3.5 era già

# Pubblici i sorgenti del .NET framework

Friday, January 18, 2008 7:46 AM by Noticias externas

La notizia di una futura disponibilità dei sorgenti di alcune librerie del framework .NET 3.5 era già

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

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

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

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

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

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

# ASP.NET 3.5 Extensions: Dynamic Data ?體驗

Saturday, January 19, 2008 12:40 AM by Huan-Lin's Blog

Visual Studio 2008 和 .NET Framework 3.5 多了不少新玩意兒,例如:multi-targeting?更強的 Web UI designer?C# 3.0?VB 9.0?單步除錯時可直接 step into .NET Framework 原始碼?JavaScript Intellisense ?LINQ

# totallydotnet Weblog

Saturday, January 19, 2008 12:17 PM by totallydotnet Weblog

Pingback from  totallydotnet Weblog

# Source code of Visual Basic runtime has been released to public. (Vladimir)

Saturday, January 19, 2008 12:33 PM by The Visual Basic Team

One of the things we have been working on recently is publishing sources of VisualBasic runtime library.

# Source code of Visual Basic runtime has been released to public. (Vladimir)

Saturday, January 19, 2008 12:46 PM by Noticias externas

One of the things we have been working on recently was publishing sources of VisualBasic runtime library

# MSDN Blog Postings &raquo; Source code of Visual Basic runtime has been released to public. (Vladimir)

Pingback from  MSDN Blog Postings  &raquo; Source code of Visual Basic runtime has been released to public. (Vladimir)

# .NET Framework Library Source Code now available &laquo; .NET Framework tips

Pingback from  .NET Framework Library Source Code now available &laquo; .NET Framework tips

# Yeppp! Source code for the .NET framework libraries!

Sunday, January 20, 2008 1:22 AM by Pranav ... Blogging

I know you knew it before and I know it's a old story, but the info is sooooo cool that I can't resist

# Yeppp! Source code for the .NET framework libraries!

Sunday, January 20, 2008 2:08 AM by Noticias externas

I know you knew it before and I know it&#39;s a old story, but the info is sooooo cool that I can&#39;t

# MSDN Blog Postings &raquo; Yeppp! Source code for the .NET framework libraries!

Pingback from  MSDN Blog Postings  &raquo; Yeppp! Source code for the .NET framework libraries!

# MSDN Blog Postings &raquo; Yeppp! Source code for the .NET framework libraries!

Pingback from  MSDN Blog Postings  &raquo; Yeppp! Source code for the .NET framework libraries!

# Christian &raquo; MSDN Blog Postings ?? Yeppp! Source code for the .NET framework &#8230;

Pingback from  Christian &raquo; MSDN Blog Postings ?? Yeppp! Source code for the .NET framework &#8230;

# Regelwerk &raquo; Ein Blick in die Bibliotheken von .Net

Monday, January 21, 2008 2:37 AM by Regelwerk » Ein Blick in die Bibliotheken von .Net

Pingback from  Regelwerk &raquo; Ein Blick in die Bibliotheken von .Net

# NET Framework’s source code access in debug mode a

Thursday, January 24, 2008 11:23 AM by The Cyclops Corner

At last my prayers have been answered! Microsoft has recently released the source code for .NET Framework

# NET Framework’s source code access in debug mode

Thursday, January 24, 2008 11:32 AM by The Cyclops Corner

At last my prayers have been answered! Microsoft has recently released the source code for .NET Framework

# Source Code for the .NET Framework Libraries &raquo; Computer internet security

Pingback from  Source Code for the .NET Framework Libraries  &raquo; Computer internet security

# Digi Downtime &laquo; Building the digital lifestyle

Wednesday, January 30, 2008 2:23 AM by Digi Downtime « Building the digital lifestyle

Pingback from  Digi Downtime &laquo; Building the digital lifestyle

# FIX: Visual Studio 2008 performance decreases when you step through source code that you downloaded from Reference Source Server | Blogging about Open Software Solutions

Pingback from  FIX: Visual Studio 2008 performance decreases when you step through source code that you downloaded from Reference Source Server | Blogging about Open Software Solutions

# Source Code for .NET Framework Libraries is available

Wednesday, February 06, 2008 3:43 PM by Zunanji blogi

It was announced with the release of Visual Studio 2008, now it&#39;s here - follow this thorough step

# Get your hands on the .NET source code&#8230; &laquo; AJ&#8217;s blog

Friday, February 08, 2008 2:16 AM by Get your hands on the .NET source code… « AJ’s blog

Pingback from  Get your hands on the .NET source code&#8230; &laquo; AJ&#8217;s blog

# asp:numericpagerfield with URL Rewriting, my solution

Sunday, February 10, 2008 6:38 AM by Dominic St-Pierre

asp:numericpagerfield with URL Rewriting, my solution

# Source code of .NET &laquo; Wickasitha&#8217;s Weblog

Thursday, February 14, 2008 10:03 PM by Source code of .NET « Wickasitha’s Weblog

Pingback from  Source code of .NET  &laquo; Wickasitha&#8217;s Weblog

# NET Framework Library Source Code now available

Friday, February 15, 2008 1:36 AM by wzwind

NET Framework Library Source Code now available

# Setting up Source Server for TFS Builds

Saturday, February 16, 2008 9:43 PM by Buck Hodges

Jelle Druyts has posted a document describing how to set up source server for Team Foundation Build.&#160;

# MSDN Blog Postings &raquo; Setting up Source Server for TFS Builds

Saturday, February 16, 2008 10:23 PM by MSDN Blog Postings » Setting up Source Server for TFS Builds

Pingback from  MSDN Blog Postings  &raquo; Setting up Source Server for TFS Builds

# Setting up Source Server for TFS Builds

Saturday, February 16, 2008 10:28 PM by Noticias externas

Jelle Druyts has posted a document describing how to set up source server for Team Foundation Build.&#160;

# indomitablehef.com &raquo; Blog Archive &raquo; Source Code for .Net Framework Libraries to be released later this year

Pingback from  indomitablehef.com  &raquo; Blog Archive   &raquo; Source Code for .Net Framework Libraries to be released later this year

# Microsoft Suggestions

Friday, February 29, 2008 10:37 PM by .NETicated

I was asked recently what I thought Microsoft could do to improve the developer experience. I had to

# sok&#8217;s page &raquo; Blog Archive &raquo; Kody ??r??d??owe platformy .NET

Pingback from  sok&#8217;s page  &raquo; Blog Archive   &raquo; Kody ??r??d??owe platformy .NET

# Techy News &raquo; Announcing source code release for .NET Framework Libraries

Pingback from  Techy News &raquo; Announcing source code release for .NET Framework Libraries

# http://beta.weblogs.asp.net/scottgu/archive/2007/10/03/releasing-the-source-code-for-the-net-framework-libraries.aspx

Pingback from  beta.weblogs.asp.net/.../releasing-the-source-code-for-the-net-framework-libraries.aspx

# Introducing Visual Studio .NET 2008 - Top 10 Features &laquo; A Good Craft Man Never Blame his tools

Pingback from  Introducing Visual Studio .NET 2008 - Top 10 Features &laquo; A Good Craft Man Never Blame his tools

# What shall we infer from Microsoft's open source breakthrough

Tuesday, April 01, 2008 8:46 AM by Pragmatic Developer's Blog

What shall we infer from Microsoft's open source breakthrough

# 451 CAOS Theory &raquo; Microsoft&#8217;s restricted share poses problems for Mono

Pingback from  451 CAOS Theory &raquo; Microsoft&#8217;s restricted share poses problems for Mono

# .NET Framework Source Code Being Released

Tuesday, April 29, 2008 8:29 PM by Shawn Oster's Blog

.NET Framework Source Code Being Released

# Configuring Visual Studio to Debug .NET Framework Source Code

Monday, May 12, 2008 2:54 PM by Jack Gudenkauf (JackG) WebLog

Earlier I posted a link to the announcement on ScottGu's blog about the framework source availiability

# valerio.net &raquo; Blog Archive &raquo; Digging Into the BCL Code

Wednesday, May 14, 2008 10:12 PM by valerio.net » Blog Archive » Digging Into the BCL Code

Pingback from  valerio.net  &raquo; Blog Archive   &raquo; Digging Into the BCL Code

# visual studio tips and tricks

Friday, June 20, 2008 10:12 AM by visual studio tips and tricks

Pingback from  visual studio tips and tricks

# blog asp

Sunday, June 22, 2008 11:12 PM by blog asp

Pingback from  blog asp

# Microsoft Releasing Source Code for .NET 3.5

Saturday, June 28, 2008 11:47 PM by DEVELOPMENT SITE - NOT MY PUBLIC BLOG

In case you haven&#39;t seen it yet, Microsoft is releasing a huge chunk of source code for .NET 3.5. From Scott Guthrie&#39;s blog: One of the things my team has been working to enable has been the ability for .NET developers to download and browse the

# Effexor have any side effects.

Monday, July 07, 2008 7:25 PM by Effexor have any side effects.

Effexor. Effexor emotional dullness.

# &raquo; Effexor have any side effects. A Side: What The World Is Saying About A Side

Pingback from  &raquo; Effexor have any side effects. A Side: What The World Is Saying About A Side

# Matthias Suter&#8217;s Blog &raquo; Blog Archive &raquo; Source Code of the .NET Framework Libraries

Pingback from  Matthias Suter&#8217;s Blog  &raquo; Blog Archive   &raquo; Source Code of the .NET Framework Libraries

# Coisas que (quase) ningu??m sabe sobre a Microsoft &laquo; Vinivpn&#8217;s Weblog

Pingback from  Coisas que (quase) ningu??m sabe sobre a Microsoft &laquo; Vinivpn&#8217;s Weblog

# kody sok ne

Thursday, July 24, 2008 3:15 AM by kody sok ne

Pingback from  kody sok ne

# microsoft windows net 3 5 download

Thursday, July 24, 2008 4:25 PM by microsoft windows net 3 5 download

Pingback from  microsoft windows net 3 5 download

# Microsoft publica el fuente de sus librerias .NET Framework 3.5 | Oscar Martin Blog 2.0

Pingback from  Microsoft publica el fuente de sus librerias .NET Framework 3.5 | Oscar Martin Blog 2.0

# The Fall of Rome: The Microsoft Way &laquo; Lost in LoC

Monday, August 11, 2008 9:11 AM by The Fall of Rome: The Microsoft Way « Lost in LoC

Pingback from  The Fall of Rome: The Microsoft Way &laquo; Lost in LoC

# microsoft &raquo; Blog Archive &raquo; Microsoft to Release .NET Framework Source Code in v3.5

Pingback from  microsoft  &raquo; Blog Archive   &raquo; Microsoft to Release .NET Framework Source Code in v3.5

# Microsoft to Release .NET Framework Source Code in v3.5 &laquo; Badminton

Pingback from  Microsoft to Release .NET Framework Source Code in v3.5 &laquo; Badminton

# Microsoft to Release .NET Framework Source Code in v3.5 &laquo; Badminton

Pingback from  Microsoft to Release .NET Framework Source Code in v3.5 &laquo; Badminton

# Microsoft to Release .NET Framework Source Code in v3.5 &laquo; Badminton

Pingback from  Microsoft to Release .NET Framework Source Code in v3.5 &laquo; Badminton

# Microsoft to Release .NET Framework Source Code in v3.5 &laquo; Volleyball

Pingback from  Microsoft to Release .NET Framework Source Code in v3.5 &laquo; Volleyball

# Microsoft to Release .NET Framework Source Code in v3.5 &laquo; Volleyball

Pingback from  Microsoft to Release .NET Framework Source Code in v3.5 &laquo; Volleyball

# &raquo; How to Build Chrome V8 JavaScript Engine on Windows? TechZealotry

Pingback from  &raquo; How to Build Chrome V8 JavaScript Engine on Windows? TechZealotry

# asp:numericpagerfield with URL Rewriting, my solution

Friday, September 12, 2008 9:25 PM by Dominic St-Pierre

asp:numericpagerfield with URL Rewriting, my solution

# click here

Thursday, September 18, 2008 5:37 AM by click here

Kuwait’ s investment fund, the Kuwait Investment Authority, or KIA, was founded in 1953, making it one of the oldest sovereign funds in the Middle East, if not the world. It manages an estimated 225 billion worth of assets and, because of falling prices

# foreign currency market

Friday, September 19, 2008 4:25 AM by foreign currency market

His son, Colonel Josias Stewart, rose to eminence in the way up, and am scarcely ever is happy together, either temporarily or permanently, by cement or by carrying florida firearms background check directly across by means of the opening phrase, florida

# Business blog &raquo; Blog Archive &raquo; foreign currency market

Friday, September 19, 2008 6:29 AM by Business blog » Blog Archive » foreign currency market

Pingback from  Business blog  &raquo; Blog Archive   &raquo; foreign currency market

# Business blog &raquo; Blog Archive &raquo; Business blog ???? Blog Archive ???? foreign currency market

Pingback from  Business blog  &raquo; Blog Archive   &raquo; Business blog ???? Blog Archive ???? foreign currency market

# Business blog &raquo; Blog Archive &raquo; Business blog ?? Blog Archive ?? foreign currency market

Pingback from  Business blog  &raquo; Blog Archive   &raquo; Business blog ?? Blog Archive ?? foreign currency market

# .NET kaynak kodları açılıyor | EREN BAYDEMİR

Thursday, October 09, 2008 10:04 AM by .NET kaynak kodları açılıyor | EREN BAYDEMİR

Pingback from  .NET kaynak kodları açılıyor | EREN BAYDEMİR

# 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.

# Microsoft ?????????????????? ?????????????????? .NET Framework - koldovsky - ???????? ??????????????????????????

Pingback from  Microsoft ?????????????????? ?????????????????? .NET Framework - koldovsky - ???????? ??????????????????????????

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

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

# 公?.NET 框架库?代?

Friday, November 21, 2008 8:36 PM by HeroBeast

?原文地址】ReleasingtheSourceCodeforthe.NETFrameworkLibraries?原文发表日期】Wednesday,October03,...

# Microsoft releases the source code for .NET base classes

Thursday, January 01, 2009 2:05 PM by Just Code - Tamir Khason

[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason

# Silverlight: Here comes the source &laquo; Tales from a Trading Desk

Pingback from  Silverlight: Here comes the source &laquo; Tales from a Trading Desk

# Microsoft will .NET-Quellen ??ffnen | OSZine

Saturday, February 07, 2009 8:53 AM by Microsoft will .NET-Quellen ??ffnen | OSZine

Pingback from  Microsoft will .NET-Quellen ??ffnen | OSZine

# Scout Plugin For ReSharper4.1

Wednesday, February 18, 2009 10:24 AM by Software Developers

Scout is a navigation plugin for ReSharper . A licensed copy of JetBrains ReSharper must be installed

# Reference Source Code Availability for the .NET Framework

Monday, May 18, 2009 6:36 PM by VistaDB.Net Blog

Reference Source Code Availability for the .NET Framework

# .NET Framework sources, Reflector, Resharper and Visual Studio

Thursday, June 11, 2009 4:18 PM by Yesterday's news

.NET Framework sources, Reflector, Resharper and Visual Studio

# For the .Net people out there | From the Land of Meh...

Pingback from  For the .Net people out there | From the Land of Meh...

# Por qu? el software libre no debe depender de Mono o C# - psicofxp.com

Pingback from  Por qu? el software libre no debe depender de Mono o C# - psicofxp.com

# Source Code .NET Framework 3.5 &laquo; Bahrudin Hrnjica Web Page

Pingback from  Source Code .NET Framework 3.5 &laquo; Bahrudin Hrnjica Web Page

# WebMaster Bilgi Portal?? &raquo; NET kaynak kodlar?? art??k a????k

Pingback from  WebMaster  Bilgi Portal?? &raquo; NET kaynak kodlar?? art??k a????k

# Learning resources for various .Net Technologies

Saturday, November 28, 2009 11:14 PM by Sukumar Raju's Blog

Hi I come across growing number of queries on ?where are the learning resources for various technologies