Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Microsoft Source Code Access

After the news from the other day, I had read a bit into how Microsoft licenses source code access to some of it's partners and came across this link on their “Code Center Premium” product.  The video is very interesting, and shows how partners can debug into windows source code methods without having to suffer through downloading a huge block of code.  The software that they show, WinDBG, will go out to a server to grab the relevent bits of code, and cache them locally (obviously) for future reference.  This is a very interesting program, and is available to quite a wide array of developers, including MVPs in good standing for two or more nomination cycles.

Video here: http://www.microsoft.com/resources/sharedsource/CCP/video.mspx

No Comments