Transactions

In this post we will be looking at a way to handle multiple dependent queries in ef core. With dependent we mean queries that should either be successful in conjunction or let all of them fail together. This is often necessary to keep the business logic consistent. From database management Read more…