What does LINQ to SQL focus on when querying data?

  • In-memory collections
  • Relational databases
  • Web services
  • XML documents
LINQ to SQL focuses on querying data from relational databases. It enables developers to use LINQ syntax to perform SQL-like queries against a database and retrieve data in the form of objects.
Add your answer
Loading...

Leave a comment

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