Search code examples
Add Or Update EF Core7...


c#.net-6.0dbcontextef-core-7.0

Read More
Trouble with add-migration (Entity Framework Core)...


c#entity-framework-coredbcontext

Read More
Cannot create instance of type "" because one or more parameters cannot be bound to...


c#asp.net-core-webapi.net-6.0dbcontext

Read More
ASP.NET MVC initial controller set up using the context...


c#asp.net-mvcdatabasedbcontext

Read More
disconnected dbcontext does not update navigation property...


entity-frameworkasp.net-web-apidbcontextnavigation-properties

Read More
Exception with Entity Framework 6, disconnected context and many-to-many relationship...


entity-frameworkmany-to-manydbcontext

Read More
Why do I get database provider error in ASP.NET Core 7?...


asp.net-coreidentitydbcontextprovider

Read More
Testing repository queries of Entity Framework with NSubstitute...


unit-testingentity-framework-coredbcontextiqueryablensubstitute

Read More
Entity Framework using wrong tablename for table class when execute Scaffold-DbContext command...


entity-framework-coredbcontextscaffold

Read More
When to add dbcontext service to startup?...


c#asp.net-coredbcontext

Read More
how to dynamically add row to table in EF...


c#entity-framework-coredbcontext

Read More
How to get all registered DbContext (or services) in ASP NET Core Dependency Injection...


asp.net-coredependency-injectiondbcontext

Read More
DbContext AutoDetectChangesEnabled set to false detecting changes...


entity-frameworkentity-framework-5dbcontext

Read More
Entity Framework Navigation Property is null despite being explicitely included...


c#entity-framework-coredbcontext

Read More
Cancelling one EF Core query and continue with another throws an Exception...


c#entity-framework-coredbcontext

Read More
Identity Entity Framework in IdentityDbContext change all Identity class to custom class...


c#entity-frameworkasp.net-identitydbcontext

Read More
How do I fix `System.MissingMethodException: Constructor on type Microsoft.EntityFrameworkCore.DbSet...


c#genericsentity-framework-coredbcontextdbset

Read More
EF Core: Exclude already written items from tracking...


c#entity-framework.net-coreentity-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
Error on postgres migration files creation for dotnet...


.netpostgresqldbcontext

Read More
How to Moq Entity Framework SqlQuery calls...


c#entity-frameworkmoqdbcontext

Read More
Top per group: Take(1) works but FirstOrDefault() doesn't?...


c#.netentity-frameworkentity-framework-4.1dbcontext

Read More
How to dispose Dbcontext in unit tests...


unit-testingasp.net-coredbcontext

Read More
Splitting a big database into small DbContexts...


c#database-designentity-framework-corearchitecturedbcontext

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


sqlentity-framework-4entityfielddbcontext

Read More
Create new DbContext dynamically when using ASP.Net Core dependency injection...


asp.net-coredependency-injectiondbcontext

Read More
NSubstitute DbSet / IQueryable<T>...


c#entity-frameworkdbcontextnsubstitutedbset

Read More
ASP.NET Core 7 MVC, EF Core, SQL Server : DbContext connection issue upgrade from .NET 4.8 EF6...


sql-serverasp.net-core-mvcentity-framework-6dbcontext.net-7.0

Read More
Read from database Entity Framework Context...


sqlentity-frameworkdbcontext

Read More
Multiple DbContexts in N-Tier Application...


c#entity-framework-4.1repositorydbcontextunit-of-work

Read More
BackNext