News

In the “Create New ASP.Net Core Web Application” window, select .NET Core as the runtime and ASP.NET Core 2.2 (or later) from the drop-down list at the top. I’ll be using ASP.NET Core 3.0 here.
We’ll use this version set in the next section to create our API endpoints. Create minimal API endpoints in ASP.NET Core 6. We’ll create two endpoints here to keep it simple and focus on ...