• Darren Terrell
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 7
    Replies

I am writing a series of articles to illustrate ways to integrate Salesforce with .Net.  Below are links to the first two articles.  The third artcile on Callouts will be publish in the next couple of weeks.  Please let me know your thoughts.

 

http://www.developer.com/net/net/salesforce-integration-with-.net-web-services-soap-api-.html?comment=53310-5710

 

http://www.developer.com/net/net/salesforce-integration-with-.net-custom-web-services.html

(the link to the .Net code for this should be uploaded on the site soon.  If you would like a copy, then please let me know and I can email it to you).

 

Thanks,
Darren

I am writing a series of articles to illustrate ways to integrate Salesforce with .Net.  Below are links to the first two articles.  The third artcile on Callouts will be publish in the next couple of weeks.  Please let me know your thoughts.

 

http://www.developer.com/net/net/salesforce-integration-with-.net-web-services-soap-api-.html?comment=53310-5710

 

http://www.developer.com/net/net/salesforce-integration-with-.net-custom-web-services.html

(the link to the .Net code for this should be uploaded on the site soon.  If you would like a copy, then please let me know and I can email it to you).

 

Thanks,
Darren

 i am developing an integration application in .net with salesforce, users are allowded to choose objects and its corresponding fields at run time, after that how to code it dynamically using enterprise WSDL to insert the object by using C#.

i need to insert object from .net at run time,object name and their fields i get to know at run time, how can i code to achieve this functionality