Tiny background job intergration with EF core.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Install
Install-Package Tiny.BackgroundJob.EntityFramework
dotnet add package Tiny.BackgroundJob.EntityFramework
paket add Tiny.BackgroundJob.EntityFramework
Tiny.BackgroundJob.EntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
- Tiny.BackgroundJob.Core(>= 3.1.1)
- Microsoft.EntityFrameworkCore(>= 3.1.0)
- Microsoft.EntityFrameworkCore.Relational(>= 3.1.0)
- Microsoft.EntityFrameworkCore.SqlServer(>= 3.1.0)
Tags