Dapper Plus Versions Save

Dapper Plus - High-Efficient Bulk Actions (Insert, Update, Delete, and Merge) for .NET

v6.0.4

8 months ago

Download the library here

  • FIXED: conn.CreateTable<T>() issue for version below SQL Server 2019 (Removed OPTIMIZE_FOR_SEQUENTIAL_KEY = OFF from the table creation script)

Trial unlocked until the end of October

v6.0.3

8 months ago

Download the library here

  • ADDED: Support to pluralized table name when the singular table name is not found (only when there is no table name explicitly specified)
  • ADDED: Support to multiple data annotations for the method conn.CreateTable<T>()
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of October

v6.0.2

9 months ago

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of September

v6.0.1

10 months ago

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of August

v6.0.0

11 months ago

Download the library here

  • BREAKING CHANGE: An error is now thrown when a mapping is being modified during a bulk operations is in progress. That situation often happen when a Global Context Mapping is used inside a method that modify the current global mapping instead of using an Instance Context Mapping: https://dapper-plus.net/getting-started-mapping#instance-context-mapping
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of July

v5.0.4

1 year ago

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of June

v5.0.2

1 year ago

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of May

v5.0.1

1 year ago

Download the library here

  • ADDED: FREE Method: SingleInsert, SingleUpdate, SingleDelete, SingleMerge. All options compatible with the Bulk methods are available; however, you can only perform the operation on 1 row (you can loop on every item of your list)
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of April

v5.0.0

1 year ago

Download the library here

  • BREAKING CHANGES: Removed Newtonsoft.Json dependency. The dependency was only required when reading the license from a json file. We are now using a code we created. We recommend that everyone store their license in a json file to make a quick validation test even if no impact is expected.
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of March

v4.0.39

1 year ago

Download the library here

  • ADDED: BeforeAction and AfterAction methods when mapping entity from type such as DapperPlusManager.Entity(type)

Trial unlocked until the end of February