2730 : Building Microsoft Content Management Server 2002 Solutions

Size: px
Start display at page:

Download "2730 : Building Microsoft Content Management Server 2002 Solutions"

Transcription

1 2730 : Building Microsoft Content Management Server 2002 Solutions Introduction This four-day, instructor-led course provides students with the knowledge and skills to plan, implement, develop, and manage a Microsoft Content Management Server 2002 Web site. Audience This course is primarily intended for Web site developers who focus on creating applications and the framework used to manage content-based Web sites. However, it contains useful information that system administrators, network administrators, and IT professionals will need to deploy, implement, and manage content-driven sites. At Course Completion After completing this course, students will be able to: Describe the characteristics of and challenges of building content-driven Web sites. Describe the roles and processes involved in building and maintaining content-driven Web sites. Describe the problems and issues that Content Management Server is designed to solve. Use and understand the structure of the Woodgrove Bank Sample site. Use Content Management Server tools. Create a Content Management Server Web site. Build custom navigation server controls. Extend the Content Management Server Web Author. Extend Content Management Server workflow. Build custom placeholder controls. Secure a Content Management Server Web site. Work with Authoring Connector. Work with Content Connector. Implement content syndication using Content Management Server and Web services. Migrate Web sites built with earlier versions of Content Management Server to Content Management Server Deploy Content Management Server Web sites. Monitor and manage Content Management Server Web site performance. Build multilingual sites with Content Management Server. Prerequisites Before attending this course, students must have: Experience developing Microsoft ASP or ASP.NET Web sites. Experience working with enterprise-level Web solutions. Experience with programming languages such as Microsoft Visual C# or Microsoft Visual Basic.NET recommended. Experience using Microsoft Visual Studio.NET developer environment recommended. Microsoft Certification exams No Microsoft Certification exams are associated with this course currently. Course Materials The student kit includes a comprehensive workbook and other necessary materials for this class. The following software is provided for use in class: Microsoft Windows 2000 Advanced Server Microsoft SQL Server 2000

2 Microsoft Office XP Professional Microsoft Content Management Server 2002 Microsoft Visual Studio.NET Enterprise Edition Course Outline Module 1: Introduction to Content-Driven Web Sites This module introduces students to the concept of content-driven Web sites. It describes the differences between a design-driven Web site and a content-driven Web site, and then discusses the organization of a content-driven Web site. Web Site Design Organizing Content-Driven Web Sites Describe the differences between design-driven and content-driven Web sites. List the typical user roles in a content-driven Web site. Understand the importance of workflow in a content-driven Web site. Module 2: Roles and Processes for Content-Driven Sites This module teaches students about the roles and processes of content-driven Web sites. Although it does contain references to Content Management Server 2002, it is a generic module that discusses the issues that any contentdriven Web site implementation would involve. Web Site Roles Site-Creation Processes Understand the various Web site roles. Understand the various site-creation processes. Module 3: Introduction to Content Management Server 2002 This module introduces Content Management Server The major features and the architecture of Content Management Server are reviewed briefly, and many of them will be discussed in more detail later in the course. Content Management Server 2002 Architecture Major Features Describe Content Management Server Describe the architecture of Content Management Server 2002 and Content Management Server Web sites. List the main features of Content Management Server Module 4: Introducing the WoodgroveNet Sample Site This module introduces the WoodgroveNet sample site that is included with Content Management Server The background, architecture, and use of the sample site are described in this module.

3 WoodgroveNet Sample Site Using the Sample Site Templates and Placeholder Publishing Workflow Lab 4: Exploring the WoodgroveNet Sample Site Exercise 1: Browsing the Site Exercise 2: Submitting Content Exercise 3: Performing Editorial Tasks Describe the WoodgroveNet sample site and its purpose. Use the sample site for demonstration and training. Explain the use of templates and placeholders in Content Management Server. Describe the publishing workflow. Module 5: Using Content Management Server 2002 Tools This module provides students with an introduction to the tools that are available with Content Management Server 2002, specifically the Site Manager and the Server Configuration Application (SCA). The module also introduces how Content Management Server integrates with Internet Information Services (IIS) and Visual Studio.NET. Internet Information Services and Content Management Server The Role of Site Manager The Role of the Server Configuration Application Integration with Visual Studio.NET Lab 5: Familiarization with Content Management Server Tools Exercise 1: Reviewing the Virtual Directory Structure using Internet Services Manager Exercise 2: Reviewing Site Configuration using the Server Configuration Application Exercise 3: Reviewing Site Elements and Application Design with Visual Studio.NET Describe the role of virtual directories in Content Management Server applications. List the functions of the Site Manager. List the functions of the Server Configuration Application. Describe how to create Content Management Server templates using Visual Studio.NET. Module 6: Creating a New Content Management Server Web Site This module discusses how to plan, design, and create a Content Management Server 2002 Web site. Understanding the Creation Phases Planning a New Site Creating the Site Structure Creating a New Template Lab 6: Building the Site Framework Exercise 1: Creating a New Channel Exercise 2: Creating a New Template Exercise 3: Testing and Using the New Template

