Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Is there a way to programmatically check pending model changes in Entity Framework Core?

How to replace columns in a Queryable<T> in a generic fashion without executing the Queryable

Is there a planned release date for Entity Framework 2.0?

entity-framework

linq to entities inheritance query problem

C# + LINQ + ADO.NET EF , join 2 tables and return everything without specifying all fields manually

How to write an entity comparator in C# (with example code of first attempt) [duplicate]

Asp.net membership Table: aspnet_UsersInRoles not showing up in Enity Framework designer

asp.net entity-framework

L2S (LINQ to SQL) or EF (Entity Framework)

Where to place Business Entities, Enums, Custom exceptions?

How does TransactionScope guarantee data integrity across multiple databases?

Entity Framework and the XmlIgnoreAttribute

entity-framework

Entity Framework - Optimistic Concurrency Issue

LINQ. Grouping by days. How to do this easily?

EF4 Context.ApplyCurrentValues does not update current values

entity-framework c#-4.0

Where should I create my Entity Framework context object in an MVC app?

MVC + EF4 + POCO - How to go about storing the Entity Context?

How to store Linq where condition in property

LINQ - How to write a query to set a variable bool True or False

Lambda Expression Search

c# wpf entity-framework lambda

How should I annotate CreatedOn and ModifiedOn columns with EF 4.1?