Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4

Is there a tool in Visual Studio or plug-in to automate creating buddy class validation?

Is it possible to use an EF4 EntityConnection in a SqlConnection?

How to avoid creating a parent when adding a child record in Entity Framework?

Service Layer/Repository Pattern

Why does Entity Framework detect changes on properties which were modified but reset?

Get Total Count and Page Rows in same database trip when using Entity Framework

c# entity-framework-4

Entity Framework 4 Out of Memory on SaveChanges

c# entity-framework-4

How can I implement select case in Entity Framework?

How to define a table that its primary key is constructed from 2 foreign keys with EF code-first

Linq expression not supported

Self referencing 1 to many relation

Select last inserted ten rows

FirstOrDefault() when retrieving a single field value

Using "custom data types" with entity framework

Entity Framework: Map output parameters from stored procedure?

Do 2 queries need to be submitted to the database to get total count and paged section using EF / Linq to Entities? [duplicate]

Aggregating multiple queries into one with EF like this?

Entity Framework 4 load Record by ID

How to use SQL Server Database Project in other Projects in Visual Studio?