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
Althaf AsAlthaf As 

How Start New Integration with Salesforce using API calls.

As im new to salesforce, i would like to know, how all we can start customize or integrate salesforce to a .Net Application.
Do sales force have API`s? Is Salesforce capable of calling other API calls and fetch data..

Any help in above stuffs are always welcomed.

Thanks
Althaf
john yungkjohn yungk
Salesforce is very flexible in it's ability to integrate with other systems and integration can be a very broad topic. I would suggest starting here:
https://developer.salesforce.com/page/Integration

This page has a couple of links to content that I would also highly recommend; Data Integration (https://developer.salesforce.com/page/Data_Integration) and Integration Patterns (https://developer.salesforce.com/page/Integration_Patterns_and_Practices).

Good luck,
John
Althaf AsAlthaf As
Thanks for the reply. I could see the sample codes provided doesnt include .NET codes
Althaf AsAlthaf As

Is there a sample API code in .NET to achieve Salesforce Login?
Which type of API is better Rest or Soap ?