public class OrganisationMention { public int Id { get; set; } public int OrganisationId { get; set; } public Organisation Organisation { get; set; } public int PublicationId { get; set; } public ...
27 November, 2008. It was a Thursday. In Ben’s recent post on Fluent Route Testing in ASP.NET MVC, he recalled a problem we had when trying to figure out how to deal with an Expression<> once we have ...
8 April, 2014. It was a Tuesday. In the last post I showed how AutoMapper and its LINQ projection can prevent SELECT N+1 problems and other lazy loading problems. That was pretty cool, but wait, there ...
So I've got this large dataset...call it t_Data, it's pretty easy to cut it up with a where condition in LINQ, but I want to be able to interrogate another dataset ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...