Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Converting EF Core queries from 2.2 to 3.0 - async await

'IMutableEntityType' does not contain a definition for 'Cosmos' and no accessible extension method 'Cosmos' accepting a first argument

Entity Framework Core properties without setters

Xamarin Forms, Sqlite, EF Core 3, migrations, and lot of confussion

Memory leak using Autofac with EF Core 3.1 (after migration from 2.2)

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