Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 559 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 559 Bytes

Optimistic Concurrency Management in EntityFramework Core (Repository Archived)

Entity Framework Core supports optimistic concurrency management. In this post, we will go over an example case and implement concurrency controls using a SQLite database. For other database providers, the implementation would be easier.