Dommel.Json 3.4.0

dotnet add package Dommel.Json --version 3.4.0
                    
NuGet\Install-Package Dommel.Json -Version 3.4.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Dommel.Json" Version="3.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dommel.Json" Version="3.4.0" />
                    
Directory.Packages.props
<PackageReference Include="Dommel.Json" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Dommel.Json --version 3.4.0
                    
#r "nuget: Dommel.Json, 3.4.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Dommel.Json&version=3.4.0
                    
Install Dommel.Json as a Cake Addin
#tool nuget:?package=Dommel.Json&version=3.4.0
                    
Install Dommel.Json as a Cake Tool

Dommel

CRUD operations with Dapper made simple.

Build NuGet MyGet Test Coverage
Travis NuGet MyGet Pre Release codecov

<hr>

Dommel provides a convenient API for CRUD operations using extension methods on the IDbConnection interface. The SQL queries are generated based on your POCO entities. Dommel also supports LINQ expressions which are being translated to SQL expressions. Dapper is used for query execution and object mapping.

There are several extensibility points available to change the behavior of resolving table names, column names, the key property and POCO properties. See Extensibility for more details.

Installing Dommel

Dommel is available on NuGet.

Install using the .NET CLI:

dotnet add package Dommel

Install using the NuGet Package Manager:

Install-Package Dommel

Documentation

The documentation is available at Learn Dapper.

Sponsors

Dapper Plus and Entity Framework Extensions are major sponsors and are proud to contribute to the development of Dommel.

Dapper Plus

Entity Framework Extensions

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.4.0 204 5/14/2025
3.3.4 8,263 11/15/2024
3.3.3 2,452 8/23/2024
3.3.2 150 8/23/2024
3.3.1 3,953 4/4/2024
3.3.0 8,183 1/18/2024
3.2.1 576 1/17/2024
3.2.0 2,399 11/15/2023
3.1.0 7,085 8/7/2023
3.0.0 27,696 12/21/2021
2.4.0 350 12/2/2021
2.3.3 6,527 11/4/2021
2.3.2 2,391 7/12/2021
2.2.0 3,895 3/31/2021
2.1.0 5,573 9/8/2020
2.0.0 1,447 6/10/2020
1.0.0-beta2 353 4/20/2020
1.0.0-beta1 838 11/30/2019