Back

Explore Courses Blog Tutorials Interview Questions
+1 vote
2 views
in Salesforce by (11.9k points)

I am new to the Salesforce CRM world and I need to write a generic connector/plugin in C# to connect to Salesforce CRM DB for one of our product. Idea is that for whichever customer we want to provide our services to, we would obtain all their CRM data by using our plugin and store it locally into our DB. Although, our local DB would also be stored on Cloud, however initially even if we can figure out first how to do it with on-premise SQL DB, we can migrate it later on.

Also, we would want some sync capability onto this connector which can continuously sync data from CRM on a periodic basis. Any help/pointers will be greatly appreciated.

1 Answer

0 votes
by (32.1k points)

You have the following options:

  • Use the Salesforce API and build a wrapper yourself. You need to set up developer account etc.

http://www.salesforce.com/us/developer/docs/api/index.htmhttp://www.maatech.com/dotnetframework/using-salesforce-com-in-c.html

  • Use a 3rd part DLL to connect to Salesforce and make it easy to work with Salesforce objects. Most of the DLLs are paid versions with the trial facility.

http://visualstudiogallery.msdn.microsoft.com/a639fe58-54b6-429b-b875-1584c365afb7http://visualstudiogallery.msdn.microsoft.com/f6ecab53-dec5-4aca-b559-ce39315f6781

Related questions

Browse Categories

...