Course Syllabus: In-Depth unipaas Programming Techniques

Size: px
Start display at page:

Download "Course Syllabus: In-Depth unipaas Programming Techniques"

Transcription

1 Course Syllabus: In-Depth unipaas Programming Techniques TABLE OF CONTENTS: 1 COURSE OBJECTIVES AND GOALS GENERAL COURSE DETAILS DETAILED LESSONS OUTLINE WORKING WITH MEMORY EXECUTING CONCURRENT WINDOWS WORKING WITH XMLS INTERACTING WITH THE WEB HANDLING TEXT FILES REUSABLE PROGRAMMING TECHNIQUES ADVANCED LOGIC UNITS TECHNICAL MATERIAL MAGIC SOFTWARE UNIVERSITY COURSE AND KNOWLEDGE PREREQUISITES SETTING UP YOUR PC FOR THIS COURSE...6 Page 1 of 6

2 1 Course Objectives and Goals Every application developer has the same goal to produce the most effective applications in the shortest possible time with the best application experience for the end user. This is where learning and applying reusable techniques and methods enter the picture and play a big part. Magic Software University's In-Depth unipaas Programming Techniques course is designed to take existing unipaas programming skills to the next level, improve the quality of applications, and help future projects get off the ground quicker. Upon successful completion of the course, the student will be able to: Work with XML files and related functions. Interact with the web by using Web services and HTTP Get functionality in unipaas. Design programs to work with different window interfaces (MDI and SDI) and handle them concurrently. Reap the benefits of reusing business services by applying components in unipaas. Define new developer functions and even override existing functions. Handle and merge data into an external text file (HTML, CSV and so on) by creating structured templates, merge tags and related functions. Overcome the challenge of handling an unknown size of data or content type using BLOBs and their related functions. Handle information temporarily without actually saving it to a database, use Memory tables and associated functions. Work with the special vector methods and related functions. Fetch multiple values from strings using related functions. Handle advanced logic units, such as working with timers and expressions. Add multi-mark functionality to an application. And more This course targets a wide range of topics that are common for both Open Client and RIA environments. Within this scope, as part of this course, the student will also deal with familiar topics that were covered in basic courses or perhaps learned independently on the job; however, the student s knowledge will be broadened by acquiring a deeper and expanded intermediate skill set. The course relies heavily on practice. The student will carry out practical examples and exercises throughout the course. To help with this process, sample programs are provided for each lesson and are part of the seminar installation. Performing these examples and exercises fully and with careful attention to directions is of the utmost importance in this course. Before attending the course, it is highly recommended to read the detailed outline of the lessons. So, it is time to get even more from your unipaas experience and provide greater value to your customers. Really dig discover and deliver! 2 General Course Details Course ID: UCIDPRTCN Level: Professional Format: Classroom instructor-led training (ILT). Schedule a private on-site training or join a public course. Target Audience: Experienced unipaas developers Duration: 13 net learning hours over 2 days* *Magic Software University may change the course's content/duration with no prior notification. Page 2 of 6

3 3 Detailed Outline of Lessons The course consists of the following lessons: 3.1 Working with Memory Blobs The student will learn how to overcome the challenge of handling an unknown size of data or content type using BLOBs and their related functions Memory Tables In many programming scenarios, a need arises to handle information temporarily without actually saving it to the database. In such cases, it would be wise to use memory tables instead of regular tables. In this lesson, the student will gain an in-depth understanding of the memory table concept, as well as learn how to use the associated functions. The student will also obtain the knowledge of how to enable non-persistent memory table data to be persistent, when required Multi-Value String Handling Strings enable the holding of different values that are processed as one unit. During this lesson, the student will attain the skills of how to fetch predefined values from strings using StrToken functions Vectors Vectors are an array that enables storing and retrieving data from a specified cell index. There are cases that an application needs to interact with an external function that receives (or returns) only vectors. For those cases and others, at the end of this lesson, the student will learn how to work with the special vector methods. The student will also compare the pros and cons of using strings versus vectors and practice modifying the vector cells using a variety of vector functions. Page 3 of 6

