An open API service indexing awesome lists of open source software.

https://github.com/dotnet-labs/concurrencycontrol

Entity Framework Core Concurrency Control Demo
https://github.com/dotnet-labs/concurrencycontrol

concurrency dotnetcore entity-framework entity-framework-core entityframework entityframeworkcore optimistic-concurrency

Last synced: 2 days ago
JSON representation

Entity Framework Core Concurrency Control Demo

Awesome Lists containing this project

README

          

# Optimistic Concurrency Management in EntityFramework Core (Repository Archived)

## New Repository ([https://github.com/dotnet-labs/ConcurrencyControl](https://github.com/dotnet-labs/ConcurrencyControl))

## [Medium Article](https://codeburst.io/optimistic-concurrency-management-in-entityframework-core-79a4921067cb)

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.