Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-5

EF5 Migrations - Duplicate/Re-defined variable bug when dropping constraints | Issue with usage of SQL GO command

Entity Framework 6 Error Unable to load the specified metadata resource

Insertion order of multiple records in Entity Framework

EF code first - custom foreign key constraint name

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

Windows Azure SQL Database - Identity Auto increment column skips values

Can I store enums as strings in EF 5?

How to set foreign key in EntityTypeConfiguration Class

Entity framework update model from database not generating cs class for newly added table in tt class

Entity Framework code first update-database fails on CREATE DATABASE

c# entity-framework-5

Enable-Migrations installation error

How I can read EF DbContext metadata programmatically?

EF Migrations: RenameColumn in Automatic Migrations?

Entity framework 5.0 handle optimistic concurrency exception?

entity-framework-5

Can I get decode an EntityFramework Model from a specified migration?

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?