The easiest way to make a global DB transaction with MediatR

preview_player
Показать описание

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

Thanks for this video. It that i was looking for.

sergeu
Автор

This is why I bought his training course.

Indyy
Автор

But the problem is that db will be in lock state so if some handler has big and complex logic then for that long period of time our db will be in lock state so this is the problem another user cannot use db until the first user completes his work.

shirazahmed
Автор

wow, does this mean that this behavior embodies all dbtransactions?

fredrickamoako
Автор

it shouldnt be global . it should be upon two query above only which have update delete and insert .

sanglin
Автор

Seems like more implicit thing and usually I'm trying to avoid things like this.

VitaliiShmidt-UA