C# CRM SDK Authentication -


i have server uri, port, username , password. knowing stuff, how can connect crm server using microsoft's own sdk? using .net framework 4.

although have analyzed gigantic serverconnection class, unfortunately did not manage find 1 particular line connecting.

msdn provides helpful samples performing crud operations both via , late binding:

http://msdn.microsoft.com/en-us/library/gg328499.aspx - binding
code available in sdk under \samplecode\cs\generalprogramming\earlybound\crudoperations.cs

http://msdn.microsoft.com/en-us/library/gg309272.aspx - late binding
code available in sdk under \samplecode\cs\generalprogramming\latebound\crudoperationsde.cs


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -