Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why does LINQPad use LINQ to SQL under the covers, rather than Entity Framework?

0
Posted

Why does LINQPad use LINQ to SQL under the covers, rather than Entity Framework?

0

LINQ to SQL is faster with large schemas and in most cases, emits better SQL. You can, however, use EF with EDMs that you define yourself. For querying SQLite and MySQL (via the optional plug-in), LINQPad uses Matt Warren’s IQueryable toolkit, whose pipeline for converting LINQ into SQL is currently unrivaled.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.