COURSE 20487B: DEVELOPING WINDOWS AZURE AND WEB SERVICES

Similar documents
Developing Windows Azure and Web Services

[MS20487]: Developing Windows Azure and Web Services

MS-20487: Developing Windows Azure and Web Services

Microsoft Developing Windows Azure and Web Services

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

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

Developing Microsoft Azure Solutions

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

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

Developing Microsoft Azure Solutions

DE Introduction to Web Development with Microsoft Visual Studio 2010

Azure Development Course

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

Content Pack. Content Pack objectives

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

20532D: Developing Microsoft Azure Solutions

20532D - Version: 1. Developing Microsoft Azure Solutions

Introduction to Web Development with Microsoft Visual Studio 2010

Developing Microsoft Azure Solutions: Course Agenda

Developing Microsoft Azure Solutions (MS 20532)

Techno Expert Solutions

10267 Introduction to Web Development with Microsoft Visual Studio 2010

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

1. Query and manipulate data with Entity Framework.

Developing Microsoft Azure Solutions

Developing Windows Communication Foundation Solutions with Microsoft Visual Studio 2010

Programming Microsoft's Clouds

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

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

Developing Web Applications Using Microsoft Visual Studio 2008 SP1

Introduction to Web Development with Microsoft Visual Studio 2010

Developing Enterprise Cloud Solutions with Azure

70-487: Developing Windows Azure and Web Services

Developing Microsoft Azure Solutions (70-532) Syllabus

Whiteboard 6 feet by 4 feet (minimum) Whiteboard markers Red, Blue, Green, Black Video Projector (1024 X 768 resolutions)

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus

Course Outline: Course 10267A: Introduction to Web Development with Microsoft Visual Studio 2010 Learning Method: Instructor-led Classroom Learning

Course 20488A: Developing Microsoft SharePoint Server 2013 Core Solutions

10267A CS: Developing Web Applications Using Microsoft Visual Studio 2010

Developing Microsoft Azure Solutions

2310C VB - Developing Web Applications Using Microsoft Visual Studio 2008 Course Number: 2310C Course Length: 5 Days


Developing Microsoft SharePoint Server 2013 Core Solutions

Deccansoft Software Services

Course Outline: Course 50466A: Windows Azure Solutions with Microsoft Visual Studio 2010

20533B: Implementing Microsoft Azure Infrastructure Solutions

MOC 6461A C#: Visual Studio 2008: Windows Communication Foundation

Developing Microsoft SharePoint Server 2013 Core Solutions

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

COURSE 20488B: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS

Building Effective ASP.NET MVC 5.x Web Applications using Visual Studio 2013

Sentinet for Microsoft Azure SENTINET

70-532: Developing Microsoft Azure Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Course Contact Hours

: 20488B: Customized Developing Microsoft SharePoint Server

CHAPTER2 UNDERSTANDING WINDOWSAZURE PLATFORMARCHITECTURE

Introduction to Microsoft.NET Programming Using Microsoft Visual Studio 2008 (C#) Course Overview. Prerequisites. Audience.

Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack

Microsoft Architecting Microsoft Azure Solutions.

Sentinet for BizTalk Server SENTINET

Overview SENTINET 3.1

Windows Azure Solutions with Microsoft Visual Studio 2010

Course 20488: Developing Microsoft SharePoint Server 2013 Core Solutions

10265: Developing Data Access Solutions with Microsoft Visual Studio 2010 Duration: 5 Days Method: Instructor-Led

Developing Data Access Solutions with Microsoft Visual Studio 2010

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

Developing Microsoft SharePoint Server 2013 Core Solutions

Learn Well Technocraft

"Charting the Course... MOC A Developing Data Access Solutions with Microsoft Visual Studio Course Summary

Developing Web Applications Using Microsoft Visual Studio 2008

Vlad Vinogradsky

Implementing Microsoft Azure Infrastructure Solutions

Sentinet for Windows Azure VERSION 2.2

DEVELOPING WEB AZURE AND WEB SERVICES MICROSOFT WINDOWS AZURE

Developing Windows Communication Foundation Solutions with Microsoft Visual Studio 2010

20483BC: Programming in C#

Exam : Implementing Microsoft Azure Infrastructure Solutions

70-532: Developing Microsoft Azure Solutions

Programming in C#

Planning and Administering SharePoint 2016

Managing trust relationships with multiple business identity providers (basics) 55091A; 3 Days, Instructor-led

Course ID: 2310C Course Name: Developing Web Applications Using Microsoft Visual Studio 2008

Administering a SQL Database Infrastructure (M20764)

COWLEY COLLEGE & Area Vocational Technical School

SERVICE-ORIENTED COMPUTING

20488: Developing Microsoft SharePoint Server 2013 Core Solutions

The course introduces many of the techniques and technologies employed by modern desktop and enterprise applications, including:

20489: Developing Microsoft SharePoint Server 2013 Advanced Solutions

MCSD: Azure Solutions Architect Certification Guide

Developing Microsoft SharePoint Server 2013 Core Solutions

Course Description. Audience. Module Title : 20483B: Programming in C# Duration : 5 days. Course Outline :: 20483B ::

Upgrading Your Development Skills to SharePoint 2013

DEVELOING MICROSOFT SHAREPOINT SERVER 2013 CORE SOLUTIONS

A: PLANNING AND ADMINISTERING SHAREPOINT 2016

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

20488B: Developing Microsoft SharePoint Server 2013 Core Solutions

Microsoft Azure Course Content

Course Overview This five-day course will provide participants with the key knowledge required to deploy and configure Microsoft Azure Stack.

[MS20533]: Implementing Microsoft Azure Infrastructure Solutions

Transcription:

ABOUT THIS COURSE 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. AUDIENCE PROFILE 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. AT COURSE COMPLETION 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 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. 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 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 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 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 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 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 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 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 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 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 Host services on-premises by using Windows services and IIS Host services in the Windows Azure cloud environment by using Windows Azure Cloud Services and Web Sites 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 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 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 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 on-premises 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 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 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 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 Describe the basic principles of claims-based identity. Create a Security Token Service (STS) by using Windows Azure ACS. Configure WCF to use federated identity. Consume a WCF service that uses federated ide\ntities. 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

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

Describe web application security. Configure a service for transport security. Configure a service for message security. Implement and configure authentication and authorization logic.