Microsoft.NET Framework 全面开源

(源自:http://news.csdn.net/n/20080117/112839.html
NET Framework Library Source Code now available

Last October I blogged about our plan to release the source code to the .NET Framework libraries, and enable debugging support of them with Visual Studio 2008.  Today I'm happy to announce that this is now available for everyone to use. Specifically, you can now browse and debug the source code for the following .NET Framework libraries:

  • .NET Base Class Libraries (including System, System.CodeDom, System.Collections, System.ComponentModel, System.Diagnostics, System.Drawing, System.Globalization, System.IO, System.Net, System.Reflection, System.Runtime, System.Security, System.Text, System.Threading, etc).
  • ASP.NET (System.Web, System.Web.Extensions)
  • Windows Forms (System.Windows.Forms)
  • Windows Presentation Foundation (System.Windows)
  • ADO.NET and XML (System.Data and System.Xml)

We are in the process of adding additional framework libraries (including LINQ, WCF and Workflow) to the above list. I'll blog details on them as they become available in the weeks and months ahead.

Enabling Reference Source Access in Visual Studio 2008

Enabling .NET Framework source access within Visual Studio 2008 only takes a few minutes to setup. Shawn Burke has a detailed blog post that covers the exact steps on how to enable this in more depth here.

If you run into problems or have questions setting it up, please post a question in the Reference Source Forum on MSDN here.

Stepping into .NET Framework Library Source

Once you follow the configuration steps in Shawn’s post above, you’ll be able to dynamically load the debug symbols for .NET Framework libraries and step into the source code. VS 2008 will download both the symbols and source files on demand from the MSDN reference servers as you debug throughout the framework code:

Developer comments are included in the source files. Above you can see an example of one in the Dispose method for the Control base class.

Sometimes you'll see comments that reference a past bug/tracking number in our bug/work-item tracking database that provides additional history about a particular code decision. For example, the comment above calls out that a particular field shouldn't be nulled to maintain backwards compatibility with an older release of the framework, and points to a backwards compatibility bug that was fixed because of this.

Reference License

The .NET Framework source is being released under a read-only reference license. When we announced that we were releasing the source back in October, some people had concerns about the potential impact of their viewing the source. To help clarify and address these concerns, we made a small change to the license to specifically call out that the license does not apply to users developing software for a non-Windows platform that has “the same or substantially the same features or functionality” as the .NET Framework. If the software you are developing is for Windows platforms, you can look at the code, even if that software has "the same or substantially the same features or functionality" as the .NET Framework.

Summary

We think that enabling source code access and debugger integration of the .NET Framework libraries is going to be really valuable for .NET developers. Being able to step through and review the source should provide much better insight into how the .NET Framework libraries are implemented, and in turn enable you to build better applications and make even better use of them.

Hope this helps,

Scott

Published Wednesday, January 16, 2008 2:50 PM by  ScottGu 

Comments

# re: .NET Framework Library Source Code now available
Wednesday, January 16, 2008 6:00 PM by  Scott Hanselman

Yay!

# re: .NET Framework Library Source Code now available
Wednesday, January 16, 2008 6:05 PM by  Erick

Hi Scott.  Glad to hear that this has finally been released.  There was also a QFE release the other day to increase performance while stepping through the code.  However I was unable to get the hotfix to install, and in talking with Shawn Burke, it appears that several people who had beta2 previously  installed could not install the hotfix either.  Do you have any information on this?

# .NET Framework source code available!
Wednesday, January 16, 2008 6:07 PM by  Jesse Liberty - Silverlight Geek

In what I honestly believe is a stunning announcement, Scott Guthrie blogged moments ago that we have

# re: .NET Framework Library Source Code now available
Wednesday, January 16, 2008 6:11 PM by  Derek

Will there be a downloadable version of the code made available? The debugging capability is interesting, but I'd love to build an index of the entire set of code files locally and use it as a documentation browser. I do this with Rotor currently, but adding the additional library sources would be terrific.

# Source code du Framework .Net
Wednesday, January 16, 2008 6:19 PM by  SimonFerquel.net

Source code du Framework .Net

# .NET Framework Library Source Code now available
Wednesday, January 16, 2008 6:24 PM by  Fabio Cavalcante's Blog

Happy coding: weblogs.asp.net/.../net-framework-library-source-code-now

# .NET Framework Source Now Available
Wednesday, January 16, 2008 6:30 PM by  Chris Bowen's Blog

Scott Guthrie has just posted the excellent news that everything is now in place for people to access

# .NET Framework source code available!
Wednesday, January 16, 2008 6:31 PM by  Jesse Liberty

In what I honestly believe is a stunning announcement, Scott Guthrie blogged moments ago that we have

# .NET Framework Library Source Code now available
Wednesday, January 16, 2008 6:37 PM by  DotNetKicks.com

You've been kicked (a good thing) - Trackback from DotNetKicks.com

# .NET framework: now with source code
Wednesday, January 16, 2008 6:41 PM by  Tales from the Evil Empire

Scott just announced it: weblogs.asp.net/.../releasing-the-source-code

# .NET Framework Library Source Code now available
Wednesday, January 16, 2008 6:41 PM by  GenoMind

期待N久的.NET Framework源码终于出来了!

# re: .NET Framework Library Source Code now available
Wednesday, January 16, 2008 6:44 PM by  ScottGu

Hi Derek,

>>>>>>>> Will there be a downloadable version of the code made available? The debugging capability is interesting, but I'd love to build an index of the entire set of code files locally and use it as a documentation browser. I do this with Rotor currently, but adding the additional library sources would be terrific.

Yes - we'll be releasing a separate download version (that copies all files locally) in the near future as well.  This avoids the need for you to be online in order to access and browse it.

Hope this helps,

Scott

# Debugging with .NET Source Code
Wednesday, January 16, 2008 6:48 PM by  Mike Taulty's Blog

ScottGu has a post saying that debugging into the .NET source code is now available and Daniel has already...

# VS 2008: Sourcecode des .NET Frameworks verfugbar
Wednesday, January 16, 2008 7:00 PM by  Stefan Falz

Wie bereits hier geschrieben, wollte Microsoft den Sourccode der .NET Framework Bibliotheken veröffentlichen.

# re: .NET Framework Library Source Code now available
Wednesday, January 16, 2008 7:05 PM by Mike J

This is great! .NET and specificaly ASP.NET is probably the most compelling story comming out of the company these days. It really is about "Developers, Developers, Developers" and I am glad to see the strong commitment from you and your team.

# .NET Framework Library Source Code now available
Wednesday, January 16, 2008 7:06 PM by  Fabio Cavalcante's Blog

Happy coding: weblogs.asp.net/.../net-framework-library-source-code-now

# re: .NET Framework Library Source Code now available
Wednesday, January 16, 2008 7:09 PM by  Michael

Is the source available for the Compact Framework?

I've worked on commercial applications for most types of .NET applications, Services, Web, Winforms, Mobile.  I think I've had far more need for the source code to the compact framework than I have for the desktop platform framework source.

# .NET Framework Library Source Code available for viewing
Wednesday, January 16, 2008 7:18 PM by  ASPInsiders

It's live and you can give it a try now! Ten minutes ago Shawn and Scott released the hounds. If you'd

# Links for Thursday 17 January 2008
Wednesday, January 16, 2008 7:28 PM by  Richard's Rant

A new release of Spring.NET which brings AOP to .NETA new version of Sandcastle is outSun aquires MySQLApocolyptic

# Configurer Visual Studio pour utiliser le code source du Microsoft .NET Framework en mode Debug
Wednesday, January 16, 2008 7:40 PM by  Christophe Lauer, Blog Edition

L'annonce avait ete faite par Scott Guthrie il y a un peu plus de deux mois maintenant, et relayee ici

# .NET Framework Library Source Code now available
Wednesday, January 16, 2008 7:44 PM by  囚人のジレンマな日々

.NET Framework Library Source Code now available

# .NET Framework终于开源了!
Wednesday, January 16, 2008 7:50 PM by  TerryLee

期待N久的.NET Framework终于在本周开源了,第一批开放的源代码包括:

# Development in a Blink » Blog Archive » .NET Source Code is available

Pingback from  Development in a Blink  » Blog Archive   » .NET Source Code is available

# .NET Framework Library Source Code
Wednesday, January 16, 2008 7:53 PM by  Community Blogs

A few minutes ago Scott Guthrie , Shawn Burke and Scott Hanselman announced the availability of .NET

# Visual Studio 2008 のデバック中にCLR内にステップ実行可能に
Wednesday, January 16, 2008 7:55 PM by  かるあ のメモ

.NET Framework Library Source Code now available (ScottGu's Blog)より まってました。Visual Studio 2008 のでバック中に CLR 内にステップ実行を可能とするシンボルサーバと设定方法が公开されています。

# .NET framework源代码开放了
Wednesday, January 16, 2008 7:56 PM by  ASP.NET Chinese Blogs

在ScottGu的blog上几天前发的帖子 Releasing the Source Code for the .NET Framework Libraries 今天宣布了了 .NET Framework

# .NET Framework Library Source Code now available
Wednesday, January 16, 2008 8:00 PM by  青松阳光

.NET框架源码终于可以看到了,大家可以到ScottGu

# .NET Framework のソースコードがデバッグできるようになったらしいです
Wednesday, January 16, 2008 8:01 PM by  ナオキにASP.NET(仮)

ScottGu's Blog と Shawn Burke's Blog からです。 .NET Framework Library Source Code now available (Scott さんの投稿)

# .NET Framework终于开源了!
Wednesday, January 16, 2008 8:14 PM by  f9inux

.NET Framework终于开源了!

# Tigraine » Blog Archive » .NET Framework Library Source Code released

Pingback from  Tigraine  » Blog Archive   » .NET Framework Library Source Code released

# re: .NET Framework Library Source Code now available
Wednesday, January 16, 2008 8:15 PM by  SilverlightExamples

This is awesome, Scott. I was wondering if Silverlight source code could be opened as as well?

# Configurer Visual Studio pour utiliser le code source du Microsoft .NET Framework en mode Debug
Wednesday, January 16, 2008 8:18 PM by  Noticias externas

L'annonce avait ete faite par Scott Guthrie il y a un peu plus de deux mois maintenant, et relayee

# Got Code? .NET Framework Library Source Code Released
Wednesday, January 16, 2008 8:20 PM by  Dan Wahlin's WebLog

If you've ever wanted to step into the .NET framework library classes as you're debugging your project

# re: .NET Framework Library Source Code now available
Wednesday, January 16, 2008 8:20 PM by  macou

可惜只是部分开源,如果全部开源就更好了

# May the Source Be With You :)
Wednesday, January 16, 2008 8:21 PM by  US ISV Developer Evangelism Team

In case you missed it, a couple of months back we announced that we'd be making the source for .NET (among

# .NET Framework Library 正式开源
Wednesday, January 16, 2008 8:27 PM by  孟宪会

.NET Framework Library 正式开源

# .NET Framework Library Source Code now available
Wednesday, January 16, 2008 8:34 PM by  B# .NET Blog

That's right - we've published the .NET Framework Library Source Code to the public. Scott Guthrie

# re: .NET Framework Library Source Code now available
Wednesday, January 16, 2008 8:38 PM by  ScottGu

Hi SilverlightExamples,

>>>>>>> This is awesome, Scott. I was wondering if Silverlight source code could be opened as as well?

Yes - we'll be releasing the source and enabling debugging for the Silverlight libraries as well once they ship.

Thanks,

Scott

# .NET Framework Library Source Code :: designerslove.net
Wednesday, January 16, 2008 8:48 PM by  .NET Framework Library Source Code :: designerslove.net

Pingback from  .NET Framework Library Source Code  ::  designerslove.net

# re: .NET Framework Library Source Code now available
Wednesday, January 16, 2008 8:51 PM by  Matt Casto

This is awesome!

I'm particularly anxious to have the Silverlight libraries available!

# re: .NET Framework Library Source Code now available
Wednesday, January 16, 2008 8:53 PM by Mark Sowul

I worry about people relying on implementation details in their apps.  The problem was bad enough with reverse engineering functionality of Win32 as Raymond Chen continually demonstrates.

# This is one of the web's most interesting stories on Thu 17th Jan 2008
Wednesday, January 16, 2008 9:05 PM by  purrl.net |** urls that purr **|

These are the web's most talked about URLs on Thu 17th Jan 2008. The current winner is ..

# .NET Frameworkのライブラリのソースコードが公开になったそうな!!!!
Wednesday, January 16, 2008 9:07 PM by  ひろえむの日々是勉强

.NET Frameworkのライブラリのソースコードが公开になったそうな!!!!

# re: .NET Framework Library Source Code now available
Wednesday, January 16, 2008 9:08 PM by  Shiju Varghese

Hi Scott,

Congtrats

# .net源代码已经可以调试
Wednesday, January 16, 2008 9:14 PM by  .Live

Scott发布了消息,.net源代码码已经可以在vs2008中调试 地址 下面的地址是详细的vs2008设置步骤 详细配置

# May the Source Be With You :)
Wednesday, January 16, 2008 9:20 PM by  Noticias externas

In case you missed it, a couple of months back we announced that we'd be making the source for .NET

# MSDN Blog Postings » Configurer Visual Studio pour utiliser le code source du Microsoft .NET Framework en mode Debug

Pingback from  MSDN Blog Postings  » Configurer Visual Studio pour utiliser le code source du Microsoft .NET Framework en mode Debug

# 読んでもちょっとわからないだろうけど・・・。
Wednesday, January 16, 2008 9:45 PM by  拝啓、サカモトと申します。

読んでもちょっとわからないだろうけど・・・。

# .NET Framework Library Source Code now available!
Wednesday, January 16, 2008 9:52 PM by  Eric Brandt's 
Trail of Bre@dcrumbs

Last October, ScottGu blogged about releasing the source code to the .NET Framework libraries , and enable

# re: .NET Framework Library Source Code now available
Wednesday, January 16, 2008 9:52 PM by  Sambo

Thanks for your post.

# デバッグ用に.NET Framework Library Source Codeの一部提供开始(Source Codeダウンロードは今後、ConnectでQFE入手必要)
Wednesday, January 16, 2008 10:06 PM by  米田 Blog ( SQL Server MEMO )

デバッグ用に.NET Framework Library Source Codeの一部提供开始(Source Codeダウンロードは今後、ConnectでQFE入手必要)

# .NET Framework Library 正式开源
Wednesday, January 16, 2008 10:13 PM by  eqiang

.NET Framework Library 正式开源

# re: .NET Framework Library Source Code now available
Wednesday, January 16, 2008 10:25 PM by  vikram

Hi scott the image provided in the post above is not loading. seems the problem of the path.

Any way great news to hear that the source code are out and can be played (debug) with

# re: .NET Framework Library Source Code now available
Wednesday, January 16, 2008 10:37 PM by Edwin

This is wonderful!!! I'm fascinated. I've just taken a look at some ASP.NET source code classes!  This will enable developers come up with better and even more innovative ways to create software for .NET and for Windows. hurrah!!!

# re: .NET Framework Library Source Code now available
Wednesday, January 16, 2008 10:49 PM by  pochonlee

very goog!很好,很强大!

# re: .NET Framework Library Source Code now available
Wednesday, January 16, 2008 10:51 PM by Ben Hayat

Hi Scott;

Hope your trip is going well. An OT question:

As you know, Astoria team has released an update that support SL 1.1 API, however, they said they will update that API for SL2.0 when released. Looking at docs, there seem to be very minute amount of info how SL apps are supposed to work with Astoria. Seems like Astoria is more of a "General Purpose" gateway to database, rather having tight integration with SL.

Question: What are your plans for database integration with SL? This is something that I haven't seen any info on. Could you please tell us if you're planning to cover this subject in details?

Thanks!

# .NET Framework Library Source Codeを开放されました!!!
Wednesday, January 16, 2008 10:52 PM by  Roger Blog

.NET Framework Library Source Codeを开放されました!!!

# .NET Framework开源了!
Wednesday, January 16, 2008 11:07 PM by  asheng

Wednesday,January16,20082:50PM(2008,1.16),ScottGu在博客上公布了:微软在MS-RL协议下终于公开了.NETFramework源代码。我们可...

# .NET Framework Source Code Available! « Lumpy’s Blog
Wednesday, January 16, 2008 11:09 PM by  .NET Framework Source Code Available! « Lumpy’s Blog

Pingback from  .NET Framework Source Code Available! « Lumpy’s  Blog

# re: .NET Framework Library Source Code now available
Wednesday, January 16, 2008 11:16 PM by MS 开源啦~

终于开源了,部分开源~ 有限制的开源 呵

# .NET Framework Source Code Available! « Lumpy’s Blog
Wednesday, January 16, 2008 11:18 PM by  .NET Framework Source Code Available! « Lumpy’s Blog

Pingback from  .NET Framework Source Code Available! « Lumpy’s  Blog

# .NET Framework Library Source Code now available
Wednesday, January 16, 2008 11:37 PM by  Joshua Johnson

The long awaited release of the .NET Framework Library source code for debugging purposes has arrived

# re: .NET Framework Library Source Code now available
Wednesday, January 16, 2008 11:42 PM by  conannb

.Net Framework open source

# Scott Guthrie announces .Net Framework Source Code availability
Wednesday, January 16, 2008 11:49 PM by  Randy Walker Blog Website

Thanks to Josh Ambrose Little for pointing out that Scott Guthrie has blogged about how to debug into

# re: .NET Framework Library Source Code now available
Wednesday, January 16, 2008 11:52 PM by  kim

congratulations~~~

# Microsoft.NET Framework 全面开源 _ Microsoft _ 好啦资讯
Wednesday, January 16, 2008 11:53 PM by  Microsoft.NET Framework 全面开源 _ Microsoft _ 好啦资讯

Pingback from  Microsoft.NET Framework 全面开源 _ Microsoft _ 好啦资讯

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 12:01 AM by Lynn

Absolutely fantasic.! Thank you guys so much!

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 12:16 AM by narayana

Thanks for the release of much awaited

# Microsoft.NET Framework 全面开源
Thursday, January 17, 2008 12:18 AM by  wsliu

期待已久的.NET Framework终于在本周开源了,微软在MS-RL协议下终于公开了.NET Framework源代码,我们只可以自由查看,不允许直接进行修改。 第一批开放的源代码包括: .NET基本类库

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 12:22 AM by Michael

Great to hear that!Glad you came to Shanghai...

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 12:30 AM by Chris Mizer

Excellent.

# Jochen Kalmbach’s Blog » Blog Archive » .NET Source Code now available!

Pingback from  Jochen Kalmbach’s Blog  » Blog Archive   » .NET Source Code now available!

# .NET Framework Library Source Code Released
Thursday, January 17, 2008 12:43 AM by  Raheel Hussain

Guys ....... Check this out Written by Shawn Burke of Microsoft... It's finally here - the launch

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 1:08 AM by Rick

We are in the process of adding additional framework libraries (including LINQ, WCF and Workflow) to the above list. I'll blog details on them as they become available in the weeks and months ahead.

that's a good one, lik you don't have the source code ready for the others, it's always like that with microsoft, release half of what was promised.

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 1:13 AM by Dicky

Finally, its about time! I am very excited to try this when I get back to work.

# Calisto Mind » Blog Archive » The veil is lifted
Thursday, January 17, 2008 1:14 AM by  Calisto Mind » Blog Archive » The veil is lifted

Pingback from  Calisto Mind  » Blog Archive  » The veil is lifted

# .NET Framework Library lähtekood saadaval! « …meie igap??evast IT’d anna meile igap??ev…

Pingback from  .NET Framework Library lähtekood saadaval! « …meie igap??evast IT’d anna meile igap??ev…

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 1:26 AM by Shyju

That is fantastic. Now we can see what happens behind the screen.

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 1:26 AM by Dongjing

cool! open source .net

# .NET Source code has been released to the masses
Thursday, January 17, 2008 1:27 AM by  Art - Life - Code

.NET Source code has been released to the masses

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 1:27 AM by Jonathan Pryor

You wrote:

'the license does not apply to users developing software for a non-Windows platform that has “the same or substantially the same features or functionality” as the .NET Framework. If the software you are developing is for Windows platforms, you can look at the code, even if that software has "the same or substantially the same features or functionality" as the .NET Framework.'

So what does that mean for software "the same...." as the .NET Framework that works on *both* Windows and non-Windows platforms (read: Mono).  I'll assume that "both" is the same as just non-Windows, but it strikes me that this clarification still leaves some room for confusion.  The last thing we need (the Mono project [0]) are developers contributing to Mono after having seen any part of the .NET sources, as it would likely result in copyright infringement.

Would it be possible to post a link to the license so that we can see the final wording?

[0] I do not speak officially or unofficially for Mono.

Thanks,

- Jon

# Debug .NET Framework Assemblies « armaSANEA’s Weblog
Thursday, January 17, 2008 1:46 AM by  Debug .NET Framework Assemblies « armaSANEA’s Weblog

Pingback from  Debug .NET Framework Assemblies « armaSANEA’s Weblog

# Wielding Monopoly Power
Thursday, January 17, 2008 2:00 AM by  Ask Dr. WPF

In a blatant attempt to put Lutz Roeder out of business (or at the very least, hasten the demise of his empire), today Microsoft released the source code for a number of .NET technologies, ...

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 2:01 AM by  Tony Pujals

Very cool ... I remember how enlightening it was to dig through Sun's Swing source code ten years ago preparing for the big Java 1.1 (!) release. I am really looking forward to browsing the WPF sources and Silverlight's as soon as those are released. Thanks for the announcement, Scott!

# .NET Framework 3.5 source code released
Thursday, January 17, 2008 2:02 AM by  Craig Bailey Link Blog

Scott Guthrie has announced the release of source code for some of the .NET framework libraries . This

# .NET Framework Source Now Available
Thursday, January 17, 2008 2:17 AM by  Ian Suttle's Blog

.NET Framework Source Now Available

# Les sources de WPF mises a disposition des developpeurs
Thursday, January 17, 2008 2:23 AM by  Perspective

L'annonce sur le blog de Scott Guthrie Un excellent outil de travail, qui reprend le principe ayant

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 2:26 AM by  skpananghat

Hi :) Great Move ... i long back in the past we were facing the problem of could able to bebug in several situations. which made us to move to some other alternatives. And Now it is available ..

We can expect a great improvement..  :)

