Dapper: Getting Started
Dapper provides a super fast library for mapping between databases and .NET objects. This code-focused course will introduce you to all the basics you need to be productive with Dapper and incorporate it into your own apps.
What you'll learn
This code-focused course will show you how to implement a robust data access layer with Dapper. In this course, Dapper: Getting Started, you will gain the ability to fully utilize the Dapper library. First, you will learn the basics of Dapper including how to implement the Create, Read, Update, and Delete operations. Next, you will discover how to work with complex parent-child objects. Finally, you will explore how to implement some of the more advanced features of Dapper such as multi-mapping and working with dynamic objects. When you are finished with this course, you will have the skills and knowledge of Dapper needed to build elegant and high-performance data access layers.
Table of contents
- Overview 1m
- Installing Dapper 2m
- Repository Skeleton 3m
- Basic List Query and List Support 5m
- Mapping Objects That Don't Match Column Names 1m
- Inserting Data 3m
- Retrieving a Single Item with a Parameterized Query 2m
- Updating Data 2m
- Deleting Data 2m
- Implementing Dapper.Contrib 6m
- Retrieving Complex Parent-Child Objects with Multi-Result 5m
- Create-Update-Delete Operations with Complex Objects 9m
- Summary 1m