Development III in Microsoft Dynamics AX 2012

Size: px
Start display at page:

Download "Development III in Microsoft Dynamics AX 2012"

Transcription

1 Development III in Microsoft Dynamics AX 2012 Varighed: 3 Days Kursus Kode: M80312 Beskrivelse: This three-day instructor-led course puts the techniques learnt in Development I in Microsoft Dynamics AX 2012 and Development II in Microsoft Dynamics AX 2012 courses into practice directly in the application. It also introduces more advanced features of X++ and MorphX, and encourages the use of the Testing Framework to build for more reliable coding. Målgruppe: The intended audience is experienced systems consultants typically working for a Microsoft Dynamics partner that is selling, consulting, implementing, and supporting Microsoft Dynamics AX Agenda: After completing this course, students will be able to: Create a test case. Add methods to a test case. Run a test case. Build a test project and suite. Isolate test cases appropriately. Explain the MorphX development environment and the Application Object Tree Program optimal database access using a "while select" statement. Program optimal database access using queries. Describe the caching mechanisms in Microsoft Dynamics AX. Prevent and resolve database locking. Use temporary tables in classes, forms, and reports. List the reasons for using InitFrom methods. Use ParmId and ParmTables. Discuss date effectiveness and describe how to build date effective forms. Add a computed column to a view. Employ the various techniques available for integrating external data with Microsoft Dynamics AX. Use collection classes to store data in X++. List which application objects control different Graphical User Interface (GUI) components. Identify the main sections that make up a Add data sources to a form to define what data is displayed by the Modify form methods to the control how the form behaves when it opens and closes. Make decisions about where to place the code. Make runtime modification of the fetch of data. Explore the Application Object Tree (AOT) from Visual Studio. Create a project in Visual Studio. Write.NET managed code that uses X++ objects. Debug code using Visual Studio. Configure how the workflow engine is executed on a server. Specify which application module a workflow is applicable to using a workflow category. Link tables to workflows using a query. Create a new workflow type. Apply a workflow to a Define what happens when the workflow is approved or denied. Create Event Handlers and apply them to a workflow. Modify and use the Application Substituted Kernel Classes.

2 Extend the RunBase framework to create new batch processes. Forudsætninger: Before attending this course, students must have: working experience with Microsoft Dynamics AX and knowledge of Microsoft Dynamics AX 2012 development environment. completed Course 80303A, Development I in Microsoft Dynamics AX completed Course 80304A, Development II in Microsoft Dynamics AX 2012.

3 Indhold: Module 1: X++ Unit Test Framework Module 3: Classes Lab : Initialize a Form This module describes how the X++ Unit Test This lesson introduces some of the most Lab : Add a Window Control framework allows for unit tests to be created commonly used system classes, and along with the code they are designed to test. demonstrates ways they can be used to support modifications. After completing this module, students will be able to: Lessons Lessons Create a test case. Add methods to a test case. Creating Test Cases Run a test case. Adding Methods to Test Cases While Select Build a test project and suite. Running Test Cases Query Isolate test cases appropriately. Build Test Projects and Suites Caching Explain the MorphX development Locking environment and the Application Object Application Explorer Temporary Tables Tree Visual Studio Projects InitFrom Program optimal database access using a Managed Code Projects ParmTables "while select" statement. Deploying Managed Code Date Effectiveness Program optimal database access using Visual Studio Debugging Experience for X++ Computed Columns in Views queries. Data Integration Describe the caching mechanisms in Lab : Create a Test Case Microsoft Dynamics AX. Collection Classes Prevent and resolve database locking. Application Object Classes Use temporary tables in classes, forms, After completing this module, students will Application Substituted Kernel Classes and reports. be able to: RunBase Framework List the reasons for using InitFrom Args Object methods. Create a test case. Use ParmId and ParmTables. Add methods to a test case. Architecture Discuss date effectiveness and describe Run a test case. Data Sources how to build date effective forms. Build a test project and suite. Form Controls Add a computed column to a view. Isolate test cases appropriately. Form Methods Employ the various techniques available Explain the MorphX development Placement of Code for integrating external data with Microsoft environment and the Application Object Tree Additional Controls Dynamics AX. Program optimal database access using a Workflow Configuration Use collection classes to store data in "while select" statement. Create a Workflow Category X++. Program optimal database access using Create a Query List which application objects control queries. Create a Workflow Type different Graphical User Interface (GUI) Describe the caching mechanisms in Enable Workflow on a Form components. Microsoft Dynamics AX. Create a Workflow Approval Modify and use the Application Substituted Prevent and resolve database locking. Create Event Handlers Kernel Classes. Use temporary tables in classes, forms, and Author a Workflow Extend the RunBase framework to create reports. new batch processes. List the reasons for using InitFrom methods. Lab : Create a Map Use ParmId and ParmTables. Identify the main sections that make up a Discuss date effectiveness and describe how to build date effective forms. Lab : Create a Query from Code Add data sources to a form to define what Add a computed column to a view. data is displayed by the Employ the various techniques available for integrating external data with Microsoft Lab : Create a Global Method Modify form methods to the control how Dynamics AX. the form behaves when it opens and Use collection classes to store data in X++. closes. List which application objects control Lab : Make a RunBase Class Make decisions about where to place the different Graphical User Interface (GUI) code. components. Make runtime modification of the fetch of Modify and use the Application Substituted Lab : Using Args data. Kernel Classes. Explore the Application Object Tree (AOT) Extend the RunBase framework to create from Visual Studio. new batch processes. After completing this module, students will Create a project in Visual Studio. be able to: Write.NET managed code that uses X++ Identify the main sections that make up a objects. Create a test case. Add data sources to a form to define what Add methods to a test case. Debug code using Visual Studio.