Cheers

# .NET framework source code now available
Thursday, January 17, 2008 2:35 AM by  Rick van den Bosch - Blog

As stated on ScottGu's blog in his latest post , the .NET Framework Library Source Code is now available

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 2:45 AM by Stefan

Hi, I need some features of the .NET Framework 3.5 such aus System.IO.Pipes. Does the license allow to extract them from the 3.5 sourcecode and use together with Framework 2.0? I have a shrinkwrap product and at this time, it is not possible for me to upgrade to a higher version of .NET.

# It's official, .Net FX code now available!
Thursday, January 17, 2008 2:48 AM by  Redwerb

Scott Guthrie announced the release of the .Net framework code today (comments and all!). Now you can

# .NET Framework Library Source Code now available | Anders Lybeckers Weblog!

Pingback from  .NET Framework Library Source Code now available | Anders Lybeckers Weblog!

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 2:57 AM by  Christian Sparre

Thats really good news, looking forward to playing around with it.

Could I please have you poke the SharePoint guys a bit? :) Would be really nice to have the Microsoft.SharePoint namespaces as well :o)

# .NET Framework Library Source Code now available
Thursday, January 17, 2008 3:17 AM by  Murat YILMAZ

.NET Framework Library Source Code now available

# مدونة مؤيد » أرشيف المدونة » عودة إلى المدونة، و أخبار جيدة!

