Some linq love
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 :-)
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 :-)
There are posts all the way to Aug 21, 2026
Comments
Comment preview