Showing results for March 2022 - .NET Blog

Mar 24, 2022
15
0

.NET 5.0 will reach End of Support on May 10, 2022

Rahul Bhandari (MSFT)
Rahul Bhandari (MSFT)

.NET 5.0 will reach end of support on May 08, 2022, this blog breaks down all the valuable information you need to know and how to update to .NET 6.0.

Maintenance & Updates.NET
Mar 22, 2022
6
4

Go To Definition improvements for external source in Roslyn

David Wengier
David Wengier

An in depth look at improvements to Go To Definition (and Go To Implementation, and Go To Base, etc.) allowing you to navigate to source code that isn't in your current solution, but instead comes from external dependencies.

.NET.NET Core.NET Framework
Mar 16, 2022
45
0

Announcing .NET MAUI Preview 14

David Ortinau
David Ortinau

.NET MAUI Preview 14 has shipped with plenty of great new features to try out including a hefty volume of issue resolutions and completed features, and one new feature that will be a welcome addition for desktop developers: the MenuBar!

.NET MAUI.NET
Mar 2, 2022
14
0

Sharing code between ASP.NET and ASP.NET Core

Ken Schlobohm
Ken Schlobohm

You can begin your journey to ASP.NET Core by migrating one page at a time and do it by reusing the code you already have today. This article shows how to share controllers, models, and views from the 10-year-old MVC Music Store with a new ASP.NET Core project.

ASP.NET Core.NETASP.NET