News

What's New in .NET Core 2.1 Previews

Microsoft this week announced the second previews of .NET Core 2.1 and its like-versioned associates, ASP.NET Core and Entity Framework Core.

.NET Core is a general-purpose, cross-platform, open source development platform maintained by Microsoft, the .NET Foundation and general .NET community. Developers can use it on Windows, macOS and Linux to create device, cloud and embedded/IoT applications. Its ASP.NET and Entity Framework cousins are used for Web and data-driven development, respectively.

As reported earlier, .NET Core is a primary focus point for future Visual Studio development.

.NET Core 2.1 Preview 2 includes several minor enhancements in preparation of the final release expected within the next few months. One of those is quicker builds -- triggered in the Visual Studio IDE as well as the command line -- especially for incremental builds.

"We've made improvements in the CLI and in MSBuild in order to make the tools deliver a much faster experience," Microsoft's Rich Lander said in a blog post on Wednesday (April 11), exactly parroting the verbiage of February's Preview 1 announcement.

Other improvements include: new SDK commands; a new deployment and extensibility experience for global tools, based on npm global tools; consolidation of Docker Hub repositories; new support for the Ubuntu 18.04 and ARM32 OSes; and many more.

ASP.NET Core 2.1.0 Preview 2, meanwhile, incorporates refinements gleaned from feedback about the first preview that was released in February. "New in ASP.NET Core 2.1 is support for building Razor UI in class libraries," said Microsoft's Damian Edwards in a blog post. "In Preview 2 we've made various improvements to simplify authoring Razor UI in class libraries through the introduction of the new Razor SDK."

Entity Framework Core 2.1 Preview 2 builds on the implementation of many features introduced in the first February preview, including: GroupBy translation; lazy loading; parameters in entity constructors; value conversion; query types; data seeding; System.Transactions support; and many more. More on those can be found in this blog post.

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