Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Mocking DbContext.Set<T>()?

Lazy loading, Deferred Loading and Eager Loading in Entity framework

Which project should I enable migrations

Is DTO plus UnitOfWork pattern a good approach to design a DAL for a web application?

Entity Framework - Eager loading of subclass related objects

c# entity-framework-4

How do I prevent Entity Framework from loading a FileStream column into a byte array?

Updating model in EF Database First project

Correct disposing using Repository and Unit Work patterns with Entity Framework?

Help me understand "LINQ to Entities only supports casting Entity Data Model primitive types"

c# entity-framework-4

Entity Framework 4.1 Code First not creating tables

entity type has no key defined - Code first

How to Use Entity Framework 4 with Visual Studio 2013

Connection string for using SQL Server Compact with Entity Framework?

Entity Framework: How to put multiple stored procedures in a transaction?

How to get the latest date inserted from the table with Linq to entities

A cycle was detected in a LINQ expression exception

c# DbSet - Internal object cannot be got

IN and NOT IN with Linq to Entities (EF4.0)

Using database generated GUID and datetime with EF4

Creating composite primary key using entity framework 4.1