Pingback from  مدونة مؤيد  » أرشيف المدونة   » عودة إلى المدونة، و أخبار جيدة!

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 3:19 AM by Bart Plasmeijer

Hi Scott,

How about MVC Source Code?

Thanks,

Bart

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 3:25 AM by Martin Ennemoser

Anyone else who has problems installing the update? I'm getting the following error:

Returning IDOK. INSTALLMESSAGE_ERROR [Error [1].An installation package for the product [2] cannot be found. Try the installation again using a valid copy of the installation package '[3]'.: 1706Microsoft Visual Studio 2008 Professional Edition - ENU]

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 3:34 AM by Now_ShowK

Can VS2005's IDE reference the source code?

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 3:51 AM by  Blogging Developer

new era begins...

thanks,

www.bloggingdeveloper.com

# Glasznoszty (2) - Nyilvanos a Microsoft .NET forraskodja
Thursday, January 17, 2008 3:51 AM by  TiborK szerint a Microsoft

Újabb koronaékszer, a Microsoft .NET könyvtárak forráskódja válik

# .Net Framework Sourcecode frei verfügbar
Thursday, January 17, 2008 4:00 AM by  Mario Meir-Huber

Wie bereits im Oktober berichtet, steht nun der .Net Framework Sourcecode verfugbar. Dies soll das Debuggen...

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 4:15 AM by Chris Moseley

Hi Scott,

Why are you releasing this?

# .NET Framework Library Source Code now available
Thursday, January 17, 2008 4:27 AM by  .NET Framework Library Source Code now available

Pingback from  .NET Framework Library Source Code now available

# Simple Live » Blog Archive » Microsoft.NET Framework ????????????

Pingback from  Simple Live  » Blog Archive   » Microsoft.NET Framework ????????????

# » Bruno Silva - .NET Framework Library Source Code Debugging
Thursday, January 17, 2008 4:47 AM by  » Bruno Silva - .NET Framework Library Source Code Debugging

Pingback from  » Bruno Silva - .NET Framework Library Source Code Debugging

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 4:49 AM by Stefan Wenig

The original announcement mentioned that the FX sources would be released under the MS Reference License (which, to add to the confusion, may no longer be called Ms-RL due to the silent renaming of the Community License to Reciprocal License - RL).

So what's the change to the license you're mentioning here? Are you modifying the standardized MS Reference License, or will you use a modified version for the .NET FX sources?

Also, your wording does not seem clear. I assume you mean to say that you cannot look at the sources and then develop Mono on Linux, but it could also be read as: You cannot look at the sources if you develop software _for_ Mono on Linux. And that would be something that's within reach for any .NET developer. A link to the actual license would help!

I really appreciate what you're doing, but from the silent license renames to this post, I think that MS is lacking clear and comprehensable communication about licensing issues. You're just feeding the conspiracy theorists, and we know how hard it is to clarify this after it has entered the world of slashdot, blogosphere and linux press.

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 4:52 AM by Someone

Very nice, thank you!

One small question:

Why is the Visual Studio 2008 QFE hotfix's publisher unknown?

# Source code da Framework .net 3.5 dispon
Thursday, January 17, 2008 4:53 AM by  Jo
# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 4:59 AM by Jonas

Thanks!

# .NET Framework broncode beschikbaar
Thursday, January 17, 2008 5:00 AM by  uptotech

