Chandan Prasad
What is the difference between IEnumerable and Enumerable
By Chandan Prasad in .NET on Jul 30 2018
  • Chandan Prasad
    Jul, 2018 30

    IEnumerable is an interface. and an object can implement it if the it wants to iterate through the contents.Enumerable is a part of LINQ library and acts like a helper class which contains static methods which implement the IEnumerable extension.

    • 2


Most Popular Job Functions


MOST LIKED QUESTIONS