Dapper

USE FOR: High-performance SQL queries mapped to POCOs, read-heavy and latency-critical data access, stored procedure invocation, multi-mapping joins, bulk operations, and scenarios requiring full SQL control. DO NOT USE FOR: Schema migrations (use EF Core or FluentMigrator), complex object-graph change tracking, or applications where a full ORM with lazy loading is needed.

Tyler-R-Kendrick 28be062 16 files · 30.2 KB Updated

File contents

Tyler-R-Kendrick/agent-skills/tree/main/skills/dotnet/data/dapper commit 28be06251e

Frequently asked questions

npx skillmds add tyler-r-kendrick/dapper