Day 5 - 2 - The Monitor - Dapper Unit Of Work for SQL Transactions, Queries, Inserts, and Updates

preview_player
Показать описание
In this video, we continue working on The Montiaur and we continue working with our ORM Dapper. We create a Unit of Work (unit-of-work) so that we can perform multiple queries within the same transactions. The Montiaur application is made to monitor any server-side applications / instances of service layers and aimed to support NTier architecture.

We are also using an IdentityServer4 for the Authorization server, SQL server for the database layer, and Dapper instead of Entity Framework for our object relational model (ORM).

Рекомендации по теме
Комментарии
Автор

Thank you for those great videos! Is it possible to get the source code? I'm figuring out how to implement unit of work using dapper, and trying to keep up with what you do here I'm worried about letting something loose.

pasusinrumbo