- Posted by Ian Suttle on January 17, 2008
- Filed under .NET 3.5 | .Net Framework
As promised Microsoft has released some source for the .NET framework although not all libraries are available just yet. From what I can tell you can currently only view the source through Visual Studio in debug mode. Funny how MS's recommendation is to put the opening '{' on a new line yet the source I've seen so far has it on the same line as the method sig:). You can view some details at the following locations:
Scott Guthrie's announcement
Shawn Burke's detailed instructions