Comprehensive wiki: http://www.crmwiki.net/crm4-development-resources.ashx
1. Form scripts Manager:
Http://mscrmtools.blogspot.com/2009/03/after-few-days-weeks-of-silence-i-am.html
Ms crm form Scripting)
Crmform. submitcrmform function)
2. crmservice Tookit: (absolutely good)
Http://danielcai.blogspot.com/2010/05/mscrm4-web-service-toolkit-for.html (usage here)
Http://danielcai.blogspot.com/2010/07/crm-web-service-toolkit-for-javascript.html (New Version Download here)
3. CRM site map & isV. config Editor:
Http://www.patrickverbeeten.com/pages/TechnicalNet/MicrosoftCrm/CrmXmlEditor.aspx? Id = 20
4. CRM Forum:
Http://social.microsoft.com/Forums/en-US/crm/threads
5. CMR plugin Development
Msdn-Quickstart guide to plug-in development:
Http://msdn.microsoft.com/en-us/library/cc151097.aspx
CRM official blog, CRM plugin development Note: http://blogs.msdn.com/ B /crm/archive/2008/03/07/developing-plug-ins-for-crm-4-0.aspx
Plug-in development FAQ: http://mayankp.wordpress.com/2010/05/04/crm-plug-in-custom-workflow-debugging-check-list/
Plugin resgistration tool: http://archive.msdn.microsoft.com/crmplugin/WorkItem/View.aspx? Workitemid = 31
This tool also comes with the crm sdk.
CRM debug tool:
The http://archive.msdn.microsoft.com/MSCRMPluginDebugger tool simulates ipluginexecutioncontext, which can be directly debugged before being deployed to CRM.
The http://www.codeproject.com/KB/cs/MSCRM4PluginTesting.aspx tool serializes all the input parameters of ipluginexecutioncontext into XML for ease of viewing.
A typical problem I encountered during development: CRM error 0x8004416c-pluginassemblymusthavepublickeytoken
Http://splatto.net/portfolio/blog/post/2011/01/21/CRM-Error-0x8004416c-PluginAssemblyMustHavePublicKeyToken.aspx
Ms crm error code list)