SFBulkAPIStarter 0.12.0

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

// Install SFBulkAPIStarter as a Cake Tool
#tool nuget:?package=SFBulkAPIStarter&version=0.12.0

Contains C# code for getting started with the Salesforce Bulk API. The full source code can be found at https://github.com/lfreeland/Salesforce-Bulk-API-Starter. The test project in GitHub contains test methods that demonstrate how to Query, Insert, Upsert, and Delete records using the Salesforce Bulk API. Please note that this is starter code and doesn't include error handling, validation logic, and other expected regular software features.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
0.14.0 5,790 6/18/2016
0.13.0 1,513 4/24/2016
0.12.0 2,184 3/23/2016
0.11.0 2,273 9/7/2014
0.10.0 1,126 9/7/2014

Contains the Pod enhancements made by Joel so it would grab the lowest sub-domain in case a custom domain was used.