Ordered Collections are correspondants collections of IEnumerable and IQueryable types
As we apply order by clauses the collections become IOrdered_
In this post we have a simple demo, intended to create a third ordered collection using the implementation of the method CreateOrderedEnumerable
Now we are creating a IOrderedQueryable collection from the first one, in its implementation of enumerable is the function of the queryable expression
As we apply order by clauses the collections become IOrdered_
In this post we have a simple demo, intended to create a third ordered collection using the implementation of the method CreateOrderedEnumerable
Now we are creating a IOrderedQueryable collection from the first one, in its implementation of enumerable is the function of the queryable expression