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

    Dapper caches information about every query it runs, this allows it to materialize objects quickly and process parameters quickly. The current implementation caches this information in a …

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

    Dapper is an open-source object-relational mapping (ORM) library for .NET and .NET Core applications. The library allows developers to quickly and easily access data from databases without the need to …

  3. Basics of Dapper - JetBrains Guide

    In the .NET space, Dapper is the most popular of these MicroORM offerings. To use Dapper, we first need a DbConnection implementation. In this example, we'll be using System.Data.SqlClient and …

  4. EF Core vs Dapper in .NET 10 - C# Corner

    Explore EF Core vs. Dapper in .NET 10 for data access. Discover their key differences, benefits, code examples, and guidance on choosing the right tool for your project.

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

    Jun 16, 2025 · Dapper is a popular open-source Object-Relational Mapping (ORM) Library for .NET. It makes it easy to work with data in your application by mapping objects to tables in a database.

  6. A Beginner's Guide To Dapper with a .NET Web API

    Dapper gives you full control over your SQL queries. While it doesn’t auto-generate queries like Entity Framework, Dapper ensures everything stays efficient and lightweight, making it ideal for high …

  7. Dapper - a simple object mapper for .NET

    Feb 1, 2011 · View on GitHub Dapper - a simple object mapper for .NET Overview A brief guide is available on github Questions on Stack Overflow should be tagged dapper Installation From NuGet:

  8. The 2026 Disney Dapper Day Change You NEED to Know About

    5 days ago · Disneyland's Holiday Dapper Day event for 2026 just had a date change you need to know about!

  9. UPDATE: 2026 Dapper Day CHANGE Announced for Disneyland!

    5 days ago · The date has CHANGED for the holiday Dapper Day at Disneyland in 2026!

  10. What is Dapper? How to Use Dapper in ASP.Net Core? - ScholarHat

    Sep 24, 2025 · Dapper is simple/ micro ORM for the .NET world. It's a NuGet library that can be added to any .NET project for database operations.