Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

7-second EF startup time even for tiny DbContext

LINQ returns 0 results if using nullable int variable, accurate results if using "null"

MERGE in Entity Framework

Entity Framework - An item with the same key has already been added. - Error when trying to define foreign key relationship

Entify Framework Inserts require Select permissions

LINQ: Select all from each group except the first item

c# linq linq-to-entities

Why Does the Entity Framework make so Many Roundtrips to the Database?

Select most recent records using LINQ to Entities

c# linq linq-to-entities

Getting Entities whose keys match list(or array) of ids

Error: The object cannot be deleted because it was not found in the ObjectStateManager

Unable to create a constant value of type (type) Only primitive types ('such as Int32, String, and Guid') are supported in this context

How to only load certain fields of a child object in Entity Framework 6.1?

Get All Except from SQL database using Entity Framework

LINQ to SQL or Entities, at this point?

LINQ throwing invalid cast exception on a bigint

linq linq-to-entities

The method 'OrderBy' must be called before the method 'Skip' Exception

How do you do full text search (FTS) with Linq to ADO.NET entity framework?

Entity Framework Code First - Eager Loading not working as expected?

Using "Match" in a Linq statement

c# regex linq-to-entities

Convert IEnumerable<T> to string[]

c# linq linq-to-entities