Reynolds and Reynolds Interview Question

Explain the difference between method-based and query-based LINQ in C#.

Interview Answer

Anonymous

Oct 28, 2016

Method based uses methods to create the where, join, and select clauses. Query based uses words to create them and is very similar to SQL.