Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Unable to resolve service for type 'Microsoft.EntityFrameworkCore.DbContextOptions'

Query with `groupjoin` cannot be translated although it's documened as being supported

entity-framework-core

Sorting using property name as string

How to include related tables in DbSet.Find()?

c# entity-framework-core

How do I consolidate migrations using EF Core?

How do I write unit tests for ASP.NET Core controllers that actually use my Database Context?

Include after select not load navigation property in Entity Framework core

Using DataTable as a Table Valued Parameter in EF Core 2.0

how to rename a migration in entity framework core

EF Core insert explicit value for identity column

Entity Framework Core 2.0 - Run migrations step by step

add-migration can not read the connection string from the file appsettings.json because of the path to appsettings.json

Global Filter based on Interface

EF Core owned property state propagation to parent entity

c# entity-framework-core

EF Core delete one-to-one relation on same table

Problem with EF-Core Code first throwing error because of backing field

c# entity-framework-core

How to turn EF Core warnings about locally evaluated expressions to errors?

How to setup readonly collection property with backing field in EF Core 2.2

How to set another value on a boolean with defaut value with Entity Framework Core?

Auto-Incremented value not working in PostgreSQL when using EntityFramework Core