4 3.2 Window Interfaces and Parallel Execution The capability of displaying and using multiple application windows simultaneously, without any dependency among them, has a real added value for the end user. During this lesson, the student will gain knowledge about how to: Design programs to work using different window interfaces (MDI and SDI) and handle them concurrently. Interact between programs using context-related functions. Share resources between contexts. 3.3 Working with XMLs XML stands for an extensive markup language used in documents containing structured information. XML is a flexible way to create common information formats and share both the format and the data. The ability to successfully cope with XMLs is a very important subject these days, since using them has become an industry standard for information sharing and integration. By the end of this lesson the student will know how to: Use functions to control an XML file. Retrieve a value from an element in an XML file and to return the number of instances there are in a particular element in an XML. Define an XML file as a data source and become familiar with the view panes. Handle an XML data source in tasks. Validate the XML file structure against the schema file (XSD). 3.4 Interacting with the Web Web Services During this lesson the student will: Learn how to interact with a website by using Web services and become familiar with the structured input and output protocol, which is WSDL (Web Service Description Language). Be able to invoke a Web service published on the web using related operations. Put into practice XML skills acquired in the previous lesson, to work with a DOC type Web service. Learn how to use the Web service security protocols for attaching signatures and encryptions. Use attachments in Web services HTTP Call In some cases, a website does not have a structured API that enables the programmer to fetch a file or post data to the website. During this lesson, the student will attain the skills of how to deal with those cases, by using the HTTPCall function. 3.5 Handling Text Files During this lesson, the student will gain advanced skills in how to handle text files, such as to import and export text files (CSV, RTF, and so on) by applying related functions. In addition, the student will become familiar with efficient programming techniques for handling text files, such as creating structured templates and applying them to merge data into a file by using merge tags and related functions. Page 4 of 6

5 3.6 Reusable Programming Techniques Components The heart of component-based development is that business services designed as components are inherently reusable when developing, and easily upgraded, maintained and deployed. The student will thoroughly comprehend the advantages of developing a unipaas component and how it immensely saves programming efforts and time to market. The student will practice reaping the benefits of using the built-in component builder tools and wizard, which unipaas provides for creating a unipaas Component Interface (ECI) file. In addition, the student will attain the ability to reveal objects, deal with the Runtime Task Tree and comprehend its mechanism, events, handlers and nested unipaas components Developer Functions UniPaaS has more than 400 built-in functions. During this lesson, the student will learn how to define new functions that will suit their needs and even override existing functions. The student will also gain the knowledge of when to use programs versus functions, practice the functions hierarchical precedence aspects and become familiar with the various considerations when choosing the function name and scope. 3.7 Advanced Logic Units During this lesson, the student will become familiar with additional types of handlers Multi-Marking The student will learn how to enable the user to use multi-marking for selecting records. The student will also learn how to catch multi-marking events and separately manage handlers for each of the selected records using related functions. In addition, the student will learn how to provide their own logic for the multi-marked rows Timer Event In daily development, it is often required to process a set of actions that are invoked every certain time interval. The student will learn how to implement a Timer event that happens after a defined time interval elapses Expression Events When dealing with complex events in an application, there are cases where a basic trigger may need additional capabilities to really provide an adequate answer and handle such an event. In those cases the developer will prefer to use Expression events. During the lesson, the student will learn how to create an expression logic unit that is triggered when a certain expression is true. 4 Technical Material The student will be provided with technical courseware with all the information required for completing the course including exercises, solutions and programs that will further develop the student s knowledge. All of this is accompanied by a practice CD that includes the product. Page 5 of 6

6 5 Magic Software University Course and Knowledge Prerequisites unipaas Learning Path This course is designed for a unipaas developer that meets one of the following conditions: Has at least 1 month of unipaas experience after successfully completing one of the following courses: Getting Started with unipaas Open Client or Getting Started with unipaas RIA or RIA Programming for unipaas Developers At least half a year of proven active and successful development of a unipaas application edeveloper V9.4 Learning Path This course is designed for a developer that has at least a half a year of proven active and successful development of an edeveloper V9.4 application. Please note: Due to the developer s experience and several overlapping topics, this course may not be suitable for a programmer that has successfully completed the course: Migration from edeveloper V9.4 to unipaas Open Client. However, the lesson Working with XMLs itself is definitely suitable and even recommended. In any case, it is highly advisable for edeveloper V9.4 programmers to read this full syllabus before deciding if to attend the course or not. 6 Setting Up Your PC for this Course unipaas license Database Computer requirements Hardware minimum requirements Display properties and font settings Software requirements For Windows 2000 / XP / 2000 Pro / XP Pro users Optional Web Server The MGDEMO license, for a standalone environment is included as part of the course CD. For conducting the course in a network environment setting, please obtain a unipaas MGCSTK evaluation license from your local Magic Software representative or trainer. The course includes SQLite, which is a single-user SQL database. Therefore, no additional database is required. Windows XP Pro and later Pentium processor 1.8GHz and upwards 512 RAM or greater At least 300MB free space Screen resolution of at least 1024x768 pixels. Small fonts. Supervisor access level is required. Optional.NET.NET Framework 2.0 Utilities PDF A Web server installed on your computer (available from your Windows operating system installation disk) The printable version of the course is in PDF format. You will need the Acrobat Reader to view its contents. July 2011 Page 6 of 6

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

