haansi
haansi

Reputation: 5750

is Microsoft Dynamcis CRM developed in .net ? can I use my .net skills for development in CRM

I am a .net developer and want to learn about Dynamics CRM. Please guide me on two things.

In what technology CRM is developed (in core) ? is it .net/asp.net ?

How .net skills can helpful in it ?

thanks

Upvotes: 1

Views: 263

Answers (2)

toddkitta
toddkitta

Reputation: 587

CRM is indeed written in .NET and its extensibility points are .NET based as well. I'm not sure what other information to provide based on your question.

Upvotes: 1

Pradeep
Pradeep

Reputation: 3276

Short answer yes, MS CRM is based on .net framework. It exposes all its APIs through .net web services. You can develop workflows based on workflow foundation. You can develop extended functionality in ASP.Net and plug it into MS CRM Application.

If you are an existing .net developer you will find yourself at home.

Upvotes: 3

Related Questions