You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we target IEnumerable<T> then we can convert to any collection instead of only List<T> type
The text was updated successfully, but these errors were encountered:
arivera12
changed the title
Why we are not using IEnumerable<T> instead of IList<T>/List<T> to controller method parameter?
[CSV] Why we are not using IEnumerable<T> instead of IList<T>/List<T> to controller method parameter?
Jun 21, 2021
If we target
IEnumerable<T>
then we can convert to any collection instead of onlyList<T>
typeThe text was updated successfully, but these errors were encountered: