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.
Mobilize.Net announced a new automated conversion tool that helps migrate legacy ASP.NET Web Forms applications created with the old Windows-only .NET Framework to the new cross-platform ASP.NET Core ...
Capture and log correlation IDs using middleware In ASP.NET Web API you could use message handlers to implement correlation IDs. However, in ASP.NET Core MVC 5 you don’t have message handlers.