Linq ain’t all that distinct…

I came across an interesting programming challenge yesterday that I thought I should share.  I’m working on a relatively simple ASP.Net MVC 3 web application which has an integrated “search” feature.  Since I’m using Entity Framework 4 as my ORM, I’ve been writing a lot of Linq queries.  The query I am using that caused […]

Read More Linq ain’t all that distinct…