dotnet-dapper-query-builder
Installation
SKILL.md
Dapper Query Builder
Overview
Dapper provides lightweight, high-performance data access:
- Raw SQL - Full control over queries
- Multi-mapping - Handle complex joins
- Parameterized queries - SQL injection protection
- Minimal overhead - Near ADO.NET performance