Which collection type should a reposity return results in? (.Net)

Posted by UpTheCreek on Stack Overflow See other posts from Stack Overflow or by UpTheCreek
Published on 2010-05-08T13:14:51Z Indexed on 2010/05/08 13:18 UTC
Read the original article Hit count: 111

When using repository based persistence in a .net application, which collection type should normally be used?

IList, IEnumerable?

For example, the FindAll() method.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about repository-pattern