News

Create an ASP.NET Core Web API project in Visual Studio 2022 To create an ASP.NET Core 8 Web API project in Visual Studio 2022, follow the steps outlined below.
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.