Código fonte aberto

Olá pessoal,

A Microsoft liberou através do Visual Studio.NET 2008 o código fonte de alguns componentes .NET. Assim podemos ver o que está acontecendo ao programarmos.

.NET Base Class Libraries (including System, System.CodeDom, System.Collections, System.ComponentModel, System.Diagnostics, System.Drawing, System.Globalization, System.IO, System.Net, System.Reflection, System.Runtime, System.Security, System.Text, System.Threading, etc).
ASP.NET (System.Web, System.Web.Extensions)
Windows Forms (System.Windows.Forms)
Windows Presentation Foundation (System.Windows)
ADO.NET and XML (System.Data and System.Xml)


O link abaixo possui todos os passos de como habilitar, pegar e utilizar do código fonte. http://blogs.msdn.com/sburke/archive/2008/01/16/configuring-visual-studio-to-debug-net-framework-source-code.aspx

Faça voce mesmo o teste.