DEV Community

Cover image for CREATE A .NET CORE API USING DAPPER
jeff-nelson-78954
jeff-nelson-78954

Posted on

CREATE A .NET CORE API USING DAPPER

This is part 1 of this tutorial. In this post I will be setting up a .Net Core API app using Visual Studio 2019 that uses Dapper ORM for the data access layer. I will set up DataAbstractions.Dapper to help extract the connection details away to help make the code more unit testable. In part 2, I will hook up a Azure Service Bus Queue to listen for messages.

Read more

Top comments (0)