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
Mickey PatelMickey Patel 

I want to implement a web API in C# which would update the data in Salesforce? what would be the first step to do that?

update or insert of a new record (Project Code) in our Oracle DB should update or insent in Salesforce too. Can I do that using C#? and what are the first few steps to implement that.
Rajesh3699Rajesh3699
Hi,

I think you can follow the below steps,

If you want to integrate Oracel DB with salesforce by taking the C# as the middle ware, 
then write a REST enabled class, that can be called by he C#, [ check : https://trailhead.salesforce.com/en/content/learn/modules/api_basics/api_basics_rest ]

https://www.google.com/search?q=integrate+oracle+with+salesforce&rlz=1C1GCEU_enIN837IN837&oq=Integrate+Orac&aqs=chrome.1.69i57j0l5.6088j0j7&sourceid=chrome&ie=UTF-8#kpvalbx=1

Once you expose your class [ which will be called from C# to update / insert data to salesforce ] C# code can access the class and run the code.

Hope this helps,

Thank You,
Rajesh Adiga P.