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.
☆96Updated 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:
- Mutlitenancy for dotnet applications☆110Updated last year
- Enables multitenant dependency injection support for ASP.NET Core.☆114Updated last year
- Simple recurrent tasks for .NET☆93Updated last month
- Dynamic LINQ queries based on C# 4 dynamic.☆84Updated 11 years ago
- ☆111Updated 4 years ago
- Database driven localization provider for .NET applications (with administrative management UI)☆122Updated last year
- .NET Core support for correlation ID in ASP.NET Core and HttpClient☆100Updated last week
- AutoQueryable add auto querying functionality like OData on top of IQueryable with best url practices to Asp.Net & Asp.Net Core☆90Updated 3 years ago
- Small sample projects☆123Updated last month
- Wrapper around the EF Core In-Memory DB to work around some qwerks☆71Updated 5 years ago
- Adds [MaximumConcurrentExecutions(n)] attribute to Hangfire.IO to throttle executions of a job☆119Updated 7 years ago
- Change-tracking across service boundaries with .NET Core.☆80Updated 3 weeks ago
- Enrich logs with a unique ID so you can track logs for specific requests.☆93Updated 2 years ago
- Async initialization in ASP.NET Core 2.x