python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Select fields in a matching array and parent with C# Linq
I have an object that I need to get some fields from just the first one matched. The key thing is "prices" will either be sorted in ascending or descending "base" order. Find the...

slabsken
Votes: 0
Answers: 3
Lambda Expression for FirstOrDefault with two parameters
I have a lambda expression that is passed to a First() or FirstOrDefault() call.
I would like to dynamically inject a parameter value into the lambda when it is executed.
This is the hacked code I hav...
lkujala
Votes: 0
Answers: 1
Counting active listings by month and year
I am currently working with real-estate data, and each Listing entity has a ListingDate and a CloseDate. What I am currently trying to do is to count how many Listings are active in a given month and ...
Shawn
Votes: 0
Answers: 2
Parallel.Invoke and Index was outside the bounds of the array
I am sporadically seeing the following error,
System.IndexOutOfRangeException: Index was outside the bounds of the
array. at System.Collections.Generic.List`1.Add(T item)
I have a console applicatio...

JGV
Votes: 0
Answers: 2