Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Sql Server Freetext through Entity Framework

Error with Entity Framework: AcceptChanges cannot continue because the object's key values conflict with another object in the ObjectStateManager

Linq multiple where queries

1-to-1 relationship causing exception: AssociationSet is in the 'Deleted' state. Given multiplicity constraints

Entity Framework 4 - prevent basic caching

entity-framework-4 entity

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