Een aantal maanden geleden werd via de blog van Scott Guthrie bekend dat Microsoft de sourcecode van

# The .NET Framework Library Source Code has been released. | DMB Consulting Blog

Pingback from  The .NET Framework Library Source Code has been released. | DMB Consulting Blog

# .NET Framework Library Source Code now available
Thursday, January 17, 2008 5:12 AM by  Vitaly's WebLog

.NET Framework Library Source Code now available

# VB code in Windows Presentation Foundation source code
Thursday, January 17, 2008 5:32 AM by  Erwyn van der Meer

You probably already noticed that Microsoft has enabled access to the source code of parts of the .NET

# .NET Framework source code available
Thursday, January 17, 2008 5:36 AM by  ombergen.com

.NET Framework source code available

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 5:43 AM by Gregory

This makes me laugh... a bit

I was able to see and read .NET source code for at least a year already (since I started .NET programming), so what's the reason for that step? Allow the developers to step through it? That's the only single advantage, and it's not so huge, taking into account you're opening the source for only several libraries..

The only reason we would like to see the code as it was written, is for .NET 3.5 libraries, but afaik they were also written in .NET 2... :)

I don't hate Microsoft, but the things and choices they do are sometimes awfully.. bleh

# A part of .NET Framework Source Code is available for debugging purposes
Thursday, January 17, 2008 5:44 AM by  Righthand blogs

Great news. Microsoft finally released a part of .NET Framework Source Code for debugging purposes. A

# .Net Framework source code a VS-ben
Thursday, January 17, 2008 5:51 AM by  VBandi

Ígérték, vártuk, itt van. Én ugyan még nem próbáltam, de ScottGu

# [VS2008] Finally !!! liberado el codigo del .Net Framework (conociendo el interior del lado oscuro)
Thursday, January 17, 2008 6:00 AM by  El Bruno

Buenas este tipo de noticia se reproduce como un politono de los malos. Anoche a altas horas de la madrugada

# [VS2008] Finally !!! liberado el codigo del .Net Framework (conociendo el interior del lado oscuro)
Thursday, January 17, 2008 6:00 AM by  El Bruno

Buenas este tipo de noticia se reproduce como un politono de los malos. Anoche a altas horas de la madrugada

# [VS2008] Finally !!! liberado el codigo del .Net Framework (conociendo el interior del lado oscuro)
Thursday, January 17, 2008 6:01 AM by  El Bruno

Buenas este tipo de noticia se reproduce como un politono de los malos. Anoche a altas horas de la madrugada,

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 6:14 AM by  Bill Seddon

Excellent.  Easy to install.  Works as advertised.

# Microsoft finally makes .NET source code available
Thursday, January 17, 2008 6:36 AM by  24100.net :: Ralf Rottmann's Internet Home

Microsoft finally makes .NET source code available

# F10 (Debug) inside the .NET Framework
Thursday, January 17, 2008 6:40 AM by  yazan's blog

This is really a lovely thing the Scott Gu announced .NET framework sourcecode has been released for

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 6:43 AM by  Yazan Khasawneh

Great :) more F10 experience

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 6:43 AM by James

What lisence has this code been released under?

# Debug into the .NET Framework Library Source Code - It's here.
Thursday, January 17, 2008 6:45 AM by  ISerializable - Roy Osherove's Blog

Debug into the .NET Framework. It's here .  Here's how you configure VS to use it for debugging

# Microsoft gibt .NET-Quellcode frei
Thursday, January 17, 2008 6:50 AM by  OSZine
# .NET Framework Library Source Code Is Released
Thursday, January 17, 2008 6:57 AM by  Mehran Nikoo's Notes

The .NET Framework Library source code is now released . This release allows you to browse and debug

# Blog-Microsoft.fr ?? Code source Framework .NET disponible !
Thursday, January 17, 2008 6:57 AM by  Blog-Microsoft.fr ?? Code source Framework .NET disponible !

Pingback from  Blog-Microsoft.fr ?? Code source Framework .NET disponible !

# F10 (Debug) inside the .NET Framework
Thursday, January 17, 2008 7:01 AM by  SHAREPOINTBlogs.com Mirror

This is really a lovely thing the Scott Gu announced .NET framework sourcecode has been released for

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 7:01 AM by Johan

Interresting and sweet!

While talking about libraries, why the need to install the entire .net library on a computre that needs a few things from the library for your proudct to work? Space might not be a problem usually but I like keeping my stuff slim.

Btw, if there is work being done with the CLR it would be very interresting to know about it! Like for instance how the CLR is to slow to manage more then 10k/seconds of splitting a string at a ','.

Great blogg, keep up the nice work!

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 7:05 AM by  Ava - Temporary Staff Management Software

This is excellent news, it's something we've been hoping would happen for a long time! Well done MS!

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 7:23 AM by Dennie

Hi scott, great to see this working. I was wondering: what documentation-system do you use? I see "devdoc" tags. Is that a system that's publicly available?

# .NET Framework : Sources dispos
Thursday, January 17, 2008 7:29 AM by  .NET Framework : Sources dispos

Pingback from  .NET Framework : Sources dispos

# .NET Framework Library Source Code
Thursday, January 17, 2008 7:30 AM by  Guy Barrette

This Visual Studio 2008 feature is now available. Check ScottGu's blog for more info: http://weblogs

# .NET Framework Library Source Code
Thursday, January 17, 2008 7:30 AM by  Guy Barrette's Blog
# Robs Usability Development : Silverlight, ASP.NET, Ajax, Agile, MVC & Volta - NL » .NET Source Code Released

Pingback from  Robs Usability Development : Silverlight, ASP.NET, Ajax, Agile, MVC & Volta  - NL   » .NET Source Code Released

# » Daily Bits - January 17, 2008 Alvin Ashcraft’s Daily Geek Bits: Daily links plus random ramblings about development, gadgets and raising rugrats.

Pingback from  » Daily Bits - January 17, 2008 Alvin Ashcraft’s Daily Geek Bits: Daily links plus random ramblings about development, gadgets and raising rugrats.

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 7:44 AM by  anytao

It's exiting news, I think it's a biggest development in history.

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 7:44 AM by Okrim Al Qasal

What is the license you are using for releasing this? Cause if it isn´t FOSS, it´s not worth it. It´s just a trap. Just like the Bush government.

# Soci blog » Blog Archive » A nap h??re: .NET Framework Library Source Code now available

Pingback from  Soci blog  » Blog Archive   » A nap h??re: .NET Framework Library Source Code now available

# MS Making .Net Framework Source Code Available
Thursday, January 17, 2008 7:57 AM by  It Depends

Scott Guthrie posted the announcement on his blog today. It's a 'read only' license with

# Link Listing - January 16, 2008
Thursday, January 17, 2008 8:01 AM by  Christopher Steen

Link Listing - January 16, 2008

# Link Listing - January 16, 2008
Thursday, January 17, 2008 8:01 AM by  Christopher Steen

Announcements .NET Framework Library Source Code now available [Via: ScottGu ] Announcing ALT.NET Open...

# .NET Framework source now available : Tech-CRM
Thursday, January 17, 2008 8:10 AM by  .NET Framework source now available : Tech-CRM

Pingback from  .NET Framework source now available : Tech-CRM

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 8:17 AM by  Catto

Hey Now Scott,

I think this is a really good direction to go. it just shows how Microsoft cares about the community by opening the .NET Framework.

Thx 4 the info,

Catto

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 8:20 AM by wcoenen

This will be a great help in determining the implicit contract of protected virtual methods in FCL classes. When I need to override such methods, I typically find the FCL documentation insufficient to understand the exact responsabilities of the code. Now I will no longer need to decompile the FCL assemblies in order to understand them :)

Complete documentation in a "programming-by-contract" mindset would be even better though.

# Microsoft libera acesso ao codigo fonte do .NET Framework (Debug)
Thursday, January 17, 2008 8:23 AM by  Ramon Durães

.NET Framework 3.5 - Codigo Fonte Com o lançamento do Visual Studio 2008 e do .NET Framework 3.5 a Microsoft

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 8:24 AM by tczyp

Thank Goodness!!!

What a hard step!!!

# Microsoft.NET Framework 全面开源
Thursday, January 17, 2008 8:34 AM by  桦林

期待已久的.NETFramework终于在本周开源了,微软在MS-RL协议下终于公开了.NETFramework源代码,我们只可以自由查看,不允许直接进行修改。

第一批开放的源代码包括: ...

# .NET Framework Source code available « nothin but dotnet
Thursday, January 17, 2008 9:08 AM by  .NET Framework Source code available « nothin but dotnet

Pingback from  .NET Framework Source code available « nothin but dotnet

# .NET Framework ライブラリ ソース コードが利用可能に
Thursday, January 17, 2008 9:25 AM by  Chica's Blog

.NET Framework ライブラリ ソース コードが利用可能に

# Debugging .NET Framework Libraries
Thursday, January 17, 2008 9:28 AM by  Thoughts on Software Development
# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 9:30 AM by  Andrew Badera

flipbitsnotburgers.blogspot.com/.../net-framework-library-source-code-now.html

