Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Add Controller Model Classes not shown

Entity Framework won't detect changes of navigation properties

c# entity-framework-4

Entity Framework 4 Error: Unable to update the EntitySet because it has a DefiningQuery

Adding [DataMember] [DataContract] attributes in Entity Framework POCO Template

Code First adding to collections? How to use Code First with repositories?

Is it possible to prevent EntityFramework 4 from overwriting customized properties?

HiLO for the Entity Framework

entity-framework-4 hilo

EF code-first PluralizingTableNameConvention for ONE DbSet

Is EntityState.Modified required for an update?

entity-framework-4

Executing SQL Stored Procedure with Output Parameter from Entity Framework

A dependent property in a ReferentialConstraint is mapped to a store-generated column. Column: 'ID'

Repository Pattern, POCO, and Business Entities

Cannot convert lambda expression to type 'string' because it is not a delegate type

Entity Framework: Insists on adding new entity in many-to-many instead of re-using existing FK

Entity Framework 6 Error Unable to load the specified metadata resource

How to use OutPut parameter in SP with EF 4.0

entity-framework-4

How do I concatenate strings in Entity Framework Query?

ASP.NET MVC 3 Application using Ninject, Entity Framework 4 Code-First CTP 5, Patterns

Entity Framework: Alternate solution to using non primary unique keys in an association

Clean way to deal with circular references in EF?