How to Create a Web API with ASP.NET CORE and .NET 6 (c# for beginners)

TechWithPat

How to Create a Web API with ASP.NET CORE and .NET 6

In this video, we are going to learn how to create a Web API with ASP.NET Core. We will start with learning what a Web API is, next, we will create a new Web API project in Visual Studio and then we will consume the API from a .NET Client.

Source code: https://github.com/techwithpat/trackingapi
Buy me a coffee: https://www.buymeacoffee.com/itsmepatrick
Subscribe: https://www.youtube.com/c/TechWithPat?sub_confirmation=1

TIMESTAMPS :
00:00 Introduction
00:19 What is a Web API ?
03:30 Creating a Rest API with ASP.NET Core
07:26 Creating the model for Entity Framework Core
15:25 Creating the endpoints
28:35 Consuming a Web API from a .NET client
33:02 Conclusion

Where you can find me:
💻 Github: https://github.com/techwithpat
🌐 Website: https://www.techwithpat.com
🕴️ LinkedIn: https://www.linkedin.com/in/patrick-tshibanda-431017135/

#webapi #aspnetcore