Dapper 1.35.0

A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..

Showing the top 20 packages that depend on Dapper.

Packages Downloads
Finsa.Caravan.DataAccess.MySql
A long description of the package. This shows up in the right pane of the Add Package Dialog as well as in the Package Manager Console when listing packages using the Get-Package command.
36
Finsa.Caravan.DataAccess.MySql
A long description of the package. This shows up in the right pane of the Add Package Dialog as well as in the Package Manager Console when listing packages using the Get-Package command.
40
Finsa.Caravan.DataAccess.MySql
A long description of the package. This shows up in the right pane of the Add Package Dialog as well as in the Package Manager Console when listing packages using the Get-Package command. THIS PACKAGE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE PACKAGE OR THE USE OR OTHER DEALINGS IN THE PACKAGE.
35
Finsa.Caravan.DataAccess.MySql
A long description of the package. This shows up in the right pane of the Add Package Dialog as well as in the Package Manager Console when listing packages using the Get-Package command. THIS PACKAGE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE PACKAGE OR THE USE OR OTHER DEALINGS IN THE PACKAGE.
36
Finsa.Caravan.DataAccess.MySql
A long description of the package. This shows up in the right pane of the Add Package Dialog as well as in the Package Manager Console when listing packages using the Get-Package command. THIS PACKAGE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE PACKAGE OR THE USE OR OTHER DEALINGS IN THE PACKAGE.
41
Finsa.Caravan.DataAccess.MySql
A long description of the package. This shows up in the right pane of the Add Package Dialog as well as in the Package Manager Console when listing packages using the Get-Package command. THIS PACKAGE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE PACKAGE OR THE USE OR OTHER DEALINGS IN THE PACKAGE.
45
Finsa.Caravan.DataAccess.Oracle
A long description of the package. This shows up in the right pane of the Add Package Dialog as well as in the Package Manager Console when listing packages using the Get-Package command. THIS PACKAGE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE PACKAGE OR THE USE OR OTHER DEALINGS IN THE PACKAGE.
35
Finsa.Caravan.DataAccess.PostgreSql
A long description of the package. This shows up in the right pane of the Add Package Dialog as well as in the Package Manager Console when listing packages using the Get-Package command.
36
Finsa.Caravan.DataAccess.PostgreSql
A long description of the package. This shows up in the right pane of the Add Package Dialog as well as in the Package Manager Console when listing packages using the Get-Package command.
39
Finsa.Caravan.DataAccess.PostgreSql
A long description of the package. This shows up in the right pane of the Add Package Dialog as well as in the Package Manager Console when listing packages using the Get-Package command. THIS PACKAGE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE PACKAGE OR THE USE OR OTHER DEALINGS IN THE PACKAGE.
37
Finsa.Caravan.DataAccess.SqlServer
A long description of the package. This shows up in the right pane of the Add Package Dialog as well as in the Package Manager Console when listing packages using the Get-Package command. THIS PACKAGE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE PACKAGE OR THE USE OR OTHER DEALINGS IN THE PACKAGE.
37
Hangfire.SqlServer
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
35
Hangfire.SqlServer
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
43

* 1.35 - Fix Issue 151 (Execute should work with ExpandoObject etc); Fix Issue 182 (better support for db-type when using `object` values); * output expressions / callbacks in dynamic args (via Derek); arbitrary number of types in multi-mapping (via James Holwell); * fix DbString/Oracle bug (via Mauro Cerutti); new support for **named positional arguments** * 1.34 - Support for SqlHierarchyId (core) * 1.33 - Support for SqlGeometry (core) and DbGeometry (EF) * 1.32 - Support for SqlGeography in core library * 1.31 - Fix issue with error message when there is a column/type mismatch * 1.30 - Better async cancellation * 1.29 - Make underscore name matching optional (opt-in) - this can be a breaking change for some people * 1.28 - Much better numeric type conversion; fix for large oracle strings; map Foo_Bar to FooBar (etc); ExecuteScalar added; stability fixes * 1.27 - Fixes for type-handler parse; ensure type-handlers get last dibs on configuring parameters * 1.26 - New type handler API for extension support * 1.25 - Command recycling and disposing during pipelined async multi-exec; enable pipeline (via sync-over-async) for sync API * 1.24 - Implement pipelined async multi-exec, when flag is specified (only - requires MARS etc) * 1.23 - Improved support for optimize hints (@foo unknown) with list expansions * 1.22 - Literal support now extends to enumerable types (for "in" etc usage); move to command-flags model for "buffered" etc * 1.21 - Limit literals to numeric types; for enums, use value not name * 1.20 - Improved async support in .NET 4.5 (lots of contributions from users here, including JasonPunyon, kwaclaw, tugberkugurlu, and mgravell); * Now supports literal replacement via {=foo}; new ExecuteReader method (via JJoe2); support for ICustomQueryParameter * dictionary members (via Blackjacketmack); culture sensitivity (via tms); fixes for time parameters (via olegKoshmeliuk); * and a range of additional tweaks, twiddles, fixes and improvements. * 1.13 - Added support for Table Valued Parameters as part of anonymous objects * - Added support for async * - Added support for sharing strategies between databases * - Rewrote dynamic implementation * 1.12.1 - Minor deploy glitch (should now include intellisense files!) * 1.12 - Better automatic type-mapping (int vs long, float vs double, etc) * Fixed: bug with indexer properties * 1.11 - Custom type-map support * 1.10 - Fixed: error-handling could lose original exception if reader closed * 1.9 - Added: better schema change detection * Fixed: enum support for T in Query-of-T * Added: dictionary support for parameters * 1.8 - Started release notes * Important: Dapper is now shipping as a DLL which will work on .net 3.5 or .net 4.0, * This improves the debugging experience as you no longer break into dapper when SQL fails. * Added: ParameterNames on DynamicParameters

