Sitemap
A list of all the posts and pages found on the site. For you robots out there, there is an XML version available for digesting as well.
Pages
Posts
Introducing RepoDb.ClickHouse — RepoDB’s Provider for ClickHouse Analytics Workloads
Published:
We just announced preview support for ClickHouse — read that first if you haven’t yet. This post goes one level deeper: how RepoDb.ClickHouse and RepoDb.ClickHouse.BulkOperations are built, why ClickHouse needed more than a drop-in provider swap, and enough code to get productive with it right away.
Migrating from Dapper to RepoDB
Published:
Even RepoDB is not just another ORM anymore, what started as a Dapper-shaped micro-ORM has grown into a layered platform — see RepoDB’s New Architecture — with its own provider-specific connectors, high-throughput Bulk/Batch operations, and an Insights stack for telemetry sitting above the same core CRUD surface. None of that changes the migration path below — the CRUD layer this post covers is still the part that talks to IDbConnection the same way Dapper does — but it’s worth knowing upfront that migrating gets you a foundation to grow into, not just a like-for-like swap.
RepoDB’s New Architecture - Productivity, ORM, Low-Level Connectors and Insights
Published:
RepoDB has grown from a single hybrid-ORM library into a small family of packages — connectors, bulk operations, and now RepoDB Insights. It’s a good point to step back and lay out how all of it fits together. The diagram below is the mental model going forward, and this post walks through every box and the connections between them.
Introducing RepoDb.Connector.MariaDb - RepoDB’s de-facto connector for MariaDB in .NET
Published:
We just announced RepoDB Connectors, a new home for dedicated, provider-specific ADO.NET data providers built for RepoDB — read the announcement at Introducing RepoDB Connectors — Starting with MariaDB if you haven’t yet. This post goes one level deeper into the first connector that shipped out of it, RepoDb.Connector.MariaDb: why it exists, how it’s laid out internally, the objects it exposes, and enough code to get productive with it right away.
Getting Started with RepoDB Insights Default Telemetry
Published:
RepoDB Insights is the companion solution for RepoDB’s Telemetry feature — a six-container stack that receives, stores, and visualizes the operation-level telemetry your application emits. This post walks through standing it up locally: what docker compose up actually does, how to wire an application into it, and what each of the six images is responsible for.
PropertyValueAttribute - A Setting for IDbDataParameter
Published:
We are very excited to announce the availability of the PropertyValueAttribute object. It enables you (as a user of the library) to set the property of the IDbDataParameter object before the actual execution against the database.
Complete support to Dynamics
Published:
Today, we are announcing the availability of RepoDb v1.12.5 and its bundles, the extension libraries at >= v1.1.2. See below.
RepoDB version 1.12.3 - Bug and Hot Fixes for version 1.12.0
Published:
When we announced the GA of RepoDB v1.12.0, many users were not able to pre-test the solutions even by having the 4 betas for the last 2 months. This has unfortunately led them to file the issues/bugs right after the releases.
RepoDB’s Complete Support to CancellationToken
Published:
Today, we are announcing the complete support of RepoDB for the CancellationToken.
FSharp ClassHandler
Published:
Today, we are announcing the availability of RepoDb v1.12.0. The released packages also come with their bundles, the extension libraries at v1.1.0. See below.
What will make you choose RepoDB over Dapper
Published:
In this page, we will share with you the differences and what sets RepoDB apart from Dapper. We tried our best to make a 1-to-1 comparison for most areas. This page will hopefully help you decide as a developer to choose RepoDB as your micro-ORM (with a compelling reason).
C#: Bulk Operations for .NET Core
Published:
We would like to share with you the latest and greatest updates of RepoDB ORM. Recently, we just published the complete out-of-the-box support of Bulk Operations for SQL Server in .NET data access space.
Happy 2nd Year Anniversary
Published:
It was 2 years ago when the first version release of RepoDB was placed at Nuget.org.
Adding more contents to RepoDB.NET
Published:
As of writing this, I am busy working on the RepoDB.NET site, providing content to each page.
announcements
Building a Better Hybrid Data Access Solution in .NET with Entity Framework + RepoDB
Published:
Just today, July 12, 2020, I had published an article in Medium titled “Building a Better Hybrid Data Access Solution in .NET with Entity Framework + RepoDB”.
Scott Hanselman Starred RepoDB at Github
Published:
Just today, July 16, 2020, the popular .NET celebrity Scott Hanselman has starred RepoDB’s repository at Github. This is the biggest day for RepoDB to date!
Exploring the .NET open source hybrid ORM library RepoDB
Published:
Just today, July 20, 2020, the popular .NET celebrity Scott Hanselman has blogged about RepoDB at hanselman.com.
RepoDB Documentation Site New Template
Published:
We are happily announcing the newly developed documentation site for the RepoDB library. The site is now running with the Just the Docs documentation theme for Jekyll.
Bump to .NET 8, .NET 9 & .NET 10 and deprecation of RepoDb.SQLite.System
Published:
Just today, June 28, 2026, we have made a tagged release v1.14.0. In the release, we have supported the .NET 8, .NET 9 and .NET 10 versions, and have removed the support to .NET 6 and .NET 7 respectively.
New blog site published at BLOGS.REPODB.NET
Published:
🚀 The new official RepoDB Blog is now live!
RepoDB Docker Images Are Now Available on Docker Hub
Published:
Today, we are happy to announce that RepoDB now ships official Docker images on Docker Hub. This is the first wave of what will become a growing catalog of images, and it is focused on one thing that a lot of you have been asking for: visibility into what RepoDB is actually doing in your applications.
RepoDB Default Telemetry for your App and Services Data Insights
Published:
We are excited to announce the availability of the Telemetry feature of RepoDB — a free, powerful capability that lets you observe exactly what your application is doing under the hood.
RepoDB’s Tagline Has Evolved: From ORM Library to Data Access Platform
Published:
Today, we are updating how we describe RepoDB. The tagline is changing from:
Preview Support for Oracle is Now Available in RepoDB
Published:
We are excited to announce the preview release of Oracle support for RepoDB — the first step toward bringing our hybrid ORM’s full feature set to Oracle databases.
Preview Support for MySQL Bulk Operations is Now Available in RepoDB
Published:
We are excited to announce the preview release of Bulk Operations support for MySQL in RepoDB — shipped as two dedicated implementations, RepoDb.MySqlConnector and RepoDb.MySql, so you get native Bulk Operations whichever ADO.NET driver you’re already using.
Preview Support for IBM DB2 is Now Available in RepoDB
Published:
We are excited to announce the preview release of IBM DB2 support for RepoDB — bringing our hybrid ORM’s fluent CRUD, raw-SQL, and Bulk Operations capabilities to DB2 for the first time, right out of the gate.
Introducing RepoDB Connectors — Starting with MariaDB
Published:
We are excited to announce the initial release of RepoDB Connectors — a new home for dedicated, provider-specific ADO.NET data providers built for RepoDB.
Preview Support for MariaDB is Now Available in RepoDB
Published:
We are excited to announce the preview release of MariaDB support for RepoDB — bringing our hybrid ORM’s fluent CRUD, raw-SQL, and Bulk Operations capabilities to MariaDB, built on top of the newly-released RepoDB Connectors.
ClickHouse Support is Passing All Test Suites — Shipping Soon
Published:
Good progress to share on a provider that’s been in the works for a while: RepoDb.ClickHouse and RepoDb.ClickHouse.BulkOperations are now passing their entire integration test suite, cleanly, across every target framework we ship.
Preview Support for FirebirdSQL is Now Available in RepoDB
Published:
We are excited to announce the preview release of FirebirdSQL support for RepoDB — bringing our hybrid ORM’s fluent CRUD, raw-SQL, and Bulk Operations capabilities to Firebird for the first time, right out of the gate.
Preview Support for ClickHouse is Now Available in RepoDB
Published:
We are excited to announce the preview release of ClickHouse support for RepoDB — bringing our hybrid ORM’s fluent CRUD, raw-SQL, and Bulk Operations capabilities to ClickHouse for the first time, right out of the gate. This follows the 1,701 passing integration tests we shared a few days ago — that milestone is now a shipped package.
talks
Dev Show: RepoDB, a hybrid-ORM library for .NET.
Published:
Description: RepoDB, a hybrid-ORM library for .NET, is an open-source library that bridges the gaps of micro-ORMs and full-ORMs. It is your best alternative to both Entity Framework and Dapper ORM.
PHINUG Online Dev Sessions
Published:
We’ll be hearing from an awesome overseas Filipino .NET developer and his open source ORM that’s giving Dapper and Entity Framework a run for their money!
