In a previous post , I outlined the generics-based Repository model I built for DevEvents . There are two additional pieces of extensibility to the model that I left out for the sake of clarity. The first one, and the one I’ll cover in this post, is LINQ to SQL model binding. During the initial development...