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
hareeshnhareeshn 

integrate salesforce with dotnet any ideas

how to integrate salesforce with dotnet  any ideas
Best Answer chosen by thisisnotapril
hitesh90hitesh90
Hello hareesh,

Below are the four steps to integrate salesforce with .NET.
1. Download the WSDL file from Salesforce Account.
     Login | Setup | App Setup | Develop | API
2. Run the WebServiceStudio.exe.
    (Browse the downloaded .wsdl file and save all files and give name sForceServices)
3. Copy sForceServices.cs file to our .Net application
4. Set Credentials To .Net Application

using the WSDL file you can generate class in your .Net application which contains metadata of 
your salesforce organisation.

i have done same thing in past.

Thank You,
Hitesh Patel
SFDC Certified Developer & Administrator & Advanced Administrator & Sales cloud consultant
Email :- hiteshpatel.aspl@gmail.com
My Blog:- http://mrjavascript.blogspot.in/