4 Describe the phases involved in the creation of a Content Management Server site. Design the structure of a new Content Management Server site. Design templates for a new Content Management Server site. Design the content workflow for a Content Management Server site. Create a Content Management Server site. Create channels, resource galleries, and template galleries. Create templates for a Content Management Server site. Module 7: Building Navigation Server Controls This module teaches students about navigation concepts in a Content Management Server Web site. They will also learn how to build their own ASP.NET server controls for Content Management Server navigation. Navigation ASP.NET Navigation Controls Lab 7: Building Navigation Server Controls Exercise 1: Creating a Class that Provides New Navigation Capabilities Exercise 2: Adding Your SiteCompass Navigation Control to the Header.ascx User Control Exercise 3: Testing Your SiteCompass Navigation Control Understand navigation concepts in a Content Management Server Use the Publishing API (PAPI) to retrieve useful navigation properties. Describe typical navigation metaphors. Build a Content Management Server 2002 navigation control. Module 8: Modifying the Web Author This module provides students with the knowledge to customize the Web Author console, by creating new action and status controls. Introduction to the Web Author Web Author Component Overview Site Mode Containers Status Controls Action Controls Inserting Action and Status Controls in the Console Lab 8: Extending the Web Author Exercise 1: Creating a Class that Retrieves and Displays Posting Information Exercise 2: Creating a Class that Provides Channel Creation Actions Exercise 3: Adding your Classes as Actions to the Default Console Exercise 4: Testing your Actions Describe the Web Author architecture. Work with the different site mode containers. Use the existing status controls and build custom status controls. Use the existing action controls and build custom action controls.

5 Module 9: Extending Content Management Server Workflow This module teaches students about the user roles that participate in workflows and then describes how to extend the Content Management Server workflow for both ASP and ASP.NET-based sites. Workflow and Roles Extending Workflow for ASP Sites Extending Workflow for ASP.NET Sites Workflow Extension Scenarios Lab 9: Extending Workflow in Content Management Server Exercise 1: Adding a Moderator Rights Group Exercise 2: Reviewing the HttpModule Declaration in the Web.Config File Exercise 3: Creating a Workflow Class Exercise 4: Creating an Event Procedure in the Global.asax File Exercise 5: Testing the Workflow Describe the user roles that typically participate in workflow. Extend the workflow for ASP-based sites. Extend the workflow for ASP.NET-based sites. Describe typical workflow extension scenarios. Module 10: Building Custom Placeholder Controls This module provides students with the knowledge required to build custom placeholders for Content Management Server Introduction to Placeholders Introduction to ASP.NET Server Controls Building Placeholder Controls Lab 10: Building Custom Placeholder Controls Exercise 1: Creating the Placeholder Control Class Exercise 2: Coding the Properties of the Control Class Exercise 3: Creating the Child Controls Exercise 4: Saving and Retrieving Data Exercise 5: Using the Placeholder Control Describe the placeholder architecture provided by Content Management Server. Explain how ASP.NET server controls interact with ASP.NET page events. Create a custom ASP.NET server-based placeholder control. Module 11: Authentication, Authorization, and Security This module teaches the students about the authentication and authorization used within Content Management Server 2002, as well as securing a Content Management Server installation.

