I have
Dictionary d = new Dictionary();
How I can get an Guid which has MAX
Guid
MAX
This works great. It will return the GUID for the MAX date.
Dictionary d = new Dictionary(); var guidForMaxDate = d.FirstOrDefault(x => x.Value == d.Values.Max()).Key;