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
LionLion 

Reg: Calling Force.com API with in .NET Application

Hi, good morning.

 

please help me.

 

 

How can i call a force.com API with in .NET Application.

 

please send a sample code, to insert,update,delete the Salesforce object records from the .NET application.

 

Thanks in Advance..

Deepak@DevanarDeepak@Devanar

Hi Lion,

 

I have put together a sample for login using WCF. It may help you if you are using WCF clients.

 

http://techblog.devanar.com/force-com/force-com-web-services-api-login-with-wcf/

 

Deepak