[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发布

时间: 2024-10-10 02:32:28

[eBook]Inside Microsoft Dynamics AX 2012 R3发布的相关文章

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

    在前面三节中,Reinhard分别讲解了如何配置安装环境,安装数据库服务器,AOS和客户端,安装后的编译和配置.如果一直跟随Reinhard的脚步,到这里,已经拥有一个没有数据的系统.     本节,Reinhard将要讲解怎样导入微软提供的测试数据.     首先,将AOS服务停止运行.进入计算机管理,服务,选中AOS服务,右键点击停止.稍等片刻,AOS服务已经停止运行.     接着,Reinhard要将当前空数据库进行备份,避免因导入测试数据失败造成的损失.     进入数据库管理

Changes in Microsoft Dynamics AX 2012 InventTrans data model

The purpose of this post is to give an overview about the changes been made in the Dynamics AX 2012 data model related to inventory transactions. Before AX2012, the only table used for recording all the inventory transactions was InventTrans.  In AX2

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

上一节中,Reinhard主要讲解了怎么配置安装环境,尤其是域控制器,并在域中添加了一个管理员账户 MSDynAX.NET\Reinhard ,以后的安装配置,均在该账户下进行. 现在运行 AX 2012 R3 的安装程序,选择安装组件. 选择安装AX,点击下一步. 选择自定义安装,点击下一步. 我们先安装数据库服务器,点击下一步. 安装程序会检查必要的组件是否安装完毕.安装完毕后,点击下一步. 选择船舰数据库,点击下一步. 因为我们将数据库服务器安装到本机,所以保持默认即可.如果要安装到其他机

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 which table store address of each entity Table : LogisticsPostalAddress  : In Dynamics AX 2012 this is the main table which stores every address of e

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

    在前两节中,Reinhard主要讲解了如何配置安装环境,安装数据库服务器,AOS和客户端.至此安装工作已经结束,下面Reinhard开始讲解如何编译和配置.     运行客户端后,系统弹出初始化核对清单.将生命周期服务和客户反馈选项标记为完成.点击编译应用程序.编译的过程中,窗体可能处于无法响应的假死状态,也不要关闭.这个过程比较漫长,根据你的计算机硬件配置,可能需要四五个小时.去休息一下吧.     当编译完成后,点击编译为DotNet框架通用中间语言.这个过程也比较漫长,大概需要一个

AX 2012 R3 Install And Configure Log

Base System Environment: (1).Windows Server 2012 R2; (2).SQL Server 2014; (3).SSDT 2008(Business Intelligence Development Studio in SQL Server 2008 for VS 2010); (4).Office 2013; (5).Visual Studio 2010; (6).Dynamics AX 2012 R3. 1.Install Windows Serv

Error:Microsoft.Dynamics.Ax.Xpp.InfoException: Exception of type 'Microsoft.Dynamics.Ax.Xpp.InfoException

I had the same issue with AX 2012 R2 and SQL Server 2012. When I try to call the "calc" method in SalesQuotationTotals calss by business connectors ,the operation  failed with the following message on the infolog: Microsoft.Dynamics.Ax.Xpp.InfoE

Dynamics AX 2012 R2 安装额外的AOS

    众所周知,AX系统分为三层:Client,Application Server,Database Server.     我们添加额外的Application Server主要是出于以下两个原因: 使用多台服务器,分担不同的角色(如批处理任务,报表,服务). 增加基础架构的弹性.     AX中的集群服务器,并不依托于Windows服务器,而是通过自己的技术实现的.它可以提高性能,但没有提高可用性.当一台服务器挂了,客户端会失去连接,任何正在处理的任务都会被回滚.重启客户端后,会连接到集

Dynamics AX 2012 – Batch Jobs Not Executing

In Dynamics AX 2012, there are times when batch jobs appear to be stranded in a waiting status.  When this happens, the cause can typically be a batch server or batch group which is not set up properly.   However, if these are set up correctly and yo