About 35,200 results
Open links in new tab
  1. Dapper - a simple object mapper for .Net - GitHub

    Dapper is a NuGet library that you can add in to your project that will enhance your ADO.NET connections via extension methods on …

  2. Learn Dapper - A Dapper Tutorial for C# and .NET Core

    Dapper is a simple and efficient .NET library for data access and object-relational mapping (ORM) that supports .NET Core and C# …

  3. DAPPER Definition & Meaning - Merriam-Webster

    6 days ago · The meaning of DAPPER is neat and trim in appearance. How to use dapper in a sentence.

  4. Dapper Tutorial

    Does Dapper support Transaction? Yes, Dapper supports transactions both within a TransactionScope and through use of an …

  5. Dapper - Learn What is Dapper and Why You Should Use it

    Jun 16, 2025 · Unlock the power of Dapper by understanding the basics and more advanced topics. Learn what Dapper is, how it …

  6. Dapper ORM - Wikipedia

    Dapper is an object–relational mapping (ORM) product for the Microsoft .NET platform. It provides a framework for mapping an …

  7. Dapper in Depth with ASP.NET Core 10 - C# Corner

    Mar 16, 2026 · Dapper is a micro‑ORM that delivers raw SQL speed with the simplicity developers love. In this article, we’ll dive deep …

  8. NuGet Gallery | Dapper 2.1.79

    A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ …

  9. Dapper/Dapper at main · DapperLib/Dapper · GitHub

    Dapper - a simple object mapper for .Net. Contribute to DapperLib/Dapper development by creating an account on GitHub.

  10. C# | Dapper - GeeksforGeeks

    Apr 26, 2021 · Dapper is an example of Micro ORM, in fact, it is called the King of Micro ORM because of its speed and ease of …