Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ef-code-first

How to store images using Entity Framework Code First CTP 5?

The connection string 'MyConnection' in the application's configuration file does not contain the required providerName attribute."

EF Code First: How to get random rows

Calculated column 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