C# strings silently kill your SQL Server indexes in Dapper
PretzelFisch Friday, March 06, 2026
Summary
The article discusses the performance impact of implicit conversions between NVARCHAR and VARCHAR data types in Dapper queries, highlighting the importance of explicitly specifying data types to avoid potential performance issues.
106
80
Summary
consultwithgriff.com