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 for Converge360.

comments powered by Disqus

Featured

  • 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.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube