Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.3

Need to use EF 4.1 when default is EF 4.3.1

EF 4.3.1 - code first automatic migrations - how to specify column width

Entity Framework Code First: "The specified table 'foo' was not found in the model."

How to map foreign keys between TPH TPT objects - Entity Framework Code First

Why does Entity Framework's EF Migrations Add-Migration step require a database connection string?

Code First Fluent API validation not working

Define optional self-referencing one-many relationship with Fluent Api

c# entity-framework-4.3

How can I generate DDL scripts from Entity Framework 4.3 Code-First Model?

Mapping a self-join to a collection in code first entity framework 4.3

Introducing FOREIGN KEY constraint on table may cause cycles or multiple cascade paths causing Database.SetInitializer to not work?

Many-many relationship in Entity Framework Code First and using the "virtual" keyword to access each other

Saving single objects with Entity Framework code first

Entity Framework 4.3 - TPH mapping and migration error

How to create database using code first migrations?