![]() |
VOOZH | about |
dotnet add package EntityFramework.BulkExtensions --version 1.0.0
NuGet\Install-Package EntityFramework.BulkExtensions -Version 1.0.0
<PackageReference Include="EntityFramework.BulkExtensions" Version="1.0.0" />
<PackageVersion Include="EntityFramework.BulkExtensions" Version="1.0.0" />Directory.Packages.props
<PackageReference Include="EntityFramework.BulkExtensions" />Project file
paket add EntityFramework.BulkExtensions --version 1.0.0
#r "nuget: EntityFramework.BulkExtensions, 1.0.0"
#:package EntityFramework.BulkExtensions@1.0.0
#addin nuget:?package=EntityFramework.BulkExtensions&version=1.0.0Install as a Cake Addin
#tool nuget:?package=EntityFramework.BulkExtensions&version=1.0.0Install as a Cake Tool
EntityFramework.BulkExtensions is a deprecated NuGet package. The functionality it provided has been moved to another library. We recommend that you use the new library instead.
Thank you for your understanding.
When you need to insert a large number of records into a database, it is often more efficient to use a bulk insert library. Bulk insert libraries can optimize the insertion process by doing things and using under the hood some well know technic such as SqlBulkCopy
If you are looking for a library to bulk insert in EF Core (or EF6), please see Entity Framework Extensions
Since this package is deprecated, we recommend using one of the following packages:
EF Core: https://www.nuget.org/packages/Z.EntityFramework.Extensions.EFCore/
EF6: https://www.nuget.org/packages/Z.EntityFramework.Extensions/
Dapper: https://www.nuget.org/packages/Z.Dapper.Plus/
Bulk Operations: https://bulk-operations.net/download
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.0.0 | 45,961 | 11/18/2016 | 1.0.0 is deprecated because it is no longer maintained. |