Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in code-first

How to prevent DbContext from altering the database?

Entity Framework Circular Reference

Entity Framework Seed method is not being called

Entity Framework, Code First, Update "one to many" relationship with independent associations

Best Practices for Lookup Tables in EF Code-First

Where is EntityConfiguration in EF4 VS 2010 RTM?

About Code First Database Evolution (aka Migrations)

EntityFramework CodeFirst: CASCADE DELETE for same table many-to-many relationship

What the purpose of OnModelCreating in EF4 Code-First?

Generate SQL CE database from EF Code-First DbContext class

EF 4.1 Code First doesn't create column for List<string>

Entity Framework Code First Many to Many Setup For Existing Tables

Database.SqlQuery calling stored procedure that has multiple output parameters

EF6, Code-First, enable-migrations, "Unable to load the specified metadata resource"

Deploy Entity Framework Code First

Create ASP.NET Identity tables using SQL script

Change foreign key constraint naming convention

Enable cascading deletes in EF Code First without exposing foreign key

Added code-first entity doesn't lazy-load properties

My Seed() method is never called in Code First EF 5