New posts in code-first

How to run Seed() method of Configuration class of migrations

Oracle.ManagedDataAccess.EntityFramework - ORA-01918: user 'dbo' does not exist

Can you create sql views / stored procedure using Entity Framework 4.1 Code first approach

Why is my DbContext DbSet null?

How do I remove underscore of foreign key fields in code first by convention

Database in use error with Entity Framework 4 Code First

How do I use Entity Framework in Code First Drop-Create mode?

C# Code-First migration, up/down?

How to ignore a property when using Entity Framework Code First [duplicate]

How can I get my database to seed using Entity Framework CodeFirst?

Entity Framework CTP 4 - Code First Custom Database Initializer

Using MySql with Entity Framework 4 and the Code-First Development CTP

Entity Framework loading child collection with sort order

CREATE DATABASE permission denied in database 'master' (EF code-first)

How to remove child one to many related records in EF code first database?

How to configure ProviderManifestToken for EF Code First

ALTER TABLE DROP COLUMN failed because one or more objects access this column

Nullable property to entity field, Entity Framework through Code First

How can I disable code first migrations

Self-referencing many-to-many recursive relationship code first Entity Framework