Microsoft Developing Windows Azure and Web Services

Similar documents
COURSE 20487B: DEVELOPING WINDOWS AZURE AND WEB SERVICES

Developing Windows Azure and Web Services

MS-20487: Developing Windows Azure and Web Services

[MS20487]: Developing Windows Azure and Web Services

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

Microsoft Designing and Deploying Microsoft Exchange Server 2016

Microsoft Configuring and Deploying a Private Cloud

Microsoft Installation and Deployment in Microsoft Dynamics CRM 2013

Microsoft Developing Microsoft SharePoint Server 2013 Core Solutions

Microsoft Server Virtualization with Windows Server Hyper-V and System Center

Microsoft Administering Microsoft SQL Server 2014 Databases

Microsoft Implementing a Software-Defined DataCenter

Microsoft Developing Microsoft SharePoint Server 2013 Advanced Solutions

Microsoft Upgrading Your Skills to Windows Server 2016 MCSA

Course Outline. Introduction to Azure for Developers Course 10978A: 5 days Instructor Led

Microsoft Advanced Solutions of Microsoft Exchange Server 2013

Microsoft Deploying and Migrating Windows Servers

Microsoft Advanced Technologies of SharePoint 2016

Microsoft Administering the Web Server (IIS) Role of Windows Server

Microsoft Configuring and Administering Microsoft SharePoint 2010

Super SQL Bootcamp. Price $ (inc GST)

Microsoft 20409FS - Server Virtualization with Windows Server Hyper-V and System Center Fast Start (4 days)

Microsoft Microsoft SharePoint 2010 Application Development

Microsoft Implementing a SQL Data Warehouse

Microsoft Advanced Windows Store App Development Using C#

DO NOT USE Microsoft Designing Database Solutions for Microsoft SQL Server

Microsoft Deploying Windows Desktops and Enterprise Applications

Microsoft Implement and Manage Microsoft Desktop Virtualization

Microsoft Planning and Deploying System Center 2012 Configuration Manager

Microsoft Extending Microsoft Dynamics CRM 2011

Microsoft Implementing Desktop Application Environments

Microsoft Enabling and Managing Office 365

Microsoft Programming in C#

Microsoft Programming in HTML5 with JavaScript and CSS3

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

Microsoft Core Solutions of Microsoft Skype for Business 2015

Microsoft Developing ASP.NET MVC 4 Web Applications

Microsoft Virtualizing Enterprise Desktops and Apps

Microsoft Implementing a Data Warehouse with Microsoft SQL Server 2014

Microsoft Design and Deploy Messaging Solutions with Microsoft Exchange Server 2010

Microsoft Installing and Configuring Windows 10

Microsoft Querying Microsoft SQL Server 2014

Microsoft Upgrading Your Skills to MCSA Windows 8

Microsoft Upgrading Your Skills to Windows Server 2016

Microsoft Administering Microsoft Exchange Server 2016

Microsoft Implementing an Advanced Server Infrastructure

Microsoft Administering System Center Configuration Manager and Intune

Microsoft Planning and Designing a Microsoft Lync Server 2010 Solution

Microsoft Administering a SQL Database Infrastructure

Microsoft Cloud & Datacenter Monitoring with System Center Operations Manager

DE Introduction to Web Development with Microsoft Visual Studio 2010

Microsoft Core Solutions of Microsoft Lync Server 2013

Microsoft Enterprise Voice and Online Services with Microsoft Lync Server 2013

Microsoft Active Directory Services with Windows Server

CXA Citrix XenApp 6.5 Administration

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

Developing Microsoft Azure Solutions

Microsoft SharePoint Online for Administrators

20532D: Developing Microsoft Azure Solutions

Microsoft Networking with Windows Server 2016

CNS-207-2I Implementing Citrix NetScaler 10.5 for App and Desktop Solutions

Microsoft Automating Administration with Windows PowerShell

Microsoft Core Solutions of Microsoft SharePoint Server 2013

Microsoft Designing and Implementing a Server Infrastructure

1. Query and manipulate data with Entity Framework.

Microsoft Supporting Windows 8.1

Introduction to Web Development with Microsoft Visual Studio 2010

Microsoft Deploying and Managing Windows 10 Using Enterprise Services

Microsoft Deploying, Configuring, and Administering Microsoft Lync Server 2010

Developing Microsoft Azure Solutions

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

Developing Windows Communication Foundation Solutions with Microsoft Visual Studio 2010

Microsoft Administering System Center Configuration Manager

Course Outline. Developing Microsoft Azure Solutions Course 20532C: 4 days Instructor Led

Microsoft Implementing and Managing Microsoft Server Virtualisation

Azure Development Course

Microsoft Planning and Implementing Windows Server 2008

Content Pack. Content Pack objectives

Microsoft Configuring and Troubleshooting Windows Server 2008 Application Infrastructure

COURSE OUTLINE: OD10267A Introduction to Web Development with Microsoft Visual Studio 2010

