Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

How to specify table name with Entity Framework Code First Fluent API

Default value for Required fields in Entity Framework migrations?

How to delete and recreate from scratch an existing EF Code First database

Multiple DB Contexts in the Same DB and Application in EF 6 and Code First Migrations

composite key as foreign key

Composite Key with EF 4.1 Code First

Entity Framework query slow, but same SQL in SqlQuery is fast

How Should I Declare Foreign Key Relationships Using Code First Entity Framework (4.1) in MVC3?

EF Code First foreign key without navigation property

EntityType 'IdentityUserLogin' has no key defined. Define the key for this EntityType

How to create index in Entity Framework 6.2 with code first

There is already an object named in the database

Entity framework code-first null foreign key

The term 'Update-Database' is not recognized as the name of a cmdlet

How to fix the datetime2 out-of-range conversion error using DbContext and SetInitializer?

ICollection<T> Vs List<T> in Entity Framework

Debug code-first Entity Framework migration codes

EF Code First "Invalid column name 'Discriminator'" but no inheritance

The entity type <type> is not part of the model for the current context

StringLength vs MaxLength attributes ASP.NET MVC with Entity Framework EF Code First