Search code examples
One DbContext per web request... why?...

c#asp.netentity-frameworkdependency-injectiondbcontext

Read More
More than one DbContext was found...

c#asp.net-coreentity-framework-coredbcontext

Read More
Getting "The entity type <model> is not part of the model for the current context."...

c#asp.netentity-frameworkdbcontextput

Read More
Separate DbContext for Identity and business operations with same database - is there any advantages...

dbcontextasp.net-core-identityuser-management

Read More
How to dynamically access tables across multiple databases using Entity Framework Core?...

c#sql-serverentity-framework-coredbcontext

Read More
Entity Framework and calling context.dispose()...

entity-frameworkdbcontextidisposable

Read More
Task.Run causes "Cannot access a disposed context instance" exception...

c#asynchronous.net-coredbcontextobjectdisposedexception

Read More
Mocking EF DbContext with Moq...

c#unit-testingentity-framework-5moqdbcontext

Read More
DbContextOptionsBuilder does not contain a definition for 'UseSqlite'...

asp.netdbcontext

Read More
Custom DbContextFactory with DbMigrationsConfiguration...

entity-framework-5dbcontextentity-framework-migrations

Read More
What does the DBContext.Entry do?...

asp.netasp.net-mvcentity-frameworkdbcontext

Read More
Using Clean Architecture and Repository/Unit of work to build the application with ASP.NET Identity...

asp.netrepository-patternidentitydbcontextclean-architecture

Read More
'Unable to resolve service for type ¨Microsoft.entityFrameworkCore.DbContextOptions¨1[...

c#.netasp.net-coredbcontext

Read More
How to use IdentityDbContext instead of DbContext...

c#asp.net-mvcasp.net-identitydbcontext

Read More
How to update only one field using Entity Framework?...

sqlentity-framework-4entityfielddbcontext

Read More
Entity Framework Core Using multiple DbContexts...

c#entity-framework-coredbcontextasp.net-core-1.1

Read More
What is the difference between IDbSet.Add and DbEntityEntry.State = EntityState.Added?...

c#entity-framework-4.1dbcontext

Read More
Using EF Core DbContext and ASP.NET Core Identity's UserManager simultaneously...

asp.net-coreentity-framework-coredbcontextasp.net-core-identityasp.net-core-7.0

Read More
Ignore duplicate entries and commit successful ones on DbContext.SaveChanges() in EF Core...

mysqlasp.net-coredbcontextef-core-2.2entity-framework-core-2.2

Read More
C# - Migration failed for solution with 2 projects (DBContext setr in only one project)...

c#entity-frameworkmigrationdbcontext

Read More
Entity Framework delete by id (SQL and simple way)...

databaseasp.net-corerazorblazordbcontext

Read More
Using Entity Framework 6 with Multiple DB Schemas but using One DBContext...

entity-frameworkdbcontextdb-schema

Read More
DbContext & DbcontextPool in ef-core...

multithreading.net-coredependency-injectionentity-framework-coredbcontext

Read More
InvalidOperationException: Cannot provide a value for property '_companyRepo'...

asp.net-coreblazordbcontext

Read More
SQL enabling insert of duplicate data when 2 inserts are executed at almost the same time...

c#azuredbcontext

Read More
Injecting DbContext in ASP.NET Core - concrete type or interface?...

asp.net-coreentity-framework-coredbcontext

Read More
Efficiently newing up DbContext without dependency injection...

c#asp.net-core.net-coredbcontext

Read More
How to use DbContext in singleton service...

.net-coresingletondbcontext

Read More
API to ask EF Core DBContext to ignore some AutoIncluded entities?...

c#entity-framework-coredbcontext

Read More
DBContext Configuration is generating a configuration error...

c#entity-framework-coredbcontext

Read More
BackNext