Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-5

Modelling polymorphic associations database-first vs code-first

AddOrUpdate works not as expected and produces duplicates

How to avoid calling virtual function in constructor?

Many to many relationships in EF5 Code First, how can I specify table name?

Does Entity Framework 5 support unique constraints?

EF 5. "Automatic migration was not applied because it would result in data loss" - only changed the column name

What are Independent Associations and Foreign Key Associations? [duplicate]

Entity data model designer won't open the edmx file

Enums EF 5.0 - Database First

Are Find and Where().FirstOrDefault() equivalent?

how to create an audit trail with Entity framework 5 and MVC 4

How to use an existing enum with Entity Framework DB First

Unit Of Work & Generic Repository with Entity Framework 5

Filter all navigation properties before they are loaded (lazy or eager) into memory

Entity Framework 5 Migrations: Setting up an initial migration and single seed of the database

Is it possible to query Entity Framework before calling DbContext.SaveChanges?

A relationship is in the Deleted state

Most efficiently handling Create, Update, Delete with Entity Framework Code First

How turn off pluralize table creation for Entity Framework 5?

EF 5 Migrations cannot connect to our database even though it does just fine at runtime