Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Disposing of object context in entity framework 4

How to call Scalar-valued function from LINQ to Entities server-side

How to join Multiple tables using Repository Pattern & Entity Framework?

Using stored procedures with Entity Framework 4 Code First CTP5

Simple conditional LINQ query in Entity Framework 4

Simulating CTE recursion in C#

Parameterizing a raw Oracle SQL query in Entity Framework

"Ambiguity between X and X" for every property after modifying entity model [closed]

Using EF 4 on .NET 3.5 SP1

How do we alias a Sql Server instance name used in a Connection String .config?

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