FlashcardAdvanced
LINQ & Collections Basics
LINQ lets you query in-memory collections using readable, declarative operators like Where and Select.
Question
What is LINQ and how does it work with collections like List<T>?
Click to reveal answer
LINQ lets you query in-memory collections using readable, declarative operators like Where and Select.
What is LINQ and how does it work with collections like List<T>?