Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

What is the equivalent of entityEntry.Metadata.DefiningNavigationName() in EF Core 6?

Core 2 Keep domain models in sync with database changes

How to properly configure the `services.AddDbContext` of `ConfigureServices` method

EF7 'dnx ef update database' not working

Entity Framework Core - Best way to access a collection on an entity?

ef core 5.0 How to Filtered Include

EF Core 7.0 - OwnsOne throws NRE internally

Seeding data in many-to-many relation if EF Core 5

Could not load file or assembly 'Microsoft.Extensions.Configuration.Abstractions, Version=7.0.0.0. The system cannot find the file specified

EF Core cannot convert from query select of anonymous type to DTO object class

Is it possible to get Added items not committed in EFCore with .NET Core?

Better(Cleaner) way to Update Record using Entity Framework Core

C# - Entity Framework Core - Database operation expected to affect 1 row(s) but actually affected 0 row(s)

How to map a table valued function to a query type in EF Core 2.1 [duplicate]

REST API returns "bad array" instead of JSON object

Query a date column in EF Core

Derived types generating their own ForeignKey field in code first using TPH