News

With .Net Framework 4.7.2, dependency injection is available in ASP.Net Web Forms applications via Unity. The Unity Application Block is a lightweight dependency injection container.
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.