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
Randhir KawadeRandhir Kawade 

is there really need session to perform external system activity ? how to create session to perform insert/update/delete/retrive, i want to perform crud operation on Account object from asp.net application.

im working on asp.net web app and salesforce integration, ill be using curl for performing crud operations on acount object,
im done with authentication, now is there really need to create session to perform crud operations using CURL + SOQL queries
if yes how to create without adding WSDL service reference into my asp.net webapp.