Microsoft Plan and Manage Windows 7 Desktop Deployments and Environments

Microsoft Configuring Advanced Windows Server 2012 Services

Microsoft Configuring Windows 8.1

Developing Web Applications Using Microsoft Visual Studio 2008 SP1

CXS-203-1I Citrix XenServer 6.0 Administration

Microsoft Troubleshooting and Supporting Windows 7 in the Enterprise

20532D - Version: 1. Developing Microsoft Azure Solutions

"Charting the Course... MOC A Introduction to Web Development with Microsoft Visual Studio Course Summary

10267 Introduction to Web Development with Microsoft Visual Studio 2010

Introduction to Web Development with Microsoft Visual Studio 2010

Developing Microsoft Azure Solutions: Course Agenda

Course Outline. Lesson 2, Azure Portals, describes the two current portals that are available for managing Azure subscriptions and services.

Microsoft Configuring, Managing and Maintaining Windows Server 2008

Developing Microsoft Azure Solutions

Application Lifecycle Management Solutions using Microsoft Visual Studio 2013

20533B: Implementing Microsoft Azure Infrastructure Solutions

Microsoft Developing SQL Databases

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Enterprise Cloud Solutions with Azure

Microsoft Updating Your Windows Server 2003 Technology Skills to Windows Server 2008

Transcription:

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 and develop services that access local and remote data from various data sources. Students will also learn how to develop and deploy services to hybrid environments, including on-premises servers and Windows Azure. This course helps people prepare for exam 70-487 Note: Students may need an Azure account to complete this course. Details of how to obtain a 30 day Azure pass will be provided prior to attending the course. Students can use their personal Azure account if they prefer. Microsoft s cloud products are ever green, that is Microsoft is continually developing and upgrading these products. Where digital courseware is used, Fresh Editions will automatically provide access to the latest manual, however, there is often a lag between the course content and the current build of the product. Attendees on these courses will appreciate the fluid nature of the technology and accept that discrepancies in the courseware are inevitable. The Microsoft Certified Trainer, where possible, will highlight these changes and guide students accordingly. Skills Gained After completing this course, students will be able to: Query and manipulate data with Entity Framework Use ASP.NET Web API to create HTTP-based services and consume them from.net and non-.net clients Extend ASP.NET Web API services using message handlers, model binders, action filters, and media type formatters Create SOAP-based services with the Windows Communication Foundation (WCF) and consume them from.net clients Apply design principles to service contracts and extend WCF services using custom runtime components and behaviors Secure WCF services using transport and message security Use Windows Azure Service Bus for relayed messaging and brokered messaging using queues and topics Host services on on-premises servers, and on various Windows Azure environments, such as Web Roles, Worker Roles, and Web Sites Deploy services to both on-premises servers and Windows Azure Store and access data in Windows Azure Storage, and configure storage access rights Monitor and log services, both on-premises and in Windows Azure Implement federated authentication by using ACS with ASP.NET Web API services Create scalable, load-balanced services Key Topics Module 1: Overview of service and cloud technologies This module provides an overview of service and cloud technologies using the Microsoft.NET Framework and the Windows Azure cloud. Key Components of Distributed Applications Data and Data Access Technologies Service Technologies Cloud Computing Exploring the Blue Yonder Airlines Travel Companion Application Lab : Exploring the work environment

Creating a Windows Azure SQL Database Creating an Entity Data model Managing the Entity Framework Model with an ASP.NET Web API Project Deploying a web application to Windows Azure Module 2: Querying and Manipulating Data Using Entity Framework This module Describes the Entity Framework data model, and how to create, read, update, and delete data. ADO.NET Overview Creating an Entity Data Model Querying Data Manipulating Data Lab : Creating a Data Access Layer by Using Entity Framework Creating a Data Model Querying and Manipulating Data Module 3: Creating and Consuming ASP.NET Web API Services This module describes HTTP-based services that are developed, hosted, and consumed by using ASP.NET Web API. HTTP Services Creating an ASP.NET Web API Service Handling HTTP Requests and Responses Hosting and Consuming ASP.NET Web API Services Lab : Creating the Travel Reservation ASP.NET Web API Service Creating an ASP.NET Web API Service Consuming an ASP.NET Web API Service Module 4: Extending and Securing ASP.NET Web API Services This module describes in detail the ASP.NET Web API architecture and how you can extend and secure ASP.NET Web API services. The ASP.NET Web API Pipeline Creating OData Services Implementing Security in ASP.NET Web API Services Injecting Dependencies into Controllers Lab : Extending Travel Companion s ASP.NET Web API Services Creating a Dependency Resolver for Repositories Adding a New Media Type for RSS Requests Adding OData Capabilities to the Flight Schedule Service Applying Validation Rules in the Booking Service Secure the communication between client and server Module 5: Creating WCF Services This module introduces Windows Communication Foundation (WCF) and describes how to create, host, and consume a WCF service.

