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
parijat.agarwal1.3889929208891648E12parijat.agarwal1.3889929208891648E12 

Retrieve data from Salesfroce in Windows Store app

Hi,
How can i fetch data from Salesforce for my Windows Store app using c# ?
Sonam_SFDCSonam_SFDC
Hi Parijat,

You will have to use the Salesforce WSDL to access data from within Salesforce.
Please go through the below link to know more:
http://www.munsplace.com/blog/2013/07/08/getting-started-with-salesforce-and-c/


amitabhkashyap1.3890784078937593E12amitabhkashyap1.3890784078937593E12
Hi,

Thanks for your reply.
We are trying on creating a windows store app that will interact with Salesforce. For that we followed the steps specified in the link provided. but we were not able to get the "Add Web Reference" button in the Service Reference dialog box. While creation of a Windows Form application that button is present.
Is there a different way to add a Web Reference for a Windows Store App project ? Or is there any different way to access the data from salesforce account ?

Thanks
Wade WegnerWade Wegner
Use the Force.com Toolkit for .NET. (http://blogs.developerforce.com/developer-relations/2014/01/announcing-the-salesforce-toolkits-for-net.html)

Specifically, look at this Windows 8 app sample: https://github.com/developerforce/Force.com-Toolkit-for-NET/tree/master/samples/Windows8OAuth