Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Relationship on same table with Entity Framework

Generic Repository Pattern with UnitOfWork Pattern

EdmAssociationConstraint: : The number of properties in the Dependent and Principal Roles in a relationship constraint

How to Fetch Data from database using Entity Framework 6

Can I mock Objectresult<T> of Entity Framework Using MOQ

entity-framework-4 moq

Update EF 4 Feature CTP 4 Detached POCO

Should the Unit of Work point to the service layer or the repository?

Entity Framework many-to-many query: navigation property not generated

entity-framework-4

Entity Framework (EF) OutOfMemoryException

EF 4.1 Code First: Each property name in a type must be unique error on Lookup Table association

How can I get the next Primary Key for SQL 2008 in Entity Framework 4

C# LINQ query (MYSQL EF) - Distinct and Latest Records

How to use POCO in MVC application

EF code first modular design

AllowHtml attribute on EntityFramework class

Establishing SQL Connection Taking 10 - 15 Seconds

Entity Framework Code First 4.3 / LINQKit predicate for related table

Complete examples using MVC2, EF4, and Repository Pattern with true SoC [closed]

How do you tell if an EF4 entity is new or an existing record?

MVC mapping viewmodels to POCOs