18 Answered Questions
[SOLVED] Dynamic LINQ OrderBy on IEnumerable<T>
- 2008-09-03 06:30:31
- John Sheehan
- 234145 View
- 606 Score
- 18 Answer
- Tags: c# linq linq-to-objects
18 Answered Questions
17 Answered Questions
18 Answered Questions
[SOLVED] Retrieving Property name from lambda expression
- 2009-03-23 01:24:30
- Schotime
- 172007 View
- 431 Score
- 18 Answer
- Tags: c# linq lambda expression-trees
24 Answered Questions
[SOLVED] Split List into Sublists with LINQ
- 2009-01-07 02:43:22
- Felipe Lima
- 162346 View
- 318 Score
- 24 Answer
- Tags: c# linq data-structures
7 Answered Questions
21 Answered Questions
[SOLVED] LINQ equivalent of foreach for IEnumerable<T>
- 2008-10-14 09:56:09
- tags2k
- 364358 View
- 587 Score
- 21 Answer
- Tags: linq foreach ienumerable
5 Answered Questions
[SOLVED] Is it possible to Pivot data using LINQ?
- 2008-10-03 15:03:07
- Tim Lentine
- 52467 View
- 150 Score
- 5 Answer
- Tags: linq pivot-table
5 Answered Questions
[SOLVED] LINQ to read XML
- 2009-03-22 04:48:24
- Aximili
- 363441 View
- 178 Score
- 5 Answer
- Tags: c# xml linq linq-to-xml
15 Answered Questions
[SOLVED] Returning IEnumerable<T> vs. IQueryable<T>
- 2010-05-20 18:13:59
- stackoverflowuser
- 165759 View
- 875 Score
- 15 Answer
- Tags: c# linq linq-to-sql ienumerable iqueryable
11 Answered Questions
3 Answered Questions
[SOLVED] Why is LINQ JOIN so much faster than linking with WHERE?
- 2011-04-05 11:45:20
- Tim Schmelter
- 15913 View
- 90 Score
- 3 Answer
- Tags: .net linq performance join linq-to-dataset
6 Answered Questions
[SOLVED] Multiple "order by" in LINQ
- 2008-11-18 13:34:11
- Sasha
- 484050 View
- 1340 Score
- 6 Answer
- Tags: linq sql-order-by
11 Answered Questions
[SOLVED] LINQ - Full Outer Join
- 2011-03-30 17:41:57
- ninjaPixel
- 85842 View
- 143 Score
- 11 Answer
- Tags: c# .net linq outer-join full-outer-join
21 Answered Questions
11 Answered Questions
14 Answered Questions
[SOLVED] Return anonymous type results?
- 2009-02-10 23:10:44
- Jonathan S.
- 160992 View
- 171 Score
- 14 Answer
- Tags: c# linq linq-to-sql
1 Answered Questions
[SOLVED] LINQ to Entities does not recognize the method
- 2011-08-31 15:38:30
- annelie
- 86143 View
- 80 Score
- 1 Answer
- Tags: .net linq entity-framework linq-to-entities specification-pattern
8 Answered Questions
[SOLVED] Which method performs better: .Any() vs .Count() > 0?
- 2008-11-20 12:11:19
- Pure.Krome
- 98806 View
- 469 Score
- 8 Answer
- Tags: .net linq performance .net-3.5 extension-methods
13 Answered Questions
7 Answered Questions
[SOLVED] Combining two expressions (Expression<Func<T, bool>>)
- 2009-01-19 11:29:08
- BjartN
- 71033 View
- 179 Score
- 7 Answer
- Tags: c# linq lambda expression
10 Answered Questions
[SOLVED] Remove duplicates in the list using linq
- 2009-10-22 11:48:26
- Prasad
- 210569 View
- 223 Score
- 10 Answer
- Tags: c# linq linq-to-objects generic-list
3 Answered Questions
8 Answered Questions
[SOLVED] Linq to Entities - SQL "IN" clause
- 2009-05-13 13:35:05
- StevenMcD
- 162561 View
- 197 Score
- 8 Answer
- Tags: .net linq linq-to-entities in-clause
12 Answered Questions
[SOLVED] What is the difference between IQueryable<T> and IEnumerable<T>?
- 2008-10-31 07:18:42
- Nirmal
- 138785 View
- 363 Score
- 12 Answer
- Tags: .net linq .net-3.5 ienumerable iqueryable
5 Answered Questions
[SOLVED] Preserving order with LINQ
- 2008-10-15 12:20:13
- Matthieu Durut
- 40382 View
- 282 Score
- 5 Answer
- Tags: c# arrays linq sorting data-structures
10 Answered Questions
12 Answered Questions
[SOLVED] Difference Between Select and SelectMany
- 2009-06-06 03:54:16
- Tarik
- 327766 View
- 753 Score
- 12 Answer
- Tags: c# linq-to-sql linq
10 Answered Questions
10 Answered Questions
[SOLVED] 'Contains()' workaround using Linq to Entities?
- 2008-12-17 11:24:20
- James Bloomer
- 71973 View
- 85 Score
- 10 Answer
- Tags: c# linq entity-framework .net-3.5 linq-to-entities