EFCore.BulkExtensions 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package EFCore.BulkExtensions --version 1.0.0
                    
NuGet\Install-Package EFCore.BulkExtensions -Version 1.0.0
                    
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="EFCore.BulkExtensions" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EFCore.BulkExtensions" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="EFCore.BulkExtensions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EFCore.BulkExtensions --version 1.0.0
                    
#r "nuget: EFCore.BulkExtensions, 1.0.0"
                    
#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.
#addin nuget:?package=EFCore.BulkExtensions&version=1.0.0
                    
Install EFCore.BulkExtensions as a Cake Addin
#tool nuget:?package=EFCore.BulkExtensions&version=1.0.0
                    
Install EFCore.BulkExtensions as a Cake Tool

EntityFrameworkCore Bulk Extensions for Insert Update and Delete (CUD) operations.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.4 is compatible.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (153)

Showing the top 5 NuGet packages that depend on EFCore.BulkExtensions:

Package Downloads
Elsa.Persistence.EntityFramework.Core

Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides Entity Framework Core entities used by the various Elsa persistence EF Core providers.

CyberEye.Common.Lib

Package chứa các hàm tiện ích và common

Ssg.Core

Ssg.Core Is Core of Framework fro web application

Adriva.Extensions.Analytics

Adriva Analytics Server Extensions

XUCore.NetCore.Data

.NET Core Data 数据库仓储

GitHub repositories (9)

Showing the top 9 popular GitHub repositories that depend on EFCore.BulkExtensions:

