ASP.NET Core 10 Web API

Опубликовано: 15 Май 2026
на канале: Tawfik Chebbi
2,370
74

Build a Complete ASP.NET Core Web API .NET 10 From Scratch – Book Review App Tutorial
In this step-by-step beginner tutorial, we’ll build a Book Review App from scratch using ASP.NET Core Web API .NET 10
You’ll learn how to create models, set up relationships, and understand how Web APIs are structured in the newest .NET 10 framework.

We’ll go through:

Setting up an ASP.NET Core 10 Web API project in Visual Studio
Understanding Program.cs and middleware
Creating models for Book, Author, Category, Country, Reviewer, and Review
Building 1-to-many and many-to-many relationships (Book ↔ Author, Book ↔ Category, etc.)
Preparing the data layer for Entity Framework Core integration

By the end of this video, you’ll have a complete, ready-to-extend Web API project that forms the foundation of any CRUD or RESTful backend — perfect for beginners learning modern C# and ASP.NET Core 10.

Source Code on GitHub:
https://github.com/Chebbu/BookReviewApp