4 data is displayed by the Run a test case. Configure how the workflow engine is Build a test project and suite. executed on a server. Modify form methods to the control how the Isolate test cases appropriately. Specify which application module a form behaves when it opens and closes. Explain the MorphX development workflow is applicable to using a workflow Make decisions about where to place the environment and the Application Object category. code. Tree Link tables to workflows using a query. Make runtime modification of the fetch of Program optimal database access using Create a new workflow type. data. a "while select" statement. Apply a workflow to a Explore the Application Object Tree (AOT) Program optimal database access using Define what happens when the workflow is from Visual Studio. queries. approved or denied. Create a project in Visual Studio. Describe the caching mechanisms in Create Event Handlers and apply them to Write.NET managed code that uses X++ Microsoft Dynamics AX. a workflow. objects. Prevent and resolve database locking. Use temporary tables in classes, forms, Debug code using Visual Studio. and reports. Module 5: Visual Studio Integration Configure how the workflow engine is List the reasons for using InitFrom executed on a server. methods. Specify which application module a workflow Use ParmId and ParmTables. This module explains the Visual Studio tools is applicable to using a workflow category. Discuss date effectiveness and describe built specifically for Microsoft Dynamics AX Link tables to workflows using a query. how to build date effective forms. development. Create a new workflow type. Add a computed column to a view. Apply a workflow to a Employ the various techniques available Define what happens when the workflow is for integrating external data with Lessons approved or denied. Microsoft Dynamics AX. Create Event Handlers and apply them to a Use collection classes to store data in workflow. X++. Creating Test Cases List which application objects control Adding Methods to Test Cases different Graphical User Interface (GUI) Running Test Cases Module 2: Working with Data components. Build Test Projects and Suites Modify and use the Application Substituted Kernel Classes. Application Explorer This chapter explains the correct approach to Extend the RunBase framework to create Visual Studio Projects database functions when processing large new batch processes. Managed Code Projects amount of data in Microsoft Dynamics AX. Transfer information using the Args Deploying Managed Code object. Visual Studio Debugging Experience for Identify the main sections that make up a X++ Lessons Add data sources to a form to define Lab : Create a Managed Code ProjectLab : what data is displayed by the Create an Event Handler in Managed Code While Select Query Modify form methods to the control how Caching the form behaves when it opens and After completing this module, students will Locking closes. be able to: Temporary Tables Make decisions about where to place the InitFrom code. Create a test case. ParmTables Make runtime modification of the fetch of Add methods to a test case. Date Effectiveness data. Run a test case. Computed Columns in Views Explore the Application Object Tree Build a test project and suite. Data Integration (AOT) from Visual Studio. Isolate test cases appropriately. Create a project in Visual Studio. Explain the MorphX development Collection Classes Write.NET managed code that uses X++ environment and the Application Object Application Object Classes objects. Tree Application Substituted Kernel Classes Program optimal database access using a RunBase Framework Debug code using Visual Studio. "while select" statement. Args Object Configure how the workflow engine is Program optimal database access using executed on a server. queries. Architecture Specify which application module a Describe the caching mechanisms in Data Sources workflow is applicable to using a workflow Microsoft Dynamics AX. Form Controls category. Prevent and resolve database locking. Form Methods Link tables to workflows using a query. Use temporary tables in classes, forms, Placement of Code Create a new workflow type. and reports. Additional Controls Apply a workflow to a List the reasons for using InitFrom Workflow Configuration Define what happens when the workflow methods. Create a Workflow Category is approved or denied. Use ParmId and ParmTables. Create a Query Create Event Handlers and apply them to Discuss date effectiveness and describe Create a Workflow Type a workflow. how to build date effective forms.

5 Enable Workflow on a Form Add a computed column to a view. Create a Workflow Approval Employ the various techniques available Create Event Handlers Module 4: Forms for integrating external data with Microsoft Author a Workflow Dynamics AX. Use collection classes to store data in Lab : Fetching Data This module provides a comprehensive X++. foundation for using forms in Microsoft List which application objects control Dynamics AX 2012 to interact with the different Graphical User Interface (GUI) Lab : Converting Queries end-user. components. Modify and use the Application Substituted Kernel Classes. Lab : Reducing Locking Lessons Extend the RunBase framework to create new batch processes. Lab : Temporary Tables While Select Identify the main sections that make up a Query Caching Add data sources to a form to define what Lab : Integrating External Data Locking data is displayed by the Temporary Tables InitFrom Modify form methods to the control how After completing this module, students will ParmTables the form behaves when it opens and be able to: Date Effectiveness closes. Computed Columns in Views Make decisions about where to place the Create a test case. Data Integration code. Add methods to a test case. Make runtime modification of the fetch of Run a test case. Collection Classes data. Build a test project and suite. Application Object Classes Explore the Application Object Tree (AOT) Isolate test cases appropriately. Application Substituted Kernel Classes from Visual Studio. Explain the MorphX development RunBase Framework Create a project in Visual Studio. environment and the Application Object Tree Args Object Write.NET managed code that uses X++ Program optimal database access using a objects. "while select" statement. Architecture Program optimal database access using Data Sources Debug code using Visual Studio. queries. Form Controls Configure how the workflow engine is Describe the caching mechanisms in Form Methods executed on a server. Microsoft Dynamics AX. Placement of Code Specify which application module a Prevent and resolve database locking. Additional Controls workflow is applicable to using a workflow Use temporary tables in classes, forms, and Workflow Configuration category. reports. Create a Workflow Category Link tables to workflows using a query. List the reasons for using InitFrom methods. Create a Query Create a new workflow type. Use ParmId and ParmTables. Create a Workflow Type Apply a workflow to a Discuss date effectiveness and describe Enable Workflow on a Form Define what happens when the workflow is how to build date effective forms. Create a Workflow Approval approved or denied. Add a computed column to a view. Create Event Handlers Create Event Handlers and apply them to Employ the various techniques available for Author a Workflow a workflow. integrating external data with Microsoft Dynamics AX. Lab : Create a Form Use collection classes to store data in X++. Module 6: Workflow List which application objects control different Graphical User Interface (GUI) Lab : Use Unbound Controls components. This module introduces the development side Modify and use the Application Substituted of creating a workflow. Workflow is a system Kernel Classes. in Microsoft Dynamics AX 2012 that allows Extend the RunBase framework to create business processes to be automated. new batch processes. Identify the main sections that make up a Lessons Add data sources to a form to define what data is displayed by the While Select Query Modify form methods to the control how the Caching form behaves when it opens and closes. Locking Make decisions about where to place the Temporary Tables code. InitFrom Make runtime modification of the fetch of ParmTables