re: .NET Framework Library Source Code now available

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 9:31 AM by  Leon Zandman

Great news! Much less spying with Reflector from now on :-)

# .NET Framework Library Source Code available
Thursday, January 17, 2008 9:35 AM by  Warren Tang

NETFrameworkLibrarySourceCodenowavailable ConfiguringVisualStudiotoDebug.NETFramewor...

# Debugging .NET Framework Libraries
Thursday, January 17, 2008 9:49 AM by  Thoughts on Software Development
# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 9:58 AM by  mcp111

Will this work with Visual Web developer 2008 express?

# Codigo Fuente de las librerias de .net LIBERADO « Blog de Carlos Lone

Pingback from  Codigo Fuente de las librerias de .net LIBERADO « Blog de Carlos Lone

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 10:13 AM by  Josh Stodola

This is a big step for Microsoft.  Great work, Scott!  You're a legend.

# .NET Framework Library Source Code now available - ScottGu's Blog
Thursday, January 17, 2008 10:24 AM by  Rob Kennedy's Blog

Scott reports that Microsoft has released the .NET source code w/ developer comments. If you are a true

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 10:26 AM by vik

sweet. thanks.

# .NET Framework终于开源了!
Thursday, January 17, 2008 10:32 AM by  vincent

期待已久的.NET Framework终于在本周开源了,微软在MS-RL协议下终于公开了.NET Framework源代码,我们只可以自由查看,不允许直接进行修改。第一批开放的源代码包括:

.NET基本类库:System,System.CodeDom,System.Collections,System.ComponentModel, System.Diagnostics, System.Drawing, System.Globalization, System.IO, System.Net, System

# Kilde koden til .NET 3.5 frameworket frigivet
Thursday, January 17, 2008 10:36 AM by  Cand.Polyt i den virkelige verden

Da jeg jo egentligt bruger stort set hele min arbejdstid og store dele af min fritid med .NET applikations udvikling, er det vel en nyhed der skal i min blog I praksis betyder det at man kan debuge ind i .NET's kode, se hvordan den er bygget op, og event

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 10:42 AM by Billy Bob

Why do all these blogs show 100's of comments simply saying hi we seen your post?

Is there some value in that to me the viewer?

# .NET Framework Released Today.
Thursday, January 17, 2008 10:47 AM by  mikedopp

.NET Framework Released Today.

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 10:47 AM by  stefan demetz

What about Sharepoint assemblies?

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 10:48 AM by Charles

Hey Scott,

Does this include the LINQtoSQL source code?

- Charles

# .NET Framework Library 3.5 Source Release - And Silverlight Source to Come
Thursday, January 17, 2008 10:53 AM by  POKE 53280,0: Pete Brown's Blog

Scott Guthrie just announced the release of the .NET 3.5 source code. WPF and Windows forms are included

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 10:54 AM by  mikedopp

Scott thanks for the update. Hope to hear more about this at mix08.

mikedopp.net

# .NET Framework Sorce Code disponiv
Thursday, January 17, 2008 10:56 AM by  .NET from outside
# .NET Framework Released Today.
Thursday, January 17, 2008 10:57 AM by  mikedopp.net

.NET Framework Released Today.

# .NET Framework Library Source Code now available
Thursday, January 17, 2008 10:58 AM by  UK Academic Team Blog

If you are a .NET developer then this is the blog post for you. Scott Guthrie explains what is available,

# Scott Guthrie Changes to .NET Framework Reference License
Thursday, January 17, 2008 10:58 AM by  Server and Tools Business News Bytes blog

On January 16, 2008, Scott Guthrie, General Manager within the Microsoft Developer Division, announced

# .NET Framework Source Code Goodness
Thursday, January 17, 2008 11:10 AM by  UK Academic Team Blog

Oh yes. Following up from his earlier announcement , Scott Guthrie has just announced the broad availability

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 11:21 AM by  Dave Parslow

Great!!! A couple of days ago I was trying to "google" any news about the release of the source code, because the last new I could find said that it would be available a couple of days after the launch of VS 2008. Also, I believe that in previous posts it was mentioned that the source code release only covers framework 3.5 and not 2.0/3.0 and only applies to Visual Studio 2008 (not VS 2005) for debugging, although there is going to be a downloadable copy as mentioned previously and in this post.  I'm sure Lutz Roeder will do fine even after the source code release.  Reflector is still one of the easiest and fastest ways to search and navigate though code (I love the hyperlinks), even your own code!!!

# .NET Framework Source code beschikbaar
Thursday, January 17, 2008 11:21 AM by  Arie Leeuwesteijn

De source code van een gedeelte van het .NET framework is beschikbaar. OP dit moment is de code beschikbaar

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 11:22 AM by Chris

Well, it's a start... but why do I get the feeling that this is going to become a problem for developers of projects like Mono?  With the "read-only reference" license, it seems like Microsoft is simply trying to "poison the well", so to speak, for anybody who might try to duplicate the functionality of .NET on other platforms.

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 11:39 AM by Sima

Hi Mr.Scott!

I'm an asp.net beginner.

I have a problem with my site, I thought you can help me.

I'm working on a site for weblog, like this site!

I want to give user "Edit" facilities.

My problem is : When I use "FreeTextBox" control for editing "Text" field, be Null my database, but when I use normal TextBox, it's ok.

I want to know what can I do?

I'll be happy help me.

My Email: princess_of_god86s@yahoo.com

And have nice time!

# .NET Framework Library Source Code Release!!
Thursday, January 17, 2008 11:44 AM by  Sam Gentile

I was given this information on the release of the .NET Framework Reference Code to give out:  

# Chocolate for Dogs » .NET Source Code Released for VS 2008
Thursday, January 17, 2008 11:48 AM by  Chocolate for Dogs » .NET Source Code Released for VS 2008

Pingback from  Chocolate for Dogs    » .NET Source Code Released for VS 2008

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 11:51 AM by  foo

if i'm developing MONO (which does also run under windows) may i look at the source? i mean i am developing for windows, just not exclusively (and the dev-box runs linux - gotta have a _work_station, not a gamestation)

# Επιτέλους Διαθέσιμος ο Source Code του .ΝΕΤ Framework
Thursday, January 17, 2008 12:14 PM by  Οι Ειδήσεις του Student Guru

Διαθέσιμος είναι απο χθές ο κώδικας του .ΝΕΤ Framework σύμφωνα με ένα Blog Post του Scott Guthrie. Ο

# Accediendo al codigo del Framework .NET
Thursday, January 17, 2008 12:14 PM by  Miguel Saez

Ha sido liberado el código fuente del framework .NET. Este es un anuncio muy esperado por toda la

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 12:20 PM by Sla

Hmm, how its any better and provide more complete information then for example Reflector+Deblector ?

# .Net Framework Source Code is Now in Your Hands! « .Net Technology Blog - Seeking for new Ideas!

Pingback from  .Net Framework Source Code is Now in Your Hands! « .Net Technology Blog - Seeking for new Ideas!

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 12:35 PM by  Joe

It's inspiring to see posts here in so many languages. It would be nifty if Hungarian displayed properly though.

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 12:38 PM by Martin

Neat, but, can VS2005 users use this ?

# Silverlight Hyperlink
Thursday, January 17, 2008 12:59 PM by  Steven Smith

Playing with Silverlight and needed a simple way to redirect the page. This isn't built-in yet but

# Disponibili i sorgenti delle librerie del .NET Framework per il debug integrato con Visual Studio 2008
Thursday, January 17, 2008 1:06 PM by  Noticias externas

Annunciata la disponibilita di una parte dei sorgenti delle librerie del .NET Framework. Le librerie

# Rags to Riches » Blog Archive » Microsoft releases .Net Framework Library Source

Pingback from  Rags to Riches  » Blog Archive   » Microsoft releases .Net Framework Library Source

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 1:38 PM by CJohnson

I love you.

# Alexei@Nitobi » Blog Archive » Microsoft releases .NET framework source code!

Pingback from  Alexei@Nitobi  » Blog Archive   » Microsoft releases .NET framework source code!

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 2:04 PM by yfisaqt

Will source code to mscorlib be released?

# Debugging into the .NET Framework Source
Thursday, January 17, 2008 2:16 PM by  James Kovacs

As promised, Microsoft has made the source for the .NET Framework available for debugging purposes. You'll

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 2:57 PM by Graeme Chandler

Well, I have to say its about time MS did this. Borland has provided source for its VCL libraries since Delphi 1 in 1995. This has been an invaluable reference and support when debugging and developing. It will make a considerable difference to VS developers.

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 3:00 PM by CJohnson

Just so I'm clear on this, I'm NOT allowed to use this as a concept to develop something similar for unix based systems?

# 乌龟速度 » Blog Archive » Microsoft.NET Framework 全面开源

Pingback from  乌龟速度  » Blog Archive   » Microsoft.NET Framework 全面开源

# .NET Framework Library Source Code
Thursday, January 17, 2008 3:11 PM by  Dan Lewis's Electric Thoughts

Want to debug the .net framework? Or super geeky and just want to see how it's all done? The .NET framework

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 3:33 PM by Lukas Meierhofer

