News

While .NET 9 is still in preview status, several new features have been added to minimal APIs in ASP.NET Core 9.
I needed some application values, so I (from my ASP.NET 1.1 days) added some read-only methods in the Global.asax file. Basically, analogous to adding methods to the App.Xaml.cs file in the WPF world.