6 Definitions Authentication Authorization Security Define the terms authentication, authorization, and security. Configure Content Management Server authentication. Configure Content Management Server authorization. Secure Content Management Server. Module 12: Working with Authoring Connector The ability to create content in Microsoft Word XP is a major feature of Content Management Server Authoring Connector enables Word XP to be used to create content for, and submit content to Content Management Server. Feature Overview Using the Publishing Task List Defining Authoring Connector Templates Best Practices Lab 12: Using Authoring Connector Exercise 1: Creating a Publishing Task List Exercise 2: Submitting the Document to Content Management Server Exercise 3: Authorizing the Document Exercise 4: Modifying Existing Content Using Authoring Connector Understand the features provided by Authoring Connector. Publish content using Word XP. Define a publishing task list. Define a template for use with Authoring Connector. Module 13: Introduction to Content Connector This module provides students with an introduction to using Content Connector for integrating Content Management Server 2002 with Microsoft Commerce Server Introduction to Content Connector Content Connector Architecture Product Pages Microsoft Solution for Internet Business 2.0 Describe Content Connector. Describe how Content Connector functions. Describe how product pages can incorporate both Commerce Server 2002 and Content Management Server functionality. Describe the Microsoft Solution for Internet Business (MSIB) 2.0.

7 Module 14: Content Syndication Using Web Services This module provides students with the knowledge to syndicate content using Web services and Content Management Server Introduction to Content Syndication Architecture Drill-Down Lab 14: Building Custom Web Services Exercise 1: Creating the World News Web Application Exercise 2: Creating the NewsServer Web Service Exercise 3: Consuming the WorldNews Web Service from the Woodgrove Site Exercise 4: Testing the Solution Describe content syndication. Understand the roles of the publisher and consumer in syndication scenarios. Explain the role that Web services can play in content syndication. Describe typical content syndication architecture. Implement custom content syndication scenarios. Identify how Microsoft Word XP can be used as a rich client for content syndication. Module 15: Migration and Coexistence This module provides students with the knowledge to plan and implement a migration strategy from Content Management Server 2001 to Content Management Server Introduction to Migration Using the Migration Tool Migration Issues with Placeholders Migration Planning ASP to ASP.NET Migration Describe the migration process. Use the migration tool. Plan for all the issues involved in the migration of a site from previous versions of Content Management Server. Migrate Active Server Pages (ASP) templates to ASP.NET. Describe the issues with coexisting ASP and ASP.NET templates. Module 16: Content Management Server Site Deployment In this module, students will learn about the methods available in Content Management Server 2002 for deploying content-based sites. Deployment Concepts Deploying a Content Management Server Site Deploying a Site using Site Manager Deploying a Site using the Site Deployment API Exporting with the Site Deployment API Importing with the Site Deployment API

8 Deploying Rights Groups with the Site Deployment API Deploying Web Assets Lab 16: Creating Deployment Scripts Exercise 1: Creating a Staging Folder and Reviewing Script Logic Exercise 2: Developing the Deployment Script Exercise 3: Creating New Items for the Woodgrove Site Exercise 4: Deploying the Site Understand the concepts of deployment. Describe the basics of Content Management Server site deployment. Use Site Manager to deploy Content Management Server Web sites. Use the site deployment application programming interface (API) to deploy Content Management Server Web sites. Deploy other Web assets for a Content Management Server site. Module 17: Monitoring Content Management Server 2002 Performance This module provides students with an introduction to monitoring and optimizing Content Management Server Performance Benefits Testing Methodologies Ensuring Performance Caching Describe the performance benefits introduced by Microsoft for Content Management Server Understand the testing methodologies that can be used with Content Management Server. Devise a strategy for ensuring high Content Management Server performance. Work with the caching architecture of Content Management Server. Module 18: Building Multilingual Web Sites This module provides students with the knowledge to build multilingual Web sites with Content Management Server Introduction to Managing Multilingual Sites ASP.NET Globalization Support Multilingual Site Spectrum Multilingual Site Setup Localizing the Web Author Lab 18: Building Multilingual Web Sites Exercise 1: Setting up the French Site Exercise 2: Creating New Channels for the French Site Exercise 3: Localizing the Content Management Server Dialog Boxes Exercise 4: Creating a Language-Switcher Web Author Action Exercise 5: Overriding Default Web Author Actions Exercise 6: Using the Localized Site Describe the issues and processes involved in creating multilingual content-driven Web sites.

9 Describe the different types of multilingual Web sites. Configure multilingual channels for a Content Management Server solution. Localize the Web Author.

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

2609 : Introduction to C# Programming with Microsoft.NET

2609 : Introduction to C# Programming with Microsoft.NET 2609 : Introduction to C# Programming with Microsoft.NET Introduction In this five-day instructor-led course, developers learn the fundamental skills that are required to design and develop object-oriented

More information

Managing System Center Operations Manager 2007

Managing System Center Operations Manager 2007 Managing System Center Operations Manager 2007 Course No 50028 5 Days Instructor-led, Hands-on Introduction This five-day instructor-led course provides students with the knowledge and skills to managing

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

