LINQ to Objects is suitable for querying data from ___________ collections.

  • Dynamic
  • In-memory
  • Indexed
  • Linked
LINQ to Objects is ideal for querying data from in-memory collections such as arrays, lists, or any IEnumerable collection. It allows for expressive and flexible querying directly on these in-memory data structures.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *