.NET Framework Library Source Code Available - Browse ASP.NET, Winform, and ADO.NET Production Code
by David Hayden, Microsoft MVP C#
Scott Guthrie mentions the release of the .NET Framework Library Source Code.
You can now browse and debug the source code for the following .NET Framework libraries:
- .NET Base Class Libraries (including System, System.CodeDom, System.Collections, System.ComponentModel, System.Diagnostics, System.Drawing, System.Globalization, System.IO, System.Net, System.Reflection, System.Runtime, System.Security, System.Text, System.Threading, etc).
- ASP.NET (System.Web, System.Web.Extensions)
- Windows Forms (System.Windows.Forms)
- Windows Presentation Foundation (System.Windows)
- ADO.NET and XML (System.Data and System.Xml)
The .NET Framework source is being released under a read-only reference license.
Talk about the ultimate way to learn best practices in .NET Development when looking at other people's code :)
Learn more here.