.NET Framework source code is now available

January 17th, 2008 | Category: News, Web Link

Microsoft as made the .NET framework source code available. The interesting part is that you can configure Visual Studio 2008 to support stepping into the .NET Framework’s code automatically while debugging.

Instructions on how to setup Visual Studio 2008 are available from Shawn Burk’s blog here:
Configuring Visual Studio to Debug .NET Framework Source Code

If you do not have Visual Studio 2008 or you just want to download the code for viewing… well, you will need to wait:

from Shawn’s blog post:

10) Can I just download all of the code at once?
Not currently, but we are currently working on enabling this functionality in the future.

14) Can I point a web browser at the symbols URL and download the symbols directly?
No, you’ll get an HTTP 400 (Bad Request) response.

No comments

ASP.NET MVC Framework - Links

January 09th, 2008 | Category: How-To, Web Link

Here is a series of posts from ScottGu’s blog about the new ASP.NET MVC Framework.  That seems pretty interesting…

No comments

Visual Studio 2008 and .NET Framework 3.5 Training Kit

January 08th, 2008 | Category: Web Link

Here is a link to Microsoft Visual Studio 2008 training kit that contains a bunch of information, examples and labs (it’s about 120MB download).  Good to discover and try the new features of VS and the new framework.

Note: Check minimum system requirements first (only for labs).

Link: Visual Studio 2008 and .NET Framework 3.5 Training Kit

No comments