News

Take advantage of dependency injection in ASP.Net Web Forms to simplify the creation of your objects, pass dependencies at runtime, and build flexible, loosely coupled applications.
Microsoft recommends replacing relic from old .NET Framework with Blazor, but you can still do ASP.NET Web Forms apps in Visual Studio 2022 if you want to, with a couple tweaks.
ASP.NET Web API is a solid communications framework, and many applications can benefit from breaking free of IIS by including an embedded ASP.NET Web API server.
Take advantage of the built-in correlation IDs in Web API to track HTTP requests that flow through multiple back-end services ...