最近一本关于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发布的更多相关文章

  1. Dynamics AX 2012 R3 Demo 安装与配置 - 导入测试数据 (Step 4)

        在前面三节中,Reinhard分别讲解了如何配置安装环境,安装数据库服务器,AOS和客户端,安装后的编译和配置.如果一直跟随Reinhard的脚步,到这里,已经拥有一个没有数据的系统.     ...

  2. Dynamics AX 2012 R3 Demo 安装与配置 - 配置安装环境 (Step 1)

    AX 2012 R3 发布后,Reinhard一直想体验一把,可是Reinhard所在的公司暂时不会升级到R3版本.这不,Reinhard就打算在个人电脑上安装下,可是安装的过程中,遇到了很多问题,R ...

  3. Microsoft Dynamics AX 2012 X++ Editor Extensions

    Microsoft Dynamics AX 2012 X++ Editor Extensions Initial version of this project is based on the MSD ...

  4. Dynamics AX 2012 R3 仓库和运输管理系列 - 仓库管理模块安装与配置

        在AX 2012 R3版本中,新增了仓库和运输管理模块,同时提供了一个在移动设备上进行仓库管理工作的网站.在这个系列里,与Reinhard一起,了解仓库和运输管理模块吧.     需要注意的是 ...

  5. 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 ...

  6. Dynamics AX 2012 R3 Demo 安装与配置 - 安装数据服务器、AOS和客户端 (Step 2)

    上一节中,Reinhard主要讲解了怎么配置安装环境,尤其是域控制器,并在域中添加了一个管理员账户 MSDynAX.NET\Reinhard ,以后的安装配置,均在该账户下进行. 现在运行 AX 20 ...

  7. Dynamics AX 2012 R3 Demo 安装与配置 - 编译和配置 (Step 3)

        在前两节中,Reinhard主要讲解了如何配置安装环境,安装数据库服务器,AOS和客户端.至此安装工作已经结束,下面Reinhard开始讲解如何编译和配置.     运行客户端后,系统弹出初始 ...

  8. 转:Microsoft Dynamics AX内部版本号概述

    Overview of Microsoft Dynamics AX build numbers 转自:https://community.dynamics.com/ax/b/axsupport/arc ...

  9. Dynamics AX 2012 R2 安装额外的AOS

    众所周知,AX系统分为三层:Client,Application Server,Database Server. 我们添加额外的Application Server主要是出于以下两个原因: 使用多台服 ...

随机推荐

  1. DIV背景图片

    .bigY{    position:absolute;     width:95px;     height:93px;     visibility:visible;     right: 277 ...

  2. 【题解】Journeys(线段树优化连边)

    [#3073. Pa2011]Journeys (线段树优化连边) 这张图太直观了,直接讲透了线段树优化连边的原理和正确性. 考虑建立两颗线段树,一颗是外向树,一颗是内向树,相当于网络流建模一样,我们 ...

  3. Spring学习笔记5—为Spring添加REST功能

    1 关于REST 我的理解,REST就是将资源以最合适的形式在服务端和客户端之间传递. 系统中资源采用URL进行标识(可以理解为URL路径中带参数) 使用HTTP方法进行资源的管理(GET,PUT,P ...

  4. 一个Browser的HTTP请求(一)

    本文主要是分析一个简单的web服务器是如何工作的. 若有不恰当或不对之处,请指正! Tomcat和web服务器的关系 我们常说Tomcat是一个web容器,也常说用户通过浏览器向web服务器进行请求, ...

  5. C#数组存入引用类型

    using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Cont ...

  6. Openstak(M版)控制节点安装

    #############修改hosts文件 # controller10.0.0.11 controller# compute110.0.0.31 compute1# block110.0.0.41 ...

  7. Kattis - prva 【字符串】

    题意 从上到下 或者 从左到右 组成的长度 >= 2 的字符串 如果遇到 # 就断掉 输出 字典序最小的那一个 思路 只要从上到下 和从左到右 分别遍历一遍,将 长度 >= 2 的字符串 ...

  8. VC中添加消息响应函数

    1. 添加消息映射 2. 头文件中添加函数声明 3. 实现文件中添加函数定义

  9. 计算机网络概述---OSI参考模型

    应用层:所有能产生网络流量的程序,例如:qq等,txt记事本没有产生流量,所以不属于应用层: 表示层:在传输之前对应用层的数据进行加工或处理,例如:加密.压缩.传视频时二进制,传文档时ASCII码 等 ...

  10. JS兼容各个浏览器的本地图片上传即时预览效果\、

    在firefox\chrome\ie10等浏览器中可以使用HTML5中的内容实现图片即时预览效果,在IE10以下浏览器中使用滤镜来解决图片显示问题. HTML5中的FileReader对象主要是把文件 ...