Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Cannot implicitly convert type 'System.Data.EntityState' to 'System.Data.Entity.EntityState'. An explicit conversion exists (are you missing a cast?)

c# asp.net entity-framework

Repository Pattern, POCO, and Business Entities

How to use AutoMapper to map destination object with a child object in the source object?

Dynamic Include statements for eager loading in a query - EF 4.3.1

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

The property 'name' is part of the object's key information and cannot be modified. Entity Framework

c# entity-framework

EF 6 - Include Why Do I not have linq choice?

c# linq entity-framework

Visual Studio 2015 Update 2 breaks EF reverse code engineer vsix

Can't compile project after importing stored procedure

Not a valid entity or mapped super class

How do I rewrite query expressions to replace enumerations with ints?

EF 4.1 SaveChanges not updating navigation or reference properties

Using BindingSource to bind to Nested Properties - or, Making Entities Bindable

EF5 Migrations - Duplicate/Re-defined variable bug when dropping constraints | Issue with usage of SQL GO command

Entity Framework 6 - use my getHashCode()

Entity Framework Specification Pattern Implementation

Can we use enums as typesafe entity ids?

Entity Framework 6 Error Unable to load the specified metadata resource

Entity Framework - Underlying data (in database) change notification

Inheritance and composite foreign keys - one part of the key in base class, the other part in derived class