In a multi-layered application, Entity Framework enables efficient data fetching strategies like lazy loading within the ________ layer.
- Business Logic
- Data Access
- Persistence
- Presentation
Entity Framework enables features like lazy loading, making it beneficial to use within the Business Logic layer of a multi-layered application for efficient data retrieval.
Loading...
Related Quiz
- What are the implications of using the IgnoreChanges method in a migration?
- In Entity Framework, where can you find logs related to database migrations?
- For complex queries, using ________ over LINQ can sometimes result in better performance in Entity Framework.
- To update seeded data in an existing database, you need to modify the seeding logic and then run the ________ command.
- How does Entity Framework handle transactions by default when SaveChanges() is called?