How to create a Web API with ASP.NET Core | C# tutorial for beginners

Опубликовано: 26 Апрель 2026
на канале: Tech With Pat
171,720
2.8k

Learn how to create a Web API with ASP.NET CORE and C#.
The API will expose endpoints for Creating, Reading, Updating, or Deleting books.

Source code: https://github.com/techwithpat/Web-AP...
Buy me a coffee: https://www.buymeacoffee.com/itsmepat...
Subscribe: https://www.youtube.com/c/TechWithPat...

🔨 Tools I used :
° Visual Studio 2019
° ASP.NET CORE
° .NET 5
° Entity Framework Core
° SQLite
° Swagger UI

🕑 Timestamp :
00:00 Intro
00:52 Creating the Web API project
01:35 Creating the Data Access Layer
07:15 Creating an API controller
16:10 Outro

🌎 Where to find me:
° Github: https://github.com/techwithpat
° LinkedIn:   / patrick-tshibanda-431017135  

#webapi #aspnetcore #csharp #tutorial