Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

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?

How to use Table-Values parameter with EF Core?

Inject Context Ef core to Worker Service project

Force inner join from EF Cores Include() on optional relationship

Entity Framework Core default values for missing columns

Include not working with join entities

Filtering for certain sub-types in EF-Core and TPT-inheritance in WebApi

How to properly return a subset of object properties

DotNet Core , No database provider has been configured for this DbContext