Some linq love
time to read 1 min | 25 words
Well, because of things like this:
var entityModels = model .Sessions .First() .Views .OfType<SessionEntities>() .Single() .EntityModels;
I feel like I am working with XPath or CSS selectors :-)

Comments
Comment preview