简体   繁体   English

Microsoft Dynamics CRM 2011使用什么Web框架?

[英]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. 我想创建Web产品,该产品可以具有与Microsoft Dynamics CRM 2011相同的丰富Ajax功能。 Does Microsoft has such SDK? 微软有这样的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 SharePoint Foundation 2010,但是它是针对小型组织的Intranet的,而不是针对Internet的。

屏幕截图

Microsoft is a big supporter of jQuery. 微软是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. 我无法从这里访问我的测试CRM 2011系统,但我认为他们没有在CRM 2011中使用它。他们的Javascript可能都是自定义的,因为他们将来可能会面临与之相关的许可和法律问题。如果它们包含任何第三方Javascript库,则为大型旗舰产品。

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. jQuery将为您提供选项卡,手风琴,鼠标悬停,并为几乎所有其他内容提供插件,包括CRM 2011中的内容,例如上下文菜单,表单验证和轻量级网格。

You could to take a look at Telerik RibbonBar and PanelBar . 您可以看一下Telerik RibbonBarPanelBar Many other controls as TreeList and Grid are also available. 也可以使用许多其他控件,例如TreeListGrid

BTW, while Sharepoint Foundation 2010 isn't targeted for internet use, you can rely on Sharepoint Server 2010 for some scenarios. 顺便说一句,虽然Sharepoint Foundation 2010并非针对Internet使用,但是在某些情况下,您可以依靠Sharepoint Server 2010。 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. 我参加了2009年的Microsoft Dynamics技术会议,在会议上我们得知MS Dynamics基于UI框架,该框架的核心与.Net框架的ASP.Net核心相同。 Microsoft offer an MS Dynamics specific SDK if you are looking at customising an instance of Dynamics CRM. 如果您要自定义Dynamics CRM实例,则Microsoft提供了MS Dynamics特定的SDK

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 要获得相同或非常相似的功能,我将看一下第三方供应商(如InfragisticsTelerik )的ASP.Net(基于Ajax)UI控件

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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