Implementing and Administering Security in a Microsoft Windows 2000 Network Course 2820 Five days Instructor-led Published: February 17, 2004

Implementing and Administering Security in a Microsoft Windows 2000 Network Course 2820 Five days Instructor-led Published: February 17, 2004 Implementing and Administering Security in a Microsoft Windows 2000 Network Course 2820 Five days Instructor-led Published: February 17, 2004 Introduction This five-day instructor-led course provides students

More information

DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 ADVANCED SOLUTIONS. Course: 20489A; Duration: 5 Days; Instructor-led

DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 ADVANCED SOLUTIONS. Course: 20489A; Duration: 5 Days; Instructor-led CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 ADVANCED SOLUTIONS Course: 20489A; Duration: 5 Days; Instructor-led WHAT YOU WILL LEARN This course provides SharePoint

More information

Advanced Technologies of SharePoint 2016

Advanced Technologies of SharePoint 2016 Advanced Technologies of SharePoint 2016 20339-2; 5 Days; Instructor-led Course Description This five-day course will teach you how to plan, configure, and manage the advanced features in a SharePoint

More information

20532D - Version: 1. Developing Microsoft Azure Solutions

20532D - Version: 1. Developing Microsoft Azure Solutions 20532D - Version: 1 Developing Microsoft Azure Solutions Developing Microsoft Azure Solutions 20532D - Version: 1 5 days Course Description: This course offers students the opportunity to take an existing

More information

Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services (Course 6425A)

Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services (Course 6425A) Duration Five days Introduction This five-day instructor-led course provides to teach Active Directory Technology Specialists with the knowledge and skills to configure in a distributed environment, implement

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

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

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 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

IMPLEMENTING A DESKTOP INFRASTRUCTURE. Course: 20415A Duration: 5 Days; Instructor-led

IMPLEMENTING A DESKTOP INFRASTRUCTURE. Course: 20415A Duration: 5 Days; Instructor-led CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: IMPLEMENTING A DESKTOP INFRASTRUCTURE Course: 20415A Duration: 5 Days; Instructor-led WHAT YOU WILL LEARN This 5-day instructor-led course provides you with

More information

At Course Completion: Course Outline: Course 20742: Identity with Windows Server Learning Method: Instructor-led Classroom Learning

At Course Completion: Course Outline: Course 20742: Identity with Windows Server Learning Method: Instructor-led Classroom Learning Course Outline: Course 20742: Identity with Windows Server 2016 Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: This five-day instructor-led course teaches IT

More information

METHODOLOGY This program will be conducted with interactive lectures, PowerPoint presentations, discussions and practical exercises.

METHODOLOGY This program will be conducted with interactive lectures, PowerPoint presentations, discussions and practical exercises. CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: IDENTITY WITH WINDOWS SERVER 2016 Course 20742: 5 days; Instructor-Led INTRODUCTION This five-day instructor-led course teaches IT Pros how to deploy and configure

More information

Advanced Technologies of SharePoint 2016

Advanced Technologies of SharePoint 2016 Advanced Technologies of SharePoint 2016 Course 20339-2A 5 Days Instructor-led, Hands on Course Information This five-day course will teach you how to plan, configure, and manage the advanced features

More information

Advanced Technologies of SharePoint 2016 ( )

Advanced Technologies of SharePoint 2016 ( ) SharePoint Course - 203392 Advanced Technologies of SharePoint 2016 (20339-2) Length 5 days Audience The course is targeted at experienced IT Professionals who are interested in learning how to install,

More information

Implementing an Advanced Server Infrastructure

Implementing an Advanced Server Infrastructure Implementing an Advanced Server Infrastructure Course 20414C 5 Days Instructor-led, Hands-on Introduction Get hands-on instruction and practice planning, designing and deploying a physical and logical

More information

COURSE A ADMINISTERING EXCHANGE SERVER 2016

COURSE A ADMINISTERING EXCHANGE SERVER 2016 ABOUT THIS COURSE This 5-day instructor-led course teaches IT professionals how to administer and support Exchange Server 2016. Students will learn how to install Exchange Server 2016, and how to configure

More information

2554 : Administering Microsoft Windows SharePoint Services and SharePoint Portal Server 2003

2554 : Administering Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 2554 : Administering Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students

More information

Programming Fundamentals of Web Applications

