Performance Degradation when Using Entity Framework Core with Lazy Loading in .NET 6
👀 Views: 3
💬 Answers: 1
📅 Created: 2025-06-05
entity-framework-core lazy-loading performance
I'm experiencing significant performance issues in my .NET 6 application when using Entity Framework Core with lazy loading enabled. The application runs fine w...