Advantages of Creating Services with WCF Creating and Implementing a Contract Configuring and Hosting WCF Services Consuming WCF Services Lab : Creating and Consuming the WCF Booking Service Creating the WCF Booking Service Configuring and Hosting the WCF Service Consuming the WCF Service from the ASP.NET Web API Booking Service Module 6: Hosting Services This module describes how to host web services both on-premises and in Windows Azure. It explains various components of Windows Azure Cloud Services: Web Role, Worker Role, and Windows Azure Web Sites. Hosting Services On-Premises Hosting Services in Windows Azure Lab : Hosting Services Hosting the WCF Services in IIS Host the ASP.NET Web API Services in a Windows Azure Web Role Host the Flights Management Web Application in a Windows Azure Web Site Module 7: Windows Azure Service Bus This module describes web-scale messaging patterns, and the infrastructures provided by Windows Azure Service Bus. What Are Windows Azure Service Bus Relays? Windows Azure Service Bus Queues Windows Azure Service Bus Topics Lab : Windows Azure Service Bus Use a Service Bus Relay for the WCF Booking Service Publish Flight Updates to Clients by Using Windows Azure Service Bus Queues Module 8: Deploying Services This module describes different techniques for deploying web applications. Web Deployment with Visual Studio 2012 Creating and Deploying Web Application Packages Command-Line Tools for Web Deploy Deploying Web and Service Applications to Windows Azure Continuous Delivery with TFS and Git Best Practices for Production Deployment Lab : Deploying Services Deploying an Updated Service to Windows Azure Exporting and importing an IIS deployment package

Module 9: Windows Azure Storage This module Describes Windows Azure Storage, the services it provides, and the best way to use these services. Introduction to Windows Azure Storage Windows Azure Blob Storage Windows Azure Table Storage Windows Azure Queue Storage Restricting Access to Windows Azure Storage Lab : Windows Azure Storage Storing Content in Windows Azure Storage Storing Content in Windows Azure Table Storage Creating Shared Access Signatures for Blobs Module 10: Monitoring and Diagnostics This module describes how to perform monitoring and diagnostics in Windows Azure services. Performing Diagnostics by Using Tracing Configuring Service Diagnostics Monitoring Services Using Windows Azure Diagnostics Collecting Windows Azure Metrics Lab : Monitoring and Diagnostics Configuring WCF Tracing and Message Logging Configuring Windows Azure Diagnostics Module 11: Identity Management and Access Control This module describes the basic principles of modern identity handling and demonstrates how to use infrastructures such as Windows Azure Access Control Service (ACS) to implement authentication and authorization with claims-based identity in Windows Communication Foundation (WCF). Claims-based Identity Concepts Using the Windows Azure Access Control Service Configuring Services to Use Federated Identities Handling Federated Identities on the Client Side Lab : Identity Management and Access Control Configuring Windows Azure ACS Integrating ACS with the ASP.NET Web API Project Deploying the Web Application to Windows Azure and Configure the Client App Module 12: Scaling Services This module describes the ways in which you can ensure services can handle increasing workloads and user demand. Introduction to Scalability Load Balancing Scaling On-Premises Services with Distributed Cache

Windows Azure Caching Caveats of Scaling Services Scaling Globally Lab : Scalability Use Windows Azure Caching Module 13: Appendix A: Designing and Extending WCF Services This module covers designing Windows Communication Foundation (WCF) service contracts, creating services that support distributed transactions, and extending the WCF pipeline with custom runtime components and custom behaviors. Applying Design Principles to Service Contracts Handling Distributed Transactions Extending the WCF Pipeline Lab : Designing and Extending WCF Services Create a Custom Error Handler Runtime Component Add Support for Distributed Transactions to the WCF Booking Service Module 14: Appendix B: Implementing Security in WCF Services This module deals with the various considerations you have to take into account when designing a secure web service, such as encryption, input validation, authentication, and authorization, and the techniques to use while applying these considerations to services developed with WCF. Introduction to Web Services Security Transport Security Message Security Configuring Service Authentication and Authorization Lab : Securing a WCF Service Securing the WCF Service Using authorization rules to validate the client s requests Configure the ASP.NET web API booking service for secured communication Target Audience This course is intended for both novice and experienced.net developers who have a minimum of six months programming experience, and want to learn how to develop services and deploy them to hybrid environments. We can also deliver and customise this training course for larger groups saving your organisation time, money and resources. For more information, please contact us on 1800 853 276. Prerequisites Before attending this course, students must have: Experience with C# programming, and concepts such as Lambda expressions, LINQ, and anonymous types. Understanding the concepts of n-tier applications. Experience with querying and manipulating data with ADO.NET.

Knowledge of XML data structures. The supply of this course by DDLS is governed by the booking terms and conditions. Please read the terms and conditions carefully before enrolling in this course, as enrolment in the course is conditional on acceptance of these terms and conditions. 2018 DDLS Australia Pty Ltd. All Rights Reserved