Professional Development – 2025 – Week 1

Development Writing Safe SQL Queries in .NET There is a NuGet package InterpolatedSql which has a SqlBuilder that requires an interpolated string as an argument. It is database- and ORM-agnostic, however there is InterpolatedSql.Dapper that works specifically with Dapper. Yes,…