Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in code-first

Entity Framework:Why the collection type of entity class need to be instanced in the default constructor?

What does the [DatabaseGenerated(DatabaseGenerationOption.Computed)] data annotation do?

Using EF4 Code First: How can I change the Model without losing data

Entity Framework 4.1 Code First - Define many-to-many using data annotations only

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]