Course Syllabus: Lifting Off into Space-Based Architecture with Magic xpi 4.x

Course Syllabus: Lifting Off into Space-Based Architecture with Magic xpi 4.x Course Syllabus: Lifting Off into Space-Based Architecture with Magic xpi 4.x TABLE OF CONTENTS: 1 COURSE OBJECTIVES AND GOALS... 2 2 GENERAL COURSE DETAILS... 2 3 TECHNICAL MATERIAL... 4 4 LESSONS...

More information

Course Syllabus: Migration from unipaas V1.x to Magic xpa 3.x

Course Syllabus: Migration from unipaas V1.x to Magic xpa 3.x Course Syllabus: Migration from unipaas V1.x to Magic xpa 3.x Contents 1 Course Objectives and Goals 2 2 General Course Details 3 3 Technical Material.... 3 4 Lesson Outline... 4-7 4.1 Major New Capabilities

More information

Maintaining a Microsoft SQL Server 2008 Database (Course 6231A)

Maintaining a Microsoft SQL Server 2008 Database (Course 6231A) Duration Five days Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2008

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

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

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

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database Course 6231A: Maintaining a Microsoft SQL Server 2008 Database About this Course This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2008

More information

Course Outline. Advanced Automated Administration with Windows PowerShell Course 10962: 3 days Instructor Led

Course Outline. Advanced Automated Administration with Windows PowerShell Course 10962: 3 days Instructor Led Advanced Automated Administration with Windows PowerShell Course 10962: 3 days Instructor Led Prerequisites: Before attending this course, students must have: Knowledge and experience working with Windows

More information

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database Course 6231A: Maintaining a Microsoft SQL Server 2008 Database OVERVIEW About this Course Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the

More information

Automating Administration with Windows PowerShell 2.0

Automating Administration with Windows PowerShell 2.0 Automating Administration with Windows PowerShell 2.0 Course No. 10325 5 Days Instructor-led, Hands-on Introduction This course provides students with the knowledge and skills to utilize Windows PowerShell

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

ADVANCED AUTOMATED ADMINISTRATION WITH WINDOWS POWERSHELL

ADVANCED AUTOMATED ADMINISTRATION WITH WINDOWS POWERSHELL Education and Support for SharePoint, Office 365 and Azure www.combined-knowledge.com MOC On- Demand ADVANCED AUTOMATED ADMINISTRATION WITH WINDOWS POWERSHELL Duration: 2 days About this course Learn how

More information

COURSE 10962B: ADVANCED AUTOMATED ADMINISTRATION WITH WINDOWS POWERSHELL

COURSE 10962B: ADVANCED AUTOMATED ADMINISTRATION WITH WINDOWS POWERSHELL ABOUT THIS COURSE This three-day course is a follow on course from the 10961B: Automating Administration with Windows PowerShell course. It is built on Windows Server 2012 R2 and Windows 8.1 and while

More information

Advanced Automated Administration with Windows PowerShell

Advanced Automated Administration with Windows PowerShell Advanced Automated Administration with Windows PowerShell Course 10962B - Three days - Instructor-led - Hands-on Introduction This three-day instructor-led course is a follow on course from the 10961:

More information

112. Introduction to JSP

112. Introduction to JSP 112. Introduction to JSP Version 2.0.2 This two-day module introduces JavaServer Pages, or JSP, which is the standard means of authoring dynamic content for Web applications under the Java Enterprise platform.

More information

"Charting the Course... MOC C: Administering an SQL Database Infrastructure. Course Summary

Charting the Course... MOC C: Administering an SQL Database Infrastructure. Course Summary Description Course Summary This five-day instructor-led course provides students who administer and maintain SQL databases with the knowledge and skills to administer a SQL server database infrastructure.

More information

Adobe ColdFusion level 1 course content (3-day)

Adobe ColdFusion level 1 course content (3-day) http://www.multimediacentre.co.za Cape Town: 021 790 3684 Johannesburg: 011 083 8384 Adobe ColdFusion level 1 course content (3-day) Course Description: ColdFusion 9 Fundamentals is a 3-day course that

More information

Planning and Deploying System Center 2012 Configuration Manager

Planning and Deploying System Center 2012 Configuration Manager Planning and Deploying System Center 2012 Configuration Manager 10748C; 3 days, Instructor Led Course Description Get detailed instruction and hands-on practice planning and deploying Microsoft System

More information

Administering a SQL Database Infrastructure Microsoft Official Curriculum (MOC 20764)

Administering a SQL Database Infrastructure Microsoft Official Curriculum (MOC 20764) Administering a SQL Database Infrastructure Microsoft Official Curriculum (MOC 20764) Course Length: 5 days Course Delivery: Traditional Classroom Online Live Course Overview This 5-day instructor-led