6 data. Explore the Application Object Tree (AOT) from Visual Studio. Create a project in Visual Studio. Write.NET managed code that uses X++ objects. Debug code using Visual Studio. Configure how the workflow engine is executed on a server. Specify which application module a workflow is applicable to using a workflow category. Link tables to workflows using a query. Create a new workflow type. Apply a workflow to a Define what happens when the workflow is approved or denied. Create Event Handlers and apply them to a workflow. Date Effectiveness Computed Columns in Views Data Integration Collection Classes Application Object Classes Application Substituted Kernel Classes RunBase Framework Args Object Architecture Data Sources Form Controls Form Methods Placement of Code Additional Controls Workflow Configuration Create a Workflow Category Create a Query Create a Workflow Type Enable Workflow on a Form Create a Workflow Approval Create Event Handlers Author a Workflow Lab : Add another Condition to the Submit ActionLab : Enable Resubmit After completing this module, students will be able to: Create a test case. Add methods to a test case. Run a test case. Build a test project and suite. Isolate test cases appropriately. Explain the MorphX development environment and the Application Object Tree Program optimal database access using a "while select" statement. Program optimal database access using queries. Describe the caching mechanisms in Microsoft Dynamics AX. Prevent and resolve database locking. Use temporary tables in classes, forms, and reports. List the reasons for using InitFrom methods. Use ParmId and ParmTables. Discuss date effectiveness and describe how to build date effective forms. Add a computed column to a view. Employ the various techniques available for integrating external data with Microsoft Dynamics AX. Use collection classes to store data in X++. List which application objects control different Graphical User Interface (GUI) components. Modify and use the Application Substituted Kernel Classes. Extend the RunBase framework to create

7 new batch processes. Identify the main sections that make up a Add data sources to a form to define what data is displayed by the Modify form methods to the control how the form behaves when it opens and closes. Make decisions about where to place the code. Make runtime modification of the fetch of data. Explore the Application Object Tree (AOT) from Visual Studio. Create a project in Visual Studio. Write.NET managed code that uses X++ objects. Debug code using Visual Studio. Configure how the workflow engine is executed on a server. Specify which application module a workflow is applicable to using a workflow category. Link tables to workflows using a query. Create a new workflow type. Apply a workflow to a Define what happens when the workflow is approved or denied. Create Event Handlers and apply them to a workflow. Flere Informationer: For yderligere informationer eller booking af kursus, kontakt os på tlf.nr.: training@globalknowledge.dk Global Knowledge, Stamholmen 110, 2650 Hvidovre

Course: 80312A: Development III in Microsoft Dynamics AX 2012

Course: 80312A: Development III in Microsoft Dynamics AX 2012 Course: 80312A: Development III in Microsoft Dynamics AX 2012 Description: Price: $1,650.00 Category: Dynamics Duration: 3 days Schedule: Request Dates Outline: Module 1: X++ Unit Test Framework This module

More information

Development II in Microsoft Dynamics AX 2012

Development II in Microsoft Dynamics AX 2012 Development II in Microsoft Dynamics AX 2012 Varighed: 2 Days Kursus Kode: M80304 Beskrivelse: This two-day instructor-led course introduces students to the tools available in Microsoft Dynamics AX 2012

More information

Design and implement cloud data platform solutions.

Design and implement cloud data platform solutions. Designing and Implementing Cloud Data Platform Solutions Varighed: 3 Days Kursus Kode: M40441 Beskrivelse: The focus of this three-day instructor-led Microsoft Training course is on designing and implementing

More information

Cisco Prime Collaboration Assurance

Cisco Prime Collaboration Assurance Cisco Prime Collaboration Assurance Varighed: 2 Days Kursus Kode: PCA Version: 9.0 Beskrivelse: The Cisco Prime Collaboration Assurancecourse teaches students how to effectively use the Cisco Prime Collaboration

More information

Programming for InfoSphere Streams V3 with SPL

Programming for InfoSphere Streams V3 with SPL Programming for InfoSphere Streams V3 with SPL Varighed: 4 Days Kursus Kode: DW723G Beskrivelse: This is the Classroom version of Self-paced Virtual course Programming for InfoSphere Streams V3 with SPL

More information

Developing SQL Databases

Developing SQL Databases Developing SQL Databases Varighed: 4 Days Kursus Kode: M20762 Beskrivelse: This four-day instructor-led course provides students with the knowledge and skills to develop a Microsoft SQL Server 2016 database.

More information

Advanced z/os Performance: WLM, Sysplex, UNIX Services and Web

Advanced z/os Performance: WLM, Sysplex, UNIX Services and Web Advanced z/os Performance: WLM, Sysplex, UNIX Services and Web Varighed: 5 Days Kursus Kode: ES85G Beskrivelse: Today z/os supports new workloads running as e-business servers, including the IBM Hypertext

More information

Designing, Optimizing, and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008

Designing, Optimizing, and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008 Designing, Optimizing, and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008 Varighed: 5 Days Kursus Kode: M50400 Beskrivelse: This five-day instructor-led course provides the

