Câu hỏi 17
<p>What is lazy loading in Entity Framework Core?
</p>
Đúng
✔Loading related data on demand
Loading data in the background
Loading all data at the start
Loading data asynchronously
Câu hỏi 18
<p>Which method is commonly used to query data in Entity Framework Core?</p>
Stored Procedure
Đúng
✔LINQ (Language Integrated Query)
SQL Command
Raw SQL