Programming Fundamentals of Web Applications Programming Fundamentals of Web Applications Course 10958B; 5 days, Instructor-led Course Description This five-day instructor-led course provides the knowledge and skills to develop web applications by

More information

Introduction to Programming

Introduction to Programming Introduction to Programming Course ISI-1329 - Three Days - Instructor-Led Introduction This three-day, instructor-led course introduces students to computer programming. Students will learn the fundamental

More information

COURSE OUTLINE. COURSE OBJECTIVES After completing this course, students will be able to: 1 - INSTALLING & CONFIGURING DCS

COURSE OUTLINE. COURSE OBJECTIVES After completing this course, students will be able to: 1 - INSTALLING & CONFIGURING DCS 20742 Identity with Windows Server 2016 This course teaches IT Pros how to deploy and configure Active Directory Domain Services in a distributed environment, how to implement Group Policy, how to perform

More information

MS 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Duration: 5 Days Method: Instructor-Led

MS 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Duration: 5 Days Method: Instructor-Led MS 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Duration: 5 Days Method: Instructor-Led Certification: Microsoft Certified Solutions Developer [MCSD]: Exam 70-488 Course Description

More information

Upgrading Your Skills to MCSA Windows 8.1

Upgrading Your Skills to MCSA Windows 8.1 Upgrading Your Skills to MCSA Windows 8.1 Course 20689D - Three days - Instructor-led - Hands-on Introduction This three day course is designed primarily for IT Professionals who want to upgrade their

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 20342B: Advanced Solutions of Microsoft Exchange Server 2013

Course 20342B: Advanced Solutions of Microsoft Exchange Server 2013 Course 20342B: Advanced Solutions of Exchange Server 2013 Length : 5 days Audience(s) : IT Professionals Level : 300 Technology : Exchange Server 2013 Delivery Method : Instructor-led (classroom) Course

More information

6421A: Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure

6421A: Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure www.peaksolutions.com 6421A: Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure Course 6421A: Five days; Instructor-Led Introduction This five-day instructor-led course provides

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

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

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Course No.10233B 5 Days Instructor-led, Hands-on Introduction This five-day, instructor-led course provides you with the

More information

Planning and Administering SharePoint 2016

Planning and Administering SharePoint 2016 Planning and Administering SharePoint 2016 Course 20339A 5 Days Instructor-led, Hands on Course Information This five-day course will combine the Planning and Administering SharePoint 2016 class with the

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

Administering Windows Server 2012

Administering Windows Server 2012 Administering Windows Server 2012 20411D; 5 days, Instructor-led Course Description Get hands-on instruction and practice administering Windows Server 2012, including Windows Server 2012 R2, in this five-day

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

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

Designing and Implementing a Server 2012 Infrastructure

Designing and Implementing a Server 2012 Infrastructure Designing and Implementing a Server 2012 Infrastructure Course 20413C 5 Days Instructor-led, Hands-on Introduction This 5-day instructor-led course provides you with the skills and knowledge needed to

More information

A: Advanced Technologies of SharePoint 2016

A: Advanced Technologies of SharePoint 2016 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

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

