Pergunta de entrevista da empresa Reynolds and Reynolds

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

Resposta da entrevista

Sigiloso

28 de out. de 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.