News

New Previews for .NET 7, EF7, ASP.NET Core and .NET MAUI RC3

Microsoft shipped fourth previews for .NET 7 (including ASP.NET Core) and Entity Framework 7, along with an unusual Release Candidate 3 for .NET MAUI, the evolution of Xamarin.Forms that adds support for building desktop apps.

Except for the latter, which "slipped the schedule" and missed the .NET 6 debut in November, all the offerings are on track to hit general availability this coming November. .NET MAUI will probably hit GA status later this month, perhaps during the May 24-26 Build developer conference. Typically major frameworks see one or two RCs before going GA.

.NET MAUI has been in a production-ready, go-live state for a while now, so it mostly received fixes and polishing in RC3. A May 10 blog post focuses on navigation, specifically the two primary ways developers can implement navigation in their applications.

"The easiest yet power [sic] option is running your app in Shell which provides details optimized for both desktop and mobile patterns," Microsoft said. "The second option is to use the base navigation page controls directly: FlyoutPage, TabbedPage, and NavigationPage."

Here are summaries -- with links for more information -- for the fourth previews of the other frameworks:

.NET 7 Preview 4
"The fourth preview of .NET 7 includes enhancements to observability in the .NET implementation of OpenTelemetry, the addition of properties to track microseconds and nanoseconds in date and time structures, new metrics for caching extensions, performance-boosting 'on stack replacement,' APIs to work with .tar archives, and additional features as part of an ongoing effort to improve the performance of and add features to regular expressions in .NET 7."

ASP.NET Core updates in .NET 7 Preview 4
Highlights of this preview include:

Entity Framework 7 Preview 4
"In addition to bug fixes and foundation work for larger features, this preview includes updates to ensure that converters and comparers are handled by type mapping and to support using converters with value generators. Be sure to read the full plan for EF7 to learn what's on the roadmap."

Speaking of roadmaps, here's a list of others:

About the Author

David Ramel is an editor and writer at Converge 360.

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