News

Microsoft Releases .NET Framework 4.7.1

Microsoft shipped the latest iteration of its .NET Framework, version 4.7.1, adding support for .NET Standard 2.0 among a host of other improvements to accessibility, security, performance, reliability and more.

.NET Standard defines APIs that all conformant .NET implementations must provide to ensure consistent API usage across development projects, replacing the previous Portable Class Libraries (PCL) as the means to create libraries for all scenarios.

Version 2.0 of the .NET Standard made big news when it was announced in August with the addition of tens of thousands of APIs.

.NET Standard 2.0
[Click on image for larger view.] .NET Standard 2.0 (source: Microsoft).

And now, some 200 additional .NET Standard APIs are being provided with .NET Framework 4.7.1 that weren't available in v4.7 or earlier versions.

"Applications that target .NET Framework 4.6.1 through 4.7 must deploy additional .NET Standard 2.0 support files in order to consume .NET Standard 2.0 libraries," Microsoft explained in a blog post yesterday. "This situation occurred because the .NET Standard 2.0 spec was finalized after .NET Framework 4.6.1 was released. .NET Framework 4.7.1 is the first .NET Framework release after .NET Standard 2.0, enabling us to provide comprehensive .NET Standard 2.0 support."

That comprehensive support comes built-in with the new Windows 10 Fall Creators Update of Windows 10 and Visual Studio 2017 15.5, just announced in preview.

Amid a plethora of minor under-the-hood tweaks, Microsoft also: made improvements to Garbage Collection; expanded options for ASP.NET forms authentication credentials; provided customized configuration builders in addition to the current static config files; and much more.

On the GitHub site for the vast open source framework, Microsoft organized the changes by product area, so developers can dig deeper into topics that interest them, including:

One major area of focus that cuts across nearly all of the above is accessibility. Microsoft made a host of improvements designed to help developers boost the usability of their applications for all users, including those with impairments or disabilities.

Accessibility was improved for Windows Forms, WPF, WCF SDK tools and more, in the form of screen reader enhancements, high-contrast changes for controls, better narrator support and more.

The comprehensive release notes on GitHub provide more information on the myriad changes.

About the Author

David Ramel is an editor and writer at Converge 360.

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