Sollicitatievraag bij Reynolds and Reynolds

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

Antwoord op sollicitatievraag

Anoniem

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