Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-5

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

Changing column default values in EF5 Code First

EntityFramework 4 upgraded to 5, lambda is not available

entity-framework-5

How to override a partial class property

Map Many to Many relationship without navigation property

EF 5 Code Migration Errors: "There is already an object named _____ in the database"

Why does EF 5.0 not support this EF 4.x LINQ syntax when compiling to sql?

Run Custom Tool for Entity Framework, what does it do?

Is there a function in Entity Framework that translates to the RANK() function in SQL?

Entity framework Context.SaveChanges not working at all

Joining tables from two databases using entity framework