function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sample Brainvire 1Sample Brainvire 1 

Need Bulk API code for C#

hiii,
i need to transfer bulk data into salesforce using c# if anyone knows please help me out............ 
Best Answer chosen by Sample Brainvire 1
Jason Curtis NBSFDGJason Curtis NBSFDG
Hi, lots of great resources for this:
First check this thread from a while back, addresses your question directly: 
https://developer.salesforce.com/forums/?id=906F00000008sZ7IAI

And here is a whole Git projec with C# code examples for using the bulk API (for data loading):

https://github.com/lfreeland/Salesforce-Bulk-API-Starter

 

All Answers

Jason Curtis NBSFDGJason Curtis NBSFDG
Hi, lots of great resources for this:
First check this thread from a while back, addresses your question directly: 
https://developer.salesforce.com/forums/?id=906F00000008sZ7IAI

And here is a whole Git projec with C# code examples for using the bulk API (for data loading):

https://github.com/lfreeland/Salesforce-Bulk-API-Starter

 
This was selected as the best answer
Sample Brainvire 1Sample Brainvire 1
hey Jason
    thanks for the reply.
can you tell me maximum no of data entries we can enter via Bulk-API-starter 
Jason Curtis NBSFDGJason Curtis NBSFDG
Here is a good breakdown of the various API's: https://help.salesforce.com/HTViewHelpDoc?id=integrate_what_is_api.htm

There are quite a few limits to be aware of and architect/design around, list here: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_concepts_limits.htm