How to use orderby with 2 fields in linq? [duplicate] October 23, 2022 by Tarik MyList.OrderBy(x => x.StartDate).ThenByDescending(x => x.EndDate);