Getting started with creating ASP.NET Web API services

In Visual Studio (2022 in this example)| select File > New > Project. Select to create a new ASP.NET Core Web API Application Give your project a name Uncheck the use of controllers, to produce a minimalist application Modify the default code inside Program.cs that is created Program.cs Add the NuGet packages needed to support …

Continue reading ‘Getting started with creating ASP.NET Web API services’ »