Releasing the Source Code for the .NET Framework Libraries!
我想这对任何一个.NET 程序员都是好事,希望.NET的一些基础类库可以让我们从原理上更加了解.NET framework。有两类人可以得到Source Code。
There are two ways people will access the source code:
There are two ways people will access the source code:
-
1) They will download a package with all the source, and then they will be able to install and browse locally
-
2) VS 2008 integration will enable developers to debug from their own source code into the .NET Framework source code. We’ll provide symbols for our source on an internet-accessible source-server; to enable this experience, the developer needs to set up the URI for the server. This second option is really cool, and enables a kick-ass developer experience.
大家也可以到Scott Guthrie的blog, http://weblogs.asp.net/scottgu/ 中去了解更加相信一些的信息,包括使用VS 2008 integrated debugging support的视频。