📜 ⬆️ ⬇️

Microsoft will publish source code. NET Framework 3.5

Microsoft decided to post the source code of the .NET Framework 3.5 libraries.
They began to open source codes (including file comments) for .NET Base Class Libraries (System, System.IO, System.Collections, System.Configuration, System.Threading, System.Net, System.Security, System.Runtime, System. Text, etc), ASP.NET (System.Web), Windows Forms (System.Windows.Forms), ADO.NET (System.Data), XML (System.Xml), and WPF (System.Windows). They will publish more libraries next month (including WCF, Workflow and LINQ). Source codes will be published under the Microsoft Reference License (MS-RL).

You can download the source code of the .NET Framework libraries through a standalone installation (which allows you to use any text editor to view the source code). VS 2008 debugging is also supported.

The final release of VS 2008 supports in debugging the ability to dynamically load debug information and source code from the .NET Framework from a Microsoft server.
')
English original news: ironruby.blogspot.com/2007/10/microsoft-opens-doors-of-source-codes.html

Screenshots of mentioned debugging in VS 2008: weblogs.asp.net/scottgu/archive/2007/10/03/releasing-the-source-code-for-the-net-framework-libraries.aspx

PS: If there is any information or impressions - share.

Source: https://habr.com/ru/post/14716/


All Articles