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
- Host: GitHub
- URL: https://github.com/dotnet-labs/concurrencycontrol
- Owner: dotnet-labs
- Created: 2020-07-08T14:05:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T23:16:15.000Z (about 2 years ago)
- Last Synced: 2023-12-09T00:52:25.735Z (about 2 years ago)
- Topics: concurrency, dotnetcore, entity-framework, entity-framework-core, entityframework, entityframeworkcore, optimistic-concurrency
- Language: C#
- Homepage:
- Size: 48.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.