More information

Cisco 360 Learning Program for CCIE Collaboration Advanced Workshop

Cisco 360 Learning Program for CCIE Collaboration Advanced Workshop Cisco 360 Learning Program for CCIE Collaboration Advanced Workshop Varighed: 5 Days Kursus Kode: CIEC Beskrivelse: Cisco 360 CCIE Collaboration Advanced Workshop teaches students how to use an expert-level

More information

Sun Fire Midrange Server Administrator

Sun Fire Midrange Server Administrator Sun Fire Midrange Server Administrator Varighed: 5 Days Kursus Kode: ES-420 Beskrivelse: The Sun Fire Midrange Server Administration course provides students with the information needed to configure, monitor,

More information

Administrering System Center 2012 Configuration Manager vd

Administrering System Center 2012 Configuration Manager vd Administrering System Center 2012 Configuration Manager vd Varighed: 5 Days Kursus Kode: M10747 Beskrivelse: Dette kursus er erstattet af M20696. Find kurset her M20696 This five-day instructor-led course

More information

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions Developing Microsoft Azure Solutions Varighed: 5 Days Kursus Kode: M20532 Beskrivelse: This course is intended for students who have experience building vertically scaled applications. Students will also

More information

Securing Windows Server 2016

Securing Windows Server 2016 Securing Windows Server 2016 Varighed: 5 Days Kursus Kode: M20744 Beskrivelse: This five-day, instructor-led course teaches IT professionals how they can enhance the security of the IT infrastructure that

More information

Administering Windows Server 2012

Administering Windows Server 2012 Administering Windows Server 2012 Varighed: 5 Days Kursus Kode: M20411 Beskrivelse: Get hands-on instruction and practice administering Windows Server 2012, including Windows Server 2012 R2, in this five-day

More information

What's New - Technical in Microsoft Dynamics AX 2012 for Implementation Course 80165A: 1 Day; Instructor-Led

What's New - Technical in Microsoft Dynamics AX 2012 for Implementation Course 80165A: 1 Day; Instructor-Led What's New - Technical in Microsoft Dynamics AX 2012 for Implementation Course 80165A: 1 Day; Instructor-Led About this Course This one-day instructor-led course provides students with an introduction

More information

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Course 6235A: Three days; Instructor-Led Introduction This three-day instructor-led course teaches students how to implement

More information

Course Outline. Performance Tuning and Optimizing SQL Databases Course 10987B: 4 days Instructor Led

Course Outline. Performance Tuning and Optimizing SQL Databases Course 10987B: 4 days Instructor Led Performance Tuning and Optimizing SQL Databases Course 10987B: 4 days Instructor Led About this course This four-day instructor-led course provides students who manage and maintain SQL Server databases

More information

[MS10987A]: Performance Tuning and Optimizing SQL Databases

[MS10987A]: Performance Tuning and Optimizing SQL Databases [MS10987A]: Performance Tuning and Optimizing SQL Databases Length : 4 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft SQL Server Delivery Method : Instructor-led (Classroom) Course

More information

Cybersecurity Foundations

Cybersecurity Foundations Cybersecurity Foundations Varighed: 5 Days Kursus Kode: 9701 Beskrivelse: In this cybersecurity course, you will gain a global perspective of the challenges of designing a secure system, touching on all

More information

Performance Tuning & Optimizing SQL Databases Microsoft Official Curriculum (MOC 10987)

Performance Tuning & Optimizing SQL Databases Microsoft Official Curriculum (MOC 10987) Performance Tuning & Optimizing SQL Databases Microsoft Official Curriculum (MOC 10987) Course Length: 4 days Course Delivery: Traditional Classroom Online Live Course Overview This 4-day instructor-led

More information

SQL Server Administration 10987: Performance Tuning and Optimizing SQL Databases. Upcoming Dates. Course Description.

SQL Server Administration 10987: Performance Tuning and Optimizing SQL Databases. Upcoming Dates. Course Description. SQL Server Administration 10987: Performance Tuning and Optimizing SQL Databases Learn the high level architectural overview of SQL Server 2016 and explore SQL Server execution model, waits and queues

More information

Microsoft Official Courseware Course Introduction to Web Development with Microsoft Visual Studio

Microsoft Official Courseware Course Introduction to Web Development with Microsoft Visual Studio Course Overview: This five-day instructor-led course provides knowledge and skills on developing Web applications by using Microsoft Visual Studio 2010. Prerequisites Before attending this course, students

More information

Microsoft Extending Microsoft Dynamics CRM 2011

Microsoft Extending Microsoft Dynamics CRM 2011 1800 ULEARN (853 276) www.ddls.com.au Microsoft 80295 - Extending Microsoft Dynamics CRM 2011 Length 3 days Price $2750.00 (inc GST) Overview This course offers detailed and interactive information on

More information

Microsoft SharePoint 2010, Application Development

Microsoft SharePoint 2010, Application Development Microsoft SharePoint 2010, Application Development 10175; 5 Days, Instructor-led Course Description This course provides existing.net developers with practical information and labs that enables them to

More information

10987: Performance Tuning and Optimizing SQL Databases

10987: Performance Tuning and Optimizing SQL Databases Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

Updating your Database Skills to Microsoft SQL Server 2012

Updating your Database Skills to Microsoft SQL Server 2012 Updating your Database Skills to Microsoft SQL Server 2012 Course 40008A - Three Days - Instructor-led - Hands on Introduction This three-day instructor-led course provides existing SQL Server database

More information

Developing Workflow Applications with Red Hat JBoss BPM Suite with exam (JB428)

Developing Workflow Applications with Red Hat JBoss BPM Suite with exam (JB428) Developing Workflow Applications with Red Hat JBoss BPM Suite with exam (JB428) DESCRIPTION: Course Overview Through hands-on labs, the student will learn the architecture and features of Red Hat JBoss

