Skip to content
Adam O'Neil edited this page Dec 11, 2019 · 22 revisions

I know that inline SQL is a divisive topic. I love and use Linq to objects often, but have never enjoyed Linq to Entities because I don't like how it handles dynamic criteria, its strange outer join syntax, and the complications around debugging and working with generated SQL. At the same time, it's true that thoughtless use of inline SQL brings severe liabilities. So, this library is both a productivity layer and a testing framework for inline SQL.

Clone this wiki locally