Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Learn dynamics-crm programming at home

Tags:

dynamics-crm

I want to learn dynamics-crm on my own and I have few questions.

  1. Since it is not a free product, is there any way to run my code and test it (free)?
  2. I am a PHP + Java + mysql/sqlserver programmer, I have seen c# syntax and I c that it is similar to Java, is that a good idea to study alone?
  3. Where can I find good online resources to study from?
like image 308
fatnjazzy Avatar asked Jul 29 '11 15:07

fatnjazzy


People also ask

Is Dynamics CRM hard to learn?

Unlike other CRM based applications, MS Dynamic is one of the most efficient yet easy to understand software. Whether you have a certain idea about this technology or whether you are a newbie, the training courses are bound to improve your CRM skills.

How long does it take to learn Dynamics CRM?

It depends on what areas you are interested to work on; for example, if you want to learn Dynamics 365 functional side, it usually takes about 4 to 5 weeks but if you wish to become Dynamics 365 technical consultant, it might take about 4 to 5 months.

Is Microsoft Dynamics easy to learn?

A lot of users find it easy to use Microsoft Dynamics 365, especially if they have used any other Microsoft apps before.


1 Answers

1) Microsoft offers a free 30 day trial for Dynamics CRM Online. You could probably get a new one when the old expires. http://crm.dynamics.com/en-us/trial-overview

2) Extending Microsoft CRM entails knowledge of C# and JScript. You should make the jump to C# if you want to be able to write plugins and such.

3) The best resource is definitely the Dynamics CRM 2011 SDK - It contains a lot of samples and is very well documented in its help file. It can be downloaded at http://www.microsoft.com/download/en/details.aspx?id=24004. The CRM Developer Training Kit can be found at http://www.microsoft.com/download/en/details.aspx?id=23416. There are more good resources at the CRM Developer Center - http://msdn.microsoft.com/en-us/dynamics/crm/bb467596.

like image 73
cchamberlain Avatar answered Nov 20 '22 15:11

cchamberlain