Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

DotNet Core setting the connection string after startup has run

Timeout error on running Scaffold-DbContext

NotMapped property causes all properties load in select statement in EF Core

In EFCore, how do I scaffold my context and then start doing migrations?

entity-framework-core

EF Core: Correct way to query data multiple levels deep in related one-to-many entities

Entity Framework Core - complex type mapped as jsonb column in postgres but mapping fails for InMemory provider

Fluent API Table Scaffolding - HasBaseType

Entity Framework Dependency Injection

NET 5 error when adding migration on Entity Framework Core

EF Core 6 startup project doesn't reference EFCore.Design while trying to scaffold to a project that is NOT the startup project

Parameterized Raw SQL Update not working in EF Core

GroupBy and Count by condition Entity Framework

What's the best way to update ~500 entities with EF Core? [closed]

There is no implicit reference conversion from ApplicationDbContext to Microsoft.EntityFrameworkCore.DbContext

Is there a way in EF core to use a dbContext to generate migration script

EF Core tools won't install properly

DateTime.Now default value in entity configuration always sets the same DateTime in the database

Entity Framework Core disable recursive retrieval of information in .Include() function

How to find foreign key field for navigation property?

How can I use a DBContext.Remove() asynchronously?