More information

112-WL. Introduction to JSP with WebLogic

112-WL. Introduction to JSP with WebLogic Version 10.3.0 This two-day module introduces JavaServer Pages, or JSP, which is the standard means of authoring dynamic content for Web applications under the Java Enterprise platform. The module begins

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

Maintaining a Microsoft SQL Server 2005 Database Course 2780: Three days; Instructor-Led

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

More information

20762B: DEVELOPING SQL DATABASES

20762B: DEVELOPING SQL DATABASES ABOUT THIS COURSE This five day instructor-led course provides students with the knowledge and skills to develop a Microsoft SQL Server 2016 database. The course focuses on teaching individuals how to

More information

Microsoft Windows PowerShell v2 For Administrators

Microsoft Windows PowerShell v2 For Administrators Microsoft Windows PowerShell v2 For Administrators Course 50414 5 Days Instructor-led, Hands-on Introduction This four-day instructor-led course provides students with the knowledge and skills to leverage

More information

516. XSLT. Prerequisites. Version 1.2

516. XSLT. Prerequisites. Version 1.2 516. XSLT Version 1.2 This comprehensive four-day course develops in-depth knowledge and skills in transforming XML documents using extensible Stylesheet Language Transformations, or XSLT. Students work

More information

Course: Windows 7 Enterprise Desktop Support Technician Boot Camp (MCITPWIN7)

Course: Windows 7 Enterprise Desktop Support Technician Boot Camp (MCITPWIN7) Course: Enterprise Desktop Support Technician Boot Camp (MCITPWIN7) Course Length: Duration 5 days Course Code: MCITPWIN7 Course Description Having reviewed course MS-50331 - Enterprise Support Technician

More information

Course Plan. Objectives of Training Program

Course Plan. Objectives of Training Program Title of Training Program: Biztalk Server 2013 R2 Duration: 6 Days(48 Hours) Training Program Details: Objectives of Training Program Product Appreciation and its application in Enterprise solution space

More information

2788 : Designing High Availability Database Solutions Using Microsoft SQL Server 2005

2788 : Designing High Availability Database Solutions Using Microsoft SQL Server 2005 2788 : Designing High Availability Database Solutions Using Microsoft SQL Server 2005 Introduction Elements of this syllabus are subject to change. This three-day instructor-led course provides students

More information

20745B: Implementing a Software- Defined DataCenter Using System Center Virtual Machine Manager

20745B: Implementing a Software- Defined DataCenter Using System Center Virtual Machine Manager 20745B: Implementing a Software- Defined DataCenter Using System Center Virtual Machine Manager Duration: 5 days; Instructor-led Familiarity with Windows Server and Windows Server administration An understanding

More information

CO Java EE 7: Back-End Server Application Development

CO Java EE 7: Back-End Server Application Development CO-85116 Java EE 7: Back-End Server Application Development Summary Duration 5 Days Audience Application Developers, Developers, J2EE Developers, Java Developers and System Integrators Level Professional

More information

Visual Studio 2015: Windows Presentation Foundation (using VB.NET Language) Training Course Outline

Visual Studio 2015: Windows Presentation Foundation (using VB.NET Language) Training Course Outline Visual Studio 2015: Windows Presentation Foundation (using VB.NET Language) Training Course Outline 1 Visual Studio 2015: Windows Presentation Foundation Program Overview This Four-day instructor-led course

More information

PeopleSoft Integration Tools II Rel 8.53

PeopleSoft Integration Tools II Rel 8.53 PeopleSoft Integration Tools II Rel 8.53 Duration: 4 Days What you will learn PeopleSoft Integration Tools II expands on the skills acquired in PeopleSoft Integration Tools I. In this 4-day course, you

More information

Perpetual Technology Solutions Course Outline (863)

Perpetual Technology Solutions Course Outline (863) Microsoft Office Outlook 2007: Level 1 1 day Instructor led Certification: Microsoft Certified Applications Specialist: Microsoft Office Outlook 2007 Course Description This course is the first in a series

More information

Deploying System Center 2012 Configuration Manager Course 10748A; 3 Days

Deploying System Center 2012 Configuration Manager Course 10748A; 3 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Deploying System Center 2012 Configuration Manager Course 10748A; 3 Days

More information

VISUAL STUDIO TEAM SYSTEM 2008 END-TO-END USING MSF/CMMI Course E2EC08: Three days; Instructor-Led Course Syllabus

VISUAL STUDIO TEAM SYSTEM 2008 END-TO-END USING MSF/CMMI Course E2EC08: Three days; Instructor-Led Course Syllabus VISUAL STUDIO TEAM SYSTEM 2008 END-TO-END USING MSF/CMMI Course E2EC08: Three days; Instructor-Led Course Syllabus INTRODUCTION This three-day, instructor-led course provides students with the knowledge

