Showing posts with label Microsoft Dynamics CRM 2011 SDK. Show all posts
Showing posts with label Microsoft Dynamics CRM 2011 SDK. Show all posts

30 May 2012

CRM Online Discovery Service client sample

Microsoft allows us to have a 30-days trial online CRM. I've signed up and decided to connect to CRM Online services from my application. At first I've tried to connect to discovery service. The CRM SDK has a sample sdk\samplecode\cs\generalprogramming\discoveryservice\discoveryservice.sln that shows us how to do that. This sample needs Credentials.xml file to be present in your <DISK>:\Users\<user>\AppData\Roaming\CrmServer folder.

20 January 2011

18 January 2011

Microsoft published CRM 2011 SDK

12/14/2010 Microsoft published production version of CRM 2011 SDK. You can download it here. CRM 2011 itself still beta version. I doubt that nothing will change when they produce the final version of CRM 2011, in any case when we are working with CRM services, we consume data generated with beta version services and beta version services are processing our requests. But SDK classes and syntax and contain of generated classes should not change. So we can to do some tests to check is anything was changed in CRM SDK release.