Web API with Visual Studio 2019 is quite a bolierplate task – it is doable in less than 45 minutes, following the Microsoft.com tutorial: The video tutorial is here: The TodoController , implementing the CRUD actions looks like this: using System.Collections.Generic; …

C# – Create a web API with ASP.NET Core – Video Read more »