Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

nested linq queries, how to get distinct values?

c# linq linq-to-sql

Returning empty collections

c# linq

LINQ: Remove items from IQueryable

Change app.config at install time

c# linq deployment

How do you catch a Save or Load event on a Linq-to-SQL class?

c# linq linq-to-sql

How to handle Null in LINQ Subquery?

vb.net linq linq-to-sql null

Stack overflow in LINQ to SQL and the Contains keyword

linq linq-to-sql contains

How to use a Distinct on a column using Linq

How might I complete this example using LINQ and string parsing?

Check if there's a open connection to database asp.net/c#

c# asp.net database linq

Is there a way to get the SQL created by a LINQ query?

c# asp.net sql linq

Is there a way of splitting a C# generic dictionary into multiple dictionaries?

c# linq dictionary split

OrderBy and Distinct using LINQ-to-Entities

Build dynamic LINQ?

linq

Using LINQ to Obtain Max of Columns for Two Dimensional Arrays

c# linq

What's the meaning of the angle brackets on LINQ methods in Intellisense? (Contains<>, Count<>, Distinct<>, etc.)

Add namespaces with and without names to an XElement

c# xml linq linq-to-xml

Use LINQ to group a sequence by date with no gaps

c# linq sequence

LINQ and paging with a DataTable - can't get Skip working?

c# linq datatable

Retrieve all Children and their Children, recursive SQL