Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

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?

Separating entity framework poco and objectcontext

Preventing Entity Framework from serializing EntityKey, EntitySetName, etc

Lazy Loading with DbContext

Problem mapping multiple relations using Entity Framework code-first

.NET reflection: how to get properties defined on partial class

What is "it" in Entity Framework

c# linq entity-framework

MySql + entity framework = Every derived table must have its own alias

LINQ: Convert Guid to string

linq entity-framework

entity framework adding record to join table

c# entity-framework

Insert data using LinqPad and Entity Framework

entity-framework linqpad

Dispose of nested objects which all implement IDisposable

c# .net entity-framework

How do I load related entities of type IEnumerable<T>

Is there any performance advantage to EntityDataSource over programmatic binding?