Skip to content

DapperLib/DapperAOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4f8cd50 · Mar 27, 2025
Feb 7, 2025
Mar 27, 2025
Mar 27, 2025
Mar 27, 2025
Feb 7, 2025
Apr 23, 2021
Sep 14, 2023
Aug 23, 2024
Apr 28, 2021
Apr 29, 2021
Feb 7, 2025
Feb 7, 2025
Jun 18, 2023
Nov 14, 2023
Nov 12, 2023
Feb 7, 2025
Nov 10, 2023
Nov 10, 2023
Nov 14, 2023

Repository files navigation

Let's face it: ADO.NET is a complicated API, and writing "good" ADO.NET code by hand is time consuming and error-prone. But a lot of times you also don't want the ceremony of an ORM like EF or LLBLGenPro - you just want to execute SQL!

For years now, Dapper helped by providing a great low-friction way of talking to arbitrary ADO.NET databases, handling command preparation, invocation, and result parsing.

Dapper.AOT radically changes how Dapper works, generating the necessary code during build, and offers a range of usage guidance to improve how you use Dapper.

Getting Started | Documentation