IEnumerable, It's Not a Collection.
IEnumerable<T> has become one of the most popular ways not only to manipulate collections, but to pass them around as a read only structure. The power of LINQ and the safety of read-only immutable structures make it an excellent choice when modeling ...
blog.samferree.dev4 min read