List Question
20 TechQA 2024-01-15T19:56:26.243000AutoMapper collections of strings to object properties in a collection of objects
64 views
Asked by Kaine
What is a collection expression when instantiating a List<T>
754 views
Asked by pks
Can I order an IEnumerable in C#, using "OrderBy()" and some boolean?
53 views
Asked by Dominique
C# implement Iterator Pattern and early return empty enumerable if one iterator is not valid
100 views
Asked by Felix Arnold
How to get a string[] as value from a Dictionary<int, string[]> regroup all value
48 views
Asked by Virbyker
C# can cast LINQ Aggregate to double to output factorial, this works for integer up to 12
111 views
Asked by Sp Rosťa
RegEx numeric list
31 views
Asked by zeke angel
How can I find all chains of intersected rectangles
155 views
Asked by StafordDev
How, with Ruby, can I access and compare these nested array values?
90 views
Asked by jbk
Ruby: how to split a collection (Enumerable) in multiple (>2) partitions by some predicate?
116 views
Asked by Toni Schilling
How can I show the unenumerable property id when printing the object to the console
65 views
Asked by Hamza-Noah
Why is the headers property of an http.IncomingMessage non-enumerable?
407 views
Asked by Aaron Parisi
Is there a real alternative to "for ... in Object" in Javascript? (For debugging purposes)
78 views
Asked by John
How do CLR Enumerables downcast Generics
95 views
Asked by GreysonTyrus
transform single element to Iterable in Java
488 views
Asked by Kjara
JavaScript Obj.length method returns undefined despite dictionary containing elements
336 views
Asked by ichbinjay
Split value in # randomly sized parts using C# (with a max value per part)
366 views
Asked by Austin
Intersect does not retrieve list as expected
65 views
Asked by Mahmoud Abdeen
Joining IEnumerable to DataModel returns "Cannot be Translated" error
49 views
Asked by bmurrell30
Recursively walk though complex object structure
39 views
Asked by BatmanPriddy