Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-fluent-api

Entity Framework Code first: cycles or multiple cascade paths

EF Core: Cannot insert explicit value for identity column in table when IDENTITY_INSERT is set to OFF on one to many

How do I specify the foreign key in a one-to-one/zero relationship?

System.Data.Entity.ModelConfiguration missing in EF core

EF can you make a Mutli-column Index using shadow properties?

One to one relationship with Entity Framework Fluent API

Set a constraint for minimum int value

Does the EF Fluent Api can setting the Minimum Length?

One-to-one relationship in EF Core (The child/dependent side could not be determined for the one-to-one relationship)

Do I need to configure both sides of a relationship with Entity Framework with Fluent API?

One or Zero to One Entity Framework Code First FluentApi

How to create spatial index using EF 6.1 fluent API

Composite Key EF Core getting error when using Fluent Api

Violation of primary key Entity Framework Code First

Mapping object type property to varbinary(MAX) in Entity Framework

One-to-One relationships in Entity Framework 7 Code First

How to retrieve Entity Configuration from Fluent Api

Possible to set column ordering in Entity Framework

Undo HasIndex in OnModelCreating

How do I configure fixed length columns in EF Core?