/DapperWithSqlServerConsoleApp

Simple Dapper Example with local SqlServer database.

Primary LanguageC#

Simple Dapper Example with local SqlServer database

Prerequisite:
SqlServer Database 'ProductsDb' running locally with example table Products(Id, Name, Price).

Simple Example code for:

  • InsertAsync
  • QueryAsync