Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-fluent-api

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

EF Fluent API Many To Many with different ID Field Names

Entity Framework - Code First - Ignore all properties except those specified

EF Fluent API: Set property for each entity derived from a base abstract class

EF Code First Navigation Property to same table

How to dynamically change column name on model creating in Entity Framework context class

Entity-framework-7 Organizing Fluent API configurations into a separate class

TPC Inheritance Error

Fluent Api Entity Framework core

Optional One-to-many Relationship in Entity Framework

Entity Framework 7 Fluent API Doesn't Recognize IsOptional()

Entity Framework Linq query: .Where chain vs &&