You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I am having doubts when using DbContextFactory. Is there any difference between CreateDbContext() and new DbContext()?
Is there any difference between using DbContextFactory and using(=new DbContext())? Thank you, can you tell me?