Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-4.1

Sql Server Compact Edition concurrency / thread safety (i.e. not thread safe)

Optimize SQL generated by LINQ Query in Entity Framework 4.1 with one-to-many associations

ASP.NET MVC with EF 4.1 Navigation properties

Port From Entity Framework to MongoDB

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

ASP.NET MVC 3 Site Loading Is Extremely Slow

Entity framework strings using greater than operator

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