Developing Windows Azure and Web Services (20487)
|
|
|
- Luiz Henrique Caiado Igrejas
- 9 Há anos
- Visualizações:
Transcrição
1 Developing Windows Azure and Web Services (20487) Formato do curso: Presencial Localidade: Lisboa Com certificação: Microsoft Certified Solutions Developer (MCSD) Data: 22 Mai a 26 Mai Preço: 1520 Horário: Laboral Nível: Avançado Duração: 30 horas Neste curso, os formandos aprenderão como desenhar e desenvolver serviços que acedem a dados locais ou remotos de diversas fontes de dados. Os formandos irão aprender também como desenvolver e instalar serviços em ambientes híbridos, incluído em servidores locais e em Windows Azure. Este curso faz parte do programa Ativar Portugal (saiba mais ) Descontos até 50%! Preço Ativar Portugal: IVA Inclui Exame de Certificação, no âmbito deste percurso. Destinatários Programadores.NET Quem esteja interessado em fazer o exame
2 Pré-requisitos Experiência na linguagem de programação C#. Conceitos de expressões Lambda, LINQ e tipos anónimos. Conceitos de aplicações distribuídas e N-Tier. Experiência em pesquisas e manipulação de dados com ADO.NET. Conhecimento em estruturas de dados em XML. Objectivos Pesquisar e manipular dados com Entity Framework. Usar ASP.NET Web API para criar serviços HTTP e consumi-los quer em clientes.net e não-.net. Expandir os serviços ASP.NET Web API com message handlers, model binders, action filters e media type formatters. Criar serviços SOAP com Windows Communication Foundation (WCF) e consumi-los em aplicações cliente.net. Aplicar princípios de desenho aos service contracts e expandir os serviços WCF com runtime componentes customizados e behaviors. Criar serviços WCF seguros com segurança ao nível do transporte e ao nível da mensagem. Utilizar o Windows Azure Service Bus para relayed messaging e brokered messaging com queues e topics. Alojar serviços em servidores locais e em Windows Azure, tais como, Web Roles, Worker Roles e Web Apps. Armazenar e aceder a dados alojados no Windows Azure Storage e configurar as permissões de acesso. Monitorizar e registar atividade dos serviços. Implementar federated auhentication com ACS através de serviços ASP.NET Web API. Criar serviços com escalabilidade e balanceamento de carga. Metodologia Pode assistir a este curso de forma: Presencial Programa
3 Overview of service and cloud technologies Querying and Manipulating Data Using Entity Framework Creating and Consuming ASP.NET Web API Services Extending and Securing ASP.NET Web API Services Creating WCF Services Hosting Services Windows Azure Service Bus Deploying Services Windows Azure Storage Monitoring and Diagnostics Identity Management and Access Control Scaling Services Appendix A: Designing and Extending WCF Services Appendix B: Implementing Security in WCF Services 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. Lessons 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 Querying and Manipulating Data Using Entity Framework This module Describes the Entity Framework data model, and how to create, read, update, and delete data. Lessons 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 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. Lessons 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
4 Service Consuming an ASP.NET Web API Service 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. Lessons 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 Creating WCF Services This module introduces Windows Communication Foundation (WCF) and describes how to create, host, and consume a WCF service. Lessons 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 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. Lessons 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 Windows Azure Service Bus This module describes web-scale messaging patterns, and the infrastructures provided by Windows Azure Service Bus. Lessons 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
5 Flight Updates to Clients by Using Windows Azure Service Bus Queues Deploying Services This module describes different techniques for deploying web applications. Lessons 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 Windows Azure Storage This module Describes Windows Azure Storage, the services it provides, and the best way to use these services. Lessons 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 Monitoring and Diagnostics This module describes how to perform monitoring and diagnostics in Windows Azure services. Lessons 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 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). Lessons 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 Scaling Services
6 This module describes the ways in which you can ensure services can handle increasing workloads and user demand. Lessons 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 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. Lessons 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 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. Lessons 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
Developing Microsoft Azure Solutions (20532)
Developing Microsoft Azure Solutions (20532) Formato do curso: Presencial Com certificação: MCSD: Azure Solutions Architect Preço: 1350 Nível: Intermédio Duração: 24 horas Este curso está preparado para
Developing Microsoft Azure Solutions (20532)
Developing Microsoft Azure Solutions (20532) Formato do curso: Presencial Localidade: Porto Com certificação: MCSD: Azure Solutions Architect Data: 03 Jul. 2017 a 06 Jul. 2017 Preço: 1350 Horário: Laboral
Microsoft Azure Fundamentals (10979)
Microsoft Azure Fundamentals (10979) Formato do curso: Presencial Localidade: Lisboa Data: 03 Abr. 2017 a 06 Abr. 2017 Preço: 850 Horário: Pós-laboral - das 18:30 às 21:30 Nível: Iniciado Duração: 12 horas
Developing ASP.NET MVC 5 Web Applications (20486)
Developing ASP.NET MVC 5 Web Applications (20486) Formato do curso: Presencial Localidade: Lisboa Com certificação: Microsoft Certified Solutions Developer (MCSD) Data: 02 Abr. 2018 a 06 Abr. 2018 Preço:
Academia Desenvolvimento de Software
Academia Desenvolvimento de Software Formato do curso: Presencial e Live Training Com certificação: Microsoft Certified Solutions Developer (MCSD) Preço: desde 207,22 Duração: 279 horas Destinado a todos
MCSD Web Applications Developer [Ativar Portugal]
MCSD Web Applications Developer [Ativar Portugal] Microsoft - Percursos Nível: Intermédio Duração: 99h Sobre o curso A GALILEU integrou na sua oferta formativa, o Percurso de Formação e Certificação MCSD
Implementing a Data Warehouse with Microsoft SQL Server 2014 (20463)
Implementing a Data Warehouse with Microsoft SQL Server 2014 (20463) Formato do curso: Presencial Localidade: Porto Com certificação: MCSA: SQL Server Data: 16 Jan. 2017 a 20 Jan. 2017 Preço: 1550 Horário:
Installing and Configuring Windows Server 2012 (20410)
Installing and Configuring Windows Server 2012 (20410) Formato do curso: Presencial Localidade: Porto Com certificação: Microsoft Certified Solutions Associate (MCSA) Data: 23 Jan. 2017 a 27 Jan. 2017
Administering Microsoft Exchange Server 2016 ( )
Administering Microsoft Exchange Server 2016 (20345-1) Formato do curso: Presencial Localidade: Porto Data: 13 Nov. 2017 a 17 Nov. 2017 Preço: 1520 Horário: Laboral - das 09:30 às 17:00 Nível: Intermédio
Planning for and Managing Devices in the Enterprise: Enterprise Management Suite (EMS) & On-Premises Tools (20398)
Planning for and Managing Devices in the Enterprise: Enterprise Management Suite (EMS) & On-Premises Tools (20398) Formato do curso: Presencial Localidade: Lisboa Data: 18 Dez. 2017 a 22 Dez. 2017 Preço:
Deploying and Managing Windows 10 Using Enterprise Services ( )
Deploying and Managing Windows 10 Using Enterprise Services (20697-2) Formato do curso: Presencial Com certificação: Microsoft Certified Solutions Associate (MCSA) Preço: 1590 Nível: Intermédio Duração:
Updating Your SQL Server Skills to Microsoft SQL Server 2014 (10977)
Updating Your SQL Server Skills to Microsoft SQL Server 2014 (10977) Formato do curso: Presencial Localidade: Porto Data: 21 Nov. 2016 a 02 Dez. 2016 Preço: 1590 Horário: Pós-laboral - 18h30-21h30 Nível:
Installing and Configuring Windows Server 2012 (20410)
Installing and Configuring Windows Server 2012 (20410) Formato do curso: Presencial Localidade: Lisboa Com certificação: Microsoft Certified Solutions Associate (MCSA) Data: 06 Jan. 2017 a 17 Mar. 2017
Developing Microsoft SharePoint Server 2013 Core Solutions (20488)
Developing Microsoft SharePoint Server 2013 Core Solutions (20488) Formato do curso: Presencial Com certificação: MCSD: Sharepoint Applications Preço: 1650 Nível: Intermédio Duração: 30 horas Neste curso
Core Solutions of Microsoft Skype for Business 2015 (20334)
Core Solutions of Microsoft Skype for Business 2015 (20334) Formato do curso: Presencial Preço: 1670 Nível: Intermédio Duração: 35 horas Este curso fornece aos alunos o conhecimento e as habilidades necessárias
Administering Microsoft SQL Server 2014 Databases (20462)
Administering Microsoft SQL Server 2014 Databases (20462) Formato do curso: Presencial Localidade: Lisboa Com certificação: MCSA: SQL Server Data: 13 Fev. 2017 a 24 Fev. 2017 Preço: 1550 Horário: Pós-laboral
Designing Solutions for Microsoft SQL Server 2014 (20465)
Designing Solutions for Microsoft SQL Server 2014 (20465) Formato do curso: Presencial Com certificação: MCSE: Data Platform Preço: 1090 Nível: Avançado Duração: 18 horas Este curso de 3 dias, destina-se
Implementing Microsoft Azure Infrastructure Solutions (20533)
Implementing Microsoft Azure Infrastructure Solutions (20533) Formato do curso: Presencial Localidade: Porto Com certificação: MCSD: Azure Solutions Architect Data: 18 Set. 2017 a 22 Set. 2017 Preço: 1590
Academia Programador Web
Academia Programador Web Formato do curso: Presencial e Live Training Com certificação: Microsoft Certified Solutions Associate (MCSA) Preço: desde 218 Nível: Iniciado Duração: 192 horas Destinado a todos
Developing ASP.NET MVC 4 Web Applications (20486)
Developing ASP.NET MVC 4 Web Applications (20486) Formato do curso: Presencial Com certificação: Microsoft Certified Solutions Developer (MCSD) Preço: 1520 Nível: Intermédio Duração: 30 horas Neste curso,
Designing and Implementing a Server Infrastructure (20413)
Designing and Implementing a Server Infrastructure (20413) Formato do curso: Presencial Localidade: Porto Com certificação: Microsoft Certified Solutions Expert (MCSE) Data: 23 Jan. 2017 a 03 Fev. 2017
VMware vsphere: Install, Configure, Manage [v6.5] (VWVSICM6.5)
VMware vsphere: Install, Configure, Manage [v6.5] (VWVSICM6.5) Formato do curso: Presencial Localidade: Porto Com certificação: VMware Certified Professional 6 Data Center Virtualization (VCP6-DCV) Data:
MCSA SQL Server. Sobre o curso. Destinatários. Com certificação. Nível: Intermédio Duração: 90h
MCSA SQL Server Com certificação Nível: Intermédio Duração: 90h Sobre o curso A GALILEU integrou na sua oferta formativa a Certificação MCSA: SQL Server, preparando Profissionais com competência e capacidade
Administering Windows Server 2012 (20411)
Administering Windows Server 2012 (20411) Formato do curso: Presencial Com certificação: Microsoft Certified Solutions Associate (MCSA) Preço: 1630 Nível: Intermédio Duração: 35 horas Este curso é o segundo
20741: Networking with Windows Server Sobre o curso. Microsoft - Servidores. Promoção: 405 de desconto nesta edição Valor com campanha: 1.
20741: Networking with Windows Server 2016 Microsoft - Servidores Promoção: 405 de desconto nesta edição Valor com campanha: 1.225 Localidade: Lisboa Data: 25 Sep 2018 Preço: 1630 ( Os valores apresentados
Designing and Deploying Microsoft Exchange Server 2016 ( )
Designing and Deploying Microsoft Exchange Server 2016 (20345-2) Formato do curso: Presencial Preço: 1670 Nível: Avançado Duração: 35 horas Este curso permite aos profissionais de IT adquirir conhecimentos
Programming in HTML5 with JavaScript and CSS3 (20480)
Programming in HTML5 with JavaScript and CSS3 (20480) Formato do curso: Presencial Localidade: Lisboa Com certificação: Microsoft Certified Solutions Developer (MCSD) Data: 11 Set. 2017 a 15 Set. 2017
Software Testing with Visual Studio 2013 (20497)
Software Testing with Visual Studio 2013 (20497) Formato do curso: Presencial Preço: 800 Nível: Intermédio Duração: 12 horas Este curso, mostra a Programadores e Testers como utilizar as ferramentas do
Julho a Dezembro Formações ITEN
Julho a Dezembro 2017 Formações ITEN IAPP - INTERNATIONAL ASSOCIATION OF PRIVACY PROFESSIONALS CIPP/E CIPM CIPT Certified Information Privacy Professional/Europe + exame + 1 ano membro IAPP Certified Information
Installation, Storage, and Compute with Windows Server 2016 (20740)
Installation, Storage, and Compute with Windows Server 2016 (20740) Formato do curso: Presencial Preço: Nível: Iniciado Duração: 30 horas Este curso permite aos formandos adquirir conhecimentos na instalação
Developing Microsoft SQL Server 2014 Databases (20464)
Developing Microsoft SQL Server 2014 Databases (20464) Formato do curso: Presencial Localidade: Porto Com certificação: MCSE: Data Platform Data: 25 Set. 2017 a 29 Set. 2017 Preço: 1550 Horário: Laboral
Academia Programador Especialista JAVA
Academia Programador Especialista JAVA Formato do curso: Presencial Preço: desde 227,50 Nível: Avançado Duração: 164,5 horas Este percurso de formação e certificação é dirigido a todos os profissionais
20480 Programming in HTML5 with JavaScript and CSS3
20480 Programming in HTML5 with JavaScript and CSS3 Microsoft Nível: Intermédio Duração: 35h Sobre o curso Este curso fornece uma introdução ao HTML5, CSS3 e JavaScript. Este curso ajuda os formandos a
Programming in C# (20483)
Programming in C# (20483) Formato do curso: Presencial Localidade: Porto Com certificação: Microsoft Certified Solutions Developer (MCSD) Data: 08 Mai. 2017 a 12 Mai. 2017 Preço: 1520 Horário: Laboral
Installation, Storage, and Compute with Windows Server 2016 (20740)
Installation, Storage, and Compute with Windows Server 2016 (20740) Formato do curso: Presencial Localidade: Lisboa Data: 18 Mar. 2019 a 22 Mar. 2019 Preço: 1630 Horário: Laboral - das 09h30 às 17h30 Nível:
Academia Base de Dados e Business Intelligence
Academia Base de Dados e Business Intelligence Formato do curso: Presencial e Live Training Preço: mensal, desde 288 Duração: 423 horas Este programa prepara profissionais com competências e capacidades
Formação ASP.NET MVC com C#
Comece a desenvolver sistemas para Web e Desktop com a linguagem de programação mais utilizada entre as equipes de alta performance. Carga-horária: 80h O que você aprenderá na formação ASP.NET MVC com
CompTIA A+ Essentials (CA+)
CompTIA A+ Essentials (CA+) Formato do curso: Presencial Localidade: Lisboa Com certificação: CompTIA A+ Data: 08 Mai. 2016 a 13 Mai. 2016 Preço: 1250 Horário: Laboral - das 09:00 às 17:30 Nível: Iniciado
Supporting and Troubleshooting Windows 10 (10982)
Supporting and Troubleshooting Windows 10 (10982) Formato do curso: Presencial Localidade: Porto Data: 20 Nov. 2017 a 30 Nov. 2017 Preço: 1590 Horário: Pós-laboral - das 18:30 às 21:30 Nível: Intermédio
CANAC (IMPLEMENTING CISCO NAC APPLIANCE) 2.1
CANAC (IMPLEMENTING CISCO NAC APPLIANCE) 2.1 Objetivo Este treinamento apresenta a solução NAC Appliance (Cisco Clean Access), que cuida do controle de admissão de usuários à rede através do reconhecimento
e Windows Azure Office Applications Design Tools SharePoint Descreve o schema e as capacidades de acesso a dados de uma fonte externa e o seu comportamento no Office e SharePoint * anteriormente conhecido
CompTIA A+ Essentials. Sobre o curso. Tecnologias de Informação - Redes e Sistemas. Com certificação
CompTIA A+ Essentials Tecnologias de Informação - Redes e Sistemas Com certificação Localidade: Lisboa Data: 09 Jul 2018 Preço: 1250 ( Os valores apresentados não incluem IVA. Oferta de IVA a particulares
Apresentando o.net Framwork
Disciplina: Programação Web AULA 01 Apresentando o.net Framwork Edmilson Campos, Prof. MsC. http://edmilsoncampos.net [email protected] 2 3 »»»» 4 Code C# VB.NET J# Others Compiler Common Language
CompTIA A+ Essentials (CA+)
CompTIA A+ Essentials (CA+) Formato do curso: Presencial Com certificação: CompTIA A+ Preço: 950 Nível: Iniciado Duração: 30 horas Neste curso serão adquiridas as competências e informação essencial que
Desenvolva passo a passo um Sistema Web seguro com C# e Web Services!
Desenvolva passo a passo um Sistema Web seguro com C# e Web Services! Indo além do Desenvolvimento Desktop do módulo anterior, desenvolva nesse curso Aplicações Web de alta performance e agilidade através
SASAC (IMPLEMENTING CORE CISCO ASA SECURITY) 1.0
SASAC (IMPLEMENTING CORE CISCO ASA SECURITY) 1.0 Objetivo Este curso capacita um administrador de rede para implantar uma solução de firewall Cisco utilizando o ASA. Após a conclusão deste curso, o aluno
CALENDÁRIO FORMAÇÃO ONLY THE QUALIFIED SURVIVE!
2018 CALENDÁRIO FORMAÇÃO ONLY THE QUALIFIED SURVIVE! ÍNDICE FORMAÇÃO MICROSOFT FORMAÇÃO NOVELL FORMAÇÃO ITIL.04..28..35. FORMAÇÃO ISO 20000.38. FORMAÇÃO PRINCE2 FORMAÇÃO DASA INSTALAÇÕES INDICAÇÕES GERAIS.39..40..41..42.
Implementing Cisco Service Provider Next- Generation Core Network Services (SPCORE)
Implementing Cisco Service Provider Next- Generation Core Network Services (SPCORE) Formato do curso: Presencial Com certificação: CCNP Service Provider Preço: 2720 Nível: Avançado Duração: 35 horas Implementing
MCSA Office 365 [Ativar Portugal] Sobre o curso. Destinatários. Microsoft - Percursos
MCSA Office 365 [Ativar Portugal] Microsoft - Percursos Promoção: Valor de Campanha Ativar Portugal: 850 Inclui Exame de Certificação Com certificação Localidade: Lisboa Data: 27 Jun 2016 Preço: 2300 (
