Minimal API in .NET 6 Using Dapper and SQL - Minimal API Project Part 2

Minimal APIs are a new feature in .NET 6 and we are in the process of exploring them. In this two-part series, we are building a complete application that consists of a SQL database, a data access layer using Dapper, and a Minimal API on the front-end. This is part 2, where we wire up our Minimal API for full CRUD access. If you missed part 1, go back and check it out.

Иконка канала Тыжпрограммист
37 подписчиков
12+
8 просмотров
2 года назад
12+
8 просмотров
2 года назад

Minimal APIs are a new feature in .NET 6 and we are in the process of exploring them. In this two-part series, we are building a complete application that consists of a SQL database, a data access layer using Dapper, and a Minimal API on the front-end. This is part 2, where we wire up our Minimal API for full CRUD access. If you missed part 1, go back and check it out.