BulkOperations.Package is a lightweight and efficient library designed to simplify bulk operations such as insert, update, and delete for large datasets using Entity Framework Core. This package helps reduce the overhead associated with these operations, enhancing the performance and scalability of your applications.
- .NET 8 or higher
- Entity Framework Core
To install BulkOperations.Package using the NuGet Package Manager in Visual Studio:
- Open your project in Visual Studio.
- Right-click on the project in the Solution Explorer and select "Manage NuGet Packages...".
- In the NuGet Package Manager, navigate to the "Browse" tab.
- Search for
BulkOperations.Package
. - Click "Install" to add the package to your project.
To install the package via the .NET CLI, run the following command:
dotnet add package BulkOperations.Package
If you want to clone the GitHub repository for BulkOperations.Package and contribute or explore further:
-
Open your terminal or command prompt.
-
Run the following command to clone the repository:
git clone https://github.com/arahimx/BulkOperations.Package.git