LINQ to SQL is specifically designed for working with ___________ data sources.

  • File-based
  • NoSQL
  • Relational
  • Web-based
LINQ to SQL is tailored for working with relational databases. It provides an object-relational mapping (ORM) framework to map database objects to .NET objects, enabling seamless interaction with relational data sources.
Add your answer
Loading...

Leave a comment

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