Toggle navigation
LaunchDog QnA
Submit
한국어
日本語
Question/Answer
230
C# Linq Group By on multiple columns [duplicate]
9
What result i should return? [duplicate]
369
Is it better to return null or empty collection?
6
Return an empty collection when Linq where returns nothing
-1
C# How can I prevent in this code that this error message occurs: Sequence contains no elements? [duplicate]
259
What does LINQ return when the results are empty
2
Implicit conversion error in LINQ
0
update a List<Object> with LINQ [duplicate]
395
Update all objects in a collection using LINQ
3
Comparing date parts in LINQ
17
LINQ to Entities group-by failure using .date
24
Linq - Grouping by date and selecting count
10
Task Parallel Library - LongRunning task vs Multiple Continuations
21
Task LongRunning side effects?
240
Parallel.ForEach vs Task.Factory.StartNew
240
Parallel.ForEach vs Task.Factory.StartNew
3
C# Maximum Number of Threads [duplicate]
118
Maximum number of threads in a .NET app?
11
Should I use Threads or Tasks - Multiple Client Simulation
10
Task.Factory.StartNew or Parallel.ForEach for many long-running tasks? [duplicate]