Developing Windows Azure and Web Services



Similar documents
MS 20487A Developing Windows Azure and Web Services

Developing Windows Azure and Web Services

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

MOC DEVELOPING WINDOWS AZURE AND WEB SERVICES

MS 10978A Introduction to Azure for Developers

Course 10978A Introduction to Azure for Developers

10978A: Introduction to Azure for Developers

Introduction to Azure for Developers

Microsoft Introduction to Azure for Developers

CLOUD COMPUTING & WINDOWS AZURE

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions 20532A; 5 days

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

Course 20532B: Developing Microsoft Azure Solutions

70-487: Developing Windows Azure and Web Services

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

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

Cloud Deployment Models

Developing ASP.NET MVC 4 Web Applications

Course MS55077A Project Server 2013 Development. Length: 5 Days

Course 20533: Implementing Microsoft Azure Infrastructure Solutions

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

Sentinet for Windows Azure SENTINET

Programming in C# with Microsoft Visual Studio 2010

AppDev OnDemand Cloud Computing Learning Library

AppFabric. Pro Windows Server. Stephen Kaufman. Danny Garber. Apress. INFORMATIONSBIBLIOTHbK TECHNISCHE. U N! V En SIT AT S R!

Implementing Microsoft Azure Infrastructure Solutions

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

Developing ASP.NET MVC 4 Web Applications MOC 20486

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

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions

Designing a Data Solution with Microsoft SQL Server 2014

Beginning ASP.NET 4.5

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

Noramsoft Inc. Noramsoft Inc. SPT2O1O - Course Description. Developing Solutions with SharePoint Server 2010 SPT2010. Noramsoft Inc. Noramsoft Inc.

GOA365: The Great Office 365 Adventure

Microsoft Azure for IT Professionals 55065A; 3 days

ADS2013: App Development with SharePoint 2013

The Great Office 365 Adventure

How To Train Aspnet

Sentinet for BizTalk Server SENTINET

Application Development

Cloud Computing with Windows Azure using your Preferred Technology

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

Course 10232: Designing and Developing Microsoft SharePoint Server 2010 Applications

Advanced Web Application Development using Microsoft ASP.NET

Developing Microsoft SharePoint Server 2013 Advanced Solutions

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

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

Microsoft Dynamics CRM 2013/2015 Event Pipeline

SharePoint 2013 Business Connectivity Services Hybrid Overview

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

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

Developing Microsoft SharePoint Server 2013 Advanced Solutions

CHAPTER 1: INTRODUCTION TO SHAREPOINT

SAV2013: The Great SharePoint 2013 App Venture

SPT2013: Developing Solutions with. SharePoint DAYS AUDIENCE FORMAT COURSE DESCRIPTION STUDENT PREREQUISITES

Sentinet for BizTalk Server SENTINET 3.1

Dynamics CRM with Azure and SharePoint a perfect match. Central and Eastern Europe

Course 20465: Designing a Data Solution with Microsoft SQL Server

Designing a Data Solution with Microsoft SQL Server

Microsoft Extending Microsoft Dynamics CRM 2011

Configuring and Troubleshooting Internet Information Services in Windows Server 2008

Designing and Developing Microsoft SharePoint Server 2010 Applications (MS10232)

Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

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

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

Implementing a Data Warehouse with Microsoft SQL Server 2012

Contents. Overview 1 SENTINET

Building Cloud Applications for the Real World. Aleksey Savateyev Senior Architect

Developing Microsoft SharePoint Server 2013 Core Solutions

Microsoft Dynamics CRM Event Pipeline

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

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777

Designing a Data Solution with Microsoft SQL Server 2014

Advanced Web Application Development using Microsoft ASP.NET

Administering the Web Server (IIS) Role of Windows Server

Designing a Data Solution with Microsoft SQL Server

Administering the Web Server (IIS) Role of Windows Server 10972B; 5 Days

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

Cloud & Datacenter Monitoring with System Center Operations Manager

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

OVERVIEW OF MICROSOFT AZURE

Practical ASRNET. Web API. Badrinarayanan Lakshmiraghavan. Apress*

Application Migration Best Practices. Gregory Shepard Senior Consultant InCycle Software

Transcription:

Course M20487 5 Day(s) 30:00 Hours Developing Windows Azure and Web Services Introduction 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. 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. Page1

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

Course Outline Module 1: Overview of service and cloud technologies This module describes the Microsoft data, service, and cloud stacks. It also describes the various components that comprise Windows Azure. Key Components of Distributed Applications Data and Data Access Technologies Service Technologies Cloud Computing Exploring Blue Yonder Airlines Travel Companion Application Lab : Exploring the work environment Create a Windows Azure SQL Database Create an Entity Data Model Create an ASP.NET Web API service Deploy a web application to Windows Azure Describe the overall architecture of distributed applications. Describe the data platform technologies supported by Microsoft. Describe the different approaches and technologies used for developing services. Describe cloud computing concepts and the Windows Azure ecosystem. Page3

Module 2: Querying and manipulating data using Entity Framework This module explains how to create Entity Framework models and use them to query and manipulate data. ADO.NET overview Creating an entity data model Querying data Manipulating data Lab : Creating a data access layer using Entity Framework Explore the data model and integration test projects Create a data model Query and manipulate data Describe how to use ADO.NET to query and manipulate data. Create entity data models using the different design approaches of Entity Framework. Query a database using various Entity Framework techniques. Manipulate data by using Entity Framework. Page4

Module 3: Creating and consuming ASP.NET Web API services This module explains how to create HTTP based services using the ASP.NET Web API. What are 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 Create an ASP.NET Web API service Consume an ASP.NET Web API service Describe the HTTP protocol and how it is used with REST. Create a basic ASP.NET Web API service by using routing, controllers, and actions. Convert HTTP request content to.net objects and convert return values to responses. Host and consume ASP.NET Web API services in various server and client scenarios. Page5

