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

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:

The index.html  is this one:

At the end, the site.js  is here:

Everything else is in GitHub here – https://github.com/Vitosh/ASP/tree/master/TodoApi.

Enjoy!

Tagged with: , , , ,