This package has no dependencies.

Version Downloads Last updated
2.1.66 14 02/20/2025
2.1.44 23 04/14/2024
2.1.35 23 03/15/2024
2.1.28 19 02/13/2024
2.1.24 18 02/13/2024
2.1.21 18 02/13/2024
2.1.15 17 02/13/2024
2.1.11 23 02/13/2024
2.1.4 21 02/13/2024
2.0.151 20 02/13/2024
2.0.143 22 02/13/2024
2.0.138 24 02/13/2024
2.0.123 263 11/19/2021
2.0.90 126 06/14/2021
2.0.78 83 02/19/2021
2.0.35 24 04/24/2020
2.0.30 23 02/18/2020
2.0.4 22 02/13/2024
1.60.6 21 02/13/2024
1.60.5 23 02/13/2024
1.60.1 20 02/13/2024
1.50.5 18 02/13/2024
1.50.4 21 04/22/2020
1.50.4-alpha1-00070 23 02/13/2024
1.50.2 23 02/10/2020
1.50.1 19 02/10/2020
1.50.0 20 02/13/2024
1.50.0-rc3 19 02/13/2024
1.50.0-rc2b 22 02/13/2024
1.50.0-rc2a 19 02/13/2024
1.50.0-rc2 22 02/13/2024
1.50.0-beta9 22 02/13/2024
1.50.0-beta8 18 02/13/2024
1.50.0-beta7 24 02/13/2024
1.50.0-beta6 19 02/13/2024
1.50.0-beta5 20 02/13/2024
1.50.0-beta4 25 02/13/2024
1.50.0-beta3 24 02/13/2024
1.50.0-beta2 22 02/13/2024
1.50.0-beta1 20 02/13/2024
1.42.0 25 02/10/2020
1.41.0-beta5 21 02/13/2024
1.41.0-beta4 20 02/13/2024
1.41.0-beta3 25 02/13/2024
1.41.0-beta2 23 02/13/2024
1.41.0-beta 20 02/13/2024
1.41.0-alpha 19 02/13/2024
1.40.0 19 02/13/2024
1.39.0 19 02/13/2024
1.38.0 21 02/10/2020
1.37.0 23 02/13/2024
1.36.0 28 02/13/2024
1.35.0 28 02/13/2024
1.34.0 35 02/13/2024
1.33.0 27 02/13/2024
1.32.0 25 02/13/2024
1.31.0 22 02/13/2024
1.30.0 28 02/13/2024
1.29.0 31 02/13/2024
1.27.0 28 02/13/2024
1.26.0 27 02/13/2024
1.25.0 27 02/13/2024
1.24.0 27 02/13/2024
1.23.0 22 02/13/2024
1.22.0 22 02/13/2024
1.21.0 22 02/13/2024
1.20.0 24 02/13/2024
1.13.0 29 02/13/2024
1.12.1 23 02/13/2024
1.12.0 25 02/13/2024
1.11.0 24 02/13/2024
1.10.0 24 02/13/2024
1.9.0 27 02/13/2024
1.8.0 22 02/13/2024
1.7.0 20 02/13/2024
1.6.0 23 02/13/2024
1.5.0 25 02/13/2024
1.4.0 20 02/13/2024
1.3.0 25 02/13/2024
1.2.0 17 02/13/2024
1.1.0 25 02/13/2024
1.0.0 19 02/13/2024