News

Microsoft Takes Step Toward Opening .NET 3.5 Framework

In a surprise move, Microsoft said today it is releasing the reference source code for the .NET Framework libraries, a key step toward opening up the proprietary development platform.

Developers will be able to review and debug .NET source code with Visual Studio 2008 and .NET Framework 3.5. Released under the Microsoft Reference License, developers are able to view, but not modify or distribute, the reference source code.

The goal is to give .NET developers an opportunity to better understand "the inner workings of the framework's source code," Scott Guthrie, general manager of Microsoft's developer division, said in a blog posting.

"Having source code access and debugger integration of the .NET Framework libraries is going to be really valuable for .NET developers," Guthrie wrote. "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 developers to build better applications and make even better use of them."

While Forrester analyst Jeffrey Hammond said that Microsoft has resisted opening the .NET Framework, it's not the first time the software giant has taken such a step, noting a similar move with the Windows source code several years back.

Developers are likely to welcome the move but see it as an incremental step, given the fact that they will not be able to modify or distribute the code. "I would view it as a testing the waters move, the next step would be going to the source submitter process that would allow other folks to innovate with the .NET Framework," Hammond said.

"It would be interesting to see Microsoft adopt a process by which they can tap into the innovation of the community at large, that's one of the things they are really struggling with right now," he added.

Hammond pointed out that Microsoft needed to make such an initial move, given what developers are becoming accustomed to in the open source world with tools such as Eclipse and Apache, among others.

"One of the things that makes Eclipse so powerful is there are so many external committers that a tremendous amount of defects get fixed in a very rapid time frame," Hammond said.

Still developers are ultimately going to want to be able to modify the .NET code and Hammond believes .NET developers are going to expect that over time. Yet the move should at least ease the bug fixing process, he said.

"When you have a bug and that bug gets traced to commercial software product, you can report the bug to the vendor but then you are pretty much out of luck until the vendor comes back with a solution," he said. "With this you can debug into that source, you can figure out why your having a problem, and a) maybe you work around it yourself, or b) be very specific when you give Microsoft feedback in terms of a defect that's impacting your ability to work."

--RDN Editor Michael Desmond contributed to this story.

About the Author

Jeffrey Schwartz is editor of Redmond magazine and also covers cloud computing for Virtualization Review's Cloud Report. In addition, he writes the Channeling the Cloud column for Redmond Channel Partner. Follow him on Twitter @JeffreySchwartz.

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events