[eBook]Inside Microsoft Dynamics AX 2012 R3发布
最近一本关于Microsoft Dynamics AX 2012开发的书《Inside Microsoft Dynamics AX 2012 R3》 发布。

Book Description
Fully updated for Microsoft Dynamics AX 2012 R3!
Dig into the architecture and internals of
Microsoft Dynamics AX 2012 R3 – with firsthand insights from the team
that designed and developed it. Deepen your knowledge of the underlying
frameworks, components, and tools – and deliver custom ERP applications
with the extensibility and performance your business needs. Useful for
Microsoft Dynamics AX solution developers at all levels, this guide will
provide max benefit to those who understand OOP, relational database,
and Transact-SQL concepts.
Table of Contents
Part I: A Tour of the Development Environment
Chapter 1. Architectural Overview
Chapter 2. The MorphX Development Environment and Tools
Chapter 3. Microsoft Dynamics AX and .NET
Chapter 4. The X++ Programming Language
Part II: Developing with Microsoft Dynamics AX
Chapter 5. Designing the User Experience
Chapter 6. The AX 2012 Client
Chapter 7. Enterprise Portal
Chapter 8. Workflow in AX 2012
Chapter 9. Reporting in AX 2012
Chapter 10. BI and Analytics
Chapter 11. Security, Licensing, and Configuration
Chapter 12. AX 2012 Services and Integration
Chapter 13. Performance
Chapter 14. Extending AX 2012
Chapter 15. Testing
Chapter 16. Customizing and Adding Help
Part III: Under the Hood
Chapter 17. The Database Layer
Chapter 18 Automating tasks and document distribution
Chapter 19. Application Domain Frameworks
Chapter 20. Reflection
Chapter 21. Application Models
Chapter 22 Developing mobile apps for AX 2012
Chapter 23 Managing the application life cycle
Book Details:
- Pages: 896 pages
- Publisher: Microsoft Press; 1 edition
- Language: English
- ISBN-10: 073568510X
- ISBN-13: 978-0735685109
下载(preview):百度盘 (hk4q)
转载:ww12345678 的部落格 | AX Helper » [eBook]Inside Microsoft Dynamics AX 2012 R3发布
[eBook]Inside Microsoft Dynamics AX 2012 R3发布的更多相关文章
- Dynamics AX 2012 R3 Demo 安装与配置 - 导入测试数据 (Step 4)
在前面三节中,Reinhard分别讲解了如何配置安装环境,安装数据库服务器,AOS和客户端,安装后的编译和配置.如果一直跟随Reinhard的脚步,到这里,已经拥有一个没有数据的系统. ...
- Dynamics AX 2012 R3 Demo 安装与配置 - 配置安装环境 (Step 1)
AX 2012 R3 发布后,Reinhard一直想体验一把,可是Reinhard所在的公司暂时不会升级到R3版本.这不,Reinhard就打算在个人电脑上安装下,可是安装的过程中,遇到了很多问题,R ...
- Microsoft Dynamics AX 2012 X++ Editor Extensions
Microsoft Dynamics AX 2012 X++ Editor Extensions Initial version of this project is based on the MSD ...
- Dynamics AX 2012 R3 仓库和运输管理系列 - 仓库管理模块安装与配置
在AX 2012 R3版本中,新增了仓库和运输管理模块,同时提供了一个在移动设备上进行仓库管理工作的网站.在这个系列里,与Reinhard一起,了解仓库和运输管理模块吧. 需要注意的是 ...
- Microsoft Dynamics AX 2012: How to get Company,Customer and Vendor address in AX 2012
Scenario: “How to get Addresses of “Customer, Vendor and Company” 1) First we need to identify ...
- Dynamics AX 2012 R3 Demo 安装与配置 - 安装数据服务器、AOS和客户端 (Step 2)
上一节中,Reinhard主要讲解了怎么配置安装环境,尤其是域控制器,并在域中添加了一个管理员账户 MSDynAX.NET\Reinhard ,以后的安装配置,均在该账户下进行. 现在运行 AX 20 ...
- Dynamics AX 2012 R3 Demo 安装与配置 - 编译和配置 (Step 3)
在前两节中,Reinhard主要讲解了如何配置安装环境,安装数据库服务器,AOS和客户端.至此安装工作已经结束,下面Reinhard开始讲解如何编译和配置. 运行客户端后,系统弹出初始 ...
- 转:Microsoft Dynamics AX内部版本号概述
Overview of Microsoft Dynamics AX build numbers 转自:https://community.dynamics.com/ax/b/axsupport/arc ...
- Dynamics AX 2012 R2 安装额外的AOS
众所周知,AX系统分为三层:Client,Application Server,Database Server. 我们添加额外的Application Server主要是出于以下两个原因: 使用多台服 ...
随机推荐
- C#中的自定义控件中的属性、事件及一些相关特性的总结(转)
摘要: C#中的自定义控件中的属性(Property).事件(Event)及一些相关特性(Attribute)的总结 今天学习了下C#用户控件开发添加自定义属性的事件,主要参考了MSDN,总结并实 ...
- cxGrid时间格式与导出Excel
引用cxFormats单元: ShortDateFormat := 'dd/mm/yyyy'; DateSeparator := '/'; cxFormatController.UseDelphiDa ...
- jquery生成二维码图片
1.插件介绍 jquery.qrcode.min.js插件是jq系列的基于jq,在引入该插件之前要先引入jq.能够在客户端生成矩阵二维码QRCode 的jquery插件 ,使用它可以很方便的在页面上生 ...
- unity坑faq
遇到的坑记录下来,大都都是听说,没有实测 1. Graphics.copyTexture,在某些机型上不支持从不同类型拷贝 2. msaa 小米mix2不支持,晓龙845 3. android4.2下 ...
- recorder.js
(function (f) { if (typeof exports === "object" && typeof module !== "undefin ...
- locust参数化
前面用篇专门讲了requests实现接口的参数关联案例,这里直接转化成locust脚本就行了 # coding:utf-8 from locust import HttpLocust, TaskSet ...
- SpringBoot连接PostgreSQL
这个 org.postgresql.jdbc.PgConnection.createClob() 方法尚未被实作 application.properties spring.datasource.pl ...
- java定时器的使用(Timer)(转发:https://blog.csdn.net/ecjtuxuan/article/details/2093757)
1.在应用开发中,经常需要一些周期性的操作,比如每5分钟执行某一操作等. 对于这样的操作最方便.高效的实现方式就是使用java.util.Timer工具类. private java.util.Tim ...
- python区分大小写吗
如果能区分像myname和Myname这样的标识符,那么它就是区分大小写的.也就是说它很在乎大写和小写. myname='Ayushi' print(Myname) Traceback (most r ...
- HDU 3199 Hamming Problem
Hamming Problem Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Tot ...