Published / updated
ADO.NET & Dapper Data Access
Connect C# applications to SQL Server with safe, understandable data access.
Prerequisites
- C# fundamentals
- SQL Server fundamentals
Expected outcome
Implement and explain safe SQL-first data access in C#.
Curriculum topics
- 01Connections and commands
- 02Parameters and readers
- 03Transactions
- 04Dapper setup
- 05Query and Execute methods
- 06DTO and repository basics
Practical learning
- Build parameterized CRUD
- Debug a failed database operation
Continue your learning pathNext recommended track →