慧谷培训 >>> 特色技术课 >>> Dynamics AX 2012 II课程介绍   
    搜索课程
搜索:
选项:
 在线咨询    最新课表
    推荐课程
  优惠组合课程
思科官方授权CCNA班
思科官方授权CCNA+CCNP培训
思科+微软 CCNA+MCSE
网管课程CCNA+MCSE+RHCE
MCSE&全球IT认证金牌课程
  Cisco(思科)
思科官方授权CCNA培训
思科官方授权CCNP培训
思科官方授权CCIE培训系统
  政府补贴
政府补贴中高级计算机程序设计员Java
Office政府补贴
  微软/Linux
微软MCSE认证/server2016
红帽认证工程师(RHCE8)
微软官方MCITP 2008
  Office认证培训
Word课程
Excel基础入门应用
Excel中高级课程
Excel在企业管理上应用(专家级)
PPT(PowerPoint)商务应用
Access课程
Outlook课程
  平面广告设计
Adobe平面设计师班
美术创意设计班
Adobe Photoshop实战应用班.
高级平面广告创意设计师
  室内设计
AutoCAD 全能
3DMAX全能班(3DS MAX+VRA.
室内设计全能软件设计班
  网页设计
Flash/AS高级动画开发工程师班
资深网页设计美工定向班H5版
  影视动画制作课程
3DMAX影视动画全科班
  MAYA动漫游戏
Autodesk Maya认证班
  编程开发系列
Java初级入门SL-110
Jsp Web开发 SL314
Java模式设计OO-226
J2EE企业高级解决方案(SSM框架)
  特色技术课
VB.NET 开发编程
Visual Studio TFS
微软.net开发实战培训
C#技术基础课程
SharePoint Server 20.
MOSS 2013/2016(share.
Lotus Notes企业应用
Oracle OCP 数据库管理开发专家.
VM虚拟化技术 VCP6 培训
IOS精英直通车班
IOS核心速成班
Windows 10 桌面支持专家培训
互联网前端开发工程师(html5+JS)
安卓Android开发实训营
  小型机系统管理
HP-Unix系统及网络管理I
AIX 7 Basics AN10
大型机操作系统
Solaris 操作系统网络管理
  工业设计
CATIA V5/V6 造型设计实战应用
Pro/E 3/4/5/6 模具设计实战.
Pro/E 3/4/5/6 钣金设计实战
UG NX 5/6/7造型设计实战应用
UG NX 5/6/7模具设计实战
SolidWorks 造型设计实战应用
  软件测试专业培训
软件测试提高班
软件测试就业班
  企业管理课程
人力资源管理师二级
企业培训师二级
有效沟通技巧实战培训
  IT英语
IT英语,IT职业英语
it移民,IT就业
暂无小分类
  大数据
   
    广告课程
  >>> Dynamics AX 2012 II开班介绍
课程周期: 12小时 培训费用: 6000 元
使用教材: 送培训讲义,教学光盘 教材费用: 包含教材费
学员收益: 熟练应用
咨询电话: 021-64472947、13122257700  64470100   
  >>> Dynamics AX 2012 II最近开班
编 号 上课地点 学习时段 开课时间 在线报名


现在报名预约此课程

  >>>  Dynamics AX 2012 II详细介绍


Development II in Microsoft Dynamics AX 2012 培训

课程周期:12小时 
培训费用:6000 元
使用教材:培训讲义
教材费用:送培训讲义,教学光盘
咨询电话:13122257700、64472947

一、 培训介绍
    1、12小时、培训费6000
    2、附送培训讲义,培训光盘

二、 课程简介
Module 1: Introduction to X++
This module introduces the students to the characteristics of X++.
Lessons
    Introduction
    Characteristics of X++
    Development Tools
    Reverse Engineering
    Best Practices
    Lab : Print to the Screen
    Lab : Debug the Job
    Lab : Create a Data Model
    Lab : Create an XML Developer Document
After completing this module, students will be able to:
    Identify key features of developing with X++.
    Describe the basic foundation of object-oriented programming.
    Use the development tools available within Microsoft Dynamics AX 2012.
    Create object and data models from existing application elements by using the Reverse Engineering tool.
    Use best practices to instill good programming habits.

Module 2: X++ Control Statements
This module explains how to use control statements in X++.
Lessons
    Introduction
    Introduction to Variables
    Operators
    Conditional Statements
    Loops
    Built-in Functions
    Communication Tools
    Lab : Create a Times Table Using a While Loop
    Lab : Create a Times Table Using a Do…while Loop
    Lab : Create a Times Table Using a for Statement
    Lab : Create a YesNo Box
    Lab : Create a Infolog Tree
    Lab : Create a Dialog Box
    Lab : Use X++ Control Statements
After completing this module, students will be able to:
    Declare and use extended data types for variables.
    Use the various operators available in X++.
    Control program flow using conditional statements in X++.
    Repetitively call the same blocks of code by using Loop statements.
    Use standard functions that are built in to the application
    Use output commands to display data and messages to the user.

Module 3: Classes and Objects
This module discusses how to use classes and objects within Microsoft Dynamics AX 2012.
Lessons
    Introduction
    Classes
    Method Access Control
    Inheritance
    Objects
    Scoping and Parameters in X++
    Methods
    Referencing Object Methods
    Method Types
    Table as Classes
    Eventing
    Lab : Create a New Class
    Lab : Allow Access to Methods
    Lab : Instantiating a Class
    Lab : Use Method Parameters
    Lab : Create a Run Method
    Lab : Create a Calculator Class
After completing this module, students will be able to:
    Use the classes within Microsoft Dynamics AX 2012 X++ development
    Control access to methods using Access Control Method Modifiers
    Extend a class using the concept of inheritance
    Describe the differences between an object and a class
    Initialize variables in the appropriate place according to scoping rules
    Call methods within the same class
    Use the different method types available
    Describe the similarities and differences between tables and classes
    Use the eventing publisher and subscriber model when modifying code in the application.

Module 4: Accessing the Database
This module explains how to develop modifications that interact with the database.
Lessons
    Introduction
    Retrieving Data
    Data Manipulation
    Queries
    Lab : Retrieving Data
    Lab : Update
    Lab : Create Query Using X++
After completing this module, students will be able to:
    Retrieve data from the database using a select statement.
    Create, update and delete data in the database.
    Use and build queries using kernel classes.

Module 5: Exception Handling
This module discusses the mechanisms built in Microsoft Dynamics AX 2012 to help with exception handling.
Lessons
    Introduction
    Exceptions
    Try and Catch Exceptions
    Throwing Exceptions
    Optimistic Concurrency Exceptions
    Lab : Handle an Exception
After completing this module, students will be able to:
    Examine the exception handling mechanism in Microsoft Dynamics AX.
    Use the Try, Catch, and Retry statements.
    Throw an exception from code.
    Identify and create code used to handle optimistic concurrency exceptions.

Module 6: Security for Developers
This module introduces some more advanced security features of Microsoft Dynamics AX 2012.
Lessons
    Introduction
    Permissions
    Security Policies
    Code Access Security
    Display Method Authorization
After completing this module, students will be able to:
    Set permissions on application elements
    Design and create security policies
    Secure unsafe Application Programming Interfaces (APIs) using the Code Access Security framework
    Authenticate data returned from display methods.


三、 企业团体定制介绍
   1、可提供团体定制培训,为企业量身定做。
   2、咨询热线:13122257700、021-64472947
   3、电子邮件:training@vip.163.com

  >>> 这个课程我有问题向老师咨询
姓 名: 慧谷联络,不对外公布
电 话: 慧谷联络,不对外公布
邮 件: 慧谷回复提问,不对外公布
问 题:
验 证:  
 
 
查看Dynamics AX 2012 II最新开班时间    

上海慧谷职业技能培训中心  徐汇区乐山路33号2号楼4楼  
报名热线:021-64482972   64478100   64470100
Q Q:1335162497   Email:withub@vip.sina.com
Copyright© 1999—2019 All Right Reserved  IP/ICP备案:沪ICP备11020735号-5
劳动局认证批准文号:沪劳保技(2003)34号    教育局认证批准文号:徐教社(2005)310号