MOC 20487 DEVELOPING WINDOWS AZURE AND WEB SERVICES



Similar documents
This module provides an overview of service and cloud technologies using the Microsoft.NET Framework and the Windows Azure cloud.

MS 20487A Developing Windows Azure and Web Services

Developing Windows Azure and Web Services

Developing Windows Azure and Web Services

MS 10978A Introduction to Azure for Developers

MOC SERVER VIRTUALIZATION WITH WINDOWS SERVER HYPER-V AND SYSTEM CENTER

Course 10978A Introduction to Azure for Developers

MOC MONITORING AND OPERATING A PRIVATE CLOUD

10978A: Introduction to Azure for Developers

MOC CLOUD & DATACENTER MONITORING WITH SYSTEM CENTER OPERATIONS MANAGER

Introduction to Azure for Developers

Microsoft Introduction to Azure for Developers

Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led

Course 20532B: Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions

MOC ACTIVE DIRECTORY SERVICES WITH WINDOWS SERVER

CLOUD COMPUTING & WINDOWS AZURE

Developing Microsoft Azure Solutions 20532A; 5 days

MOC QUERYING MICROSOFT SQL SERVER

CNS-208 CITRIX NETSCALER 10.5 ESSENTIALS FOR ACE MIGRATION

Microsoft Azure for IT Professionals 55065A; 3 days

IT Exam Training online / Bootcamp

Course Description. Course Audience. Course Outline. Course Page - Page 1 of 5. Microsoft Azure Fundamentals M Length: 2 days Price: $ 1,295.

Course Outline. Microsoft Azure Fundamentals Course 10979A: 2 days Instructor Led. About this Course. Audience Profile. At Course Completion

ADS2013: App Development with SharePoint 2013

Course MS55077A Project Server 2013 Development. Length: 5 Days

GOA365: The Great Office 365 Adventure

Course 10174B: Configuring and Administering Microsoft SharePoint 2010

Windows Azure Data Services (basics) 55093A; 3 Days

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led

Course: 10174B: Configuring and Administering Microsoft SharePoint 2010

Developing Microsoft SharePoint Server 2013 Advanced Solutions

Developing Microsoft SharePoint Server 2013 Advanced Solutions

The Great Office 365 Adventure

Course 20533: Implementing Microsoft Azure Infrastructure Solutions

AppDev OnDemand Cloud Computing Learning Library

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

SAV2013: The Great SharePoint 2013 App Venture

This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications.

Configuring and Administering Microsoft SharePoint 2010

Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW

Implementing Microsoft Azure Infrastructure Solutions

Advanced Web Application Development using Microsoft ASP.NET

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions

Course Outline: Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions

Course Outline: Course: Implementing a Data Warehouse with Microsoft SQL Server 2012 Learning Method: Instructor-led Classroom Learning

Programming in C# with Microsoft Visual Studio 2010

Designing a Data Solution with Microsoft SQL Server 2014

Application Migration Best Practices. Gregory Shepard Senior Consultant InCycle Software

MS 20532B - Developing Microsoft Azure Solutions

Windows Azure platform What is in it for you? Dominick Baier Christian Weyer

70-487: Developing Windows Azure and Web Services

Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777

Security Best Practices for Microsoft Azure Applications

Configuring and Troubleshooting Internet Information Services in Windows Server 2008

day 1 2 Windows Azure Platform Overview... 2 Windows Azure Compute... 3 Windows Azure Storage... 3 day 2 5

Sentinet for Windows Azure SENTINET

Developing ASP.NET MVC 4 Web Applications MOC 20486

EXAM PRO:Design & Develop Windows Apps Using MS.NET Frmwk 4. Buy Full Product.

ADMINISTERING MICROSOFT SQL SERVER DATABASES

Developing ASP.NET MVC 4 Web Applications

Building Composite Application Services with Windows Server AppFabric. Rick G.

Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led

MS 20465C: Designing a Data Solution with Microsoft SQL Server

Developing Secure Web Applications

Advanced Web Application Development using Microsoft ASP.NET

Implementing a Data Warehouse with Microsoft SQL Server 2012

SharePoint 2013 Business Connectivity Services Hybrid Overview

