Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

How to configure multiple object sets per type in Entity Framework code first

Entity Framework Code First ignoring connection string, using IIS instead

How can I set the default value of a new table column during a Code-First Migrations?

Stop empty strings at the database level with EF code first

EF 4.1 CodeFirst with Guid (not generated by DB/Store) as PK

How to set manually an Oracle Connection String in a DbContext

Entity Framework doesn't query derived classes - Error in DbOfTypeExpression

EF Code First - creating database - Login failed for user

Code-first Entity Framework - Multiple Foreign Keys For the Same Table

Re-create tables of EF CodeFirst from command package manager console

Entity Framework: Migration falsely adds foreign key column twice

Create Table, Run Time using entity framework Code-First

How do you actually perform relationships in Entity Framework 4 Code-First CTP 5?

How to force EF Code First to query the database?

The navigation property 'FootballGame' was not found on the dependent type 'Bd.Domain.Entities.FootballGame'

Entity Framework: Navigation Properties Issue

EF6 Code First - may cause cycles or multiple cascade paths

Auto increment property not key

Code-First Entity Framework Multiple Collections with Many to Many

Required property but Nullable, Entity Framework through Code First