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的视频。