Search code examples
Entity Framework Core SQLite How to use relative Data Source...


asp.netsqliteentity-framework-coreef-core-5.0

Read More
How to prevent EF core 5 from creating a savepoint when saving...


c#entity-framework-coreef-core-5.0

Read More
How to update an existing object in a many to many relationship (.Net 5)...


.net-5ef-core-5.0

Read More
EF Core internal caching and many DbContext types during testing...


c#unit-testingentity-framework-coreintegration-testingef-core-5.0

Read More
Use both AddDbContextFactory() and AddDbContext() extension methods in the same project...


c#entity-frameworkdependency-injectionef-core-3.1ef-core-5.0

Read More
EF Core owned entity shadow PK causes null constraint violation with SQLite...


c#sqliteentity-framework-coreef-core-5.0

Read More
EF Core and Multiple Databases...


c#asp.net-core.net-coreentity-framework-coreef-core-5.0

Read More
Exception The value of 'X' is unknown when attempting to save changes...


sql-serverentity-framework-coreef-core-5.0

Read More
Change name of generated Join table ( Many to Many ) - EF Core 5...


c#entity-framework-coreef-core-5.0

Read More
Use Expression or Predicate for filtering navigation properties?...


c#.net-coreentity-framework-coreef-core-5.0ef-core-6.0

Read More
How to register and get multiple DbContexts of the same type?...


c#.net-coreentity-framework-coreef-core-5.0

Read More
GroupBy in subquery with MAX() in C#...


c#linqgroup-bysubqueryef-core-5.0

Read More
LINQ query runs on using `Microsoft.EntityFrameworkCore.SqlServer` but crashes on `Microsoft.EntityF...


c#entity-framework-core.net-5in-memory-databaseef-core-5.0

Read More
EF Core 5 - LINQ cannot be translated...


c#linqentity-framework-corenpgsqlef-core-5.0

Read More
Sqlite Collation with EF Core...


ef-core-5.0ef-core-6.0

Read More
Ignored ThenInclude statement on generating query expression EF Core...


c#linq.net-coreentity-framework-coreef-core-5.0

Read More
EF Core domain-wide value conversion for (nested) owned types...


c#entity-framework-coreef-core-5.0

Read More
How to implement database resiliency while having a scoped Dbcontext in EF Core?...


c#asp.net-coredependency-injectionef-core-5.0resiliency

Read More
scaffold-DbContext , command results in exception: System.Reflection.TargetInvocationException...


c#sql-serverentity-frameworkasp.net-coreef-core-5.0

Read More
Including One Subitem From A List property while Making use of ThenInclude()...


c#entity-frameworkentity-framework-coreef-core-5.0

Read More
C# Dictionary elementSelector struggles with implicit IEnumerable cast...


linqef-core-5.0c#-9.0ef-core-6.0

Read More
Using GroupBy to pick rows in Entity Framework...


c#linqentity-framework-coreef-core-5.0

Read More
Entity Framework - Parent Child relational table...


entity-framework-coreef-core-5.0

Read More
Entity Framework Core Many to Many change navigation property names...


c#postgresqlentity-framework-coreef-core-5.0

Read More
EF Core 5, delete a relation many-to-many...


c#.netentity-framework-coreasp.net-core-webapief-core-5.0

Read More
Entity Framework Core adding new Entity with required navigation property in one-to-many relationshi...


c#entity-framework-corenpgsqlef-core-5.0nullable-reference-types

Read More
EF Core 5 creates tables twice in migrations...


c#entity-framework-coreef-core-5.0

Read More
"No such table" error after initial migration in Entity Framework Core...


c#sqliteentity-framework-coreef-core-5.0

Read More
is it possible to run a raw sql using ef core 5 with inner join and materialize the data to a class?...


c#entity-framework-coreef-core-5.0

Read More
Entity Framework Core 5 - Error with recursive structure...


entity-framework-coreef-core-5.0

Read More
BackNext