More information

Telerik Training for Mercury 3

Telerik Training for Mercury 3 Telerik Training for Mercury 3 Telerik training is intended for IT professionals and Power Users familiar with constructing reports based on raw data from databases or spreadsheets. You will learn how

More information

FrontPage 2000: Advanced

FrontPage 2000: Advanced FrontPage 2000: Advanced Course specifications Course number: 074951 Software version number: 2000 Course length: 1 day Hardware/software required to run this course A PC with a 75 MHz Pentium or higher

More information

Duration Level Technology Delivery Method Training Credits. Classroom ILT 5 Days Advanced SQL Server

Duration Level Technology Delivery Method Training Credits. Classroom ILT 5 Days Advanced SQL Server NE-20764C Administering a SQL Database Infrastructure Summary Duration Level Technology Delivery Method Training Credits Classroom ILT 5 Days Advanced SQL Virtual ILT On Demand SATV Introduction This 5-day

More information

20764C: Administering a SQL Database Infrastructure

20764C: Administering a SQL Database Infrastructure 20764C: Administering a SQL Database Infrastructure Course Details Course Code: Duration: Notes: 20764C 5 days This course syllabus should be used to determine whether the course is appropriate for the

More information

ensync: Your Certified Oracle Partner

ensync: Your Certified Oracle Partner ensync: Your Certified Oracle Partner Advanced Oracle PL/SQL Programming for IFS Applications Course Syllabus Course Purpose This course will teach experienced PL/SQL application developers advanced methods

More information

Designing Database Solutions for Microsoft SQL Server 2012

Designing Database Solutions for Microsoft SQL Server 2012 Designing Database Solutions for Microsoft SQL Server 2012 Course 20465A 5 Days Instructor-led, Hands-on Introduction This course describes how to design and monitor high performance, highly available

More information

If attending this course via Extended Classroom., the course requires you to have a dual screen setup.

If attending this course via Extended Classroom., the course requires you to have a dual screen setup. Windows PowerShell Scripting and Toolmaking Days/Duration 5 Code M55039 Special Notices If attending this course via Extended Classroom., the course requires you to have a dual screen setup. Overview This

More information

Administering a SQL Database Infrastructure

Administering a SQL Database Infrastructure Administering a SQL Database Infrastructure 20764B; 5 Days; Instructor-led Course Description This five-day instructor-led course provides students who administer and maintain SQL Server databases with

More information

"Charting the Course... MOC C: Developing SQL Databases. Course Summary

Charting the Course... MOC C: Developing SQL Databases. Course Summary Course Summary Description This five-day instructor-led course provides students with the knowledge and skills to develop a Microsoft SQL database. The course focuses on teaching individuals how to use

More information

Administering a SQL Database Infrastructure (M20764)

Administering a SQL Database Infrastructure (M20764) Administering a SQL Database Infrastructure (M20764) COURSE OVERVIEW: In this Microsoft online training course, you will learn the skills required to maintain a Microsoft SQL Server 2012 or 2014 database

More information

Android Application Development Course 28 Contact Hours

Android Application Development Course 28 Contact Hours Android Application Development Course 28 Contact Hours Course Overview This course that provides the required knowledge and skills to design and build a complete Androidâ application. It delivers an extensive

More information

Microsoft. [MS20762]: Developing SQL Databases

Microsoft. [MS20762]: Developing SQL Databases [MS20762]: Developing SQL Databases Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft SQL Server Delivery Method : Instructor-led (Classroom) Course Overview This five-day

More information

Object Oriented Programming Using Visual C# 2012-Level 2

Object Oriented Programming Using Visual C# 2012-Level 2 Object Oriented Programming Using Visual C# 2012-Level 2 Course ISI-1289B - Five Days - Instructor-led - Hands on Introduction This course is the second in a series of two courses, which are appropriate

More information

AGILE DATABASE TECHNIQUES USING VISUAL STUDIO TEAM SYSTEM 2008 Course ADT08: Three days; Instructor-Led Course Syllabus INTRODUCTION AUDIENCE

AGILE DATABASE TECHNIQUES USING VISUAL STUDIO TEAM SYSTEM 2008 Course ADT08: Three days; Instructor-Led Course Syllabus INTRODUCTION AUDIENCE AGILE DATABASE TECHNIQUES USING VISUAL STUDIO TEAM SYSTEM 2008 Course ADT08: Three days; Instructor-Led Course Syllabus INTRODUCTION This three-day, instructor-led course provides students with the knowledge

More information

SQL Server Course Administering a SQL 2016 Database Infrastructure. Length. Prerequisites. Audience. Course Outline.

