0
votes
votes
1 answers
Linq query for getting latest single value on the basis of latest date in a collection
Hi, I have a collection where the IDs are same. Now I need to select just one value of that collection based on the latest date. my collection and code looks like this: public class Orders { public int ID { get; set; ...
