Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

Entity Framework 4.1 Ghost Columns

"... an error occured while updating the object context. The ObjectContext might be in an inconsistent state...."

Saving single objects with Entity Framework code first

Entity framework code first convert between class boolean and column integer

EF 4.1 Code First Foreign Key adds Extra column

Is it possible to generate db sql script with Ef4 CodeFirst on build?

How do I save a child entity in EntityFramework 4?

EF 4.1, inheritance and shared primary key association => The ResultType of the specified expression is not compatible

Order the Columns, while creating DB by Entity Framework 4.1. with fluent API

Add MetadataType to derived class in C#

How to implement datcontext per request/thread using factory pattern

How to map a table column to two entity properties?

Serialization POCO proxy with WCF

How Do I Disable Lazy Loading, Entity Framework 4.1 using Code Migrations Configuration

c# entity-framework-4.1

ASP.NET MVC 3 Site Loading Is Extremely Slow

Entity framework strings using greater than operator

EF ExecuteStoredCommand with ReturnValue parameter

Entity Framework 4.1 code first approach: how to define length of properties

How to filter nested collection Entity Framework objects?

Using the Entry<TEntity>().CurrentValues.SetValues() is not updating collections