Hey - .NET is now where Java is since its first release.

We can finally few the class libraries's source :)

# Επιτέλους Διαθέσιμος ο Source Code του .ΝΕΤ Framework
Thursday, January 17, 2008 3:33 PM by  Οι Ειδήσεις του Student Guru

Διαθέσιμος είναι απο χθές ο κώδικας του .ΝΕΤ Framework σύμφωνα με ένα Blog Post του Scott Guthrie. Ο

# .NET Framework Library Source Code now available : tlcube.com
Thursday, January 17, 2008 3:51 PM by  .NET Framework Library Source Code now available : tlcube.com

Pingback from  .NET Framework Library Source Code now available : tlcube.com

# Professional computer programming type nerds... - SpartanTailgate.com - Michigan State Spartans Forums

Pingback from  Professional computer programming type nerds... - SpartanTailgate.com - Michigan State Spartans Forums

# .NET Framework Library Source Code is available for your Debugging Needs
Thursday, January 17, 2008 3:58 PM by  Non-Destructive Me

Finally! I've been waiting for this for ages and now its available. Scott Guthrie has more details. First

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 3:59 PM by  Miguel Madero

Scott:

Is there any plan for Compact Framework developers?

I know we are only a few compared to the WinForms and ASP.NET devs, but we would really appreciate something like this and we know this doesnt implies a change for the CF Code, its just making it available.

I have not seen any announcement about this in the CF Team Blog, but I hope they´re at least considering this.

By the way, do you know something about the DLR and CF? Is not that I really need (like the source code), but just for curiosity.

# Διαθέσιμος ο κώδικας του .NET Framework!
Thursday, January 17, 2008 4:04 PM by  Ειδήσεις του dotNETZone.gr

Τον Οκτώβριο είχε γίνει γνωστή η απόφαση της Microsoft να κάνει διαθέσιμο τον πηγαίο κώδικα του .NET

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 4:18 PM by  mcp111

Does this work with VS2005 also?

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 4:22 PM by  Miguel Madero

What would be need to place our own Symbols server?

It would be nice if VSTS could do something like this for our own libraries. Control venders could do something similar to step into their code.

It would be really cool if someone could use something like reflector and disassemble code on the fly as needed and provide a similar support. I dont know about the internals of a debugger, even with the code disassembled we would need the pdbs, dont sure if this is something even possible, but would be really cool to have. This is maybe a project for someone with the right knwoledge.

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 4:25 PM by Anon

белые  наступают!!!

# .Net Framework Library Source Code - Now Available!!!
Thursday, January 17, 2008 4:41 PM by  Rydal's .Net Clr

.Net Framework Library Source Code - Now Available!!!

# Mike on Software » .NET Source Code now available for VS2008 users

Pingback from  Mike on Software » .NET Source Code now available for VS2008 users

# .NET Framework Library Source Code now available
Thursday, January 17, 2008 5:16 PM by  Bite my bytes

.NET Framework Library Source Code now available

# .NET Frameworkのライブラリのソースコードが公开になったそうな!!!!
Thursday, January 17, 2008 5:30 PM by  ひろえむの日々是勉强

.NET Frameworkのライブラリのソースコードが公开になったそうな!!!!

# .NET Framework Library Source Code
Thursday, January 17, 2008 6:07 PM by  Chris Eargle

.NET Framework Library Source Code

# A late Christmas present - .NET Framework source code now available
Thursday, January 17, 2008 6:33 PM by  Eric Nelson - Development for .NET Framework for ISVs

Scott (as usual) does a great job of explaining how simple this is to setup. Once enabled, VS 2008 will

# A late Christmas present - .NET Framework source code now available
Thursday, January 17, 2008 7:17 PM by  Noticias externas

Scott (as usual) does a great job of explaining how simple this is to setup. Once enabled, VS 2008 will

# links for 2008-01-18 « Mike Does Tech
Thursday, January 17, 2008 7:32 PM by  links for 2008-01-18 « Mike Does Tech

Pingback from  links for 2008-01-18 « Mike Does Tech

# .NET Framework开源 如何保存源代码
Thursday, January 17, 2008 8:07 PM by  Bolik

期待已久的.NETFramework终于在本周开源了,微软在MS-RL协议下终于公开了.NETFramework源代码,我们只可以自由查看,不允许直接进行修改。第一批开放的源代码包括:.NET基...

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 8:19 PM by Wang Qizhi

thanks!

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 8:36 PM by  Jack.Kan

Good news!

# .NET Framework Source Code now Available...
Thursday, January 17, 2008 9:10 PM by  Rexiology@MSDN

