.NET 6 Minimal API Full Build

preview_player
Показать описание
Learn how to build and test a simple and minimal API that can perform CRUD operations and implement GET,POST, PUT and DELETE REST API operations. In this lesson, you will learn how to:
- Create a minimal API using ASP.NET Core 6
- Create a database using SQLite
- Use Entity Framework and Code First to create the database
- Test and validate using Swagger UI

.NET 6 Minimal API Development
.NET 6 Minimal API Full Build

Full Course - ASP.NET Core Minimal API Development Full Build

Full Course - Minimal API in a Mobile app with .NET MAUI

Learn Full API Development from these courses:

0:00 - Introduction
06:45 - Create ASP.NET Core 6 API Project
09:45 - Tour API Project
11:04 - Add CORS Policy
17:00 - Setup Database Tables
26:00 - Migrate and Update database with Entity Framework
28:00 - Create and Test API Endpoints
54:30 - Wrap Up

#csharp #dotnet #minimalapi .net6

trevoir williams entity framework core minimal api sqlite
Рекомендации по теме
Комментарии
Автор

Full Course - Minimal API in a Mobile app with .NET MAUI

Learn Full API Development from these courses:

TrevoirWilliams
Автор

Thank you so much for adding more on this series, I am learning by trying to make a Bank App simulation, just the basic CRUD of Withdrawal, Deposit, and list transaction by date or period....
A basic MAUI mobile UI, and maybe a very simple desktop WinForms or WPF Dashboard...

And I see in this tutorial a great help, especially regarding "how can MAUI consume Web API". So Thank you so much Sir!
By the way if you can make such a tutorial in the future, I am sure it will be one of your great series!

Azm
Автор

Great video would you do some videos on Unit testing with Xunit and Integration test? Thanks

yoanbello