Connecting Dynamics CRM to the iPhone via MonoTouch

Gayan Perera, 18 September 2009

Miguel and the team at Novell has gone a great job with bringing .NET to the iPhone! We have been working with MonoTouch since it's initial beta release, our goal is to build a framework that all Dynamics CRM developers can use to build applications that run on the iPhone.
  

 
The Magnetism.MonoTouch library at present can execute FetchXml queries, bring the results back and convert the raw xml data into a strongly typed .NET class. It also supports basic create and update operations.
 

Planned Features

  • Full create, retrieve, update and delete operations
  • Strongly typed access to entities and attributes in Dynamics CRM
  • Dynamic access to entities and attributes in Dynamics CRM
  • Offline support for any entity in Dynamics CRM
  • iPhone controls for login, datagrids and lookup views

 
We plan to release a beta version by mid October, if you'd like to preview and help us improve the current version email me through the contact us page.