Skip to main content
Published / updated
TRACK 07 · Beginner → Intermediate

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

  1. 01Connections and commands
  2. 02Parameters and readers
  3. 03Transactions
  4. 04Dapper setup
  5. 05Query and Execute methods
  6. 06DTO and repository basics

Practical learning

  • Build parameterized CRUD
  • Debug a failed database operation
Continue your learning pathNext recommended track →