Working With Transactions In EF Core
Every software engineer working with SQL databases needs to know about transactions. And since most of the time the SQL database will be abstracted by an ORM like EF Core, it's important to understand how you can work with transactions using the avai...
milanjovanovic.hashnode.dev4 min read