Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

Efficient way to call .Sum() on multiple properties

c# linq iqueryable

Linq to SQL, InsertOnSubmit vs. InsertAllOnSubmit performance?

c# sql linq linq-to-sql

Negate `.Where()` LINQ Expression

c# linq lambda

Using Linq to select a range of members in a list

c# linq

LINQ: Selecting items from a list (Group By/Select/Sum & Max!)

c# linq select group-by

Get grouped comma separated values with linq

Group DateTime by an arbitrary time interval

c# linq group-by

Elegant solution to check if two dates are equal, in Linq (where the second date is NOT a parameter)

Ambiguous invocation caused by picking up two versions of System.Linq

C# : How to sort a list of object based on a list of string

C# - LINQ - shortest distance by GPS latitude and longitude

Filtering records with IEnumerable.Select

Lambda Expressions and the || operator in Entity Framework

c# linq entity-framework

Linq select items up until next occurrence

c# .net linq

How to execute stored procedure and get return result in MVC/EF/LINQ

How to get all distinct combinations of pairs in C# / LINQ?

c# linq

LINQ to SQL - Why can't you use a WHERE after an ORDER BY?

c# linq linq-to-sql

NHibernate.Linq - How well does it work?

What is the correct usage of DataContext.Refresh()?

c# linq linq-to-sql

How do I construct a LINQ with multiple GroupBys?

c# linq entity-framework