Statistics
The Highest Post







Statistics
Count 98
Avg 20.27
Min 3
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