Here’s what I have for you guys a simple technique to connect to your CRM office 365 based organizations. I have created a sample to add a new contact. This will help you use the Create function of CRM Service Create an empty solution in VS 2010 Right click, to add new class library project Choose the Target Framework as .NET 4.0 Name the project as “<<your preferred name>>” Add the required references to your project Add the following code: Note: The example is based out from MSDN article. For complete detai...