Answered by:
Best practices Coding in CRM 4.0

Question
-
Hi,
Does anyone have some useful links about best practices for coding in CRM 4.0 (Javascripts, Plugins, Custom Workflows...) which gives a the fastest performance possible?
Thank you
Wednesday, November 16, 2011 8:21 AM
Answers
-
Hi
Actually for CRM development best practices only following link available
http://msdn.microsoft.com/en-us/library/dd548493.aspx
(I am sure; you have already visited this link before)
For Plugin and custom workflow,I will suggest to use Best C# Practices guide and Follow the company standard, where you are working.
Also for JavaScript same suggestion, we should use JS file as per our company policy and standard.
I can suggest one practices for CRM JavaScript, which is always keep script in JS file and try to use Jscript instead of JavaScript every where
Thank you
Bhautik
Many Thanks -Bhautik Desai xRM Technologies- Marked as answer by DavidJennawayMVP, Moderator Tuesday, December 13, 2011 11:16 AM
Wednesday, November 16, 2011 9:36 AM
All replies
-
Hi
Have a look at following articles, I found it quite useful
http://social.microsoft.com/Forums/en/crmdevelopment/thread/b4879e87-1606-4e66-80e7-a09e090a6564
http://msdn.microsoft.com/en-us/library/gg509027.aspx
http://msdn.microsoft.com/en-us/library/bb928230.aspx
Hope this helps
Dkay
--------------------------------------------------------------------------------
If you find this post helpful then please "Vote as Helpful" and "Mark As Answer".- Proposed as answer by D kay Tuesday, November 22, 2011 6:28 AM
Wednesday, November 16, 2011 9:32 AM -
Hi
Actually for CRM development best practices only following link available
http://msdn.microsoft.com/en-us/library/dd548493.aspx
(I am sure; you have already visited this link before)
For Plugin and custom workflow,I will suggest to use Best C# Practices guide and Follow the company standard, where you are working.
Also for JavaScript same suggestion, we should use JS file as per our company policy and standard.
I can suggest one practices for CRM JavaScript, which is always keep script in JS file and try to use Jscript instead of JavaScript every where
Thank you
Bhautik
Many Thanks -Bhautik Desai xRM Technologies- Marked as answer by DavidJennawayMVP, Moderator Tuesday, December 13, 2011 11:16 AM
Wednesday, November 16, 2011 9:36 AM -
Hi
Did this help?
Please make sure to mark as answer to the response that helped you get through. This will help others with similar problem identify the answer and also close this thread as resolved.
Thanks
Dk
Thursday, November 17, 2011 3:58 PM