Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Entity Framework Data Transfer Objects Best Practice

c# entity-framework linq dto

EF retrieves incorrect decimal precision

c# entity-framework

INSERT statement conflicted with the FOREGIGN KEY constraint

How to find out field maximum length in Entity Framework in .NET 4?

Why does LINQ-to-Entites recognize my custom method?

If I select from an IQueryable then the Include is lost

Entity Framework POCO Entities in multi layer web application

Linq queries in Entity Framework 4. Horrible performance

Is it possible to use LinqPad with a code-first model

Is it possible to store a struct's fields in the same table as the containing class?

entity-framework

Program against a database project using entity framework

Entity Framework (4.2) HasRequired results in unexpected LEFT OUTER JOIN

Include and Where predicate cause left join instead of inner join

Object must implement IConvertible

EF: Automatic migrations are running when disabled

Multiple dbcontexts in parallel threads, EntityException "Rerun your statement when there are fewer active users"

Entity Framework Code First: SaveChanges is not atomic

Entity Framework 5 table-per-type update, change sub type but keep same base type

Looking for Column that does not exist

Setting ConnectionTimeout when using EntityFramework