More information

DE Extending Microsoft Dynamics CRM 2011

DE Extending Microsoft Dynamics CRM 2011 DE-80295 Extending Microsoft Dynamics CRM 2011 Duration 3 Days Audience Developers Level 200 Technology Microsoft Dynamics CRM 2011 Delivery Method Instructor-led (Classroom) Training Credits N/A Prerequisites

More information

Performance Tuning and Optimizing SQL Databases

Performance Tuning and Optimizing SQL Databases Performance Tuning and Optimizing SQL Databases Duración: 4 Días Código del Curso: M10987 Temario: This four-day instructor-led course provides students who manage and maintain SQL Server databases with

More information

6234A - Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services

6234A - Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services 6234A - Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services Course Number: 6234A Course Length: 3 Days Course Overview This instructor-led course teaches students how to implement

More information

Querying Microsoft SQL Server

Querying Microsoft SQL Server Querying Microsoft SQL Server 20461D; 5 days, Instructor-led Course Description This 5-day instructor led course provides students with the technical skills required to write basic Transact SQL queries

More information

DE Introduction to Web Development with Microsoft Visual Studio 2010

DE Introduction to Web Development with Microsoft Visual Studio 2010 DE-10267 Introduction to Web Development with Microsoft Visual Studio 2010 Summary Duration 5 Days Audience Developers Level 100 Technology Microsoft Visual Studio 2010 Delivery Method Instructor-led (Classroom)

More information

2779 : Implementing a Microsoft SQL Server 2005 Database

2779 : Implementing a Microsoft SQL Server 2005 Database 2779 : Implementing a Microsoft SQL Server 2005 Database Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge and skills

More information

MS-20487: Developing Windows Azure and Web Services

MS-20487: Developing Windows Azure and Web Services MS-20487: Developing Windows Azure and Web Services Description In this course, students will learn how to design and develop services that access local and remote data from various data sources. Students

More information

Implement a Data Warehouse with Microsoft SQL Server

Implement a Data Warehouse with Microsoft SQL Server Implement a Data Warehouse with Microsoft SQL Server 20463D; 5 days, Instructor-led Course Description This course describes how to implement a data warehouse platform to support a BI solution. Students

More information

