EDIT: I split this to two questions: Iterate over two lists ending at the shorter one Iterate over several lists until the last element of the longest list has been reached
This question already has answers here: Closed 12 years ago. Possible Duplicate: Test whether two IEnumerable<T> have the same values with the same frequencies
This question already has answers here: Closed 12 years ago. Possible Duplicate: Dynamic LINQ OrderBy Hi,
I am creating a forum package for a cms and looking at caching some of the queries to help with performance, but I\'m not sure if caching the below will help/do what it should on the below (BTW: Cache
Is there an implicit way to tell a generic collection to use the Type of the incoming IEnumerable<T> data?
I have an mvc page with a displaytemplate. How do I get the index of the current item being rendered in the displaytemplate.
I have a need to pass the results of a source function (which returns an IEnumerable) through a list of other processing functions (that each take and return an IEnumerable).
I am wondering what the difference between IQueryable, List, IEnumerator is and when I should use each one?
How can you select all even numbered position from IEnumerable? Say I have IEnumerable<int> as 3,5,7,9,10
I would like my index to start from a number count greater than 0 while doing something like this: var dataSource = WebConfigurationHelper.GetSupportedDomainsString().Select((domain, index) =>