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.