Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework

Proper way to construct linq queries to achieve fastest performance?

Saving in entity framework

Do I have to set foreign key properties manually when I change associations?

Inheritance: why is changing an object's type considered bad design?

Entity Framework queries miss filtered index WHERE BIT field = 0

The data reader is incompatible with the specified model

How can I trace a SQL query generated by EF back to the code that created it

Getting past entity framework BeginTransaction

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