How to use IEnumerable, ICollection, IList, and IQueryable in C#
repost: How to use IEnumerable, ICollection, IList, and IQueryable in C# | InfoWorld
The C# programming language provides excellent support for working with collections of data. C# includes several classes and interfaces that can help you query collections of data efficiently. The most commonly...
more...