Repository Stars
cq-panda/Vue.NetCore
(已支持sqlsugar).NetCore、.Net6、Vue2、Vue3、Vite、TypeScript、Element plus+uniapp前后端分离,全自动生成代码;支持移动端(ios/android/h5/微信小程序。http://www.volcore.xyz/
Webreaper/Damselfly
Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.
dotnetcore/sharding-core
high performance lightweight solution for efcore sharding table and sharding database support read-write-separation .一款ef-core下高性能、轻量级针对分表分库读写分离的解决方案,具有零依赖、零学习成本、零业务代码入侵
VahidN/EFCoreSecondLevelCacheInterceptor
EF Core Second Level Cache Interceptor
simpleidserver/SimpleIdServer
OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
YukiCoco/CheapSteam
Cheap Steam 为您提供 STEAM 与 BUFF 的饰品价格对比数据.
zmrid/iMES-Factory
iMES工厂管家——您的新一代工厂助手。演示地址:https://imes.625sc.com。 一款基于.NetCore3.1和Vue3的MES管理系统。项目亮点:模版打印,Excel模版导出,自定义实体扩展,移动端精美设计,大屏设计等功能。
brendan-nobadthing/Northwind-EFCore3
Sample code developed for a talk on Entity Framework core 3 - building on JasonGT's Northwind Traders example.
PacktPublishing/ASP.NET-Core-6-and-Angular
ASP.NET-Core-6-and-Angular, published by Packt
Version Downloads Last updated
9.0.1 164,464 2/17/2025
9.0.0-rc.1 13,971 12/1/2024
8.1.3 158,879 2/17/2025
8.1.2 633,111 11/20/2024
8.1.1 1,312,759 9/6/2024
8.1.0 664,238 7/30/2024
8.0.4 1,303,896 5/23/2024
8.0.3 438,566 4/29/2024
8.0.2 996,344 2/19/2024
8.0.1 780,798 12/14/2023
8.0.0 499,084 11/21/2023
8.0.0-rc.1.2 40,029 10/4/2023
8.0.0-rc.1 1,439 9/13/2023
8.0.0-preview.7 684 8/31/2023
7.8.1 309,876 12/14/2023
7.1.6 1,036,528 8/29/2023
7.1.5 234,206 7/25/2023
7.1.4 168,717 7/10/2023
7.1.3 89,284 7/3/2023
7.1.2 362,486 5/26/2023
7.1.1 125,697 5/13/2023
7.1.0 183,036 4/26/2023
7.0.4 153,498 4/19/2023
7.0.3 203,965 4/13/2023
7.0.2 5,375 4/13/2023
7.0.1 752,178 1/28/2023
7.0.0 123,835 1/22/2023
6.8.1 526,846 12/18/2023
6.7.16 246,281 8/29/2023
6.7.15 469,947 7/25/2023
6.7.14 42,024 7/10/2023
6.7.13 8,525 7/4/2023
6.7.12 150,900 5/26/2023
6.7.11 41,768 5/13/2023
6.7.1 84,822 4/26/2023
6.7.0 488,915 1/22/2023
6.6.5 556,503 1/5/2023
6.6.4 123,641 12/19/2022
6.6.3 4,160 12/19/2022
6.6.2 316,235 12/7/2022
6.6.1 3,306 12/7/2022
6.6.0 4,492 12/7/2022
6.6.0-rc.2 184 12/7/2022
6.6.0-rc.1 189 12/7/2022
6.5.6 4,046,658 8/8/2022
6.5.5 418,606 7/21/2022
6.5.4 261,913 7/12/2022
6.5.3 73,576 7/7/2022
6.5.2 334,448 6/20/2022
6.5.1 182,092 6/14/2022
6.5.0 639,309 5/10/2022
6.4.4 996,738 4/15/2022
6.4.3 7,387 4/14/2022
6.4.2 871,788 3/17/2022
6.4.1 760,826 2/21/2022
6.4.0 313,762 2/8/2022
6.3.9 201,036 2/7/2022
6.3.8 7,887 2/6/2022
6.3.7 20,892 2/3/2022
6.3.6 4,017 2/3/2022
6.3.5 3,512 2/3/2022
6.3.4 17,595 2/2/2022
6.3.3 86,449 1/31/2022
6.3.2 36,094 1/28/2022
6.3.1 107,458 1/20/2022
6.3.0 103,238 1/15/2022
6.2.9 825,509 1/14/2022
6.2.8 72,802 1/9/2022
6.2.7 10,861 1/9/2022
6.2.6 975,390 1/1/2022
6.2.5 3,467 12/30/2021
6.2.4 21,617 12/25/2021
6.2.3 162,668 12/17/2021
6.2.2 19,991 12/15/2021
6.2.1 35,476 12/13/2021
6.2.0 23,792 12/10/2021
6.1.9 20,945 12/9/2021
6.1.8 10,985 12/9/2021
6.1.7 3,189 12/9/2021
6.1.6 8,967 12/8/2021
6.1.5 8,425 12/8/2021
6.1.4 247,037 12/4/2021
6.1.3 9,376 12/3/2021
6.1.2 11,282 12/2/2021
6.1.1 66,448 11/29/2021
6.1.0 129,467 11/28/2021
6.0.9 59,705 11/26/2021
6.0.8 42,049 11/26/2021
6.0.7 59,490 11/26/2021
6.0.6 84,644 11/24/2021
6.0.5 24,786 11/24/2021
6.0.4 64,915 11/21/2021
6.0.3 70,195 11/18/2021
6.0.2 57,672 11/12/2021
6.0.1 154,538 11/10/2021
6.0.0 359,960 11/10/2021
6.0.0-rc.2 3,355 10/15/2021
6.0.0-rc.1 756 10/6/2021
5.4.2 588,913 1/14/2022
5.4.1 213,256 11/12/2021
5.4.0 932,521 9/9/2021
5.3.9 47,311 9/5/2021
5.3.8 16,035 9/2/2021
5.3.7 253,288 8/10/2021
5.3.6 8,385 8/10/2021
5.3.5 17,071 8/9/2021
5.3.4 4,311 8/9/2021
5.3.3 6,571 8/9/2021
5.3.2 11,444 8/6/2021
5.3.1 91,431 7/26/2021
5.3.0 70,632 7/19/2021
5.2.9 18,166 7/19/2021
5.2.8 102,828 7/9/2021
5.2.7 26,134 7/8/2021
5.2.6 40,955 7/5/2021
5.2.5 95,852 6/20/2021
5.2.4 14,711 6/17/2021
5.2.3 53,946 6/10/2021
5.2.2 277,755 5/19/2021
5.2.1 25,834 5/17/2021
5.2.0 29,404 5/13/2021
5.1.9 6,786 5/13/2021
5.1.8 64,756 5/9/2021
5.1.7 26,047 5/5/2021
5.1.6 9,175 5/4/2021
5.1.5 5,744 5/3/2021
5.1.4 5,917 5/2/2021
5.1.3 4,042 5/1/2021
5.1.2 52,767 4/24/2021
5.1.1 4,202 4/23/2021
5.1.0 45,925 4/20/2021
5.0.9 51,523 4/19/2021
5.0.8 15,626 4/19/2021
5.0.7 46,505 4/12/2021
5.0.6 19,650 4/8/2021
5.0.5 32,169 4/7/2021
5.0.4 88,569 4/7/2021
5.0.3 11,018 4/7/2021
5.0.2 13,184 4/4/2021
5.0.1 11,534 4/3/2021
5.0.0 28,273 4/2/2021
3.6.6 376,502 2/26/2022
3.6.5 126,337 1/14/2022
3.6.4 7,145 1/7/2022
3.6.3 422,903 8/5/2021
3.6.2 24,280 7/26/2021
3.6.1 355,118 4/7/2021
3.6.0 13,152 4/7/2021
3.5.8 123,457 3/30/2021
3.5.7 3,687 3/30/2021
3.5.6 33,742 3/29/2021
3.5.5 13,000 3/27/2021
3.5.4 4,599 3/26/2021
3.5.3 2,972 3/26/2021
3.5.2 33,363 3/25/2021
3.5.1 10,469 3/24/2021
3.5.0 7,555 3/24/2021
3.4.9 15,999 3/23/2021
3.4.8 71,887 3/22/2021
3.4.7 12,370 3/21/2021
3.4.6 6,131 3/20/2021
3.4.5 2,983 3/20/2021
3.4.4 3,482 3/19/2021
3.4.3 14,161 3/18/2021
3.4.2 10,446 3/17/2021
3.4.1 11,462 3/17/2021
3.4.0 42,907 3/15/2021
3.3.9 229,521 3/15/2021
3.3.8 9,768 3/14/2021
3.3.7 6,907 3/13/2021
3.3.6 14,168 3/13/2021
3.3.5 166,258 3/10/2021
3.3.4 35,734 3/9/2021
3.3.3 106,519 3/8/2021
3.3.2 8,139 3/7/2021
3.3.1 450,340 2/7/2021
3.3.0 20,152 2/7/2021
3.2.7 538,803 12/13/2020
3.2.6 6,733 12/12/2020
3.2.5 1,205,330 10/15/2020
3.2.4 208,250 10/6/2020
3.2.3 201,086 9/23/2020
3.2.2 21,650 9/21/2020
3.2.1 8,698 9/21/2020
3.2.0 31,154 9/17/2020
3.1.6 361,835 9/11/2020
3.1.5 1,064,520 7/14/2020
3.1.4 221,859 7/7/2020
3.1.3 34,584 7/3/2020
3.1.2 13,830 7/1/2020
3.1.1 1,164,076 3/25/2020
3.1.0 1,331,886 12/18/2019
3.0.5 97,612 12/10/2019
3.0.4 70,098 12/1/2019
3.0.3 32,092 11/17/2019
3.0.2 10,454 11/12/2019
3.0.1 6,914 11/11/2019
3.0.0 204,022 10/4/2019
3.0.0-rc 5,604 9/25/2019
2.6.4 972,537 11/30/2019
2.6.3 426,244 9/21/2019
2.6.2 3,741 9/21/2019
2.6.1 122,020 9/12/2019
2.6.0 267,937 8/19/2019
2.6.0-rc 5,277 7/24/2019
2.5.2 210,018 7/22/2019
2.5.1 26,290 7/14/2019
2.5.0 121,209 7/14/2019
2.4.9 129,544 7/4/2019
2.4.8 3,490 7/4/2019
2.4.7 237,818 5/28/2019
2.4.6 128,013 4/22/2019
2.4.5 66,752 4/8/2019
2.4.4 98,306 3/18/2019
2.4.3 36,676 3/5/2019
2.4.2 9,483 3/3/2019
2.4.1 363,257 3/3/2019
2.4.0 232,473 2/4/2019
2.3.9 88,533 1/31/2019
2.3.8 20,013 1/29/2019
2.3.7 103,292 1/4/2019
2.3.6 19,665 12/27/2018
2.3.5 73,117 12/10/2018
2.3.4 22,072 11/27/2018
2.3.3 3,930 11/27/2018
2.3.2 13,408 11/26/2018
2.3.1 14,671 11/25/2018
2.3.0 14,042 11/23/2018
2.2.9 14,599 11/23/2018
2.2.8 4,181 11/22/2018
2.2.7 4,386 11/22/2018
2.2.6 74,859 11/21/2018
2.2.5 8,574 11/16/2018
2.2.4 40,895 11/14/2018
2.2.3 17,038 11/11/2018
2.2.2 75,786 11/8/2018
2.2.1 8,284 11/8/2018
2.2.0 151,683 11/8/2018
2.1.9 60,192 10/28/2018
2.1.8 39,169 10/10/2018
2.1.7 142,059 7/26/2018
2.1.6 14,409 7/13/2018
2.1.5 6,942 7/12/2018
2.1.4 14,835 7/7/2018
2.1.3 12,092 6/24/2018
2.1.2 12,232 6/21/2018
2.1.1 46,306 6/14/2018
2.1.0 24,343 6/11/2018
2.0.9 11,610 6/11/2018
2.0.8 138,365 5/15/2018
2.0.7 35,666 3/28/2018
2.0.6 8,219 3/24/2018
2.0.5 18,744 2/12/2018
2.0.4 4,740 2/6/2018
2.0.3 5,468 1/30/2018
2.0.2 15,210 11/13/2017
2.0.1 13,617 9/7/2017
2.0.0 20,513 9/4/2017
2.0.0-rc 3,970 9/4/2017
1.1.0 6,437 9/4/2017
1.0.8 4,521 8/31/2017
1.0.7 5,370 8/15/2017
1.0.6 4,714 8/9/2017
1.0.5 5,468 7/11/2017
1.0.4 4,960 6/23/2017
1.0.3 4,959 5/30/2017
1.0.2 5,636 5/15/2017
1.0.1 4,616 5/12/2017
1.0.0 29,107 5/12/2017