________ is a feature in Entity Framework Core that was not available in Entity Framework 6, allowing for better performance optimization.

  • Connection pooling
  • Lazy loading
  • Migrations
  • Query caching
Lazy loading in Entity Framework Core enables on-demand loading of related entities, reducing the initial load time of entities and improving performance. This feature was not available in Entity Framework 6, making Entity Framework Core more efficient in certain scenarios.
Add your answer
Loading...

Leave a comment

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