Skip to content
#

entityframework

Here are 337 public repositories matching this topic...

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.

  • Updated Mar 3, 2023
  • C#

Add this topic to your repo

To associate your repository with the entityframework topic, visit your repo's landing page and select "manage topics."

Learn more