What Is The New MVC Features in .NET Core 7?
Many of the headline features introduced in ASP.NET Core in .NET 7 were about minimal APIs, such as route groups and filters. But just because minimal APIs were a big focus doesn’t mean that MVC controllers were left out in the cold! In this post I discuss some new MVC features that were introduced in .NET 7.…