SQL Server Course Administering a SQL 2016 Database Infrastructure. Length. Prerequisites. Audience. Course Outline. SQL Server Course - 20764 Administering a SQL 2016 Database Infrastructure Length 5 days Prerequisites Basic knowledge of the Microsoft Windows operating system and its core functionality. Working knowledge

More information

Fundamentals of Windows Server 2008 Network and Applications Infrastructure

Fundamentals of Windows Server 2008 Network and Applications Infrastructure COURSE OVERVIEW This five-day instructor-led course introduces students to network and applications infrastructure concepts and configurations provided by Window Server 2008. Students will be able to acquire

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

Telerik Training for Mercury 3

Telerik Training for Mercury 3 Telerik Training for Mercury 3 Telerik training is intended for IT professionals and Power Users familiar with constructing reports based on raw data from databases or spreadsheets. You will learn how

More information

"Charting the Course to Your Success!" MOC B Programming in C# Course Summary

Charting the Course to Your Success! MOC B Programming in C# Course Summary Course Summary Description This training course teaches developers the programming skills that are required for developers to create Windows applications using the C# language. During their five days in

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

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

MOC 20463C: Implementing a Data Warehouse with Microsoft SQL Server

MOC 20463C: Implementing a Data Warehouse with Microsoft SQL Server MOC 20463C: Implementing a Data Warehouse with Microsoft SQL Server Course Overview This course provides students with the knowledge and skills to implement a data warehouse with Microsoft SQL Server.

More information

Writing Reports with Report Designer and SSRS 2014 Level 1

Writing Reports with Report Designer and SSRS 2014 Level 1 Writing Reports with Report Designer and SSRS 2014 Level 1 Duration- 2days About this course In this 2-day course, students are introduced to the foundations of report writing with Microsoft SQL Server

More information

Microsoft Administering a SQL Database Infrastructure

Microsoft Administering a SQL Database Infrastructure 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20764 - Administering a SQL Database Infrastructure Length 5 days Price $4290.00 (inc GST) Version C Overview This five-day instructor-led course provides

More information

COURSE 10961B: AUTOMATING ADMINISTRATION WITH WINDOWS POWERSHELL

COURSE 10961B: AUTOMATING ADMINISTRATION WITH WINDOWS POWERSHELL ABOUT THIS COURSE Learn how with Windows PowerShell 3.0, you can remotely manage single or multiple Windows-based servers and automate day-to-day management and administration tasks. This five day course

More information

Course 20485A Advanced Windows Store App Development Using C# Course Duration: 5 days Course Type: Instructor-Led/Classroom

Course 20485A Advanced Windows Store App Development Using C# Course Duration: 5 days Course Type: Instructor-Led/Classroom Course 20485A Advanced Windows Store App Development Using C# Course Duration: 5 days Course Type: Instructor-Led/Classroom Course Overview In this course the students will learn the more advanced programming

More information

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

Course Outline: Designing, Optimizing, and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008 Course Outline: Designing, Optimizing, and Maintaining a Database Administrative Solution for Microsoft SQL Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40hrs Overview: This

More information

Installing and Configuring System Center 2012 Operations Manager SCOM

Installing and Configuring System Center 2012 Operations Manager SCOM Installing and Configuring System Center 2012 Operations Manager SCOM This five-day instructor-led course provides students with the knowledge and skills to install and configure System Center 2012 Operations

More information

11G ORACLE DEVELOPERS Training Program

11G ORACLE DEVELOPERS Training Program 11G ORACLE DEVELOPERS Training Program Complete OCP Track Training Developers manage the industry's most advanced information systems and command some of the highest salaries. This credential is your first

More information

Course. Overview. 5 Day(s) Length: Published: English. IT Professionals. Level: Type: Enroll now (CAL) Database. database files. Createe databases and

Course. Overview. 5 Day(s) Length: Published: English. IT Professionals. Level: Type: Enroll now (CAL) Database. database files. Createe databases and Implementing a Microsoft SQL Server 2008 Database Course 6232A: 5 days Length: Published: Language(s): Audience(s): Level: Technology: Type: 5 Day(s) December 05, 2008 (in development) English IT Professionals

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

[MS10961]: Automating Administration with Windows PowerShell

[MS10961]: Automating Administration with Windows PowerShell [MS10961]: Automating Administration with Windows PowerShell Length : 5 Days Audience(s) : IT Professionals Level : 200 Technology : Windows Server Delivery Method : Instructor-led (Classroom) Course Overview

More information

