Showing results for April 2022 - Page 2 of 2 - .NET Blog

Apr 12, 2022
Post comments count32
Post likes count5

Introducing Central Package Management

Jeff Kluge
Jeff Kluge

Central Package Management Dependency management is a core feature of NuGet. Managing dependencies for a single project can be easy. Managing dependencies for multi-project solutions can prove to be difficult as they start to scale in size and complexity. In situations where you manage common dependencies for many different projects, you can lever...

NuGetFeature Announcement
Apr 12, 2022
Post comments count5
Post likes count0

ASP.NET Core updates in .NET 7 Preview 3

Daniel Roth
Daniel Roth

.NET 7 Preview 3 is here and adds some great new features to ASP.NET Core including support for route handler filters in minimal APIs, improved unit testability for minimal route handlers, performance enhancements, and more.

ASP.NET Core.NETASP.NET