score:3

Your query should look like this:

(from obj in ctx.Set 
    where condition
    orderby obj.Date descending
    select obj).FirstOrDefault()

Related Query

More Query from same tag