[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

Advanced Solutions of Microsoft SharePoint 2013

Advanced Solutions of Microsoft SharePoint 2013 Course 20332A :Advanced Solutions of Microsoft SharePoint 2013 Page 1 of 9 Advanced Solutions of Microsoft SharePoint 2013 Course 20332A: 4 days; Instructor-Led About the Course This four-day course examines

More information

NE Administering Windows Server 2012

NE Administering Windows Server 2012 NE-20411 Administering Windows Server 2012 Summary Duration 5 Days Audience IT Professionals Level 200 Technology Windows Server 2012 Delivery Method Instructor-led (Classroom) Training Credits N/A Introduction

More information

Advanced Solutions of Microsoft SharePoint Server 2013 Course Contact Hours

Advanced Solutions of Microsoft SharePoint Server 2013 Course Contact Hours Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332 36 Contact Hours Course Overview This course examines how to plan, configure, and manage a Microsoft SharePoint Server 2013 environment.

More information

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Developing Microsoft SharePoint Server 2013 Core Solutions 20488B; 5 days, Instructor-led Course Description In this course, students learn core skills that are common to almost all SharePoint development

More information

Identity with Windows Server 2016

Identity with Windows Server 2016 Identity with Windows Server 2016 Course 20742B - 5 Days - Instructor-led, Hands on Introduction This five-day instructor-led course teaches IT Pros how to deploy and configure Active Directory Domain

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

"Charting the Course... MOC B Implementing a Desktop Infrastructure. Course Summary

Charting the Course... MOC B Implementing a Desktop Infrastructure. Course Summary Course Summary Description This 5-day instructor-led course provides you with the skills and knowledge needed to plan, design, and implement a Windows 8 desktop infrastructure. The course provides guidance

More information

Implementing and Managing Microsoft Exchange Server 2003

Implementing and Managing Microsoft Exchange Server 2003 Implementing and Managing Microsoft Exchange Server 2003 Key Data Course #: 2400 Number of Days: 5 Format: Instructor-Led Certification Exams: 70-284 This course helps you prepare for the following Microsoft

More information

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Developing Microsoft SharePoint Server 2013 Core Solutions Duration: 5 Days Course Code: 20488B About this course In this course, students learn core skills that are common to almost all SharePoint development

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

Developing ASP.NET MVC 4 Web Applications

Developing ASP.NET MVC 4 Web Applications Developing ASP.NET MVC 4 Web Applications Course 20486B; 5 days, Instructor-led Course Description In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5

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

Course 20488A: Developing Microsoft SharePoint Server 2013 Core Solutions

Course 20488A: Developing Microsoft SharePoint Server 2013 Core Solutions Course 20488A: Developing SharePoint Server 2013 Core Solutions Delivery Method: Instructor-led (classroom) Duration: 5 Days Level: 300 COURSE OVERVIEW About this Course In this course, students learn

More information

Updating your Business Intelligence Skills to Microsoft SQL Server 2012 Course 40009A; 3 Days, Instructor-led

Updating your Business Intelligence Skills to Microsoft SQL Server 2012 Course 40009A; 3 Days, Instructor-led Updating your Business Intelligence Skills to Microsoft SQL Server 2012 Course 40009A; 3 Days, Instructor-led Course Description This three-day instructor-led course provides existing SQL Server Business

More information

Course 20416B: Implementing Desktop Application Environments Page 1 of 7

Course 20416B: Implementing Desktop Application Environments Page 1 of 7 Course 20416B: Implementing Desktop Application Environments Page 1 of 7 Implementing Desktop Application Environments Course 20416B: 4 days; Instructor-Led Introduction In this four-day course, build

More information

SharePoint 2013 End User

SharePoint 2013 End User SharePoint 2013 End User Course 55031A; 3 Days, Instructor-led Course Description This SharePoint 2013 End User class is for end users working in a SharePoint 2013 environment. The course teaches SharePoint

More information

Course Content. This is the second in a sequence of two courses for IT Professionals and is aligned with the SharePoint 2016 IT Pro certification.

Course Content. This is the second in a sequence of two courses for IT Professionals and is aligned with the SharePoint 2016 IT Pro certification. Course Content Course Description: This five-day course will teach you how to plan, configure, and manage the advanced features in a environment. The special areas of focus for this course include implementing

More information

Course No. MCSA Days Instructor-led, Hands-on

Course No. MCSA Days Instructor-led, Hands-on MCSA: Windows Server 2012 Course No. MCSA2012 9 Days Instructor-led, Hands-on Introduction In this accelerated course nine day course, students will gain the skills and knowledge necessary to administer

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

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

Administering System Center Configuration Manager and Intune

Administering System Center Configuration Manager and Intune Administering System Center Configuration Manager and Intune Course 20696C 5 Days Instructor-led, Hands-on Introduction Get expert instruction and hands-on practice configuring and managing clients and

More information

Installing and Configuring Windows Server 2012

Installing and Configuring Windows Server 2012 Installing and Configuring Windows Server 2012 Course 20410C - Five days - Instructor-led - Hands-on Introduction Get hands-on instruction and practice installing and configuring Windows Server 2012, including

More information

Administering Microsoft Exchange Server 2016

Administering Microsoft Exchange Server 2016 Course 20345-1: Administering Microsoft Exchange Server 2016 Page 1 of 6 Administering Microsoft Exchange Server 2016 Course 20345-1: 4 days; Instructor-Led Introduction This 4-day instructor-led course

More information

Windows Presentation Foundation Visual Studio.NET 2008

Windows Presentation Foundation Visual Studio.NET 2008 Windows Presentation Foundation Visual Studio.NET 2008 Course 6460 - Three Days - Instructor-led - Hands on This three-day instructor-led course provides students with the knowledge and skills to build

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

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

Implementing Microsoft Internet Security and Acceleration Server 2004

Implementing Microsoft Internet Security and Acceleration Server 2004 Implementing Microsoft Internet Security and Acceleration Key Data Course #: 2824 Number of Days: 5 Format: Instructor-Led Certification Track: This course will also help to prepare individuals pursuing

More information

Azure Development Course

Azure Development Course Azure Development Course About This Course This section provides a brief description of the course, audience, suggested prerequisites, and course objectives. COURSE DESCRIPTION This course is intended

More information

Troubleshooting and Supporting Windows 7 in the Enterprise

Troubleshooting and Supporting Windows 7 in the Enterprise Troubleshooting and Supporting Windows 7 in the Enterprise Course 6293 - Three Days - Instructor-led - Hands on Introduction This course is designed for Information Technology (IT) professionals who have

More information

Update Application Platform Technology Skills to Windows Server 2008

Update Application Platform Technology Skills to Windows Server 2008 Update Application Platform Technology Skills to Windows Server 2008 Course 6417 3 Days Instructor-led, Hands-on Introduction This 3-day instructor-led course provides students with an understanding of

More information

20347: Enabling and Managing Office hours

20347: Enabling and Managing Office hours 20347: Enabling and Managing Office 365 35 hours About this course This is a 5-day instructor-led training (ILT) course that targets the needs of IT professionals who take part in evaluating, planning,

More information

20489: Developing Microsoft SharePoint Server 2013 Advanced Solutions

20489: Developing Microsoft SharePoint Server 2013 Advanced Solutions 20489: Developing Microsoft SharePoint Server 2013 Advanced Solutions Length: 5 days Audience: Developers Level: 300 OVERVIEW This course provides SharePoint developers the information needed to implement

More information

Identity with Windows Server 2016

Identity with Windows Server 2016 Identity with Windows Server 2016 20742B; 5 days, Instructor-led Course Description This five-day instructor-led course teaches IT Pros how to deploy and configure Active Directory Domain Services (AD

More information

20532D: Developing Microsoft Azure Solutions

20532D: Developing Microsoft Azure Solutions 20532D: Developing Microsoft Azure Solutions Course Details Course Code: Duration: Notes: 20532D 5 days Elements of this syllabus are subject to change. About this course This course is intended for students

More information

Implementing & Managing Windows Server 2008 Hyper-V

Implementing & Managing Windows Server 2008 Hyper-V Implementing & Managing Windows Server 2008 Hyper-V Course No. 6422-3 Days Instructor-led, Hands-on Introduction This three-day instructor-led course teaches students how to implement and manage Windows

More information

Course Description. Audience. Prerequisites. At Course Completion

Course Description. Audience. Prerequisites. At Course Completion Module Title : Course 20336A: Core Solutions of Microsoft Lync Server 2013 Duration : 5 days Course Description This instructor-led course teaches IT professionals how to plan, design, deploy, configure,

More information

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions Developing Microsoft Azure Solutions Duration: 5 Days Course Code: M20532 Overview: This course is intended for students who have experience building web applications. Students should also have experience

More information

Microsoft Administering Microsoft Exchange Server 2016

Microsoft Administering Microsoft Exchange Server 2016 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20345-1 Administering Microsoft Exchange Server 2016 Length 5 days Price $4290.00 (inc GST) Version A Overview This 5-day instructor-led course teaches IT

More information

SharePoint 2016 Administrator's Survival Camp

SharePoint 2016 Administrator's Survival Camp SharePoint 2016 Administrator's Survival Camp Installing and Managing SharePoint 2016 in an On -premises Environment Course Code Audience Format Length Course Description Student Prerequisites SSC2016

More information

Microsoft Advanced Technologies of SharePoint 2016

Microsoft Advanced Technologies of SharePoint 2016 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20339-2 Advanced Technologies of SharePoint 2016 Length 5 days Price $4290.00 (inc GST) Version A Overview This five-day course will teach you how to plan,

More information

Developing Rich Internet Applications Using Microsoft Silverlight 4

Developing Rich Internet Applications Using Microsoft Silverlight 4 Developing Rich Internet Applications Using Microsoft Silverlight 4 Course No. 10554 5 Days Instructor-led, Hands-on Introduction This course covers intermediate and advanced topics required to develop

More information

M20742-Identity with Windows Server 2016

M20742-Identity with Windows Server 2016 M20742-Identity with Windows Server 2016 Course Number: M20742 Category: Technical Microsoft Duration: 5 days Certification: 70-742 Overview This five-day instructor-led course teaches IT Pros how to deploy

More information

COURSE 20486B: DEVELOPING ASP.NET MVC 4 WEB APPLICATIONS

COURSE 20486B: DEVELOPING ASP.NET MVC 4 WEB APPLICATIONS ABOUT THIS COURSE In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5 tools and technologies. The focus will be on coding activities that enhance the

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

20486: Developing ASP.NET MVC 4 Web Applications (5 Days)

20486: Developing ASP.NET MVC 4 Web Applications (5 Days) www.peaklearningllc.com 20486: Developing ASP.NET MVC 4 Web Applications (5 Days) About this Course In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework

More information

Planning and Administering SharePoint 2016

Planning and Administering SharePoint 2016 Planning and Administering SharePoint 2016 20339-1; 5 Days; Instructor-led Course Description This five-day course will provide you with the knowledge and skills to plan and administer a Microsoft SharePoint

More information

[MS10974B]: Deploying and Migrating Windows Servers

[MS10974B]: Deploying and Migrating Windows Servers [MS10974B]: Deploying and Migrating Windows Servers Length : 3 days Audience(s) : IT Professionals Level : 300 Technology : Windows Server 2012 Delivery Method : Instructor-led (Classroom) Course Overview

More information

20742: Identity with Windows Server 2016

20742: Identity with Windows Server 2016 Course Content Course Description: This five-day instructor-led course teaches IT Pros how to deploy and configure Active Directory Domain Services (AD DS) in a distributed environment, how to implement

More information

A: Administering System Center Configuration Manager

A: Administering System Center Configuration Manager 20703-1A: Administering System Center Configuration Manager Duration: 5 days; Instructor-led WHAT YOU WILL LEARN This five-day course describes how to use Configuration Manager and its associated site

More information

Course Outline. Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days Instructor-Led

Course Outline. Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days Instructor-Led Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days Instructor-Led Introduction This two day class is designed for information workers or power users who serve as SharePoint

More information

SharePoint 20488: Developing Microsoft SharePoint Server 2013 Core Solutions. Upcoming Dates. Course Description. Course Outline

SharePoint 20488: Developing Microsoft SharePoint Server 2013 Core Solutions. Upcoming Dates. Course Description. Course Outline SharePoint 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Get the skills to design, manage and deploy SharePoint Development platform features in this 5-day instructor lead course. This

More information

COURSE 20488B: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS

COURSE 20488B: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS Page 1 of 10 ABOUT THIS COURSE In this course, students learn core skills that are common to almost all SharePoint development activities. These include working with the server-side and client-side object

More information

Implementing a Desktop Infrastructure

Implementing a Desktop Infrastructure 20415 - Implementing a Desktop Infrastructure Duration: 5 days Course Price: $2,975 Software Assurance Eligible Course Description Course Overview This 5-day instructor-led training course provides you

More information

Implementing a Desktop Infrastructure

Implementing a Desktop Infrastructure Course 20415: Implementing a Desktop Infrastructure Page 1 of 7 Implementing a Desktop Infrastructure Course 20415: 4 days; Instructor-Led Introduction This 4-day instructor-led course provides you with

More information

Course Outline. Enabling and Managing Office 365 Course 20347A: 5 days Instructor Led

Course Outline. Enabling and Managing Office 365 Course 20347A: 5 days Instructor Led Enabling and Managing Office 365 Course 20347A: 5 days Instructor Led About this course This is a 5-day instructor-led training (ILT) course that targets the needs of IT professionals who take part in

More information

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Developing Microsoft SharePoint Server 2013 Core Solutions Days/Duration 5 Code M20488 Overview In this course, students learn core skills that are common to almost all SharePoint development activities.

More information

Core Solutions of Microsoft SharePoint Server 2013

Core Solutions of Microsoft SharePoint Server 2013 Core Solutions of Microsoft SharePoint Server 2013 Course: 20331 Course Details Audience(s): IT Professional(s) Technology: Duration: Microsoft SharePoint Server 40 Hours ABOUT THIS COURSE This course

More information

Microsoft Developing Microsoft SharePoint Server 2013 Advanced Solutions

Microsoft Developing Microsoft SharePoint Server 2013 Advanced Solutions 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20489 - Developing Microsoft SharePoint Server 2013 Advanced Solutions Length 5 days Price $4290.00 (inc GST) Version B Overview This course provides SharePoint

More information