Posted by Matt Takhar on February 22nd, 2012
Categories: CRM, Development
When doing CRM development its sometimes important to take a copy of the LIVE CRM database and deploy it on your CRM Development server. The steps below cover this scenario, presuming you already have CRM on your Development server: Use SQL Management Studio to restore the database to your development server; make usre you restore…
Read more…
Posted by Matt Takhar on December 7th, 2011
Categories: iOS
Tags: cocos2D, Game Development
Over the last few weeks I’ve been reading a lot about iOS Game Development and must admit I have found hundreds of posts and useful tutorials on getting started; however I thought I would write my own set of tutorials to echo back what I have read with my own twist on things. This first…
Read more…
Posted by Matt Takhar on September 2nd, 2011
Categories: iOS
Tags: APNS, mobileprovision, push notifications
I’ve just spent sometime debugging an interesting issue with push notifications in our TMCS iPhone App.
Read more…
Posted by Matt Takhar on August 17th, 2011
Categories: CRM, Development
Tags: CRM, Plugin, tools, workflow
To help with CRM Plugin and Workflow development Micorosft have created a handy tool as part of the CRm 4.0 SDK which helps you deploy your custom workflow or plugin. This article will walk you through using it! Prerequisites CRM Server and access CRM 4.0 SDK (download it here) Visual Studio 2008 or Visual C#…
Read more…
Posted by Matt Takhar on August 16th, 2011
Categories: CRM, Development
Tags: CRM, Debugging, Plugins, Workflows
There is lots of advice on the web regarding debugging CRM workflows and plugins; however I recently stumbled upon this article which has a few neat tricks in it for saving time during the “debug cycle”. Debugging CRM involves a lot of steps. These steps take time. You end up waiting forever from the time…
Read more…