LINQ allows developers to query and manipulate which types of data sources?

  • Arrays
  • Collections
  • Databases
  • XML
LINQ (Language Integrated Query) enables developers to query and manipulate collections, databases, XML documents, and any data source that can be queried with LINQ. It's a versatile tool for working with different types of data sources, making it easier to write expressive and powerful queries in C# and other .NET languages.
Add your answer
Loading...

Leave a comment

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