Module 4: Extending and securing ASP.NET Web API services This module explains how to extend and secure ASP.NET web API services to support real world scenarios. The ASP.NET Web API request pipeline The ASP.NET Web API response 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 Create a dependency resolver for repositories Add a new media type for RSS requests Add OData capabilities to the flight schedule service Apply validation rules in the booking service Secure the communication between client and server Describe how messages flow through the ASP.NET Web API request processing pipeline. Describe how messages flow through the ASP.NET Web API response processing pipeline. Create ASP.NET Web API OData services. Implement security in ASP.NET Web API services. Create a dependency resolver that injects dependencies into ASP.NET Web API controllers. Page6

Module 5: Creating WCF services This module explains how to create WCF services, host them, and consume them from other applications. 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 Create the WCF booking service Configure and host the WCF service Consume the WCF service from the ASP.NET Web API booking service Describe why and when to use WCF to create services. Implement a service using contracts. Host a WCF service with endpoint configuration in code and configuration file. Consume a WCF services from.net clients. Page7

Module 6: Designing and extending WCF services This module explains how to design a WCF service contracts with duplex support, async operations, and one-way operations. It also explains how to create services that use various instancing and concurrency modes. In addition, it describes how to extend a WCF service with custom behaviors and runtime components. Applying design principles to service contracts Handling distributed transactions WCF pipeline architecture 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 Use asynchronous WCF client calls Create service contracts that support service design principles. Create services that support distributed transactions. Describe the architecture of the WCF pipeline and how to control it with behaviors. Extend WCF with runtime components and extensible objects. Page8

Module 7: Implementing Security in WCF services This module explains how to implement security in WCF services by using transport and message security. It also describes how to configure and implement authentication and authorization for a service Transport security Message security Configuring service authentication and authorization Lab : Securing a WCF service Secure the WCF service Configure the ASP.NET Web API booking service for secured communication Configure a service for transport security. Configure a service for message security. Authenticate and authorize users. Module 8: Windows Azure Service Bus This module explains how to use the Windows Azure Service Bus for advanced routing and messaging scenarios. 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 booking updates to clients using Windows Azure Service Bus Topics Connect hybrid environments with Windows Azure Service Bus Relays. Use brokered messaging with Windows Azure Service Bus queues. Use subscription-based messaging with Windows Azure Service Bus topics. Page9

Module 9: Hosting services This module explains how to host services on various Windows Azure environments, such as Web Roles, Worker Roles, and Web Sites Hosting services on-premises Hosting services in Windows Azure Lab : Hosting Services Host the WCF booking service in IIS Host the ASP.NET Web API services in a Windows Azure Web role Host the booking management service in a Windows Azure Web Site Describe the common on-premises hosting environments. Host a service in Windows Azure hosting environments. Module 10: Deploying Services This module explains how to deploy services to both on-premises and cloud environments. Web Deployment with Visual Studio Creating and deploying Web Application packages Command-line tools for web deployment packages Deploying to Windows Azure Continuous delivery with TFS and GIT Best practices for production deployment Lab : Deploying services Deploying an updated service to Windows Azure Updating a Windows Azure Web Site with Web Deploy Exporting and importing an IIS deployment package Deploy services from Visual Studio. Deploy services by using web deployment packages. Deploy services using command-line tools. Deploy services to Windows Azure environments. Ensure that Windows Azure deployments are up-to-date with continuous delivery. Page10

Module 11: Windows Azure Storage This module explains how to store and access data stored in Windows Azure Storage. It also explains how to configure storage access rights for storage containers and content. 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 Accessing Windows Azure storage Creating shared access signatures for blobs Describe the reasons for using Windows Azure storage. Use blobs for storing resources. Use tables for storing structured, non-relational data. Use queues for sending and receiving messages asynchronously. Configure access level and shared access signatures for Windows Azure Storage services. Page11

Module 12: Monitoring and diagnostics This module explains how to monitor and log services, both on-premises and in Windows Azure Performing diagnostics using tracing Configuring service diagnostics Monitoring IIS Monitoring services using Windows Azure diagnostics Debugging using IntelliTrace Collecting Windows Azure metrics Lab : Monitoring and Diagnostics Configuring WCF tracing and message logging Configuring Windows Azure diagnostics Write diagnostics trace messages. Configure and monitor service diagnostic information. Monitor IIS-hosted services. Monitor Windows Azure applications using Windows Azure diagnostics. Debug services with IntelliTrace. Collect Windows Azure metrics. Page12

Module 13: Identity management and access control This module describes claim-based identity concepts and standards, and how to implement federated authentication by using ACS to secure an ASP.NET Web API service. It also explains how to use ACS to secure Windows Azure Service Bus connections. Claim-based identity concepts Access Control Service Configuring services to use federated identities Handling federated identities in the client side Lab : Identity management and access control Configure Windows Azure ACS Integrate ACS with the ASP.NET Web API Examine the authentication procedure in the client application Describe claim-based identity concepts. Describe the Access Control Service and its purpose. Configure a service to require federated identities. Configure a service client with federated identity Page13

Module 14: Scaling Services This module explains how to create scalable services and applications. 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 Support federated security in a scaled environment Describe the reasons and techniques for scaling services. Describe how load balancing can be used with on-premises and Windows Azure environments. Integrate a distributed cache mechanism into a service by using Windows Server AppFabric Cache. Describe the distributed cache solutions offered by Windows Azure. Understand the caveats of scaling out services and how to resolve them. Scale Windows Azure solutions outside of the data center. Page14