vany0114 / EF.DbContextFactory

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.
http://elvanydev.com/EF-DbContextFactory/
MIT License
93 stars 21 forks source link

New extension to support EF 6 through .NetStandard 2.1 #20

Open vany0114 opened 5 years ago

vany0114 commented 5 years ago

Create a new package to support EF6 thru .NetStandard 2.1