Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

System.Linq.Dynamic - Can I use IN clause in WHERE statement

c# .net linq dynamic

Syntax to execute code block inside Linq query?

c# linq

About System.Linq.Lookup class

c# linq

How to put in text when using XElement

c# html linq

Get table-data from table-name in LINQ DataContext

c# linq linq-to-sql

Does Enumerable.Repeat() do a deep copy?

How do I use a relative path in XDocument.Load?

c# asp.net linq

Is it possible to perform joins across different databases using LINQ?

c# database linq join

List vs IEnumerable vs IQueryable when defining Navigation property

How to search Hierarchical Data with Linq

c# linq

LINQ: differences between single Where with multiple conditions and consecutive Wheres with single condition [duplicate]

c# linq

Can I build Tuples from IEnumerables using Linq?

c# linq tuples

How to use LINQ to order within groups

c# .net linq .net-3.5

Asynchronous Where Filter with Linq

c# linq asynchronous

Sending items in a LINQ sequence to a method that returns void

c# .net linq void

Using only the year part of a date for a WHERE condition

Is there a library that provides a formatted Dump( ) function like LinqPad? [duplicate]

linq linqpad

C#: ToArray performance [duplicate]

c# .net linq performance

What is the equivalent of .Max() in jquery

javascript jquery linq max

This code returns distinct values. However, what I want is to return a strongly typed collection as opposed to an anonymous type

c# linq