Simple C# Data Access with Dapper and SQL – Minimal API Project Part 1



Simple C# Data Access with Dapper and SQL – Minimal API Project Part 1

Simple C# Data Access with Dapper and SQL - Minimal API Project Part 1

Minimal APIs are now the default in .NET 6. I thought that we should take some time and look at what they are, how they work, and what they might look like in the real world. To that end, we are going to spend two videos covering this topic. This video will cover setting up a SQL database and configuring Dapper for easy data access. We will set up a simple but full CRUD data layer so that when we build our minimal API in part two, we can concentrate on the API itself and not the setup. The great thing is that this lesson will work with almost any user interface, not just a minimal API.

Full Training Courses: https://IAmTimCorey.com
Source Code: https://leadmagnets.app/?Resource=MinimalAPIPart1
Patreon: https://www.patreon.com/IAmTimCorey
Mailing List: https://signup.iamtimcorey.com/

Comments are closed.