Describe how to utilize the Publishing API to access publishing settings and content.

Azure Powershell Command Line Reference

Course 10232: Designing and Developing Microsoft SharePoint Server 2010 Applications

InnerWorkings Catalog

OVERVIEW OF MICROSOFT AZURE

Administering a SQL Database Infrastructure

Administering a SQL Database Infrastructure 20764; 5 Days; Instructor-led

Migrating SaaS Applications to Windows Azure

2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led

Developing Microsoft SharePoint Server 2013 Advanced Solutions MOC 20489

WHITE PAPER. Migrating an existing on-premise application to Windows Azure Cloud

DE-20489B Developing Microsoft SharePoint Server 2013 Advanced Solutions

2933A: Developing Business Process and Integration Solutions Using Microsoft BizTalk Server 2006

This course will also teach how to create various kinds of dashboards using Reporting Services.

Implementing a Data Warehouse with Microsoft SQL Server 2012

Administering Microsoft SQL Server Databases

Outlook. Corporate Research and Technologies, Munich, Germany. 20 th May 2010

Upgrading Your Development Skills to SharePoint 2013 Course 55014A; 5 Days, Instructor-led

Programming with the Microsoft.NET Framework Using Microsoft Visual Studio 2005 (VB)

Implementing Microsoft Azure Infrastructure Solutions

Transcription:

ONE STEP AHEAD. MOC 20487 DEVELOPING WINDOWS AZURE AND WEB SERVICES Length: 5 Days Level: 300 Technology: Microsoft Visual Studio 2012 Delivery Method: Instructor-led (classroom) COURSE OUTLINE 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 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 Describe the key components of distributed applications. Describe data and data access technologies. Explain service technologies. Describe the features and functionalities of cloud computing. Describe the architecture and working of the Blue Yonder Airlines Travel Companion application. 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 Explain basic objects in ADO.NET and asynchronous operations. Create an Entity Framework data model. Query data by using Entity Framework. Insert, delete, and update entities by using Entity Framework. Module 3: Creating and Consuming ASP.NET Web API Srvices This module describes HTTP-based services 1

that are developed, hosted, and consumed by using ASP. NET Web API. HTTP Creating an ASP.NET Web API Handling HTTP Requests and Responses Hosting and Consuming ASP.NET Web API Lab : Creating the Travel Reservation ASP.NET Web API Creating an ASP.NET Web API Consuming an ASP.NET Web API Design services by using the HTTP protocol. Create services by using ASP.NET Web API. Use the HttpRequestMessage/HttpResponseMessage classes to control HTTP messages. Host and consume ASP.NET Web API services. Module 4: Extending and Securing ASP.NET Web API 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 Implementing Security in ASP.NET Web API Injecting Dependencies into Controllers Lab : Extending Travel Companion s ASP.NET Web API Creating a Dependency Resolver for Repositories Adding a New Media Type for RSS Requests Adding OData Capabilities to the Flight Schedule Applying Validation Rules in the Booking Secure the communication between client and server Extend the ASP.NET Web API request and response pipeline. Create OData services using ASP.NET Web API. Secure ASP.NET Web API. Inject dependencies into ASP.NET Web API controllers. Module 5: Creating WCF This module introduces Windows Communication Foundation (WCF) and describes how to create, host, and consume a WCF service. Advantages of Creating with WCF Creating and Implementing a Contract Configuring and Hosting WCF Consuming WCF Lab : Creating and Consuming the WCF Booking Creating the WCF Booking Configuring and Hosting the WCF Consuming the WCF from the ASP.NET Web API Booking Describe why and when to use WCF to create services. Define a service contract and implement it. Host and configure a WCF service. Consume a WCF service from a client application. Module 6: Hosting This module describes how to host web services both on-premises and in Windows Azure. It explains various components of Windows Azure Cloud : Web Role, Worker Role, and Windows Azure Web Sites. Hosting On-Premises Hosting in Windows Azure Lab : Hosting Hosting the WCF in IIS Host the ASP.NET Web API in a Windows Azure Web Role Host the Flights Management Web Application in a Windows Azure Web Site Host services on-premises by using Windows services and IIS 26

