News

Microsoft Releases .NET Framework 4.5.1

64-bit Edit and Continue is the key feature addition.

Related Content:

On the same day Microsoft released the final version of Visual Studio 2013, a less-heralded but critical product for developers also got its official edition: the .NET Framework 4.5.1.

The latest version of .NET is a "customer-focused release", states a blog entry from the ".NET Team" from earlier today. Rather than a raft of bug fixes, this version is more about adding features.

The top feature added was by far the most requested by developers: X64 Edit and Continue (EnC). The delay in adding it, according to the blog, was the necessity to get other features in place first:

"We've wanted to add that feature for a long time, but we always had at least two other features ahead of it in our priority list. This time, we decided that it really needed to get done and didn't bother with any of the priority lists."

X86 EnC has been around since the days of Visual Studio 2005 and the .NET Framework 2.0. But there has been no 64-bit version until now. With X64 EnC, a developer can stop at a breakpoint with edited source in an invalid state. The source can then be made valid, followed by the developer stepping again and continuing to run the application.

The blog pointed to numerous other upgrades as well, including:

Microsoft calls the .NET Framework 4.5.1 a "highly compatible, in-place upgrade" from .NET 4 and .NET 4.5. It's available from the Microsoft Download Center. The Preview version of .NET 4.5.1 was released June 26 of this year.

A key feedback driver for the .NET Framework and Visual Studio products is the Visual Studio UserVoice site, which allows developers to request features, and other developers to vote on them, signifying their agreement with the request. The UserVoice requests that were fulfilled with .NET 4.5.1 are X64 EnC; function return value in the debugger; sorting and filtering in the Code analysis window; and Large Object Heap (LOH) compaction.

About the Author

Keith Ward is the editor in chief of Virtualization & Cloud Review. Follow him on Twitter @VirtReviewKeith.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube