vany0114 / EF.DbContextFactoryLinks
With EF.DbContextFactory you can resolve easily your DbContext dependencies in a safe way injecting a factory instead of an instance itself, enabling you to work in multi-thread contexts with Entity Framework or just work safest with DbContext following the Microsoft recommendations about the DbContext lifetime.
☆95Updated 2 years ago
Alternatives and similar repositories for EF.DbContextFactory
Users that are interested in EF.DbContextFactory are comparing it to the libraries listed below
Sorting:
- Enables multitenant dependency injection support for ASP.NET Core.☆114Updated last year
- Mutlitenancy for dotnet applications☆110Updated last year
- Database driven localization provider for .NET applications☆167Updated 3 weeks ago
- ASP.NET Core Identity Provider for NHibernate☆64Updated last week
- A small example of a generic host based .NET core app which can be run as a Windows Service.☆87Updated 7 years ago
- Dynamic LINQ queries based on C# 4 dynamic.☆84Updated 11 years ago
- Simple recurrent tasks for .NET☆92Updated last month
- Adds [MaximumConcurrentExecutions(n)] attribute to Hangfire.IO to throttle executions of a job☆119Updated 7 years ago
- Modular Web Application with ASP.NET Core☆92Updated 8 years ago
- Enrich logs with a unique ID so you can track logs for specific requests.☆93Updated 2 years ago
- Server monitoring plugin for Hangfire.☆80Updated 2 years ago
- Change-tracking across service boundaries with .NET Core.☆80Updated 8 months ago
- Async initialization in ASP.NET Core 2.x☆87Updated 2 years ago
- Background job system for .NET applications