Playing with the .NET 8 Web API template
In this article, we will explore the latest C# 12 and .NET 8 features by applying them to the basic dotnet Web API template.
Getting started with the ASP.NET Core Web API template
First, let's install the latest .NET 8 SDK:
winget install --id Micros...
techwatching.hashnode.dev8 min read