Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Mapping SQL view in code-first approach

The type or namespace name 'Column' could not be found

How do i delete single record from table using EF 6.1.1

Is there a data annotation for unique constraint in EF Core (code first)?

Get SQL file for specific migration in Entity Framework 6 C#

EF 4.1 Code First - map enum wrapper as complex type

EF 4.1 Code First: "non-null value of type 'DateTime'" Issue

Entity Framework Code First : Setting up One-To-One foreign key association using Annotations

Code First can't enable migrations

Persisting the state pattern using Entity Framework

Eager loading property of derived class using Include

Is it possible to directly reference a many-to-many table using entity framework, code first

Entity Framework Table Splitting: not in the same type hierarchy / do not have a valid one to one foreign key relationship

Entity Framework Code First truncating my decimals

EF CodeFirst: DropCreateDatabaseIfModelChanges doesn't work

entity framework execute SQL before migrations

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