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
ricbricb 

new to Salesforce and the REST API - how to get started in .NET?

I'm new to Salesforce development, and I'm currently choosing between the SOAP and REST APIs. It seems the .NET integration samples on DeveloperForce are mostly several years old (2005, 2007), and so they only cover the SOAP API. Are there any good .NET code examples out there for the REST API?

 

Also, in general, does the REST API support a much smaller feature set than the SOAP API, so that I should choose the latter if I want to do things like convert a Lead into an Account via a web service?