Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

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?

Why to use DbContext and not ObjectContext

Dump Linq-To-Sql now that Entity Framework 4.0 has been released?

How to Create a Entity Framework Project?

EF Code First - Globally set varchar mapping over nvarchar

Search on all fields of an entity

Moving Entity Framework model into class library from web project