DataTablePlus 1.0.0.3

Additional Details

Please install version 2.0.3 or higher.

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package DataTablePlus --version 1.0.0.3
NuGet\Install-Package DataTablePlus -Version 1.0.0.3
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="DataTablePlus" Version="1.0.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DataTablePlus --version 1.0.0.3
#r "nuget: DataTablePlus, 1.0.0.3"
#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.
// Install DataTablePlus as a Cake Addin
#addin nuget:?package=DataTablePlus&version=1.0.0.3

// Install DataTablePlus as a Cake Tool
#tool nuget:?package=DataTablePlus&version=1.0.0.3

Data Table Plus provides some extensions in order to transform object lists into data tables based on the object mappings (EntityFramework mappings) and also some sql helpers which perform some batch operations using the previously built data tables. This application is focused on solving some EF performance issues while ingesting or updating a lot of data (represented as objects).

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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
4.2.0 2,102 11/11/2021
4.1.1 600 10/4/2021
4.1.0 671 8/19/2021
4.0.1 2,384 2/2/2021
4.0.0 354 1/28/2021
3.0.4 399 1/28/2021
3.0.3 629 1/14/2021

- 1.0.0.3
- Added the ability of retrieving primary key values after ingesting a lot of data;
- .NET Framework Multi-Targeting support;
- Code enhancements.

- 1.0.0.2
- Added some additional information when exceptions are thrown;
- Added some additional validations when needed;
- Updated some dependencies;
- Code enhancements.

- 1.0.0.1
- Created DataTablePlus library (Initial Package)