Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-fluent-api

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?

EF Core 2.1: Self-referencing entity with one to many relationship generates additional column

Moving from EF6 to EF Core 2.0

Set EF6 Code First strings fluently to nvarchar(max)

Multiple indexes possible using HasColumnAnnotation?

Generate a composite unique constraint/index, in EF Core

Use IEntityTypeConfiguration with a base entity

Entity Framework Core 2.0: How to configure abstract base class once

Map System.Uri using Entity Framework Fluent Api

EntityFramework Code First FluentAPI DefaultValue in EF6.X

How to define Many-to-Many relationship through Fluent API Entity Framework?

Fluent API, many-to-many in Entity Framework Core

What is Entity Framework fluent api?

One to one optional relationship using Entity Framework Fluent API

Entity Framework Code First - Advantages and disadvantages of Fluent Api vs Data Annotations [closed]