21 Answered Questions
[SOLVED] LINQ equivalent of foreach for IEnumerable<T>
- 2008-10-14 09:56:09
- tags2k
- 411267 View
- 647 Score
- 21 Answer
- Tags: linq foreach ienumerable
15 Answered Questions
[SOLVED] Returning IEnumerable<T> vs. IQueryable<T>
- 2010-05-20 18:13:59
- stackoverflowuser
- 195541 View
- 967 Score
- 15 Answer
- Tags: c# linq linq-to-sql ienumerable iqueryable
9 Answered Questions
[SOLVED] IEnumerable vs List - What to Use? How do they work?
- 2010-09-02 15:05:05
- Axonn
- 378197 View
- 571 Score
- 9 Answer
- Tags: c# linq list ienumerable
12 Answered Questions
[SOLVED] What is the difference between IQueryable<T> and IEnumerable<T>?
- 2008-10-31 07:18:42
- Nirmal
- 154803 View
- 391 Score
- 12 Answer
- Tags: .net linq .net-3.5 ienumerable iqueryable
7 Answered Questions
[SOLVED] Convert IEnumerable to DataTable
- 2009-08-10 08:34:03
- Zyphrax
- 92133 View
- 57 Score
- 7 Answer
- Tags: c# datatable ienumerable
6 Answered Questions
[SOLVED] The order of elements in Dictionary
- 2010-10-24 10:01:39
- Captain Comic
- 70151 View
- 88 Score
- 6 Answer
- Tags: c# .net dictionary ienumerable
14 Answered Questions
[SOLVED] Can anyone explain IEnumerable and IEnumerator to me?
- 2009-02-17 19:11:51
- prodev42
- 159635 View
- 225 Score
- 14 Answer
- Tags: c# ienumerable ienumerator
7 Answered Questions
[SOLVED] Optimal LINQ query to get a random sub collection - Shuffle
- 2009-10-30 18:44:41
- Jobi Joy
- 15159 View
- 42 Score
- 7 Answer
- Tags: c# linq ienumerable observablecollection
13 Answered Questions
[SOLVED] How can I add an item to a IEnumerable<T> collection?
- 2009-07-31 01:52:35
- ldsenow
- 443128 View
- 341 Score
- 13 Answer
- Tags: c# list ienumerable
5 Answered Questions
[SOLVED] Shorter syntax for casting from a List<X> to a List<Y>?
- 2011-02-25 08:51:25
- Jimbo
- 130260 View
- 195 Score
- 5 Answer
- Tags: c# list casting ienumerable
5 Answered Questions
[SOLVED] ReadOnlyCollection or IEnumerable for exposing member collections?
- 2009-01-29 12:20:04
- Erik Öjebo
- 29711 View
- 108 Score
- 5 Answer
- Tags: c# .net collections ienumerable readonly-collection
19 Answered Questions
[SOLVED] Count the items from a IEnumerable<T> without iterating?
- 2008-10-03 21:05:03
- sebagomez
- 324831 View
- 285 Score
- 19 Answer
- Tags: c# .net ienumerable
9 Answered Questions
[SOLVED] How to loop through IEnumerable in batches
- 2013-03-14 16:06:22
- user1526912
- 41271 View
- 63 Score
- 9 Answer
- Tags: c# ienumerable
4 Answered Questions
[SOLVED] Correct, idiomatic way to use custom editor templates with IEnumerable models in ASP.NET MVC
- 2014-08-15 19:58:52
- GSerg
- 22347 View
- 46 Score
- 4 Answer
- Tags: c# asp.net-mvc ienumerable view-templates razor-3
4 Answered Questions
[SOLVED] ICollection<T> Vs List<T> in Entity Framework
- 2011-10-05 01:33:23
- wil
- 51279 View
- 94 Score
- 4 Answer
- Tags: c# list ef-code-first ienumerable icollection
13 Answered Questions
[SOLVED] Should I always return IEnumerable<T> instead of IList<T>?
- 2009-07-02 05:15:35
- KingNestor
- 33120 View
- 87 Score
- 13 Answer
- Tags: c# ienumerable
8 Answered Questions
[SOLVED] There is no ViewData item of type 'IEnumerable<SelectListItem>' that has the key 'xxx'
- 2010-05-17 13:22:59
- Jimbo
- 126271 View
- 83 Score
- 8 Answer
- Tags: asp.net-mvc ienumerable drop-down-menu viewdata selectlist
11 Answered Questions
[SOLVED] How to get the index of an element in an IEnumerable?
- 2009-08-17 21:37:23
- Jader Dias
- 141741 View
- 117 Score
- 11 Answer
- Tags: c# .net linq ienumerable indexof
7 Answered Questions
[SOLVED] What's the difference between IQueryable and IEnumerable
- 2010-03-12 14:22:40
- James Hay
- 75529 View
- 142 Score
- 7 Answer
- Tags: linq ienumerable iqueryable .net-3.0
15 Answered Questions
[SOLVED] Passing a single item as IEnumerable<T>
- 2009-10-16 12:40:17
- Groo
- 69038 View
- 327 Score
- 15 Answer
- Tags: c# .net generics ienumerable
3 Answered Questions
[SOLVED] Differences between IQueryable, List, IEnumerator?
- 2011-01-30 18:26:59
- chobo2
- 42322 View
- 57 Score
- 3 Answer
- Tags: c# linq list ienumerable iqueryable
12 Answered Questions
[SOLVED] Pair-wise iteration in C# or sliding window enumerator
- 2009-02-23 13:17:00
- f3lix
- 9968 View
- 45 Score
- 12 Answer
- Tags: c# .net iterator ienumerable
2 Answered Questions
[SOLVED] IList vs IEnumerable for Collections on Entities
- 2008-12-18 02:17:34
- pondermatic
- 50282 View
- 141 Score
- 2 Answer
- Tags: collections ienumerable ilist
2 Answered Questions
[SOLVED] Why Enumerable.Cast raises an InvalidCastException?
- 2010-05-03 19:57:11
- outlookrperson
- 21732 View
- 38 Score
- 2 Answer
- Tags: c# casting ienumerable
2 Answered Questions
[SOLVED] When a class is inherited from List<>, XmlSerializer doesn't serialize other attributes
- 2011-02-21 17:22:39
- Esam Bustaty
- 5382 View
- 17 Score
- 2 Answer
- Tags: c# .net list xml-serialization ienumerable
8 Answered Questions
[SOLVED] IEnumerable and Recursion using yield return
- 2010-01-13 10:26:20
- Jamie Dixon
- 64091 View
- 287 Score
- 8 Answer
- Tags: c# generics ienumerable yield
4 Answered Questions
[SOLVED] What is the difference between IEnumerator and IEnumerable?
- 2009-03-06 16:50:46
- Shaun
- 141602 View
- 89 Score
- 4 Answer
- Tags: c# .net ienumerable ienumerator
14 Answered Questions
[SOLVED] How to check if IEnumerable is null or empty?
- 2011-02-18 22:44:21
- Schultz9999
- 156873 View
- 127 Score
- 14 Answer
- Tags: c# .net linq collections ienumerable
3 Answered Questions
[SOLVED] An extension method on IEnumerable needed for shuffling
- 2011-04-27 16:05:06
- Gulshan
- 10137 View
- 20 Score
- 3 Answer
- Tags: c# ienumerable shuffle
9 Answered Questions
[SOLVED] Collection was modified; enumeration may not execute error when removing a ListItem from a LIstBox
- 2009-04-30 17:02:28
- Xaisoft
- 18703 View
- 8 Score
- 9 Answer
- Tags: c# .net ienumerable