LINQ and ordering of the result set
- by vik20000in
After filtering and retrieving the records most of the time (if not always) we have to sort the record in certain order. The sort order is very important for displaying records or major calculations. In LINQ for sorting data the order keyword is used.
With the help of the order keyword we can decide on the ordering of the result set that is…