Entity Framework allows developers to work with databases using ___________ instead of SQL queries.

  • C# (C Sharp)
  • JSON (JavaScript Object Notation)
  • LINQ (Language Integrated Query)
  • XML (eXtensible Markup Language)
Entity Framework allows developers to work with databases using LINQ (Language Integrated Query) instead of SQL queries. LINQ provides a consistent query syntax to work with various data sources, including databases, collections, and XML. It allows developers to write queries using familiar C# syntax, which are then translated into SQL queries by Entity Framework.
Add your answer
Loading...

Leave a comment

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