Check out example codes for "c# linq to get most recent item from IList". It will help you in understanding the concepts better.
Code Example 1
DateTime? latestDate = myCollection.Max(r => r.ExpirationDate);
Learn ReactJs, React Native from akashmittal.com