Search code examples
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
More than one DbContext was found...


c#asp.net-coreentity-framework-coredbcontext

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
One DbContext per web request... why?...


c#asp.netentity-frameworkdependency-injectiondbcontext

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
How to extend DbContext with partial class and partial OnModelCreating method in EntityFramework Cor...


c#entity-framework-coredbcontextpartialpartial-classes

Read More
How to make fields unique in C# using EF Core?...


c#.net.net-coreentity-framework-coredbcontext

Read More
BackNext