To optimize performance, the use of ________ type of queries should be minimized in scenarios with large datasets.

  • LINQ
  • Raw SQL
  • SQL
  • Stored procedures
Raw SQL queries should be minimized in Entity Framework applications with large datasets as they bypass Entity Framework's query translation and optimization.
Add your answer
Loading...

Leave a comment

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