Skip to content

dotnet-labs/ConcurrencyControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.