Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-core

Comparing strings as dates using EF core 3

EFCore: Changing a property during a StateChange event called from SaveChanges and DetectChanges is not updated

EF 2.1 Core IEntityTypeConfiguration Add default value

Entity Framework Left Join The error I got while using

.NET Core 3 InvalidOperationException on OrderBy with dynamic field name

Domain model and EF Core model

EF Core 5 Contains with several columns

c# entity-framework-core

How to configure MaxIdentifierLength constant in EF Core 2.1?

How to make MySql and EF Core to map tinyint or bit to boolean?

EF Core: Update object graph duplicates child entities

is OData IQueryable async?

Column 'Id' in table 'AspNetRoles' is of a type that is invalid for use as a key column in an index

In EF Core, how do I configure the foreign key for reference owned types using Fluent API

c# entity-framework-core

EF core navigation property not loading

EntityTypeBuilder does not contain a definition for 'Navigation'

Unable to retrieve project metadata. Ensure it's an SDK-style project

How to revert EF Core migration from SQL Server 2016 production machine

Intercept and alter sql query generated by the Application