Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-fluent-api

Fluent API Table Scaffolding - HasBaseType

DateTime.Now default value in entity configuration always sets the same DateTime in the database

Does EF Core support an abstract base entity which is generic?

Using Fluent Api to set foreign key constraint in Entity Framework Core 2.1

EF Core modelbuilder not a valid expression fluent api

Data Annotation or Fluent API? Best Practise for supporting various ORM's

EF Core Fluent API - unique constraint not being detected/included in migration

Navigation property has been configured with conflicting multiplicities Fluent API

Mapping to already existing database table

Define Entity Framework relationships using foreign keys only by FluentAPI

ef core ignore navigation property

How to add an index on multiple columns with ASC/DESC sort using the Fluent API?

One to One Relationship with Different Primary Key in EF 6.1 Code First

Remove Auto Increment in EF Core 1.0 RC2 (former EF 7 RC2)

Foreign key with constant in Fluent API

Entity Framework 6 creates Id column even though other primary key is defined

EF Code First Fluent API define unique constraint

How to specify a multi-column UNIQUE constraint in code-first Entity Framework fluent API

Entity Framework Linq query: .Where chain vs &&