News

First Source Code for .NET Framework Libraries Released

Microsoft releases .NET 3.5 Framework library source code.

Microsoft has followed up on its promise to release the .NET 3.5 Framework library source code.

Libraries Now Open

A list of what's available for developers to view:
  • .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)
Source: Microsoft
The company released the source code of more than a dozen libraries -- including ASP.NET, Windows Presentation Layer, Windows Forms and the .NET Base Class Libraries -- last month (see "Libraries Now Open").

Scott Guthrie, general manager of the Microsoft Developer Division, is promising that more libraries will come soon, including ones for Workflow, Windows Communication Foundation and LINQ.

"We think that enabling source code access and debugger integration of the .NET Framework libraries is going to be really valuable for .NET developers," he says in his blog post announcing the release of the class libraries. "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."

His blog includes instructions for configuring Visual Studio 2008 to access and debug the source code.

While the source code is being released under the company's read-only reference license (as originally planned), Guthrie notes Microsoft has made a change to the license terms.

"When we announced that we were releasing the source code back in October, some people had concerns about the potential impact of their viewing the source," notes Guthrie. Now, if a developer is coding for the 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," he says.

About the Author

Becky Nagel is the former editorial director and director of Web for 1105 Media's Converge 360 group, and she now serves as vice president of AI for company, specializing in developing media, events and training for companies around AI and generative AI technology. She's the author of "ChatGPT Prompt 101 Guide for Business Users" and other popular AI resources with a real-world business perspective. She regularly speaks, writes and develops content around AI, generative AI and other business tech. Find her on X/Twitter @beckynagel.

comments powered by Disqus

Featured

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube