Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-5

How to map column and entity propery of different datatypes in entity framework code first

Why are my view's columns nullable?

Are there technical reasons EF 5 isn't fully supported on .NET4.0?

How to enable concurrency checking using EF 5.0 Code First?

How do I log EntityValidation errors using ELMAH MVC?

Mapping Database Views to EF 5.0 Code First w/Migrations

Entity Framework AsNoTracking breaks call to Distinct

How use Transaction in EntityFramework 5?

EF 5, update object gives "A referential integrity constraint violation occurred"

Found conflicts between different versions of the same dependent assembly.MVC3 -> MVC4 / EF4 -> EF5

An exception of type 'AutoMapper.AutoMapperMappingException' occurred in AutoMapper.dll but was not handled in user code

Does the new Migrations feature of Entity Framework 5 fully support enum changes?

Is there a good way to extend the Code-First Migrations

Entity framework manually deleted tables cant be generated from EF migration

Delete parent with children in one to many relationship

Should I use inheritance in Entity Framework or is there a better approach?

c# entity-framework-5

Filtering navigation properties in EF Code First

EF Lambda: The Include path expression must refer to a navigation property [duplicate]

Entity Framework 5 - Enum based Discriminator for derived classes