CommentJan 24, 2019
Hello, I'm new at developing with C#. it is a good practice to always return IEnumerable<T> and receive IList<T> in my methods when dealing with collections or should I favor the use if IEnumerable<T> for both, in and out?