frankwwu / Dapper-Recipes

Dapper Recipes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dapper Recipes

The Dapper Recipes are for developers who want to quickly learn how to use the Dapper in C# by examples. Each recipe is designed to focus on solving specific problems or tasks.

Quick start:

  1. Download and install the AdventureWorks2022 sample database https://github.com/Microsoft/sql-server-samples/releases/download/adventureworks/AdventureWorks2022.bak
  2. Modify the SQL Server connection string in AppSettings.cs to match with your SQL Server name.
  3. Open a C# Jupyter notebook .ipynb file with Visual Studio Code and run it.

Table of Contents

1. Introduction

2. Basic CRUD Operations

3. Advanced Features

4. Performance and Best Practices

About

Dapper Recipes


Languages

Language:Jupyter Notebook 99.9%Language:C# 0.1%