DEV Community

Cover image for HOOK UP A .NET CORE APP TO A AZURE SERVICE BUS
jeff-nelson-78954
jeff-nelson-78954

Posted on

HOOK UP A .NET CORE APP TO A AZURE SERVICE BUS

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

Read more

Top comments (0)