Say there is an extension method to order an IQueryable based on several types of Sorting (i.e. sorting by …
c# linq ienumerable iorderedenumerableShould IOrderedEnumerable be used as a return type purely for semantic value? For example, when consuming a model in the …
c# .net linq semantics iorderedenumerable