Showing posts with the label IEnumerable and IQueryable in C#

IEnumerable and IQueryable in C#

In LINQ to query data from database and collections, we use IEnumerable and IQueryable for data manipulation. IEnumerable…

Read More »
Load More That is All