EF Core

Mar
05
Preventing Concurrency Conflicts in EF Core

Preventing Concurrency Conflicts in EF Core

Imagine a web application where multiple users interact with the same data simultaneously. This can lead to a concurrency conflict. Let us explore how you can effectively implement and manage these mechanisms in your own projects.
7 min read
Feb
12
Mastering Database Transactions with Entity Framework Core

Mastering Database Transactions with Entity Framework Core

This article explores a crucial aspect of database management: database transactions using Entity Framework Core. Explore how to ensure the integrity of our operations when dealing with multiple database changes.
6 min read