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
Vinay TemburnikarVinay Temburnikar 

Building .NET Visual Studio Application to get data using REST API. How to go about it?

Hello there,

I am new to saleforce development, I'd highly appreciate your help on this. I am trying to create a .net console application to get data from saleforce in json format using REST API. Do you know how to go about doing this? The only guide I've gotten so far is this article: Integrating Net and Saleforce (https://blog.mkorman.uk/integrating-net-and-salesforce-part-1-rest-api/)

Best Answer chosen by Vinay Temburnikar
Khan AnasKhan Anas (Salesforce Developers) 
Hi Vinay,

Greetings to you!

Please refer to the below links which might help you further with the above requirement.

https://www.forcetalks.com/blog/integrate-net-console-application-with-salesforce-rest-api/

https://developer.salesforce.com/page/Consuming_Force.com_SOAP_and_REST_Web_Services_from_.NET_Applications

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas

All Answers

Khan AnasKhan Anas (Salesforce Developers) 
Hi Vinay,

Greetings to you!

Please refer to the below links which might help you further with the above requirement.

https://www.forcetalks.com/blog/integrate-net-console-application-with-salesforce-rest-api/

https://developer.salesforce.com/page/Consuming_Force.com_SOAP_and_REST_Web_Services_from_.NET_Applications

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas
This was selected as the best answer
Vinay TemburnikarVinay Temburnikar
Thank you Anas!