This library is for adding optimistic concurrency control to MongoDB using techniques similar to Entity Framework as well as adding basic DbContext type of functionality to your applications.
Info
| Version: | 1.0.12 |
| Author(s): | Michael Kennedy |
| Last Update: | Thursday, October 30, 2014 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/mikeckennedy/optimistic_concurrency_mongodb_dotnet |
| NuGet Url: | https://www.nuget.org/packages/MongoDB.Kennedy.Concurrency |
Install
Install-Package MongoDB.Kennedy.Concurrency
dotnet add package MongoDB.Kennedy.Concurrency
paket add MongoDB.Kennedy.Concurrency
MongoDB.Kennedy.Concurrency Download (Unzip the "nupkg" after downloading)
Dependencies
- mongocsharpdriver(1.9.2)
Tags