Introduction to Microsoft.NET Framework Programming using VS 2005 (C#)

Introduction to Microsoft.NET Framework Programming using VS 2005 (C#) Introduction to Microsoft.NET Framework Programming using VS 2005 (C#) Course Length: 5 Days Course Overview This instructor-led course teaches introductory-level developers who are not familiar with the

More information

Windows PowerShell Scripting and Toolmaking

Windows PowerShell Scripting and Toolmaking Windows PowerShell Scripting and Toolmaking 55039A; 5 Days, Instructor-led Course Description This five-day instructor-led course is intended for IT Professionals who have a working knowledge of Windows

More information

Implementing a SQL Data Warehouse

Implementing a SQL Data Warehouse Implementing a SQL Data Warehouse Course 20767B 5 Days Instructor-led, Hands on Course Information This five-day instructor-led course provides students with the knowledge and skills to provision a Microsoft

More information

10961B: Automating Administration with Windows PowerShell

10961B: Automating Administration with Windows PowerShell 10961B: Automating Administration with Windows Course Details Course Code: Duration: Notes: 10961B 5 days Elements of this syllabus are subject to change. About this course Learn how with Windows 3.0,

More information

"Charting the Course... Mastering EJB 3.0 Applications. Course Summary

Charting the Course... Mastering EJB 3.0 Applications. Course Summary Course Summary Description Our training is technology centric. Although a specific application server product will be used throughout the course, the comprehensive labs and lessons geared towards teaching

More information

VERITAS CLUSTER SERVER

VERITAS CLUSTER SERVER VERITAS CLUSTER SERVER COURSE DESCRIPTION 100% JOB GUARANTEE The Veritas Cluster Server course is designed for the IT professional tasked with installing, configuring, and maintaining VCS clusters. This

More information

Course Syllabus. Course Title. Who should attend? Course Description. ASP.NET ( Level 1 )

Course Syllabus. Course Title. Who should attend? Course Description. ASP.NET ( Level 1 ) Course Title ASP.NET ( Level 1 ) Course Description ASP Stands for Active Server Pages it s the most secure robust server side technology. It s used to create dynamic web applications, ASP.NET is a unified

More information

102. Introduction to Java Programming

102. Introduction to Java Programming 102. Introduction to Java Programming Version 5.0 Java is a popular and powerful language. Although comparatively simple in its language structure, there are a number of subtleties that can trip up less

More information

Designing Database Solutions for Microsoft SQL Server 2012

Designing Database Solutions for Microsoft SQL Server 2012 Course 20465 : Designing Database Solutions for Microsoft SQL Server 2012 Page 1 of 6 Designing Database Solutions for Microsoft SQL Server 2012 Course 20465: 4 days; Instructor-Led Introduction This course

More information

SQL Server Development 20762: Developing SQL Databases in Microsoft SQL Server Upcoming Dates. Course Description.

SQL Server Development 20762: Developing SQL Databases in Microsoft SQL Server Upcoming Dates. Course Description. SQL Server Development 20762: Developing SQL Databases in Microsoft SQL Server 2016 Learn how to design and Implement advanced SQL Server 2016 databases including working with tables, create optimized

More information

Microsoft Developing Windows Azure and Web Services

Microsoft Developing Windows Azure and Web Services 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20487 - Developing Windows Azure and Web Services Length 5 days Price $4510.00 (inc GST) Version B Overview In this course, students will learn how to design

More information

Developing SQL Databases

Developing SQL Databases Course 20762B: Developing SQL Databases Page 1 of 9 Developing SQL Databases Course 20762B: 4 days; Instructor-Led Introduction This four-day instructor-led course provides students with the knowledge

More information

Lesson 2: Using the Performance Console

Lesson 2: Using the Performance Console Lesson 2 Lesson 2: Using the Performance Console Using the Performance Console 19-13 Windows XP Professional provides two tools for monitoring resource usage: the System Monitor snap-in and the Performance

More information

114. Jakarta Struts. Prerequisites. Version 1.1.3

114. Jakarta Struts. Prerequisites. Version 1.1.3 114. Jakarta Struts Version 1.1.3 This advanced course shows JSP and servlet programmers how to build "Model-2" Web applications using the Jakarta Struts project from Apache. Students learn the Struts

More information

Overview. Audience profile. At course completion. Course Outline. Module Title : 55175A: Advanced Microsoft Word Course Outline :: 55175A::

Overview. Audience profile. At course completion. Course Outline. Module Title : 55175A: Advanced Microsoft Word Course Outline :: 55175A:: Module Title : 55175A: Advanced Microsoft Word 2016 Duration : 1 day Overview In this Microsoft Word 2016 training class, students learn advanced techniques, such as working with tables of contents, footnotes,

More information

ExecuTrain Course Outline MOC 6460A: Visual Studio 2008: Windows Presentation Foundation

ExecuTrain Course Outline MOC 6460A: Visual Studio 2008: Windows Presentation Foundation ExecuTrain Course Outline MOC 6460A: Visual Studio 2008: Windows Presentation Foundation 3 Days Description This three-day instructor-led course provides students with the knowledge and skills to build

More information

Module Title : Course 55014A : Upgrading Your Development Skills to SharePoint 2013 Duration : 5 days

Module Title : Course 55014A : Upgrading Your Development Skills to SharePoint 2013 Duration : 5 days Module Title : Course 55014A : Upgrading Your Development Skills to SharePoint 2013 Duration : 5 days Course Description This 5-day Instructor Lead course will teach you all the new development changes

More information

Duration: 5 Days Course Code: M20764 Version: B Delivery Method: Elearning (Self-paced)

Duration: 5 Days Course Code: M20764 Version: B Delivery Method: Elearning (Self-paced) Administering a SQL Database Infrastructure Duration: 5 Days Course Code: M20764 Version: B Delivery Method: Elearning (Self-paced) Overview: This five-day instructor-led course provides students who administer

More information

Microsoft SharePoint End User level 1 course content (3-day)

Microsoft SharePoint End User level 1 course content (3-day) http://www.multimediacentre.co.za Cape Town: 021 790 3684 Johannesburg: 011 083 8384 Microsoft SharePoint End User level 1 course content (3-day) Course Description SharePoint End User Level 1 teaches

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

Object Oriented Programming Using Visual C# 2012-Level 2

Object Oriented Programming Using Visual C# 2012-Level 2 Object Oriented Programming Using Visual C# 2012-Level 2 Course ISI-1340 - Five Days - Instructor-led - Hands on Introduction This course is the second in a series of two courses, which are appropriate

More information

2793 : Implementing and Maintaining Microsoft SQL Server 2005 Reporting Services

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

More information

2072 : Administering a Microsoft SQL Server 2000 Database

2072 : Administering a Microsoft SQL Server 2000 Database 2072 : Administering a Microsoft SQL Server 2000 Database Introduction This course provides students with the knowledge and skills required to install, configure, administer, and troubleshoot the client-server

More information

Course 20764: Administering a SQL Database Infrastructure

Course 20764: Administering a SQL Database Infrastructure Course 20764: Administering a SQL Database Infrastructure About this course: This five-day instructor-led course provides students who administer and maintain SQL Server databases with the knowledge and

More information

Advanced Automated Administration with Windows PowerShell (MS-10962)

Advanced Automated Administration with Windows PowerShell (MS-10962) Advanced Automated Administration with Windows PowerShell (MS-10962) Modality: Virtual Classroom Duration: 3 Days SATV Value: 3 Days SUBSCRIPTION: Master, Master Plus About this Course: The course will

More information

Implementing Desktop Application Environments

Implementing Desktop Application Environments Implementing Desktop Application Environments Course # Exam: Prerequisites Technology: Delivery Method: Length: 20416 70-416 20415 Windows Server Instructor-led (classroom) 5 Days Overview About this Course

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

55005: Microsoft Report Builder 3.0 with SQL 2008R2, SQL 2012 Express and SQL 2012

55005: Microsoft Report Builder 3.0 with SQL 2008R2, SQL 2012 Express and SQL 2012 To register or for more information call our office (208) 898-9036 or email register@leapfoxlearning.com 55005: Microsoft Report Builder 3.0 with SQL 2008R2, SQL 2012 Express and SQL 2012 Duration: 2 days

More information

"Charting the Course... MOC A: SharePoint 2016 Site Collections and Site Owner Administration. Course Summary

Charting the Course... MOC A: SharePoint 2016 Site Collections and Site Owner Administration. Course Summary MOC 55234 A: 2016 Site Collections Course Summary Description This five-day instructor-led course is intended for power users and IT professionals who are tasked with working within the 2016 environment

More information

Course 10324A: Implementing and Managing Microsoft Desktop Virtualization

Course 10324A: Implementing and Managing Microsoft Desktop Virtualization Course 10324A: Implementing and Managing Microsoft Desktop Virtualization Length: 5 days Audience: IT Professionals OVERVIEW This five-day, instructor-led course provides you with the knowledge and skills

More information

Module Title : 20485A: Advanced Windows Store App Development Using C# Duration : 5 days

Module Title : 20485A: Advanced Windows Store App Development Using C# Duration : 5 days Module Title : 20485A: Advanced Windows Store App Development Using C# Duration : 5 days Course Description In this course the students will learn the more advanced programming skills and techniques that

More information

Microsoft SQL Server Training Course Catalogue. Learning Solutions

Microsoft SQL Server Training Course Catalogue. Learning Solutions Training Course Catalogue Learning Solutions Querying SQL Server 2000 with Transact-SQL Course No: MS2071 Two days Instructor-led-Classroom 2000 The goal of this course is to provide students with the

More information