News

The latest release of .NET 8 Preview 4 brings significant improvements to ASP.NET Core. Notable enhancements include Blazor's streaming rendering and form handling, expanded support for form ...
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.