Domanda di colloquio di Reynolds and Reynolds

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

Risposta di colloquio

Anonimo

28 ott 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.