Introduction to Programming Microsoft.NET Applications with Visual Studio 2008 (C#)

Introduction to Programming Microsoft.NET Applications with Visual Studio 2008 (C#) Introduction to Programming Microsoft.NET Applications with Visual Studio 2008 (C#) Course Number: 6367A Course Length: 3 Days Course Overview This three-day course will enable students to start designing

More information

Introduction to Web Development with Microsoft Visual Studio 2010 (10267A)

Introduction to Web Development with Microsoft Visual Studio 2010 (10267A) Introduction to Web Development with Microsoft Visual Studio 2010 (10267A) Overview This five-day instructor-led course provides knowledge and skills on developing Web applications by using Microsoft Visual

More information

Querying Microsoft SQL Server

Querying Microsoft SQL Server Course Code: M20461 Vendor: Microsoft Course Overview Duration: 5 RRP: POA Querying Microsoft SQL Server Overview This 5-day instructor led course provides delegates with the technical skills required

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server Page 1 of 6 Implementing a Data Warehouse with Microsoft SQL Server Course 20463C: 4 days; Instructor-Led Introduction This course

More information

Developing Windows Azure and Web Services

Developing Windows Azure and Web Services Developing Windows Azure and Web Services Course 20487B; 5 days, Instructor-led Course Description In this course, students will learn how to design and develop services that access local and remote data

More information

Writing Queries Using Microsoft SQL Server 2008 Transact- SQL

Writing Queries Using Microsoft SQL Server 2008 Transact- SQL Writing Queries Using Microsoft SQL Server 2008 Transact- SQL Course 2778-08; 3 Days, Instructor-led Course Description This 3-day instructor led course provides students with the technical skills required

More information

Developing Windows Communication Foundation Solutions with Microsoft Visual Studio 2010

Developing Windows Communication Foundation Solutions with Microsoft Visual Studio 2010 Developing Windows Communication Foundation Solutions with Microsoft Visual Studio 2010 Course Code: 10263A; Three days; Instructor-Led About this Course This three-day instructor-led course provides participants

More information

SharePoint 2013 Power User

SharePoint 2013 Power User SharePoint 2013 Power User Course 55028; 2 Days, Instructor-led Course Description This SharePoint 2013 Power User training class is designed for individuals who need to learn the fundamentals of managing

More information

QUERYING MICROSOFT SQL SERVER COURSE OUTLINE. Course: 20461C; Duration: 5 Days; Instructor-led

QUERYING MICROSOFT SQL SERVER COURSE OUTLINE. Course: 20461C; Duration: 5 Days; Instructor-led CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: QUERYING MICROSOFT SQL SERVER Course: 20461C; Duration: 5 Days; Instructor-led WHAT YOU WILL LEARN This 5-day instructor led course provides students with

More information

Introduction to Web Development with Microsoft Visual Studio 2010

Introduction to Web Development with Microsoft Visual Studio 2010 Introduction to Web Development with Microsoft Visual Studio 2010 Course 10267; 5 Days, Instructor-led Course Description This five-day instructor-led course provides knowledge and skills on developing

More information

[MS10962]: Advanced Automated Administration With Windows PowerShell

[MS10962]: Advanced Automated Administration With Windows PowerShell [MS10962]: Advanced Automated Administration With Windows PowerShell Length : 3 Days Audience(s) : IT Professionals Level : 300 Technology : Windows Server Delivery Method : Instructor-led (Classroom)

More information

Developing Web Applications Using Microsoft Visual Studio 2008 SP1

Developing Web Applications Using Microsoft Visual Studio 2008 SP1 Developing Web s Using Microsoft Visual Studio 2008 SP1 Introduction This five day instructor led course provides knowledge and skills on developing Web applications by using Microsoft Visual Studio 2008

More information

Windows Communication Foundation (WCF) Visual Studio 2008

Windows Communication Foundation (WCF) Visual Studio 2008 Windows Communication Foundation (WCF) Visual Studio 2008 Course 6461 - Three days - Instructor-led - Hands-on Introduction This three-day instructor-led course provides students with the knowledge and

More information

20461: Querying Microsoft SQL Server

20461: Querying Microsoft SQL Server 20461: Querying Microsoft SQL Server Length: 5 days Audience: IT Professionals Level: 300 OVERVIEW This 5 day instructor led course provides students with the technical skills required to write basic Transact

More information

Course 20461C: Querying Microsoft SQL Server

Course 20461C: Querying Microsoft SQL Server Course 20461C: Querying Microsoft SQL Server Audience Profile About this Course This course is the foundation for all SQL Serverrelated disciplines; namely, Database Administration, Database Development

More information

DE-2310 Developing Web Applications Using Microsoft Visual Studio 2008 SP1

DE-2310 Developing Web Applications Using Microsoft Visual Studio 2008 SP1 DE-2310 Developing Web Applications Using Microsoft Visual Studio 2008 SP1 Summary Duration 5 Days Audience Developers Level 100 Technology Microsoft Visual Studio 2008 Delivery Method Instructor-led (Classroom)

More information

Learn Well Technocraft

Learn Well Technocraft Getting Started with ASP.NET This module explains how to build and configure a simple ASP.NET application. Introduction to ASP.NET Web Applications Features of ASP.NET Configuring ASP.NET Applications

More information

Querying Microsoft SQL Server

Querying Microsoft SQL Server Querying Microsoft SQL Server Course 20461D 5 Days Instructor-led, Hands-on Course Description This 5-day instructor led course is designed for customers who are interested in learning SQL Server 2012,

More information

Software Development & Education Center. Microsoft Dynamics. Service Industries-AX 2012 R2

Software Development & Education Center. Microsoft Dynamics. Service Industries-AX 2012 R2 Software Development & Education Center Microsoft Dynamics Service Industries-AX 2012 R2 Course: 80428A SQL Optimization for Microsoft Dynamics AX 2012 About this Course This two-day instructor-led course

More information

UPGRADING DEVELOPMENT SKILLS

UPGRADING DEVELOPMENT SKILLS RSM TECHNOLOGY ACADEMY Syllabus and Agenda UPGRADING DEVELOPMENT SKILLS FOR MICROSOFT DYNAMICS 365 FOR OPERATIONS Course Details 3 Audience 3 At Course Completion 3 Course Cancellation Policy 4 Guaranteed

More information

Microsoft Querying Microsoft SQL Server 2014

Microsoft Querying Microsoft SQL Server 2014 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20461 - Querying Microsoft SQL Server 2014 Length 5 days Price $4290.00 (inc GST) Version D Overview Please note: Microsoft have released a new course which

More information

Performance Tuning and Optimizing SQL Databases (10987)

Performance Tuning and Optimizing SQL Databases (10987) Performance Tuning and Optimizing SQL Databases (10987) Formato do curso: Presencial Preço: 1420 Nível: Avançado Duração: 28 horas This four-day instructor-led course provides students who manage and maintain

More information

COURSE OUTLINE: Querying Microsoft SQL Server

COURSE OUTLINE: Querying Microsoft SQL Server Course Name 20461 Querying Microsoft SQL Server Course Duration 5 Days Course Structure Instructor-Led (Classroom) Course Overview This 5-day instructor led course provides students with the technical

More information

COURSE 20487B: DEVELOPING WINDOWS AZURE AND WEB SERVICES

COURSE 20487B: DEVELOPING WINDOWS AZURE AND WEB SERVICES ABOUT THIS COURSE In this course, students will learn how to design and develop services that access local and remote data from various data sources. Students will also learn how to develop and deploy

More information

Learning Alliance Corporation, Inc. For more info: go to

Learning Alliance Corporation, Inc. For more info: go to Writing Queries Using Microsoft SQL Server Transact-SQL Length: 3 Day(s) Language(s): English Audience(s): IT Professionals Level: 200 Technology: Microsoft SQL Server Type: Course Delivery Method: Instructor-led

More information

Querying Microsoft SQL Server

Querying Microsoft SQL Server Querying Microsoft SQL Server Duration: 5 Days (08:30-16:00) Overview: This course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server. This

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777A 5 Days Instructor-led, Hands-on Introduction Data warehousing is a solution organizations use to centralize business data for

More information

RSM TECHNOLOGY ACADEMY Syllabus and Agenda TECHNICAL BOOTCAMP FOR MICROSOFT DYNAMICS AX 2012 R3

RSM TECHNOLOGY ACADEMY Syllabus and Agenda TECHNICAL BOOTCAMP FOR MICROSOFT DYNAMICS AX 2012 R3 RSM TECHNOLOGY ACADEMY Syllabus and Agenda TECHNICAL BOOTCAMP FOR MICROSOFT DYNAMICS AX 2012 R3 Key Data 3 Course Description and Format 3 Audience 3 Course 4 Prerequisites 5 Students 5 Environment 5 Course

More information

Course Syllabus: Getting Started with ibolt V3.x

Course Syllabus: Getting Started with ibolt V3.x Course Syllabus: Getting Started with ibolt V3.x TABLE OF CONTENTS Course Objectives and Goals... 1 General Details... 1 Lesson Outline... 2 Knowledge Prerequisites... 5 Magic Software University Course

More information

Querying Data with Transact-SQL (20761)

Querying Data with Transact-SQL (20761) Querying Data with Transact-SQL (20761) Formato do curso: Presencial e Live Training Preço: 1630 Nível: Iniciado Duração: 35 horas The main purpose of this 5 day instructor led course is to give students

More information

Performance Tuning and Optimizing SQL Databases (10987)

Performance Tuning and Optimizing SQL Databases (10987) Performance Tuning and Optimizing SQL Databases (10987) Duration: 4 Days Price: $895 Delivery Option: Attend via MOC On-Demand Students Will Learn High level architectural overview of SQL Server and its

More information

10267 Introduction to Web Development with Microsoft Visual Studio 2010

10267 Introduction to Web Development with Microsoft Visual Studio 2010 10267 Introduction to Web Development with Microsoft Visual Studio 2010 Course Number: 10267A Category: Visual Studio 2010 Duration: 5 days Course Description This five-day instructor-led course provides

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 10777 - Implementing a Data Warehouse with Microsoft SQL Server 2012 Duration: 5 days Course Price: $2,695 Software Assurance Eligible Course Description 10777 - Implementing a Data Warehouse with Microsoft

More information

Querying Microsoft SQL Server 2012/2014

Querying Microsoft SQL Server 2012/2014 Page 1 of 14 Overview This 5-day instructor led course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server 2014. This course is the foundation

More information

Developing Web Applications Using Microsoft Visual Studio 2008

Developing Web Applications Using Microsoft Visual Studio 2008 Course 2310C: Developing Web Applications Using Microsoft Visual Studio 2008 Length: 5 Day(s) Published: April 24, 2008 Language(s): English Audience(s): Developers Level: 100 Technology: Microsoft Visual

More information

20463C-Implementing a Data Warehouse with Microsoft SQL Server. Course Content. Course ID#: W 35 Hrs. Course Description: Audience Profile

20463C-Implementing a Data Warehouse with Microsoft SQL Server. Course Content. Course ID#: W 35 Hrs. Course Description: Audience Profile Course Content Course Description: This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse 2014, implement ETL with

More information

Developing Windows Communication Foundation Solutions with Microsoft Visual Studio 2010

Developing Windows Communication Foundation Solutions with Microsoft Visual Studio 2010 Developing Solutions with Microsoft Visual Studio 2010 Varighet: 3 Days Kurskode: M10263 Beskrivelse: This three-day instructor-led course provides participants with the knowledge and skills to develop

More information

MIS NETWORK ADMINISTRATOR PROGRAM

MIS NETWORK ADMINISTRATOR PROGRAM NH107-7475 SQL: Querying and Administering SQL Server 2012-2014 136 Total Hours 97 Theory Hours 39 Lab Hours COURSE TITLE: SQL: Querying and Administering SQL Server 2012-2014 PREREQUISITE: Before attending

More information

20461D: Querying Microsoft SQL Server

20461D: Querying Microsoft SQL Server 20461D: Querying Microsoft SQL Server Course Details Course Code: Duration: Notes: 20461D 5 days This course syllabus should be used to determine whether the course is appropriate for the students, based

More information

Implementing a Data Warehouse with Microsoft SQL Server 2014

Implementing a Data Warehouse with Microsoft SQL Server 2014 Course 20463D: Implementing a Data Warehouse with Microsoft SQL Server 2014 Page 1 of 5 Implementing a Data Warehouse with Microsoft SQL Server 2014 Course 20463D: 4 days; Instructor-Led Introduction This

More information

Deploying Cisco Unified Contact Center Express (UCCXD)

Deploying Cisco Unified Contact Center Express (UCCXD) Deploying Cisco Unified Contact Center Express (UCCXD) COURSE OVERVIEW: This course, Deploying Cisco Unified Contact Center Express (UCCXD) provides the student with hands-on experience and knowledge of

More information

2310C VB - Developing Web Applications Using Microsoft Visual Studio 2008 Course Number: 2310C Course Length: 5 Days

2310C VB - Developing Web Applications Using Microsoft Visual Studio 2008 Course Number: 2310C Course Length: 5 Days 2310C VB - Developing Web Applications Using Microsoft Visual Studio 2008 Course Number: 2310C Course Length: 5 Days Certification Exam This course will help you prepare for the following Microsoft Certified

More information

Introduction to Web Development with Microsoft Visual Studio 2010

Introduction to Web Development with Microsoft Visual Studio 2010 10267 - Introduction to Web Development with Microsoft Visual Studio 2010 Duration: 5 days Course Price: $2,975 Software Assurance Eligible Course Description Course Overview This five-day instructor-led

More information

AVANTUS TRAINING PTE LTD

AVANTUS TRAINING PTE LTD [MS20461]: Querying Microsoft SQL Server 2014 Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : SQL Server Delivery Method : Instructor-led (Classroom) Course Overview This 5-day

More information

"Charting the Course to Your Success!" MOC D Querying Microsoft SQL Server Course Summary

Charting the Course to Your Success! MOC D Querying Microsoft SQL Server Course Summary Course Summary Description This 5-day instructor led course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server 2014. This course is the foundation

More information

Querying Microsoft SQL Server 2014

Querying Microsoft SQL Server 2014 Querying Microsoft SQL Server 2014 Course: 20461 Course Details Audience(s): IT Professional(s) Technology: Microsoft SQL Server 2014 Duration: 40 Hours ABOUT THIS COURSE This forty hours of instructor-led

More information

Software Development & Education Center. Microsoft Dynamics

Software Development & Education Center. Microsoft Dynamics Software Development & Education Center Microsoft Dynamics NAV 2013 Course 80437A: C/Side Solution Development in Microsoft Dynamics NAV 2013 About this Course This five-day instructor-led course leads

More information

Querying Microsoft SQL Server (MOC 20461C)

Querying Microsoft SQL Server (MOC 20461C) Querying Microsoft SQL Server 2012-2014 (MOC 20461C) Course 21461 40 Hours This 5-day instructor led course provides students with the technical skills required to write basic Transact-SQL queries for

More information

Audience Profile This course is intended for novice users of Microsoft Dynamics AX. Students must have basic Microsoft Windows navigation skills.

Audience Profile This course is intended for novice users of Microsoft Dynamics AX. Students must have basic Microsoft Windows navigation skills. Introduction to Microsoft Dynamics AX 2009 Course 80020A: 2 Days; Instructor-Led About this Course This two-day instructor-led course provides students with the knowledge and skills to maneuver within

More information

Implementing a Microsoft SQL Server 2005 Database Course 2779: Three days; Instructor-Led

Implementing a Microsoft SQL Server 2005 Database Course 2779: Three days; Instructor-Led Implementing a Microsoft SQL Server 2005 Database Course 2779: Three days; Instructor-Led Introduction This three-day instructor-led course provides students with product knowledge and skills needed to

More information

Querying Microsoft SQL Server

Querying Microsoft SQL Server 20461 - Querying Microsoft SQL Server Duration: 5 Days Course Price: $2,975 Software Assurance Eligible Course Description About this course This 5-day instructor led course provides students with the

More information

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Course 6235A: Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Course Details Course Outline Module 1: Introduction to SQL Server 2008 Integration Services The students will

More information

LEVERAGING VISUAL STUDIO TEAM SYSTEM 2008 Course LTS08: Five days; Instructor-Led Course Syllabus

LEVERAGING VISUAL STUDIO TEAM SYSTEM 2008 Course LTS08: Five days; Instructor-Led Course Syllabus LEVERAGING VISUAL STUDIO TEAM SYSTEM 2008 Course LTS08: Five days; Instructor-Led Course Syllabus INTRODUCTION This five-day, instructor-led course provides students with the knowledge and skills to effectively

More information

Implementing and Maintaining Microsoft SQL Server 2005 Analysis Services

Implementing and Maintaining Microsoft SQL Server 2005 Analysis Services Implementing and Maintaining Microsoft SQL Server 2005 Analysis Services Introduction Elements of this syllabus are subject to change. This three-day instructor-led course teaches students how to implement

More information

20486-Developing ASP.NET MVC 4 Web Applications

20486-Developing ASP.NET MVC 4 Web Applications Course Outline 20486-Developing ASP.NET MVC 4 Web Applications Duration: 5 days (30 hours) Target Audience: This course is intended for professional web developers who use Microsoft Visual Studio in an

More information

Writing Queries Using Microsoft SQL Server 2008 Transact-SQL. Overview

Writing Queries Using Microsoft SQL Server 2008 Transact-SQL. Overview Writing Queries Using Microsoft SQL Server 2008 Transact-SQL Overview The course has been extended by one day in response to delegate feedback. This extra day will allow for timely completion of all the

More information

Fundamentals of Windows Server 2008 Active Directory

Fundamentals of Windows Server 2008 Active Directory Fundamentals of Windows Server 2008 Active Directory About this Course This three-day instructor-led course provides Active Directory Technology Specialists an introduction to Active Directory server roles

More information

Querying Data with Transact-SQL

Querying Data with Transact-SQL Course 20761A: Querying Data with Transact-SQL Page 1 of 5 Querying Data with Transact-SQL Course 20761A: 2 days; Instructor-Led Introduction The main purpose of this 2 day instructor led course is to

More information

Microsoft Microsoft SharePoint 2010 Application Development

Microsoft Microsoft SharePoint 2010 Application Development 1800 ULEARN (853 276) www.ddls.com.au Microsoft 10175 - Microsoft SharePoint 2010 Application Development Length 5 days Price $4510.00 (inc GST) Overview This course provides existing.net developers with

More information

Peers Technologies Pvt. Ltd. SHAREPOINT 2010 SHAREPOINT 2010 USAGE SHAREPOINT SERVER 2010 ADMINISTRATION SHAREPOINT SERVER 2010 DESIGN

Peers Technologies Pvt. Ltd. SHAREPOINT 2010 SHAREPOINT 2010 USAGE SHAREPOINT SERVER 2010 ADMINISTRATION SHAREPOINT SERVER 2010 DESIGN Page 1 Peers Technologies Pvt. Ltd. Course Brochure 2010 2010 USAGE SERVER 2010 ADMINISTRATION SERVER 2010 DESIGN SERVER 2010 DEVELOPMENT Page 2 SharePoint 2010 Usage Course Outline This course takes users

More information

20767B: IMPLEMENTING A SQL DATA WAREHOUSE

20767B: IMPLEMENTING A SQL DATA WAREHOUSE ABOUT THIS COURSE This 5-day instructor led course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft SQL Server

More information

Developing Microsoft Azure and Web Services. Course Code: 20487C; Duration: 5 days; Instructor-led

Developing Microsoft Azure and Web Services. Course Code: 20487C; Duration: 5 days; Instructor-led Developing Microsoft Azure and Web Services Course Code: 20487C; Duration: 5 days; Instructor-led WHAT YOU WILL LEARN In this course, students will learn how to design and develop services that access

More information

2559 : Introduction to Visual Basic.NET Programming with Microsoft.NET

2559 : Introduction to Visual Basic.NET Programming with Microsoft.NET 2559 : Introduction to Visual Basic.NET Programming with Microsoft.NET Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge

More information

Provisioning SQL Databases

Provisioning SQL Databases Provisioning SQL Databases 20765; 3 Days; Instructor-led Course Description This three-day instructor-led course provides students with the knowledge and skills to provision a Microsoft SQL Server 2016

More information

Querying Microsoft SQL Server 2014

Querying Microsoft SQL Server 2014 Querying Microsoft SQL Server 2014 Código del curso: 20461 Duración: 5 días Acerca de este curso This 5 day instructor led course provides students with the technical skills required to write basic Transact

More information