Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21
Angualr Top questions

Details



Peter Agyekum What is the difference between IEnumerable and Enumerable? IEnumerable is an interface and Enumerable is a class that is used to implement IEnumerable. The Enumerable class is part of the Linq library and contains many extension methods written for the IEnumerable interface. (like Any(), Count()
Related Topics