Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

In a Linq Expression body how to use the value of a variable instead of a reference to it?

c# linq

Loop through all the attributes of a node using XDocument

c# xml linq .net-3.5 linq-to-xml

Convert or map a class instance to a list of another one by using Lambda or LINQ?

c# linq lambda

Choosing Database and ORM for a .NET project

LINQ -Single operator

c# .net vb.net linq

Reusing ordering logic

Converting a generic collection of a concrete type to a collection of a base type

c# linq generics ienumerable

How do you deal with sequences of IDisposable using LINQ?

use "from" property in the linq

linq linq-to-sql

RavenDB: How to do a simple map/reduce aggregation

.net linq ravendb

Joining two tables and returning multiple records as one row using LINQ

linq join

DbExpressionBinding requires an input expression with a collection ResultType

Two equality checks in one Where or vice versa for efficiency [duplicate]

c# .net linq linq-to-sql

How can I cast XNode to a custom type?

c# linq linq-to-xml

LINQ Group By multiple table Inner Join and aggregate function

how to do this using linq? [duplicate]

c# .net asp.net linq

How to select all items in a radious in xyz space?

c# .net linq

Compare and check collections using LINQ

.net vb.net linq collections