In a project where PDFs were migrated from a Blob Storage container to a SQL Server database, the web app's performance dropped significantly. To address this, several strategies were used to optimize EF Core query performance: using AsSplitQuery to avoid data duplication, employing projections and DTOs for read-only data to
Table of contents
Split Queries: Preventing Data DuplicationUsing Projections and DTOs for Read-Only DataOptimizing with IndexesOptimizing EF Core Database Query Performance1 Comment
Sort: