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
- Small sample projects☆123Updated 2 weeks ago
- .NET Core support for correlation ID in ASP.NET Core and HttpClient☆98Updated this week
- Enrich logs with a unique ID so you can track logs for specific requests.☆93Updated 2 years ago
- Simple recurrent tasks for .NET