Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

If it's bad to use inline SQL, how does using LINQ to perform queries differ in practice?

sql linq inline

linq deferred execution when using locks in methods that return IEnumerable

c# linq thread-safety

Should Count() of an IEnumerable be avoided?

c# linq ienumerable

Generate a two dimensional array via LINQ

Why and When to use LINQ? [closed]

linq linq-to-sql

LINQ to NHibernate, "get by array of ids" query

.net linq nhibernate

How to combine 2different IQueryable/List/Collection with same base class? LINQ Union and Covariance issues

linq union covariance

Linq performance: should I first use `where` or `select`

Do I need to SubmitChanges after executing a stored procedure with Linq-To-Sql?

Error Binding Gridview: "The current TransactionScope is already complete"

Entity Framework - Linq query with order by and group by

c# mysql linq entity-framework

How to serialize a raw json field?

C# Dynamic Linq: Implement "Like" in The Where Clause

left outer join problem

linq

LINQ select non-empty strings

c# linq

How to pass multiple Expressions to OrderBy for EF?

Creating a distinct list of custom type in C#

c# .net linq

Is there some sort of syntax error with this LINQ JOIN?

c# linq entity-framework join

Entity Framework "The wait operation timed out" on simple DeleteAll

Is using Single as an Assert a bad practice?

c# linq unit-testing