.NET & C# · Entity Framework Core
How would you answer an interview scenario involving projection to DTOs in Entity Framework Core?
Design a customer summary endpoint returning id, name, and order count without loading full order entities.