Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-5

How to force entity framework not to query as sp_executesql

c#-4.0 entity-framework-5

Can Entity Framework handle many to many relationship without an intersection object?

Required Properties on optional Entity Framework Complex Types

EF data annotations aren't "working" after targeting .NET 4.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