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
Post a Comment