VersaTul.Data.Bulk 1.0.3

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package VersaTul.Data.Bulk --version 1.0.3
                    
NuGet\Install-Package VersaTul.Data.Bulk -Version 1.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="VersaTul.Data.Bulk" Version="1.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VersaTul.Data.Bulk" Version="1.0.3" />
                    
Directory.Packages.props
<PackageReference Include="VersaTul.Data.Bulk" />
                    
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 VersaTul.Data.Bulk --version 1.0.3
                    
#r "nuget: VersaTul.Data.Bulk, 1.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.
#:package VersaTul.Data.Bulk@1.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=VersaTul.Data.Bulk&version=1.0.3
                    
Install as a Cake Addin
#tool nuget:?package=VersaTul.Data.Bulk&version=1.0.3
                    
Install as a Cake Tool

The VersaTul Data Bulk project provides the ability to setup bulk coping functionality for copying data to and from different data sources. This project is designed to provide a set of common interfaces as well as implementation that can be used to build database or data source specific copiers.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on VersaTul.Data.Bulk:

Package Downloads
VersaTul.Data.MsSql

The VersaTul Data MsSql project provides the ability to quickly create database access objects, usable on Microsoft SQL Server databases. This project is built on top of a combination of System.Data.Common and System.Data.SqlClient namespaces. These are used to provide the functionality to quickly call stored procedures or plain text sql queries, and map the result into data objects using the provided helper methods. The project also provides MsSql Bulk Copy functionality, which can be use to bulk insert data into a MsSQL Server databases.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.10 219 1/13/2025
1.0.9 226 12/10/2024
1.0.7 269 11/14/2024
1.0.6 184 11/12/2024
1.0.5 290 4/20/2024
1.0.4 315 3/1/2024
1.0.3 209 2/2/2024
1.0.2 430 11/13/2023
1.0.1 219 11/13/2023