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
WobbetWobbet 

Latest .NET Framework

I'm looking at the integration pages and seeing that the "latest and greatest" version of the .NET API is dated May of 2009 and is versioned at 0.1.

 

Is this really the latest and greatest? Is there another API implementation that I should be looking at?

 

Many thanks!

 

rjsjr 

Best Answer chosen by Admin (Salesforce Developers) 
SuperfellSuperfell
Yes, see the first set of entries under http://wiki.developerforce.com/index.php/Integration#API

All Answers

SuperfellSuperfell
I'm not sure what exactly you're looking at, but everything is done via the WSDL(s) which you import into .NET, there is no separate .NET SDK/Framework.
WobbetWobbet

I'm looking at http://wiki.developerforce.com/index.php/Web_Services_API#.Net_and_Visual_Basic which lists a .NET Toolkit.

 

Is that not where I should be looking?

 

Is there a better place to look for documentation on accessing SalesForce via .NET? 

 

Many thanks!!! 

SuperfellSuperfell

Thanks, I'll get that cleaned up, that shouldn't really be listed there.

 

The Web Services Docs is a good place to start

http://www.salesforce.com/us/developer/docs/api/index.htm

WobbetWobbet

Beautiful... Many thanks. 

 

Is there a PDF version of that?

 

rjsjr

SuperfellSuperfell
Yes, see the first set of entries under http://wiki.developerforce.com/index.php/Integration#API
This was selected as the best answer
WobbetWobbet
Many thanks!