Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in code-first

Entity Framework - Navigating and Including properties through collections

Naming conventions in generated many-to-many table using EF4 CTP4 code first approach

More than one migrations configuration type was found in the assembly ''. Specify the name of the one to use. On add-migration

Multiplicity constraint violated SQL Server 2008 - CodeFirst

Entity Framework | Code First - Get Name Of Created Table

EF Code First forced eager loading

Entity Framework Code First MaxLength and FixedLegth (char vs varchar)

What causes "Incorrect syntax near <stored procedure name>" in EF Code First and SQL 2005?

EF Code First Migration with Multiple Database / DbContext

How to enable cascade delete in TPT (table per type) inheritance in code first?

c# sql code-first

How can we change naming convention of foreign keys in DB in EF Code First CTP5?

Entity Framework Code First Case Sensitivity on string PK/FK Relationships

How can I use a sql reserved keyword in the name of a property in an entity framework data context?

Entity Framework Code First Data Migrations not working with VS2012 Web Deploy

GUI or Visual Studio-plugin for managing Entity Framework Code First Migrations [closed]

Entity Framework 4.1 Code First approach to create many-to-many relation

EF Codefirst validate unique property?

Is it possible to use LinqPad with a code-first model

Deploying database changes with EF 4.1