Host services in the Windows Azure cloud environment by using Windows Azure Cloud and Web Sites Module 7: Windows Azure Bus This module describes web-scale messaging patterns, and the infrastructures provided by Windows Azure Bus. What Are Windows Azure Bus Relays? Windows Azure Bus Queues Windows Azure Bus Topics Lab : Windows Azure Bus Use a Bus Relay for the WCF Booking Publish Flight Updates to Clients by Using Windows Azure Bus Queues Describe the purpose and functionality of relayed and buffered messaging. Provision, configure, and use the service bus queues. Enhance the effectiveness of queue-based communications using topics, subscriptions and filters. Module 8: Deploying 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 Applications to Windows Azure Continuous Delivery with TFS and Git Best Practices for Production Deployment Lab : Deploying Deploying an Updated to Windows Azure Exporting and importing an IIS deployment package Deploy web applications with Visual Studio. Create and deploy web applications by using IIS Manager. Deploy web applications by using the command line. Deploy web applications to Windows Azure environments. Use continuous delivery with TFS and Git. Apply best practices for deploying web applications onpremises and to Windows Azure. 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 Describe the architecture of Windows Azure Storage. Implement Blob Storage in your applications. Use Table Storage in your applications Describe how to use Windows Azure Queues as a communication mechanism between different parts of your application Control access to your storage items. Module 10: Monitoring and Diagnostics This module describes how to perform monitoring and diagnostics in Windows Azure services. Performing Diagnostics by Using Tracing Configuring Diagnostics Monitoring Using Windows Azure Diagnostics Collecting Windows Azure Metrics Lab : Monitoring and Diagnostics Configuring WCF Tracing and Message Logging Configuring Windows Azure Diagnostics 3

Perform tracing in the.net Framework with the System.Diagnostics namespace. Configure and explore web service and IIS tracing. Monitor services by using Windows Azure Diagnostics. View and collect Windows Azure metrics in the management portal. 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 (ACS) to implement authentication and authorization with claimsbased identity in Windows Communication Foundation (WCF). Claims-based Identity Concepts Using the Windows Azure Access Control Configuring 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 Describe the basic principles of claims-based identity. Create a Security Token (STS) by using Windows Azure ACS. Configure WCF to use federated identity. Consume a WCF service that uses federated ide\ntities. Module 12: Scaling 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 with Distributed Cache Windows Azure Caching Caveats of Scaling Scaling Globally Lab : Scalability Use Windows Azure Caching Explain the need for scalability. Describe how to use load balancing for scaling services. Describe how to use distributed caching for on-premises as well as Windows Azure services. Describe how to use Windows Azure caching. Describe how to deal with common challenges and issues that appear when services need to scale. Describe how to scale services globally. Module 13: Appendix A: Designing and Extending WCF 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 Contracts Handling Distributed Transactions Extending the WCF Pipeline Lab : Designing and Extending WCF Create a Custom Error Handler Runtime Component Add Support for Distributed Transactions to the WCF Booking Design and create services and clients to use different kinds of message patterns. Configure a service to support distributed transactions. Extend the WCF pipeline with runtime components, custom behaviors, and extensible objects. Module 14: Appendix B: Implementing Security in WCF 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 4

authorization, and the techniques to use while applying these considerations to services developed with WCF. Introduction to Web Security Transport Security Message Security Configuring Authentication and Authorization Lab : Securing a WCF Securing the WCF Using authorization rules to validate the client s requests Configure the ASP.NET web API booking service for secured communication Describe web application security. Configure a service for transport security. Configure a service for message security. Implement and configure authentication and authorization logic. CLOUD & VIRTUALIZATION NETWORKING & SECURITY STORAGE & BIG DATA MOBILITY & COMMUNICATIONS ADN Advanced Digital Network Distribution GmbH JosefHaumannStraße 10 44866 Bochum +49 2327 99120 info@adn.de ADN Österreich Vienna Twin Tower Wienerbergstraße 11/B16 A1100 Wien +43 1 603 10440 info@adn.at BCDSINTRAG AG Ein Unternehmen der ADN Gruppe Neue Winterthurerstrasse 99 8301 Glattzentrum +41 43 233 6666 verkauf@bcdsintrag.ch 5