[via ScottGu ] Available source code for now: NET Base Class Libraries (including System, System.CodeDom,

# .NET Framework Source Code now Available...
Thursday, January 17, 2008 9:10 PM by  Rexiology::Work

crosspost from http://blogs.msdn.com/rextang [via ScottGu ] Available source code for now: NET Base Class

# .NET Framework Source Code now Available...
Thursday, January 17, 2008 9:21 PM by  Noticias externas

[via ScottGu ] Available source code for now: NET Base Class Libraries (including System, System.CodeDom

# .NET Framework 라이브러리 소스코드 공개(2008/01)
Thursday, January 17, 2008 9:48 PM by  bkchung's WebLog

.NET Framework Library Source Code now available - ScottGu's Blog 이전에 예고 된대로 라이브러리의 소스 코드가 공개되었습니다. 공개된

# MSDN Blog Postings » .NET Framework Source Code now Available...

Pingback from  MSDN Blog Postings  » .NET Framework Source Code now Available...

# .NET Framework 라이브러리 소스코드 공개(2008/01)
Thursday, January 17, 2008 10:23 PM by  Noticias externas

.NET Framework Library Source Code now available - ScottGu's Blog 이전에 예고 된대로 라이브러리의 소스 코드가 공개되었습니다

# Microsoft.NET Framework 全面开源
Thursday, January 17, 2008 10:32 PM by  phphot

Microsoft.NET Framework 全面开源

# re: .NET Framework Library Source Code now available
Thursday, January 17, 2008 11:24 PM by Boler Guo

Hi Scott,

May I ask why when I close the VSTS the source files are removed? Thank you.

-Boler

# .NET Framework 开源了
Friday, January 18, 2008 12:06 AM by  yangyibang

.NET Framework Library Source Code now available

# Peek into the .NET Framework Source Code « WinDev - Everything Windows Development

Pingback from  Peek into the .NET Framework Source Code « WinDev - Everything Windows Development

# .NET Framework Library Source Code now available - ScottGu’s Blog « Noocyte’s Weblog

Pingback from  .NET Framework Library Source Code now available - ScottGu’s Blog « Noocyte’s Weblog

# .NET Source Code Released to VS2008 Developers | David Arno's Blog

Pingback from  .NET Source Code Released to VS2008 Developers | David Arno's Blog

# .NET Framework source code available
Friday, January 18, 2008 2:54 AM by  Janko`s Blog

Scott Guthrie announced this morning that source code for .NET Framework library is now available. This

# .Net Framework 3.5 ????????????????????? - LiveSino - LiveSide ?????????

Pingback from  .Net Framework 3.5 ?????????????????????  -  LiveSino - LiveSide ?????????

# .NET Source Code (not all, but few) released! « C h a k s’ C o r n e r

Pingback from  .NET Source Code (not all, but few) released! « C h a k s’ C o r n e r

# Le code source du Framework .NET est disponible
Friday, January 18, 2008 4:31 AM by  Porte25: Open Source et Interop @ Microsoft

Nous vous parlions dans un billet precedent l’annonce par Microsoft de son intention de proposer le code

# Доступен исходный код .NET Framework
Friday, January 18, 2008 4:37 AM by  Максим Крентовский

Поймал в ленте Opennet сию замечательную новость .

# .NET Framework Source Available
Friday, January 18, 2008 5:26 AM by  Martin Parry

This is quite big news. A lot of people have wanted this for a long time. Not only can you...

# Co?kun SUNALI | .net framework, c#, asp.net, atlas, visual studio, iis and everything else » .NET Framework source code is now open to the public

Pingback from  Co?kun SUNALI | .net framework, c#, asp.net, atlas, visual studio, iis and everything else » .NET Framework source code is now open to the public

# news.clarionlife.net » .NET Framework Library Source Code now available

Pingback from  news.clarionlife.net » .NET Framework Library Source Code now available

# .NET Framework Library Source Code now available
Friday, January 18, 2008 9:50 AM by  yangwuhan

NET Framework Library Source Code

# Pippin Paul | Microsoft.NET Framework ????????????
Friday, January 18, 2008 10:50 AM by  Pippin Paul | Microsoft.NET Framework ????????????

Pingback from  Pippin Paul | Microsoft.NET Framework ????????????

# Microsoft News Weblog » Blog Archive » .NET Framework Library Source Code now available

Pingback from  Microsoft News Weblog  » Blog Archive   » .NET Framework Library Source Code now available

# [VS2008] Finally !!! liberado el codigo del .Net Framework (conociendo el interior del lado oscuro)
Friday, January 18, 2008 12:51 PM by  El Bruno

Buenas este tipo de noticia se reproduce como un politono de los malos. Anoche a altas horas de la madrugada,...

# Silverlight Source Will Be Released
Friday, January 18, 2008 1:32 PM by  Hauser & Wenz :: Blog

Everybody noticed that Scott Guthrie announced the availability of the .NET Framework Library source code, but almost unnoticed went this comment: Yes - we'll be releasing the source and enabling debugging for the Silverlight libraries as well once they

# .NET Libraries debugging mit Visual Studio 2008
Friday, January 18, 2008 2:06 PM by  Swiss DPE Team Blog

Auf Channel9 wurde gestern ein Video publiziert wo angezeigt wird, wie man die „.NET Framework Libraries

# Microsoft releases source code for .Net libraries
Friday, January 18, 2008 2:28 PM by  jeroen

Scott Guthrie announced that, as previously promised, the source code for some of the core .Net libraries

# .NET Libraries Debugging mit Visual Studio 2008
Friday, January 18, 2008 3:05 PM by  Noticias externas

Auf Channel9 wurde gestern ein Video publiziert wo angezeigt wird, wie man die ".NET Framework Libraries

# Microsoft releases source code for .NET Framework libraries | //beconfused

Pingback from  Microsoft releases source code for .NET Framework libraries | //beconfused

# .NET Framework Library Source Code available for viewing « vincenthome’s Software Development

Pingback from  .NET Framework Library Source Code available for viewing « vincenthome’s Software Development

# rascunho » Blog Archive » links for 2008-01-18
Friday, January 18, 2008 3:21 PM by  rascunho » Blog Archive » links for 2008-01-18

Pingback from  rascunho  » Blog Archive   » links for 2008-01-18

# .NET Framework Source Code Available
Friday, January 18, 2008 3:43 PM by  Keith Kinnan's Weblog

The .NET Framework source code is now available for download and you can debug with Visual Studio 2008.

# MSDN Blog Postings » .NET Libraries Debugging mit Visual Studio 2008

Pingback from  MSDN Blog Postings  » .NET Libraries Debugging mit Visual Studio 2008

# .NET Framework Source Code Available
Friday, January 18, 2008 4:07 PM by  Noticias externas

The .NET Framework source code is now available for download and you can debug with Visual Studio 2008

# Info World » Blog Archive » Microsoft allows developers to examine .Net source code

Pingback from  Info World  » Blog Archive   » Microsoft allows developers to examine .Net source code

# Rilasciato il codice sorgente del Framework .Net
Friday, January 18, 2008 5:39 PM by  espertini.com

Rilasciato il codice sorgente del Framework .Net

# .NET Source Code disponibile
Friday, January 18, 2008 5:47 PM by  Paolo Pialorsi

Questa e una di quelle notizie che meritano di essere riportate anche solo come link. Ora vedro di studiarmi

# links for 2008-01-19 | Funny Stuff is all around
Friday, January 18, 2008 7:33 PM by  links for 2008-01-19 | Funny Stuff is all around

Pingback from  links for 2008-01-19 | Funny Stuff is all around

# Talking to myself…..in public » Blog Archive » .NET Framework Source Released

Pingback from  Talking to myself…..in public  » Blog Archive   » .NET Framework Source Released

# Microsoft.NET Framework 全面开源了.
Friday, January 18, 2008 11:52 PM by  E.L.---黑者如斯夫,不舍昼夜......

转贴news.csdn.net/.../112839.html

期待已久的.NETFramework终于在本周开源了,微软在MS-RL协议下终于公开了.NETFram...

# Microsoft.NET Framework 全面开源 [转]
Saturday, January 19, 2008 1:21 AM by  罗布林克

期待已久的.NET Framework终于在本周开源了,微软在MS-RL协议下终于公开了.NET Framework源代码,我们只可以自由查看,不允许直接进行修改。

# ???????????????????????????????????????????????????????????????????????? .NET Framework ???????????? | xTunx Blog

Pingback from  ???????????????????????????????????????????????????????????????????????? .NET Framework ???????????? | xTunx Blog

# Microsoft.NET Framework 全面开源
Saturday, January 19, 2008 1:40 AM by  KidYang

期待已久的.NETFramework终于在本周开源了,微软在MS-RL协议下终于公开了.NETFramework源代码,我们只可以自由查看,不允许直接进行修改。

第一批开放的源代码包括: ...

# Elegant Code » .NET Framework Library Source Code now available

Pingback from  Elegant Code » .NET Framework Library Source Code now available

# I sorgenti di .NET - per molti ma non per Mono at pollycoke :)
Saturday, January 19, 2008 3:30 AM by  I sorgenti di .NET - per molti ma non per Mono at pollycoke :)

Pingback from  I sorgenti di .NET - per molti ma non per Mono at pollycoke :)

# Ya est?? disponible el c??digo del .NET Framework « Thinking in .NET

Pingback from  Ya est?? disponible el c??digo del .NET Framework « Thinking in .NET

# Infinite Layers » Blog Archive » Codice .NET? Non per Mono
Saturday, January 19, 2008 9:43 AM by  Infinite Layers » Blog Archive » Codice .NET? Non per Mono

Pingback from  Infinite Layers  » Blog Archive   » Codice .NET? Non per Mono

# Microsoft.NET Framework 全面开源
Saturday, January 19, 2008 9:56 AM by  Arthur(阿胜)

Microsoft.NET Framework 全面开源

# VS2008 team suite
Saturday, January 19, 2008 11:14 AM by  bindsang

今天终于有时间下载VS2008team suite版了 里面的js脚本编辑器,号称是全面支持智能感知和函数描述,参数说明,按帮助给的方式试了一下,觉得还不错,连ajax写的希奇古怪的js脚本都可以正常提示出来 顺便搭配使用一下DOTNET Framework的开源代码

# Developer kini bisa melihat Source Code .Net Framework « All About Learning And Information Tecnology

Pingback from  Developer kini bisa melihat Source Code .Net Framework « All About Learning And Information Tecnology

# Hans-Peter Haberlandners Weblog » Blog Archive » Debuggen im Source Code des .NET Frameworks -Now!

Pingback from  Hans-Peter Haberlandners Weblog  » Blog Archive   » Debuggen im Source Code des .NET Frameworks -Now!

# .Net Source Codes Release - RunUO Gaming Network
Saturday, January 19, 2008 2:44 PM by  .Net Source Codes Release - RunUO Gaming Network

Pingback from  .Net Source Codes Release - RunUO Gaming Network

# Microsoft.NET Framework 全面开源
Sunday, January 20, 2008 9:47 AM by  yuantao

期待已久的.NETFramework终于在本周开源了,微软在MS-RL协议下终于公开了.NETFramework源代码,我们只可以自由查看,不允许直接进行修改。

第一批开放的源代码包括: ...

# [VS2008] Debuggare il codice del Framework

[VS2008] Debuggare il codice del Framework

# Microsoft.NET Framework 全面开源
Sunday, January 20, 2008 12:03 PM by  figo

Microsoft.NET Framework 全面开源

# ?? ?????????????? ?????????????? ?????? ???? .NET framework ?????????? ?????????? ???????????????????? « DOT NET RULES

Pingback from  ?? ?????????????? ?????????????? ?????? ???? .NET framework ?????????? ?????????? ???????????????????? « DOT NET RULES

# .NET Framework Source Code available | DavideZordan.net
Sunday, January 20, 2008 1:40 PM by  .NET Framework Source Code available | DavideZordan.net

Pingback from  .NET Framework Source Code available | DavideZordan.net

# Links of the Week #20 (week 3/2008)
Sunday, January 20, 2008 6:14 PM by  Bite my bytes

Links of the Week #20 (week 3/2008)

# .NET Framework source code released
Sunday, January 20, 2008 6:34 PM by  The HALLway

.NET Framework source code released

# Professional computer programming type nerds... - SpartanTailgate.com - Michigan State Spartans Forums

Pingback from  Professional computer programming type nerds... - SpartanTailgate.com - Michigan State Spartans Forums

# Weekly Link Post 25 « Rhonda Tipton’s WebLog
Sunday, January 20, 2008 7:38 PM by  Weekly Link Post 25 « Rhonda Tipton’s WebLog

Pingback from  Weekly Link Post 25 « Rhonda Tipton’s WebLog

# Community Convergence XXXIX
Monday, January 21, 2008 1:41 AM by  Charlie Calvert's Community Blog

Welcome to the XXXIX issue of Community Convergence. The big news this week is that Microsoft has begun

# Community Convergence XXXIX
Monday, January 21, 2008 1:52 AM by  Noticias externas

Welcome to the XXXIX issue of Community Convergence. The big news this week is that Microsoft has begun

# ..:: ExaSpring’s Blog ::.. Web Hosting, Web Designing and SEO Blog ::.. » Blog Archive » Microsoft allows developers to examine .Net source code

Pingback from  ..:: ExaSpring’s Blog ::.. Web Hosting, Web Designing and SEO Blog ::..  » Blog Archive   » Microsoft allows developers to examine .Net source code

# ..:: ExaSpring’s Blog ::.. Web Hosting, Web Designing and SEO Blog ::.. » Blog Archive » .NET Framework Library Source Code now available

Pingback from  ..:: ExaSpring’s Blog ::.. Web Hosting, Web Designing and SEO Blog ::..  » Blog Archive   » .NET Framework Library Source Code now available

# re: .NET Framework Library Source Code now available
Monday, January 21, 2008 7:02 AM by  ganesh84

Awesome.

Hello Scott , the first thing that came to my mind after reading this was 'Why now'?. Can we expect for a bigger suprise later on..;)

# Web Hosting » Blog Archive » :: ExaSpring???s Blog ::.. Web Hosting, Web Designing and SEO Blog…

Pingback from  Web Hosting  » Blog Archive   » :: ExaSpring???s Blog ::.. Web Hosting, Web Designing and SEO Blog…

# Web Hosting » Blog Archive » Web Hosting ?? Blog Archive ?? :: ExaSpring???s Blog ::.. Web…

Pingback from  Web Hosting  » Blog Archive   » Web Hosting ?? Blog Archive ?? :: ExaSpring???s Blog ::.. Web…

# Herbert Moroni » Blog Archive » C??digo fonte do .NET Framework disponivel.

Pingback from  Herbert Moroni  » Blog Archive   » C??digo fonte do .NET Framework disponivel.

# Web Hosting » Blog Archive » Herbert Moroni ?? Blog Archive ?? C??digo fonte do .NET Framework…

Pingback from  Web Hosting  » Blog Archive   » Herbert Moroni ?? Blog Archive ?? C??digo fonte do .NET Framework…

# Web Hosting » Blog Archive » Web Hosting ?? Blog Archive ?? Herbert Moroni ?? Blog Archive ??…

Pingback from  Web Hosting  » Blog Archive   » Web Hosting ?? Blog Archive ?? Herbert Moroni ?? Blog Archive ??…

# .NET Framework Library Source Code now available
Monday, January 21, 2008 12:22 PM by  Letteer Lines

.NET Framework Library Source Code now available

# Web Hosting » Blog Archive » NET Framework Library Source Code now available

Pingback from  Web Hosting  » Blog Archive   » NET Framework Library Source Code now available

# Web Hosting » Blog Archive » Web Hosting ?? Blog Archive ?? NET Framework Library Source Code now…

Pingback from  Web Hosting  » Blog Archive   » Web Hosting ?? Blog Archive ?? NET Framework Library Source Code now…

# Web Hosting » Blog Archive » Web Hosting ?? Blog Archive ?? Herbert Moroni ?? Blog Archive ?? C …

Pingback from  Web Hosting  » Blog Archive   » Web Hosting ?? Blog Archive ?? Herbert Moroni ?? Blog Archive ?? C …

# Weekly Crumbs #3 - Service Endpoint
Monday, January 21, 2008 6:01 PM by  Weekly Crumbs #3 - Service Endpoint

Pingback from  Weekly Crumbs #3 - Service Endpoint

# Webhosting - Information about Webhosting » Web Hosting ?? Blog Archive ?? Herbert Moroni ?? Blog Archive ?? C …

Pingback from  Webhosting - Information about Webhosting » Web Hosting ?? Blog Archive ?? Herbert Moroni ?? Blog Archive ?? C …

# Web Hosting » Blog Archive » Web Hosting ?? Blog Archive ?? :: ExaSpring???s Blog ::.. Web

Pingback from  Web Hosting  » Blog Archive   » Web Hosting ?? Blog Archive ?? :: ExaSpring???s Blog ::.. Web

# re: .NET Framework Library Source Code now available
Monday, January 21, 2008 8:10 PM by  SilverlightExamples

Hi Scott,

>> Yes - we'll be releasing the source and enabling debugging for the Silverlight libraries as well once they ship.

I'm amazed! But as far as I know, some Silverlight libraries are unmanaged. Silverlight team at Silverlight.net told me once that the Shape, Transformation and other classes are in native code. Correct me if i'm wrong, the managed Silverlight libraries are just wrappers on top of unmanaged code.

So I was wondering how the opening Silverlight source code would work, as there are libraries of unmanaged code. If only the managed source code is available, we will see only the source code of wrappers.

Thanks

Sopheap Ly

# Silverlight Libraries Source Code Will Be Available
Monday, January 21, 2008 8:22 PM by  SilverlightExamples.NET

Silverlight Libraries Source Code Will Be Available

# ????????????.NET Base Classes????????? | ???????????????
Monday, January 21, 2008 8:43 PM by  ????????????.NET Base Classes????????? | ???????????????

Pingback from  ????????????.NET Base Classes????????? | ???????????????

# Finds of the Week - Jan 20, 2008 » Chinh Do
Monday, January 21, 2008 11:05 PM by  Finds of the Week - Jan 20, 2008 » Chinh Do

Pingback from  Finds of the Week - Jan 20, 2008 » Chinh Do

# Web Hosting » Blog Archive » Web Hosting ?? Blog Archive ?? Web Hosting ?? Blog Archive ?? NET

Pingback from  Web Hosting  » Blog Archive   » Web Hosting ?? Blog Archive ?? Web Hosting ?? Blog Archive ?? NET

# Web Hosting » Blog Archive » Web Hosting ?? Blog Archive ?? Web Hosting ?? Blog Archive ?? NET…

Pingback from  Web Hosting  » Blog Archive   » Web Hosting ?? Blog Archive ?? Web Hosting ?? Blog Archive ?? NET…

# Webhosting - Information about Webhosting » Web Hosting ?? Blog Archive ?? Web Hosting ?? Blog Archive ?? Web …

Pingback from  Webhosting - Information about Webhosting » Web Hosting ?? Blog Archive ?? Web Hosting ?? Blog Archive ?? Web …

# Disponibili i sorgenti di .NET, ma… | PettiNix
Tuesday, January 22, 2008 5:21 AM by  Disponibili i sorgenti di .NET, ma… | PettiNix

Pingback from  Disponibili i sorgenti di .NET, ma… | PettiNix

# Codigo fonte do .NET Framework esta disponivel
Tuesday, January 22, 2008 8:46 AM by  Carlos Fernando Paleo da Rocha
SBS MVP in Brazil

O codigo fonte das livrarias do framework .NET esta disponivel sob uma licença de leitura para consulta

# Codigo fonte do .NET Framework esta disponivel
Tuesday, January 22, 2008 9:26 AM by  Tecnologias

O codigo fonte das livrarias do framework .NET esta disponivel sob uma licença de leitura para consulta

# Web Hosting » Blog Archive » Disponibili i sorgenti di .NET, ma??? | PettiNix

Pingback from  Web Hosting  » Blog Archive   » Disponibili i sorgenti di .NET, ma??? | PettiNix

# ???????????? ???????????? ?? ???????????????? ?????????? ?????????????????? .NET · Devnews

Pingback from  ???????????? ???????????? ?? ???????????????? ?????????? ?????????????????? .NET · Devnews

# Codigo fonte da plataforma .NET disponivel no Visual Studio 2008
Tuesday, January 22, 2008 12:48 PM by  Carlos Guedes

Tal como o ScottGu anunciou em Outubro de 2007 , a Microsoft disponibilizou o codigo fonte da plataforma

# Web Hosting » Blog Archive » ???????????? ???????????? ?? ???????????????? ??????????…

Pingback from  Web Hosting  » Blog Archive   » ???????????? ???????????? ?? ???????????????? ??????????…

# Web Hosting » Blog Archive » Web Hosting ?? Blog Archive ?? ???????????? ???????????? ??…

Pingback from  Web Hosting  » Blog Archive   » Web Hosting ?? Blog Archive ?? ???????????? ???????????? ??…

# Web Hosting » Blog Archive » Web Hosting ?? Blog Archive ?? Web Hosting ?? Blog Archive ??…

Pingback from  Web Hosting  » Blog Archive   » Web Hosting ?? Blog Archive ?? Web Hosting ?? Blog Archive ??…

# » Whoa.. Microsoft Goes Open Source with the .NET Framework
Tuesday, January 22, 2008 4:28 PM by  » Whoa.. Microsoft Goes Open Source with the .NET Framework

Pingback from  » Whoa.. Microsoft Goes Open Source with the .NET Framework

# Web Hosting » Blog Archive » ?? Whoa.. Microsoft Goes Open Source with the .NET Framework

Pingback from  Web Hosting  » Blog Archive   » ?? Whoa.. Microsoft Goes Open Source with the .NET Framework

# Web Hosting » Blog Archive » Web Hosting ?? Blog Archive ?? ?? Whoa.. Microsoft Goes Open Source…

Pingback from  Web Hosting  » Blog Archive   » Web Hosting ?? Blog Archive ?? ?? Whoa.. Microsoft Goes Open Source…

# Web Hosting » Blog Archive » Web Hosting ?? Blog Archive ?? Web Hosting ?? Blog Archive ?? ??…

Pingback from  Web Hosting  » Blog Archive   » Web Hosting ?? Blog Archive ?? Web Hosting ?? Blog Archive ?? ??…

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值