Monthly Archives: October 2015

Projecting on Linq to SQL, from different layers

  The Need I needed to add the possibility for upper layers like the Model/Service to make projection on Linq to SQL statements but without leaking IQueryable. As the normal Linq to SQL projection is: var query = from c in Cars … Continue reading

Posted in Development, Technical | Tagged , , | Leave a comment