Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

Mapping Columns in Entity Framework Code First

How do I map TimeSpan with greater than 24 hours to SQL server Code First?

EF Model First or Code First Approach?

Refresh entity instance with DbContext

LIKE query with Entity Framework [duplicate]

No mapping exists from object type System.Collections.Generic.List when executing stored proc with parameters in EF 4.3

What is the syntax for self referencing foreign keys in EF Code First?

Confusion over EF Auto Migrations and seeding - seeding every program start

Code first DbMigrator causes error when building from different machines

Code First Migration with Connection Strings

Entity Framework auto incrementing field, that isn't the Id

Cannot enable migrations for Entity Framework in class library

EF Code First Fluent API specifying the Foreign Key property

Entity Framework Code-first default data in database

EF5 Code First - Changing A Column Type With Migrations

Defining multiple Foreign Key for the Same table in Entity Framework Code First

Problems creating a Foreign-Key relationship on Entity Framework

Mapping a foreign key with a custom column name

Get a list of elements by their ID in entity framework

How to set default value for POCO's in EF CF?