Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-entities

How to store a list in a column of a database table

New transaction is not allowed because there are other threads running in the session LINQ To Entity [duplicate]

c# linq linq-to-entities

The specified type member 'Date' is not supported in LINQ to Entities. Only initializers, entity members, and entity navigation properties

String.IsNullOrWhiteSpace in LINQ Expression

How to get first record in each group using Linq

Entity Framework 4 / POCO - Where to start? [closed]

Learning about LINQ [closed]

The cast to value type 'Int32' failed because the materialized value is null

What's the difference(s) between .ToList(), .AsEnumerable(), AsQueryable()?

Problem with converting int to string in Linq to entities

"A lambda expression with a statement body cannot be converted to an expression tree"

Linq-to-Entities Join vs GroupJoin

c# linq linq-to-entities

Linq to Entities - SQL "IN" clause

How to use DbContext.Database.SqlQuery<TElement>(sql, params) with stored procedure? EF Code First CTP5

How to do SQL Like % in Linq?

Entity Framework VS LINQ to SQL VS ADO.NET with stored procedures? [closed]