Tanneryd.BulkInsert 1.0.13-beta

This is a prerelease version of Tanneryd.BulkInsert.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Tanneryd.BulkInsert --version 1.0.13-beta
NuGet\Install-Package Tanneryd.BulkInsert -Version 1.0.13-beta
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="Tanneryd.BulkInsert" Version="1.0.13-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tanneryd.BulkInsert --version 1.0.13-beta
#r "nuget: Tanneryd.BulkInsert, 1.0.13-beta"
#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 Tanneryd.BulkInsert as a Cake Addin
#addin nuget:?package=Tanneryd.BulkInsert&version=1.0.13-beta&prerelease

// Install Tanneryd.BulkInsert as a Cake Tool
#tool nuget:?package=Tanneryd.BulkInsert&version=1.0.13-beta&prerelease

An extension class for DbContext providing bulk insert functionality.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  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
1.0.26-beta 841 3/23/2018
1.0.25-beta 726 3/20/2018
1.0.24 6,373 1/26/2018
1.0.23-beta 740 1/22/2018
1.0.22-beta 729 12/18/2017
1.0.20 1,051 12/10/2017
1.0.19-beta 666 12/1/2017
1.0.18-beta 676 11/30/2017
1.0.17-beta 663 11/30/2017
1.0.16-beta 639 11/30/2017
1.0.15-beta 669 11/29/2017
1.0.14-beta 634 11/29/2017
1.0.13-beta 681 11/28/2017
1.0.10 962 11/27/2017
1.0.9 909 11/20/2017
1.0.8-beta 659 11/14/2017

Added support for batching updates. When updating hundreds of thousands of entities batching might be a god idea.