Dev01: Kentico CMS 7 Developer Essentials Syllabus
|
|
|
- Willis Carr
- 10 years ago
- Views:
Transcription
1 Dev01: Kentico CMS 7 Developer Essentials Syllabus About This Course [Elements of this syllabus are subject to change] This three-day, instructor-led course teaches Web Developers the introductory fundamentals and best practices for building, deploying, and maintaining applications with Kentico CMS 7. This hands-on Developer course features Live demonstrations, questions and answers, and guided student exercises. Only Kentico certified trainers deliver Kentico CMS 7 Developer training. Target Audience This course is intended for Web Developers with less than a year of Kentico CMS experience, along with some programming experience using Microsoft Visual Basic or Microsoft Visual C#. Prerequisites Students interested in attending this course should review the Developer Preparation Guide. To complete many of the Hands-on Labs in this training, students should have a local computer installed with Kentico CMS, Visual Studio, Internet Information Services (IIS), SQL Server, and other prerequisite software. At Course Completion After completing this course, students will be able to perform the following tasks: Explain the basic project structure of a Kentico CMS installation Use the on-site editing feature Learn how to validate content updates Navigate the CMS Desk Dashboard Add a new dashboard widget to a page Change the dashboard layout Add CMS Controls to the Visual Studio Toolbox Edit the Web.config file Add debug keys to the Web.config file Know the architectural layers for programming in Kentico CMS View content updates in SQL Server database tables Use Kentico CMS document types 1
2 Review the built-in document types Create a custom document type Learn document type storage Use inherited document types Create custom queries Review Kentico CMS page templates Explain the Portal Engine development model, including page template scopes, page layouts, and visual inheritance Create a page based on an ad-hoc page template Create a page based on a reusable page template Implement a Master page Manage page templates Explain the ASPX page template development model Combine Portal Engine page templates and ASPX page templates Add Twitter integration Understand how CSS stylesheets are managed in Kentico CMS Set the stylesheet used by individual pages of a web site Validate page CSS styles Apply different CSS styles based on visitor browser and culture Define CSS styles for page components Link CSS stylesheets and component styles using macros Acquire an overview of the page components used in Kentico CMS Use and manage web parts Understand common web part properties Work with Data Viewing, Listing, and Navigation web parts Explain widgets and their possible applications Add content around web parts and widgets using containers Work with Layout web parts and widgets 2
3 Course Outline Module 1: Overview of Kentico CMS This module introduces the Kentico CMS development environment and provides an architectural overview. Before starting this module, you should have some familiarity with basic Kentico CMS concepts and processes, such as updating page content, working with page templates, running CMS Desk and Site Manager, and designing web parts, widgets, and other custom controls. Know the basic project structure of a Kentico CMS installation Use the on-site editing feature Learn how to validate content updates Explore the CMS Desk Dashboard Add a new dashboard widget Change the dashboard layout Add CMS Controls to the Visual Studio Toolbox Edit the Web.config file Add debug keys to the Web.config file Know the architectural layers for programming in Kentico CMS View content updates in SQL Server database tables Overview of Kentico CMS o On-site editing o Hands-on Lab M1-1: On-site editing o Validate tab o Hands-on Lab M1-1: Using the Validate tab o Dashboard management o Hands-on Lab M1-2: Adding a new widget o Dashboard layouts o Hands-on Lab M1-3: Creating a new Dashboard widget Kentico CMS project structure o Hands-on Lab M1-4: Adding CMS controls to the Visual Studio Toolbox o Web.config o Hands-on Lab M1-5: Adding debug keys to the Web.config file Architecture overview o User interface o Hands-on Lab M1-6: User interface o Application layer o Hands-on Lab M1-7: Adding a document structure o Data layer o Hands-on Lab M1-8: Using the application layer 3
4 Module 2: Kentico CMS Document types This module explains how to create and use document types. Use Kentico CMS document types Review the built-in document types Create a custom document type Learn document type storage Use inherited document types Create custom queries Kentico CMS document types o Hands-on Lab M2-1: Alternative Forms Using built-in document types o Hands-on Lab M2-2: Using built-in document types Extending document types o Hands-on Lab M2-3: Extending document types Creating custom document types o Hands-on Lab M2-4: Creating a custom document type Child types o Hands-on Lab M2-6: Document type icons Document type inheritance o Hands-on Lab M2-7: Document type inheritance Creating custom queries o Hands-on Lab: M2-8: Creating custom queries Module 3: Page Templates This module explains the usage of page templates and their importance in Kentico CMS. Review Kentico CMS page templates Explain the Portal Engine development model, including page template scopes, page layouts, and visual inheritance Create a page based on an ad-hoc page template Create a page based on a reusable page template Implement a Master page Manage page templates Explain the ASPX page template development model Combine Portal Engine page templates and ASPX page templates Add Twitter integration 4
5 Page template development models o Hands-on Lab M3-1: Using page template development models o Modifying a Portal Engine page template o Hands-on Lab M3-2: Modifying a Portal Engine page template Using Master pages o Hands-on Lab M3-3: Editing a Master page Portal Engine development model o Hands-on Lab M3-4: Creating a page using the Portal Engine development model o Ad-Hoc page templates o Hands-on Lab M3-5: Re-using an Ad-Hoc page template o Page template scopes o Hands-on Lab M3-6: Page template scopes o Shared page layouts o Hands-on Lab M3-7: Using shared page layout o Visual inheritance Using the Inherit content property of the page template Using the Hide on subpages web part property Using the Show for document types web part property o Hands-on Lab M3-8: Visual inheritance Using the Inherit content property of the page template Using the Hide on subpages web part property Using the Show for document types web part property o Adding custom code to a Portal Engine page o Hands-on Lab M3-9: Adding custom code to a Portal Engine template ASPX development model o Hands-on Lab M3-10: Creating an ASPX page template o ASPX Master pages o Hands-on Lab M3-11: Adding custom code to an ASPX template Adding Portal Engine functionality to an ASPX template o Hands-on Lab M3-12: Adding Portal Engine functionality to an ASPX template Adding Twitter integration o Hands-on Lab M3-13: Adding Twitter integration Module 4: Creating and Managing CSS Styles CSS styles allow you to modify the appearance and design of your web site. In this module, you learn how Kentico CMS integrates and simplifies the styling of your web site using standard CSS styles. Understand how CSS stylesheets are managed in Kentico CMS 5
6 See how to set the stylesheet used by individual pages of your web site Learn how to validate page CSS styles Learn how to use different CSS styles based on visitor browser and culture Understand how to define CSS styles for page components Learn how to link CSS stylesheets and component styles using macros Selecting CSS stylesheets o Hands-on Lab M4-1: Selecting stylesheets used by pages Editing CSS sylesheets o Hands-on Lab M4-2: Editing stylesheet code Validating CSS styles on a page o Hands-on Lab M4-3: Validating page CSS styles Using browser and culture specific CSS styles o Hands-on Lab M4-4: Using browser-specific styles Specifying CSS styles for page components o Loading page component CSS styles o Hands-on Lab M4-5: Defining CSS styles for a web part Combining CSS stylesheets o Hands-on Lab M4-6: Linking CSS stylesheet text Module 5: Content presentation This module shows you how to add and manage web content through page components (particularly, web parts and widgets). Acquire an overview of the page components used in Kentico CMS Learn how to use and manage web parts Understand common web part properties Learn to work with Data Viewing, Listing, and Navigation web parts Learn about widgets and their possible applications Learn how to add content around web parts and widgets using containers Work with Layout web parts and widgets Content presentation o Working with web parts Hands-on Lab M5-1: Working with web parts Web parts for data retrieval and display rendering Web parts for site navigation Hands-on Lab M5-2: Displaying data through web parts o Widgets 6
7 Editor widget zones Hands-on Lab M5-4: User widget zones Dashboards Hands-on Lab M5-5: Dashboards Inline widgets Hands-on Lab M5-6: Creating a widget o Containers Hands-on Lab M5-7: Creating a web part container o Layout web parts Hands-on Lab M5-8: Using layout web parts 7
Kentico CMS 5 Developer Training Syllabus
Kentico CMS 5 Developer Training Syllabus June 2010 Page 2 Contents About this Course... 4 Overview... 4 Audience Profile... 4 At Course Completion... 4 Course Outline... 5 Module 1: Overview of Kentico
Kentico CMS 7.0 Tutorial
Kentico CMS 7.0 Tutorial 2 Kentico CMS 7.0 Tutorial Table of Contents Introduction 5... 5 Kentico CMS Overview Installation 7... 7 Prerequisites... 8 Setup installation... 9 Web application installation...
1. Tutorial - Developing websites with Kentico 8... 3 1.1 Using the Kentico interface... 3 1.2 Managing content - The basics... 4 1.2.
Kentico 8 Tutorial Tutorial - Developing websites with Kentico 8.................................................................. 3 1 Using the Kentico interface............................................................................
Kentico CMS 6.0 Tutorial
Kentico CMS 6.0 Tutorial 2 Kentico CMS 6.0 Tutorial Table of Contents Introduction 5... 5 Kentico CMS Overview Installation 7... 7 Prerequisites... 8 Setup installation... 8 Web application installation...
Kentico CMS 7.0 Intranet Administrator's Guide
Kentico CMS 7.0 Intranet Administrator's Guide 2 Kentico CMS 7.0 Intranet Administrator's Guide Table of Contents Introduction 5... 5 About this guide Getting started 7... 7 Installation... 11 Accessing
This three-day instructor-led course provides students with the tools to extend Microsoft Dynamics CRM 4.0.
Table of Contents Introduction Audience Prerequisites Microsoft Certified Professional Exams Student Materials Course Outline Introduction This three-day instructor-led course provides students with the
Course Syllabus. 2553A: Administering Microsoft SharePoint Portal Server 2003. Key Data. Audience. At Course Completion.
Key Data Course #: 2553A Number of Days: 3 Format: Instructor-Led This course syllabus should be used to determine whether the course is appropriate for the students, based on their current skills and
Customization and Configuration in Microsoft Dynamics CRM 4.0
Course Code: M8912 Vendor: Microsoft Course Overview Duration: 3 RRP: 1,477 Customization and Configuration in Microsoft Dynamics CRM 4.0 Overview This three-day instructor-led course provides delegates
Effective Team Development Using Microsoft Visual Studio Team System
Effective Team Development Using Microsoft Visual Studio Team System Course 6214A: Three days; Instructor-Led Introduction This three-day instructor-led course provides students with the knowledge and
Kentico CMS for.net User Groups
FLEXIBLE CONTENT MANAGEMENT SYSTEM FOR ALL YOUR NEEDS Kentico CMS for.net User Groups We have developed a website template for.net User Groups, Windows User Groups and similar groups focused on Microsoft
2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led
2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led Introduction This three-day, instructor-led course provides students with the knowledge and skills
Implementing and Maintaining Microsoft SQL Server 2008 Integration Services
Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Length: 3 Days Language(s): English Audience(s): IT Professionals Level: 200 Technology: Microsoft SQL Server 2008
Designing IT Platform Collaborative Applications with Microsoft SharePoint 2003 Workshop
Designing IT Platform Collaborative Applications with Microsoft SharePoint 2003 Workshop Course 8036: Two days; Instructor-led Microsoft Certified Professional Exams No Microsoft Certified Professional
This course will also teach how to create various kinds of dashboards using Reporting Services.
Implementing and Maintaining Microsoft SQL Server 2008 Reporting Services Length : 3 Days (24 Hours) Language(s) : English Audience(s) : IT Professionals Level : 200 Technology : Microsoft SQL Server 2008
Kentico CMS 7.0 E-commerce Guide
Kentico CMS 7.0 E-commerce Guide 2 Kentico CMS 7.0 E-commerce Guide Table of Contents Introduction 8... 8 About this guide... 8 E-commerce features Getting started 11... 11 Overview... 11 Installing the
Microsoft SharePoint Server 2010: What s New and What s Changed?
ASPE RESOURCE SERIES Microsoft SharePoint Server 2010: What s New and What s Changed? Prepared for ASPE by Global Knowledge's Marcellus Duffy, MCT, MCSD, MCTS, MCAD Real Skills. Real Results. Real IT.
2667A - Introduction to Programming
2667A - Introduction to Programming Table of Contents Introduction Audience At Course Completion Prerequisites Microsoft Certified Professional Exams Student Materials Course Outline Introduction Elements
Kentico CMS, 2011 Kentico Software. Contents. Mobile Development using Kentico CMS 6 2 Exploring the Mobile Environment 1
Contents Mobile Development using Kentico CMS 6 2 Exploring the Mobile Environment 1 Time for action - Viewing the mobile sample site 2 What just happened 4 Time for Action - Mobile device redirection
Noramsoft Inc. Noramsoft Inc. SPT2O1O - Course Description. Developing Solutions with SharePoint Server 2010 SPT2010. Noramsoft Inc. Noramsoft Inc.
SharePoint Specialists and Trainers SharePoint Specialists and Trainers SPT2O1O - Course Description Developing Solutions with SharePoint Server 2010 Tél 1 - DEVELOPING SOLUTIONS SHAREPOINT SERVER 2010
Programming Fundamentals of Web Applications Course 10958A; 5 Days
Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Programming Fundamentals of Web Applications Course 10958A; 5 Days Course
ADS2013: App Development with SharePoint 2013
SHAREPOINT 2013 FOR IT PROFESSIONALS 4 DAYS ADS2013: App Development with SharePoint 2013 AUDIENCE FORMAT COURSE DESCRIPTION.NET Developers Instructor-led webcast with hands-on labs This 4-day course explores
SharePoint Checklist and Resources
SharePoint Checklist and Resources Activity Labs for Developer Labs for Administrator Resources Create a re-buildable SharePoint environment Lab : Install SharePoint 2010 Exercise 1: Create Active Directory
Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led
Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led Course Description In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5
Advanced Web Application Development using Microsoft ASP.NET
Course Outline Other Information MS2311 Days 3 Starting Time 9:00 Finish Time 4:30 Lunch & refreshments are included with this course. Advanced Web Application Development using Microsoft ASP.NET Course
This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications.
20486B: Developing ASP.NET MVC 4 Web Applications Course Overview This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications. Course Introduction Course Introduction
Implementing and Administering an Enterprise SharePoint Environment
Implementing and Administering an Enterprise SharePoint Environment There are numerous planning and management issues that your team needs to address when deploying SharePoint. This process can be simplified
Developing ASP.NET MVC 4 Web Applications
Course M20486 5 Day(s) 30:00 Hours Developing ASP.NET MVC 4 Web Applications Introduction In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5 tools
Kentico 8 Certified Developer Exam Preparation Guide. Kentico 8 Certified Developer Exam Preparation Guide
Kentico 8 Certified Developer Exam Preparation Guide 1 Contents Test Format 4 Score Calculation 5 Basic Kentico Functionality 6 Application Programming Interface 7 Web Parts and Widgets 8 Kentico Database
Quick Start Guide. This guide will help you get started with Kentico CMS for ASP.NET. It answers these questions:
Quick Start Guide This guide will help you get started with Kentico CMS for ASP.NET. It answers these questions:. How can I install Kentico CMS?. How can I edit content? 3. How can I insert an image or
PC120 ALM Performance Center 11.5 Essentials
PC120 ALM Performance Center 11.5 Essentials Instructor-Led Workshop OVERVIEW This five-day course introduces students to ALM Performance Center 11.5 and the Virtual User Generator (VuGen) application,
2933A: Developing Business Process and Integration Solutions Using Microsoft BizTalk Server 2006
www.peaksolutions.com 2933A: Developing Business Process and Integration Solutions Using Microsoft BizTalk Server 2006 Course 2933A: Five days; Instructor-Led Introduction This five-day instructor-led
This three-day instructor-led course provides existing SQL Server database professionals with the knowledge
Course 40008A: Updating your Database Skills to Microsoft SQL Server 2012 OVERVIEW About this Course This three-day instructor-led course provides existing SQL Server database professionals with the knowledge
Kentico CMS 7.0 Tutorial ASPX
Kentico CMS 7.0 Tutorial ASPX 2 Kentico CMS 7.0 Tutorial ASPX Table of Contents Introduction 5... 5 Kentico CMS Overview Installation 7... 7 Prerequisites... 8 Setup installation... 9 Web application installation...
Extending Microsoft Dynamics CRM 4.0
Extending Microsoft Dynamics CRM 4.0 8969: Extending Microsoft Dynamics CRM 4.0 (3 Days) About this Course This three-day instructor-led course provides students with the knowledge and skills to develop
Course Code NCS2013: SharePoint 2013 No-code Solutions for Office 365 and On-premises
4 DAYS SHAREPOINT FOR THE POWER USER AND SOLUTIONS BUILDER Course Code NCS: SharePoint No-code Solutions for Office 365 and On-premises AUDIENCE FORMAT COURSE DESCRIPTION Power Users Instructor led training
Updating Your Microsoft SQL Server 2005 Skills to SQL Server 2008
Key Data Product #: Course #: 6158C Number of Days: 3 Format: Certification Exams: Instructor-Led None This course syllabus should be used to determine whether the course is appropriate for the students,
MS-50401 - Designing and Optimizing Database Solutions with Microsoft SQL Server 2008
MS-50401 - Designing and Optimizing Database Solutions with Microsoft SQL Server 2008 Table of Contents Introduction Audience At Completion Prerequisites Microsoft Certified Professional Exams Student
Cloud & Datacenter Monitoring with System Center Operations Manager
Page 1 of 5 Overview This course equips students with the skills they require to deploy and configure System Center 2012 R2 Operations. Using hands-on labs, students learn the following: How to architect
Course: Fundamentals of Microsoft Server 2008 Active Directory
Page 1 of 5 Course: Fundamentals of Microsoft Server 2008 Active Directory Course 6424A Duration: 3 (days) Introduction Elements of this syllabus are subject to change. This three-day instructor-led course
50465 - PerformancePoint 2010 Designing and Implementing Scorecards and Dashboards
50465 - PerformancePoint 2010 Designing and Implementing Scorecards and Dashboards Introduction Audience At Completion Prerequisites Microsoft Certified Professional Exams Student Materials Outline Introduction
DotNet Web Developer Training Program
DotNet Web Developer Training Program Introduction/Summary: This 5-day course focuses on understanding and developing various skills required by Microsoft technologies based.net Web Developer. Theoretical
SPT2013: Developing Solutions with. SharePoint 2013. 4 DAYS AUDIENCE FORMAT COURSE DESCRIPTION STUDENT PREREQUISITES
SHAREPOINT 2013 FOR.NET DEVELOPERS 4 DAYS SPT2013: Developing Solutions with SharePoint 2013 AUDIENCE FORMAT COURSE DESCRIPTION.NET Developers Instructor-led training with hands-on labs This 5-day course
Course 2788A: Designing High Availability Database Solutions Using Microsoft SQL Server 2005
Course Syllabus Course 2788A: Designing High Availability Database Solutions Using Microsoft SQL Server 2005 About this Course Elements of this syllabus are subject to change. This three-day instructor-led
Course 10978A Introduction to Azure for Developers
Course 10978A Introduction to Azure for Developers Duration: 40 hrs. Overview: About this Course This course offers students the opportunity to take an existing ASP.NET MVC application and expand its functionality
Advanced Web Application Development using Microsoft ASP.NET
Key Data Course #: 2311A Number of Days: 3 Format: Instructor-Led Certification Exams: Exam 70-305: Developing and Implementing Web Applications with Microsoft Visual Basic.NET and Microsoft Visual Studio.NET
Oracle Forms Developer 10g: Build Internet Applications
Oracle University Contact Us: +966 1 1 2739 894 Oracle Forms Developer 10g: Build Internet Applications Duration: 5 Days What you will learn Leverage your investment by taking advantage of web technologies
SharePoint 2013 PerformancePoint Services
3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: [email protected] Web: www.discoveritt.com Course 55057A: SharePoint 2013 PerformancePoint Services
DE-20489B Developing Microsoft SharePoint Server 2013 Advanced Solutions
DE-20489B Developing Microsoft SharePoint Server 2013 Advanced Solutions Summary Duration Vendor Audience 5 Days Microsoft Developer Published Level Technology 21 November 2013 300 Microsoft SharePoint
SharePoint 2013 PerformancePoint Services Course 55057; 3 Days
Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc SharePoint 2013 PerformancePoint Services Course 55057; 3 Days Course Description
Microsoft Enterprise Search for IT Professionals Course 10802A; 3 Days, Instructor-led
Microsoft Enterprise Search for IT Professionals Course 10802A; 3 Days, Instructor-led Course Description This three day course prepares IT Professionals to administer enterprise search solutions using
(55042A) SharePoint 2013 Business Intelligence
(55042A) SharePoint 2013 Business Intelligence OBJECTIVE This three-day instructor-led course provides students with the necessary knowledge to work with all the associated SharePoint business intelligence
GSA2013: The Great SharePoint Adventure 2013
SHAREPOINT 2013 FOR.NET DEVELOPERS 5 DAYS GSA2013: The Great SharePoint Adventure 2013 AUDIENCE FORMAT COURSE DESCRIPTION.NET Developers Instructor-led training with hands-on labs This 5-day course explores
Course Title: Reporting in Microsoft Dynamics CRM 2011
Course Code: SSM80445 Course Title: Reporting in Microsoft Dynamics CRM 2011 Duration: 1 Day About this Course This one-day instructor-led course, Reporting in Microsoft Dynamics CRM 2011, provides students
Looking for a fast, easy and effective way to create your company website? Look no further. Kentico CMS
Looking for a fast, easy and effective way to create your company website? Look no further. Kentico CMS for ASP.NET Complete Website Creation and Management Solution Helping create successful websites
Course: SharePoint 2013 Business Intelligence
Course: SharePoint 2013 Business Intelligence Course Length: 3 days Course Code: M55042 Description This three-day instructor-led course provides students with the necessary knowledge to work with all
1703 Discovering SharePoint 2007 for Developers
1703 Discovering SharePoint 2007 for Developers Custom Authentication SharePoint = ASP.NET Application ASP.NET Providers Microsoft Single Sign-On Demonstration: Custom Authentication o Lab : Custom Authentication
Windows Azure Support in Kentico CMS 5.5 R2
Windows Azure Support in Kentico CMS 5.5 R2 Table of Contents Introduction and prerequisites... 3 Deployment to Windows Azure (using a prepared package)... 4 Conversion of an existing Kentico website to
Programming in HTML5 with JavaScript and CSS3
Course 20480B: Programming in HTML5 with JavaScript and CSS3 Course Details Course Outline Module 1: Overview of HTML and CSS This module provides an overview of HTML and CSS, and describes how to use
Skills for Employment Investment Project (SEIP)
Skills for Employment Investment Project (SEIP) Standards/ Curriculum Format for Web Application Development Using DOT Net Course Duration: Three Months 1 Course Structure and Requirements Course Title:
PBI365: Data Analytics and Reporting with Power BI
POWER BI FOR BUSINESS ANALYSTS AND POWER USERS 3 DAYS PBI365: Data Analytics and Reporting with Power BI AUDIENCE FORMAT COURSE DESCRIPTION Business Analysts, Statisticians and Data Scientists Instructor-led
Designing a Microsoft SQL Server 2005 Infrastructure
Course Outline Other Information MS 2786 Days 2 Starting Time 9:00 Finish Time 4:30 Lunch & refreshments are included with this course. Designing a Microsoft SQL Server 2005 Infrastructure Introduction
Developing ASP.NET MVC 4 Web Applications MOC 20486
Developing ASP.NET MVC 4 Web Applications MOC 20486 Course Outline Module 1: Exploring ASP.NET MVC 4 The goal of this module is to outline to the students the components of the Microsoft Web Technologies
Microsoft 10978 - Introduction to Azure for Developers
1800 ULEARN (853 276) www.ddls.com.au Microsoft 10978 - Introduction to Azure for Developers Length 5 days Price $4389.00 (inc GST) Version A Overview This course offers students the opportunity to take
Upgrade to Microsoft Web Applications
Upgrade to Microsoft Web Applications Description Customers demand beautiful, elegant apps that are alive with activity. Demonstrate your expertise at designing and developing the fast and fluid Store
SSC2016: SharePoint 2016 Administrator s Survival Camp
SHAREPOINT 2016 FOR IT PROFESSIONALS 5 DAYS SSC2016: SharePoint 2016 Administrator s Survival Camp AUDIENCE FORMAT COURSE DESCRIPTION STUDENT PREREQUISITES Administrators Instructor-led training with hands-on
Expanded contents. Section 1. Chapter 2. The essence off ASP.NET web programming. An introduction to ASP.NET web programming
TRAINING & REFERENCE murach's web programming with C# 2010 Anne Boehm Joel Murach Va. Mike Murach & Associates, Inc. I J) 1-800-221-5528 (559) 440-9071 Fax: (559) 44(M)963 [email protected] www.murach.com
Updating your Database skills to Microsoft SQL Server 2012
Page 1 of 5 Overview Who should attend? This three-day instructor-led course provides existing SQL Server database professionals with the knowledge and skills to use new and enhanced capabilities in SQL.
SharePoint 2013 Business Intelligence Course 55042; 3 Days
Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc SharePoint 2013 Business Intelligence Course 55042; 3 Days Course Description
MyCompany Professional Web Developer Certification Examination Specification
MyCompany Professional Web Developer Certification Examination Specification Introduction This is a sample of an exam specification and is not representative of any actual exam specification. The exam
ClickSoftware Training Offering For Customers
ClickSoftware Training Offering For Customers pg. 1 2015 ClickSoftware Technologies Ltd. All rights reserved About ClickSoftware Customer Training Services ClickSoftware Customer Training Services provides
SelectSurvey.NET Developers Manual
Developers Manual (Last updated: 6/24/2012) SelectSurvey.NET Developers Manual Table of Contents: SelectSurvey.NET Developers Manual... 1 Overview... 2 General Design... 2 Debugging Source Code with Visual
COURSE SYLLABUS COURSE TITLE:
1 COURSE SYLLABUS COURSE TITLE: FORMAT: CERTIFICATION EXAMS: 55043AC Microsoft End to End Business Intelligence Boot Camp Instructor-led None This course syllabus should be used to determine whether the
Prerequisites. Course Outline
MS-55040: Data Mining, Predictive Analytics with Microsoft Analysis Services and Excel PowerPivot Description This three-day instructor-led course will introduce the students to the concepts of data mining,
Business Insight Report Authoring Getting Started Guide
Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,
Course Outline: Course: Implementing a Data Warehouse with Microsoft SQL Server 2012 Learning Method: Instructor-led Classroom Learning
Course Outline: Course: Implementing a Data with Microsoft SQL Server 2012 Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: This 5-day instructor-led course describes
Implementing a Data Warehouse with Microsoft SQL Server 2012 (70-463)
Implementing a Data Warehouse with Microsoft SQL Server 2012 (70-463) Course Description Data warehousing is a solution organizations use to centralize business data for reporting and analysis. This five-day
Visual Studio 2008: Windows Presentation Foundation
Visual Studio 2008: Windows Presentation Foundation Course 6460A: Three days; Instructor-Led Introduction This three-day instructor-led course provides students with the knowledge and skills to build and
Developing Microsoft SharePoint Server 2013 Advanced Solutions
Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions Page 1 of 9 Developing Microsoft SharePoint Server 2013 Advanced Solutions Course 20489B: 4 days; Instructor-Led Introduction
10978A: Introduction to Azure for Developers
10978A: Introduction to Azure for Developers Course Details Course Code: Duration: Notes: 10978A 5 days This course syllabus should be used to determine whether the course is appropriate for the students,
Vector HelpDesk - Administrator s Guide
Vector HelpDesk - Administrator s Guide Vector HelpDesk - Administrator s Guide Configuring and Maintaining Vector HelpDesk version 5.6 Vector HelpDesk - Administrator s Guide Copyright Vector Networks
Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services
Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services Length: Delivery Method: 3 Days Instructor-led (classroom) About this Course Elements of this syllabus are subject
LEARNING SOLUTIONS website milner.com/learning email [email protected] phone 800 875 5042
Course 6451B: Planning, Deploying and Managing Microsoft System Center Configuration Manager 2007 Length: 3 Days Published: June 29, 2012 Language(s): English Audience(s): IT Professionals Level: 300 Technology:
Course 20532B: Developing Microsoft Azure Solutions
Course 20532B: Developing Microsoft Solutions Five Days, Instructor-Led About this Course This course is intended for students who have experience building vertically scaled applications. Students should
The focus of this course is on the SharePoint 2013 business intelligence platform and not on the SQL business intelligence services.
Course Page - Page 1 of 11 SharePoint 2013 Business Intelligence M-55042 Length: 3 days Price: $1,795.00 Course Description This three-day instructor-led course provides students with the necessary knowledge
NuView HRMS & Payroll Training Courses
NuView HRMS & Payroll Training Courses Learning & Development NuView Systems recognizes the importance of a knowledgeable and efficient HR and Payroll staff, who must manage the complexities involved with
Course 20467: Designing Self-Service Business Intelligence and Big Data Solutions
Course 20467: Designing Self-Service Business Intelligence and Big Data Solutions Type:Course Audience(s):IT Professionals Technology:Microsoft SQL Server Level:300 This Revision:C Delivery method: Instructor-led
CLOUD COMPUTING & WINDOWS AZURE
CLOUD COMPUTING & WINDOWS AZURE WORKSHOP Overview This workshop is an introduction to cloud computing and specifically Microsoft s public cloud offering in Windows Azure. Windows Azure has been described
Infor CRM Education on Infor Campus
Infor CRM Education on Infor Campus Infor CRM courses are located on Infor Campus here! Instructions to locate and register for Infor CRM videos, non-certification, and certification courses are included
Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT
Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT AGENDA 1. Introduction to Web Applications and ASP.net 1.1 History of Web Development 1.2 Basic ASP.net processing (ASP
SharePoint 2010 End User - Level II
Course Outline Module 1: Overview A simple introduction module. Understand your course, classroom, classmates, facility and instructor. Module 2: Server Site Definitions In this module we will explore
Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72. User Guide
Richmond SupportDesk Web Reports Module For Richmond SupportDesk v6.72 User Guide Contents 1 Introduction... 4 2 Requirements... 5 3 Important Note for Customers Upgrading... 5 4 Installing the Web Reports
Implementing and Maintaining Microsoft SQL Server 2005 Reporting Services COURSE OVERVIEW AUDIENCE OUTLINE OBJECTIVES PREREQUISITES
COURSE OVERVIEW This three-day instructor-led course teaches students how to implement a ing Services solution in their organizations. The course discusses how to use the ing Services development tools
Course Syllabus. Course 80011: Development I in Microsoft Dynamics AX 2009. Key Data. Introduction. Audience
Key Data Course number: 80011 Number of Days: 2 Available: August 2008 Languages: U.S. English Format: Instructor-Led Training (lecture and labs) Student Materials: Student Courseware Certification Exam:
