CRM 4.0 Development Skeleton

On August 15, 2009, in Customization, Development, Dynamics CRM, by Mitch Milam

When creating solutions that utilize the CRM 4.0 SDK I often find myself needing to quickly create and test a piece of code that allows me perform a specific function. 

I’ve created a simple application skeleton to aid in my development efforts. It has the code required to connect to CRM and display the results of whatever code I’m writing.  It is a simple Visual Studio 2008 Windows Forms solution that contains a list box, a large text box and a couple of buttons.  I use the list box and text box to display the results of whatever test I’m working on.

I find this skeleton especially useful when developing plugins because I need to write and test the code outside of the plugin environment. Once I’m sure that the code is functioning the way I wish, I simply copy and paste it into the plugin.

You can find this skeleton in the Free Utilities section of this blog.

 

4 Responses to CRM 4.0 Development Skeleton

  1. Mark Smith says:

    Good job man. I also like your ROI Calculator. Keep up the great work.

  2. mitch says:

    Thanks Mark.

  3. [...] CRM 4.0 Development Skeleton [...]

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>