Create a Web API with ASP.NET Core. (video)

techwithpat

Patrick Tshibanda

Posted on January 27, 2021

Create a Web API with ASP.NET Core. (video)

In this video, you will learn how to create a WEB API with ASP.NET CORE and C #.

We will create an API that supports Creating, Reading, Updating, and Deleting Data.

I used the following tools :

  • Visual Studio 2019
  • ASP.NET CORE and the .NET 5 SDK
  • Entity Framework Core
  • SQLite
  • Swagger UI

The final code can be found here: https://github.com/estyval/Web-API-With-ASP.NET-Core

If you like the content, feel free to like the video and subscribe to the channel 🙏.

💖 💪 🙅 🚩
techwithpat
Patrick Tshibanda

Posted on January 27, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related