简体   繁体   中英

What web framework is used by Microsoft Dynamics CRM 2011?

I want to create web product, that can have the same rich ajax features that Microsoft Dynamics CRM 2011 has. Does Microsoft has such SDK?

I think it may be Microsoft SharePoint Foundation 2010, but it is targeted to small organization's Intranet, but not world wide Internet.

屏幕截图

Microsoft is a big supporter of jQuery.

I've not got access to my test CRM 2011 system from here at work, but I don't think they use it in CRM 2011. Their Javascript is probably all custom, as they'd probably face possible future licencing and legal issues on a big flagship product if they included any 3rd party Javascript library.

jQuery will provide you with tabs, accordions, hover overs and has plugins for just about anything else including things in CRM 2011 like context menus, form validation and light-weight grids.

You could to take a look at Telerik RibbonBar and PanelBar . Many other controls as TreeList and Grid are also available.

BTW, while Sharepoint Foundation 2010 isn't targeted for internet use, you can rely on Sharepoint Server 2010 for some scenarios. But, first, take a look on licencing prices

I attended a Microsoft Dynamics Technical conference in 2009, at the conference we were told MS Dynamics is based on a UI Framework that takes its core from the same foundation as the ASP.Net core of the .Net framework. Microsoft offer an MS Dynamics specific SDK if you are looking at customising an instance of Dynamics CRM.

To get the same, or very similar, functionality I would look at ASP.Net (Ajax based) UI Controls from 3rd party vendors such as Infragistics and Telerik

具有丰富的Ajax功能的一个好方法是Sencha的ExtJs

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM