Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Using Entity Framework 4.0 in a .Net 3.5 Application [duplicate]

how to do many to many with the same table with EF4 Code First

EF Code First with many to many self referencing relationship

Entity Framework + Multiple Threads + Lazy Load

EF and repository pattern - ending up with multiple DbContexts in one controller - any issues (performance, data integrity)?

Unable to cast the type 'System.Int64' to type 'System.Object'. LINQ to Entities only supports casting Entity Data Model primitive types

Entity Framework - Entity read-only property mapped to a column of related table

Ways to Maintain Data History in SQL Server 2008 Database

How do I use System.ComponentModel.DataAnnotations.AssociationAttribute

Entity Framework 4 Repository?

LINQ to Entities does not recognize the method System.ObjectCompareObjectEqual

Upgrade to EF 6.1.1 makes effect of [NotMapped] disappear

Many-To-Many Relationship in Code-First EF4

How to deploy SQL CE 4 CTP to shared hosting?

Why doesn't EF 4 generate association for FK relation to column with unique index?

POCO Vs Entity Framework Generated Classes? [closed]

Is SaveChanges() Necessary with Function Imports (Stored Procedures)?

The method 'Skip' is only supported for sorted input in LINQ to Entities. The method 'OrderBy' must be called before the method 'Skip'

Entity Framework in layered architecture

SQL Table Paging PERFORMANCE ...is EF4 + Linq SKIP +TAKE equal in performance than using TSQL params to request "paging" on a SQL Table?