Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

In Entity Framework, why isn't lazy loading working for a one-to-zero-or-one navigation property?

How to Model Entity Framework Entity/Mapping With Only One-Way Navigation

FK to the Same Table Code First Entity Framework

How should I seed data to many to many relation in Entity Framework Code first 5.0

Using Singular Table Names with EF Core 2

How to resolve Warning : The element 'entityFramework' has invalid child element 'providers'. List of possible elements expected: 'contexts'

Set EF6 Code First strings fluently to nvarchar(max)

EF Code First - WithMany()

Inheritance and composite foreign keys - one part of the key in base class, the other part in derived class

EF code first - custom foreign key constraint name

Entity Framework Code First Find vs SingleOrDefault (Eager Loading)

How to use migration programmatically in EntityFramework Codefirst?

EF5 Code First Migrations: "Column names in each table must be unique" error after using RenameColumn

How to disable model caching in Entity Framework 6 (Code First approach)

How to update FK to null when deleting optional related entity

EF Code First - Globally set varchar mapping over nvarchar

EF4.1 Code First : How to disable delete cascade for a relationship without navigation property in dependent entity

How do I query an integer column for "starts with" in Entity Framework?

Entity framework migration - add new column with a value for existing entries

How to check if database schema matches Entity Framework schema?