WebBackgrounder.EntityFramework is an implementation of the IJobCoordinator for WebBackgrounder that uses a Database (via EF Code First) as the synchronization mechanism (aka a mutex) for coordinating jobs.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 0.1.0 |
Author(s): | Outercurve Foundation |
Last Update: | Thursday, November 24, 2011 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/NuGet/WebBackgrounder |
NuGet Url: | https://www.nuget.org/packages/WebBackgrounder.EntityFramework |
Install
Install-Package WebBackgrounder.EntityFramework
dotnet add package WebBackgrounder.EntityFramework
paket add WebBackgrounder.EntityFramework
WebBackgrounder.EntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(4.1.10715.0)
- WebActivator(1.4.4)
- WebBackgrounder(0.1)
Tags