Please enable JavaScript.
Coggle requires JavaScript to display documents.
12
LINQ
and lambdas (Aggregates (Count(), Sum(), Max(), Average(),…
12
LINQ
and lambdas
-
-
Need for
var keyword
-
-
Still has a specific type, just don't need to say it
Useful when returning specific attributes from list
using the select new { x.y, x.z } notation
-
-
-
-