Introduction to Azure for Developers MOC 10978

Größe: px
Ab Seite anzeigen:

Download "Introduction to Azure for Developers MOC 10978"

Transkript

1 Introduction to Azure for Developers MOC In dem MOC Kurs 10978: Introduction to Azure for Developers lernen Sie, wie Sie die Funktionalität einer vorhandenen ASP.NET MVC Applikation so erweitern, dass Sie sie nach Azure verschieben können. Der Fokus liegt auf der Entwicklung in Azure unter Verwendung von u.a. Storage, Cloud Services, Service Bus, Active Directory, WebSites und SQL. Ein weiterer Schwerpunkt liegt in der Anwendung der mitgelieferten und auf Azure bezogenen.net SDKs, REST APIs, der Konfiguration und der Bereitstellungsoptionen. Zielgruppe Dieses Training richtet sich an Web Application Entwickler, die über mindesten 6-12 Monate Erfahrung in der Webentwicklung mit ASP.NET and C# verfügen. Sie sollten daran interessiert sein, ihre ASP.NET Anwendungen in Azure bereitzustellen, die Applikationen in die Azure Diensten zu integrieren und Best Practices anzuwenden, um eine hochskalierbare Anwendung zu erstellen. Der Kurs richtet sich an Teilnehmer, die über folgende Erfahrung verfügen: 6-12 Monate Erfahrung in der Entwicklung von ASP.NET Web Applikationen mit C#. Kerninhalte Kenntnisse über die Möglichkeiten von Azure für Anwendungsentwickler, Anwenden des Management Portals um die Azure Plattform und die bereitgestellten Anwendungen effektiv zu navigieren Anwenden des Management Portals, um Azure Dienste zu erstellen, modifizieren, skalieren und einzurichten. Anwenden alternativer Methoden (PowerShell, REST) für das Managen von Azure Diensten Erstellen und Hosten einer einfachen Website unter Verwendung von Azure Websites Bauen und Hosten einer modularen Webanwendung unter Anwendung von Azure Cloud Service Web Roles Anwenden von Cloud Service Worker Roles für die Verarbeitung von Daten im Hintergrund Anwenden von Azure SQL zum Speichern und Abrufen von Daten, Datenspeicherung in Azure Table Storage, Speicherung und Zugriff auf Multimedia-Daten in Azure mit Blob Storage Lanworks AG Lippestraße Düsseldorf Fon

2 Datenvorbereitung mit Azure Queue Storage für die asynchrone Verarbeitung Verbinden von On-Premise Services mit Client-Anwendungen unter Anwendung von Azure Service Bus Relay Anwenden von Azure Service Bus Notification Hubs, Azure Active Directory, WebDeploy und Service Packages, Azure Mobile Services Dauer 5 Tage Hinweis Für diesen Kurs können Sie Voucher aus dem Microsoft Software Assurance Programm (SA-Voucher) einlösen. Dafür erhalten Sie pro Voucher einen kostenfreien Trainingstag. Kursmodule Module 1: Overview of Azure This module describes Azure and the capabilities that it provides to application developers. Students will also be able to use the Management Portal to effectively navigate the Azure platform and their deployed applications. Azure Overview Working with the Azure platform Cloud Application Scenarios Lab: Exploring Azure Using the Azure Management Portal Managing a Azure Subscription After completing this module, students will be able to describe Azure and the capabilities that it provides to application developers. Module 2: Creating and Managing Services in Azure This module describes how to use the Management Portal to create, modify, scale and dispose of Azure services. The students will also use alternative (PowerShell, REST) methods for managing Azure services. What is a Azure Service? Software as a Service Platform as a Service Infrastructure as a Service

3 Lab: Managing Cloud Services in Azure Creating a Azure Service Using the Management Portal Creating A Azure Service Using Visual Studio 2013 Managing Azure Services After completing this module, students will be able to use the Management Portal to create, modify, scale and dispose of Azure services. The students will also use alternative (PowerShell, REST) methods for managing Azure services. Module 3: Managing Infrastructure in Azure This module introduces the Azure infrastructure services and describes the features available to Virtual Machines hosted in Azure. Infrastructure in Azure Azure Virtual Machines Lab: Creating an Azure Virtual Machine for Development & Testing Create a Logical Network using Azure Create a Development Virtual Machine using Azure Configure the Virtual Machine for Development After completing this module, students will be to describe Azure infrastructure services and the features available to Virtual Machines hosted in Azure. Module 4: Creating Web Sites using Azure In this module students will be able to create and host a simple website using Azure Websites. Students will also learn how to monitor and manage the website using the Management Portal. Azure Websites Hosting Web Applications in Azure Configuring an Azure Website Publishing an Azure Website Monitoring an Azure Website Lab: Creating an ASP.NET Web site using Azure Websites Create an Azure Website Deploy an ASP.NET Web Application to an Azure Website Configure an Azure Website After completing this module, students will be able to create and host a simple website using Azure Websites.

4 Module 5: Creating Modular Web Applications Using Azure In this module, students learn how to create a modular web application and host it using Azure Cloud Service Web Roles. What is a Cloud Service? Cloud Service Web Roles Configuring a Web Role Monitoring a Web Role Lab: Creating Azure Web Roles using Visual Studio 2013 Create an Azure Cloud Service project Create an Azure Cloud Service Web Role from an existing project Configuring the properties of an Azure Cloud Service project Debugging an Azure Cloud Service project After completing this module, students will be able to create a modular web application and host it using Azure Cloud Service Web Roles. Module 6: Processing Background Logic Using Azure In this module, students will be able to use Cloud Service Worker Roles to process data in the background. Students will also be able to use Cloud Service Cache Roles to store data in the cache. Cloud Service Worker Roles Creating a Worker Role Configuring a Worker Role Caching Data Using Roles Lab: Creating a Background Process Using Azure Create a C# Class Library Add the Class Library to a Cloud Service Project Debug Worker Roles in a Cloud Service Project After completing this module, students will be able to use Cloud Service Worker Roles to process data in the background. Module 7: Storing SQL Data in Azure In this module students will be able to use Azure SQL to store and retrieve data.

5 What is Azure SQL? Managing Servers And Databases in Azure SQL Using Azure SQL with Data Tools Migrating Data to Azure SQL Using Azure SQL With Entity Framework Lab: Storing Event Data in Azure SQL Create an Azure SQL instance Using Entity Framework with Azure SQL After completing this module, students will be able to use Azure SQL to store and retrieve data. Module 8: Storing non-relational data in Azure In this module students will be able to use Azure Table storage to store and retrieve data. What is Azure Storage? Azure Table Storage Using the Azure SDK to Manipulate Data in Table Storage Monitoring Table Storage Using Table Storage in the Storage Emulator Lab: Storing Event Registration Data in Azure Table Storage Implement Azure Table Storage Populating the Table with Data Querying the Data Inspecting the Table After completing this module, students will be able to use Azure Table storage to store and retrieve data. Module 9: Storing Files and Media in Azure In this module, students will be able to store and access multimedia files in Azure using Blob Storage. Azure Blob Storage Applying Permissions to Blob Storage Using the Azure SDK to manipulate data in Blob Storage Monitoring BLOB Storage Using Blob Storage in the Storage Emulator

6 Lab: Storing Event Multimedia in Azure Blob Storage Implement Azure Blob Storage Populating the Container with Files and Media Retrieving Files and Media from the Container Specifying Permissions for the Container After completing this module, students will be able to store and access multimedia files in Azure using Blob Storage. Module 10: Storing Data in Queues Using Azure In this module, students will use Azure Queue Storage to queue data for asynchronous processing. Overview of Queues in Azure Azure Queue Storage Using the Azure SDK to manipulate data in Queue Storage Monitoring Queue Storage What is Azure Service Bus? Azure Service Bus Queues Using the Azure SDK to Manipulate Data in Service Bus Queues Lab: Using Queues to Manage Request Between Cloud Service Roles in Azure Creating a Azure Service Bus Namespace Create an Azure Queue Storage instance Retrieving Messages from Azure Queue Storage Create a Service Bus Queue Retrieving Messages from a Service Bus Queue After completing this module, students will use Azure Queue Storage to queue data for asynchronous processing. Module 11: Relaying Web Services Using Azure This module describes how to use the Azure Service Bus Relay to connect on-premise services with client applications. Service Bus Relay Implementing Service Bus Relay Lab: Connecting to a Cloud Web Application to an on-premise WCF Service Creating a Azure Service Bus Namespace Validate the WCF Service Connecting a WCF Service to a Service Bus Namespace

7 After completing this module, students will be able to use the Azure Service Bus Relay to connect on-premise services with client applications. Module 12: Asynchronously Notifying Applications Using Azure In this module, students will use Azure Service Bus Notification Hubs to publish messages to client applications. Azure Service Bus Notification Hubs Registering Devices with a Notification Hub Pushing Messages to a Notification Hub Lab: Notifying a Windows Phone 8 Application Using Azure Creating a Azure Service Bus Notification Hub Registering a Client Application to a Service Bus Notification Hub Pushing a Message to a Service Bus Notification Hub After completing this module, students will be able to use Azure Service Bus Notification Hubs to publish messages to client applications. Module 13: Implementing Security in Web Applications using Azure In this module, students will learn how to use Azure Active Directory to implement security in a Cloud web application. Azure Active Directory Azure AD Directory Azure AD Access Control Service Azure AD Multi-Factor Authentication Provider Lab: Implementing Security in the Events Administration Portal Create an Azure AD Directory Manage the Azure AD Directory Integrate Azure AD with ASP.NET Identity After completing this module, students will be able to use Azure Active Directory to implement security in a Cloud web application. Module 14: Deploying Web Applications to Azure In this module, students will learn how to deploy web applications to Azure by using WebDeploy and Service packages.

8 Deployment Strategies for Azure Web Applications Deploying Web Applications Using Cloud Service Packages Deploying Web APPLICATIONS USING WEBDEPLOY Monitoring Cloud Applications Lab: Deploying the Events Web Application to Azure Manage Configuration Settings for a Cloud Service Project Deploy the Web Applications to Azure Monitor the Web Applications in Azure After completing this module, students will be able to deploy web applications to Azure by using WebDeploy and Service Packages. Module 15: Developing Mobile Services using Azure In this module, students will be able to use Azure Mobile Services to provide a scalable and secure web service for mobile applications. Azure Mobile Services Communicating with Mobile Services Customizing Mobile Services Securing Mobile Services Lab: Developing a Web Service for Mobile Clients Using Azure Mobile Services Create a Azure Mobile Services Instance (optional) Create a Mobile Service Custom API Consume the Mobile Service using the Windows Phone 8 Application After completing this module, students will be able to use Azure Mobile Services to provide a scalable and secure web service for mobile applications.

Microsoft Azure Fundamentals MOC 10979

Microsoft Azure Fundamentals MOC 10979 Microsoft Azure Fundamentals MOC 10979 In dem Kurs Microsoft Azure Fundamentals (MOC 10979) erhalten Sie praktische Anleitungen und Praxiserfahrung in der Implementierung von Microsoft Azure. Ihnen werden

Mehr

Core Solutions of Microsoft Exchange Server 2013 MOC 20341

Core Solutions of Microsoft Exchange Server 2013 MOC 20341 Core Solutions of Microsoft Exchange Server 2013 MOC 20341 In diesem Seminar lernen die Teilnehmer, eine Microsoft Exchange Server 2013-Messagingumgebung zu konfigurieren und zu verwalten. Es werden Richtlinien,

Mehr

Implementing a Software- Defined DataCenter MOC 20745

Implementing a Software- Defined DataCenter MOC 20745 Implementing a Software- Defined DataCenter MOC 20745 In diesem fünftägigen Kurs wird erklärt, wie Sie mit dem System Center 2016 Virtual Machine Manager die Virtualisierungsinfrastruktur in einem softwaredefinierten

Mehr

Updating your Database Skills to Microsoft SQL Server 2012 MOC 40008

Updating your Database Skills to Microsoft SQL Server 2012 MOC 40008 Updating your Database Skills to Microsoft SQL Server 2012 MOC 40008 In diesem Kurs erwerben Datenbankprofis die nötigen Kenntnisse, um die neuen und erweiterten Möglichkeiten von SQL Server 2012 nutzen

Mehr

Provisioning SQL Databases MOC 20765

Provisioning SQL Databases MOC 20765 Provisioning SQL Databases MOC 20765 In diesem Kurs lernen Sie die Kenntnisse und Fertigkeiten für die Bereitstellung einer Microsoft SQL Server 2016 Datenbank. In dem Kurs geht es um SQL Server 2016 Provisionierung

Mehr

Upgrading Your Supporting Skills to Windows Server 2016

Upgrading Your Supporting Skills to Windows Server 2016 Upgrading Your Supporting Skills to Windows Server 2016 MOC 10983 In diesem 5-Tages-Kurs erfahren Sie, wie Sie die neuen Funktionen und Funktionalitäten in Windows Server 2016 implementieren und konfigurieren.

Mehr

Administering Microsoft Exchange Server 2016 MOC 20345-1

Administering Microsoft Exchange Server 2016 MOC 20345-1 Administering Microsoft Exchange Server 2016 MOC 20345-1 In diesem 5-tägigen Kurs lernen Sie, wie Sie Exchange Server 2012 administrieren und supporten. Sie erfahren, wie Sie den Exchange Server 2016 installieren

Mehr

Microsoft Azure: Ein Überblick für Entwickler. Malte Lantin Technical Evangelist, Developer Experience & Evangelism (DX) Microsoft Deutschland GmbH

Microsoft Azure: Ein Überblick für Entwickler. Malte Lantin Technical Evangelist, Developer Experience & Evangelism (DX) Microsoft Deutschland GmbH Microsoft Azure: Ein Überblick für Entwickler Malte Lantin Technical Evangelist, Developer Experience & Evangelism (DX) Microsoft Deutschland GmbH Moderne Softwareentwicklung Microsoft Azure unterstützt

Mehr

Upgrading Your Skills to MCSA: Windows Server 2016 MOC 20743

Upgrading Your Skills to MCSA: Windows Server 2016 MOC 20743 Upgrading Your Skills to MCSA: Windows Server 2016 MOC 20743 In diesem 5-Tages-Kurs erfahren Sie, wie Sie die neuen Funktionen und Funktionalitäten in Windows Server 2016 implementieren und konfigurieren.

Mehr

Implementing Microsoft Azure Infrastructure Solutions MOC 20533

Implementing Microsoft Azure Infrastructure Solutions MOC 20533 Implementing Microsoft Azure Infrastructure Solutions MOC 20533 In dem Kurs Implementing Microsoft Azure Infrastructure Solutions (MOC 20533) erhalten Sie eine Einführung in Microsoft Azure. Sie lernen,

Mehr

Advanced Windows Store App Development Using HTML5 and JavaScript

Advanced Windows Store App Development Using HTML5 and JavaScript Advanced Windows Store App Development Using HTML5 and JavaScript MOC 20482 In diesem Kurs erwerben Sie fortgeschrittene Programmierungskenntnisse und Techniken. Mit inbegriffen ist die Optimierung einer

Mehr

Developing SQL Data Models MOC 20768

Developing SQL Data Models MOC 20768 Developing SQL Data Models MOC 20768 In diesem Kurs lernen Sie das Implementieren von multidimensionale Datenbanken mithilfe der SQL Server Analysis Services (SSAS) und durch das Erstellen von tabellarische

Mehr

Networking with Windows Server 2016 MOC 20741

Networking with Windows Server 2016 MOC 20741 Networking with Windows Server 2016 MOC 20741 In diesem 5-tägigen Kurs lerinen Sie, die grundlegenden Kenntnisse, um Windows Server 2016 bereitstellen und supporten zu können. Zu den Themen gehören IP-Grundlagen,

Mehr

Raber+Märcker Techno Summit 2014 Microsoft Dynamics NAV 2013 R2 Überblick und Hintergründe zu aktuellen Version. Schimon.Mosessohn@microsoft.

Raber+Märcker Techno Summit 2014 Microsoft Dynamics NAV 2013 R2 Überblick und Hintergründe zu aktuellen Version. Schimon.Mosessohn@microsoft. Raber+Märcker Techno Summit 2014 Microsoft Dynamics NAV 2013 R2 Überblick und Hintergründe zu aktuellen Version Schimon.Mosessohn@microsoft.com Herzlich Willkommen 1996 2004 2010 2014 Navision 3.7 Microsoft

Mehr

Enabling and Managing Office 365 MOC 20347

Enabling and Managing Office 365 MOC 20347 Enabling and Managing Office 365 MOC 20347 In diesem 5-Tages-Kurs erhalten IT Professionals Kenntnisse für ihre Arbeit in den Bereichen der Einschätzung, Planung, Bereitstellung und dem Betrieb von Office

Mehr

MOC 20487A: Entwicklung von Web- und Windows Azure- Diensten

MOC 20487A: Entwicklung von Web- und Windows Azure- Diensten MOC 20487A: Entwicklung von Web- und Windows Azure- Diensten Kompakt-Intensiv-Training Diese Schulung bereitet Sie optimal auf die MOC-Zertifzierung vor. Im fünftägigen Seminar "Entwicklung von Web- und

Mehr

Windows Azure für Java Architekten. Holger Sirtl Microsoft Deutschland GmbH

Windows Azure für Java Architekten. Holger Sirtl Microsoft Deutschland GmbH Windows Azure für Java Architekten Holger Sirtl Microsoft Deutschland GmbH Agenda Schichten des Cloud Computings Überblick über die Windows Azure Platform Einsatzmöglichkeiten für Java-Architekten Ausführung

Mehr

MOC 50466A: Windows Azure-Lösungen mit Microsoft Visual Studio 2010

MOC 50466A: Windows Azure-Lösungen mit Microsoft Visual Studio 2010 MOC 50466A: Windows Azure-Lösungen mit Microsoft Visual Studio 2010 Kompakt-Intensiv-Training Diese Schulung bereitet Sie optimal auf die MOC-Zertifzierung vor. Windows Azure ist das Microsoft-Betriebssystem

Mehr

Implementing a Data Warehouse with Microsoft SQL Server MOC 20463

Implementing a Data Warehouse with Microsoft SQL Server MOC 20463 Implementing a Data Warehouse with Microsoft SQL Server MOC 20463 In dem Kurs Implementing a Data Warehouse with Microsoft SQL Server lernen Sie, wie Sie eine Data-Warehouse-Plattform implementieren, um

Mehr

Was ist Windows Azure? (Stand Juni 2012)

Was ist Windows Azure? (Stand Juni 2012) Was ist Windows Azure? (Stand Juni 2012) Windows Azure Microsofts Cloud Plattform zu Erstellung, Betrieb und Skalierung eigener Cloud-basierter Anwendungen Cloud Services Laufzeitumgebung, Speicher, Datenbank,

Mehr

Vorwort... 11 Azure Cloud Computing mit Microsoft... 12 Danksagungen... 13 Kontakt zum Autor... 13

Vorwort... 11 Azure Cloud Computing mit Microsoft... 12 Danksagungen... 13 Kontakt zum Autor... 13 Inhaltsverzeichnis Vorwort... 11 Azure Cloud Computing mit Microsoft... 12 Danksagungen... 13 Kontakt zum Autor... 13 Einleitung... 15 Zielgruppe... 16 Aufbau... 16 Inhalt der einzelnen Kapitel... 17 Systemanforderungen...

Mehr

Advanced Windows Store App Development Using C#

Advanced Windows Store App Development Using C# Advanced Windows Store App Development Using C# MOC 20485 In diesem Kurs werden den Teilnehmern die fortgeschrittenen Programmierungsfähigkeiten und Techniken vermittelt, welche nötig sind um eine Windows-Store-App

Mehr

Planning and Administering SharePoint 2016 MOC 20339-1

Planning and Administering SharePoint 2016 MOC 20339-1 Planning and Administering SharePoint 2016 MOC 20339-1 In diesem Kurs lernen Sie die Fertigkeiten, um eine Microsoft SharePoint 2016 Umgebung zu planen und zu verwalten. Sie erfahren, wie Sie Ihre SharePoint

Mehr

Lanworks AG Lippestraße 4 40221 Düsseldorf Fon +49 211 950590 www.lanworks.de

Lanworks AG Lippestraße 4 40221 Düsseldorf Fon +49 211 950590 www.lanworks.de Deploying and Managing Windows 10 Using Enterprise Services MOC 20697-2 In dem 5-Tages-Kurs Deploying and Managing Windows 10 Using Enterprise Services lernen Sie das Wissen und die Fertigkeiten fürs Deployment

Mehr

Mobile Backend in der

Mobile Backend in der Mobile Backend in der Cloud Azure Mobile Services / Websites / Active Directory / Kontext Auth Back-Office Mobile Users Push Data Website DevOps Social Networks Logic Others TFS online Windows Azure Mobile

Mehr

Upgrading Your Skills to MCSA Windows 8 MOC 20689

Upgrading Your Skills to MCSA Windows 8 MOC 20689 Upgrading Your Skills to MCSA Windows 8 MOC 20689 Dieses Seminar ist für IT-Professionals gedacht, die ihre Kenntnisse von frühere Versionen auf Windows 8.1 aktualisieren wollen. Schwerpunkt sind die neuen

Mehr

Kurs-Dokumentation. Zentrum für Informatik ZFI AG. Configuring Identity and Access Solutions with Windows Server 2008 (WS8I)

Kurs-Dokumentation. Zentrum für Informatik ZFI AG. Configuring Identity and Access Solutions with Windows Server 2008 (WS8I) Zentrum für Informatik - Configuring Identity and Access Solutions w... 1/5 Kurs-Dokumentation Zentrum für Informatik ZFI AG Configuring Identity and Access Solutions with Windows Server 2008 (WS8I) http://www.zfi.ch/ws8i

Mehr

Administering Windows Server 2012 MOC 20411

Administering Windows Server 2012 MOC 20411 Administering Windows Server 2012 MOC 20411 Diese Schulung ist Teil 2 einer Serie von drei Schulungen, in welchen Sie die nötigen Kenntnisse erlangen, um in einer bestehenden Unternehmensumgebung eine

Mehr

Advanced Technologies of SharePoint 2016 MOC 20339-2

Advanced Technologies of SharePoint 2016 MOC 20339-2 Advanced Technologies of SharePoint 2016 MOC 20339-2 In diesem Kurs lernen Sie, die erweiterten Funktionen in einer SharePoint 2016 Umgebung zu planen, konfigurieren und verwalten. Der Schwerpunkt dieses

Mehr

Kursübersicht act-academy Kloten - 2. Halbjahr 2015

Kursübersicht act-academy Kloten - 2. Halbjahr 2015 Access 1 (Office 2007/2010/2013) 2 22.07.2015 09:00 23.07.2015 16:30 1100 2 09.09.2015 09:00 10.09.2015 16:30 1100 2 28.10.2015 09:00 29.10.2015 16:30 1100 2 09.12.2015 09:00 10.12.2015 16:30 1100 2 03.08.2015

Mehr

Agenda. Ausgangssituation (Beispiel) PaaS oder IaaS? Migrationspfade Deep Dives. IaaS via Azure Site Recovery PaaS via SQL Deployment Wizard

Agenda. Ausgangssituation (Beispiel) PaaS oder IaaS? Migrationspfade Deep Dives. IaaS via Azure Site Recovery PaaS via SQL Deployment Wizard Agenda Ausgangssituation (Beispiel) PaaS oder IaaS? Migrationspfade Deep Dives IaaS via Azure Site Recovery PaaS via SQL Deployment Wizard AZURE REGIONS offen BETRIEBSSYSTEME DATENBANKEN ENTWICKLUNGS-

Mehr

Designing Business Intelligence Solutions with Microsoft SQL Server MOC 20467

Designing Business Intelligence Solutions with Microsoft SQL Server MOC 20467 Designing Business Intelligence Solutions with Microsoft SQL Server MOC 20467 In diesem 5-tägigen Microsoft-Kurs lernen Sie die Implementierung einer Self-Service Business Intelligence (BI) und Big Data

Mehr

ALM As-A-Service TFS zur hausinternen Cloud ausbauen

ALM As-A-Service TFS zur hausinternen Cloud ausbauen ALM As-A-Service TFS zur hausinternen Cloud ausbauen Sven Hubert AIT TeamSystemPro Team Das Unternehmen.NET Softwareentwicklung.NET Entwicklung.NET Software-Entwicklung Architektur Beratung Team Foundation

Mehr

Performance Tuning and Optimizing SQL Databases MOC 10987

Performance Tuning and Optimizing SQL Databases MOC 10987 Performance Tuning and Optimizing SQL Databases MOC 10987 Als IT Professional, der zuständig ist für die Verwaltung und Pflege von SQL Server Datenbanken, lernen Sie in diesem Kurs die Kenntnisse und Fertigkeiten,

Mehr

Deploying Windows Desktops and Enterprise Applications MOC 20695

Deploying Windows Desktops and Enterprise Applications MOC 20695 Deploying Windows Desktops and Enterprise Applications MOC 20695 In diesem Seminar lernen Sie, wie Sie Betriebssysteme und Anwendungsbereitstellungsoptionen bewerten. Des Weiteren erfahren Sie, wie Sie

Mehr

Microsoft Azure für Java Entwickler

Microsoft Azure für Java Entwickler Holger Sirtl Microsoft Deutschland GmbH Microsoft Azure für Java Entwickler Ein Überblick Agenda Cloud Computing Die Windows Azure Platform Anwendungen auf Windows Azure Datenspeicherung mit SQL Azure

Mehr

Zend PHP Cloud Application Platform

Zend PHP Cloud Application Platform Zend PHP Cloud Application Platform Jan Burkl System Engineer All rights reserved. Zend Technologies, Inc. Zend PHP Cloud App Platform Ist das ein neues Produkt? Nein! Es ist eine neue(re) Art des Arbeitens.

Mehr

Implementing Data Models and Reports with Microsoft SQL Server MOC 20466

Implementing Data Models and Reports with Microsoft SQL Server MOC 20466 Implementing Data Models and Reports with Microsoft SQL Server MOC 20466 In dem fünftägigen Kurs Implementing Data Models and Reports with Microsoft SQL Server lernen Sie das Erstellen gesteuerter Enterprise

Mehr

MICROSOFT WINDOWS AZURE

MICROSOFT WINDOWS AZURE Cloud Computing à la Microsoft MICROSOFT WINDOWS AZURE Karim El Jed netcreate OHG Agenda Was ist Cloud Computing? Anwendungsszenarien Windows Azure Platform Alternativen Was ist Cloud Computing? Was ist

Mehr

Designing and Deploying Exchange Server 2016 MOC

Designing and Deploying Exchange Server 2016 MOC Designing and Deploying Exchange Server 2016 MOC 20345-2 In diesem Kurs lernen Sie als erfahrener Exchange Server Administrator, wie Sie die Exchange Server 2016 Messaging Umgebung entwerfen und implementieren.

Mehr

Cloud! dotnet Usergroup Berlin. Sein oder nicht sein!?! Robert Eichenseer robert.eichenseer@conplement.de

Cloud! dotnet Usergroup Berlin. Sein oder nicht sein!?! Robert Eichenseer robert.eichenseer@conplement.de dotnet Usergroup Berlin Cloud! Sein oder nicht sein!?! Robert Eichenseer robert.eichenseer@conplement.de conplement AG Südwestpark 92 90449 Nürnberg http://www.conplement.de/roberteichenseer.html 1 conplement

Mehr

MOBILE ON POWER MACHEN SIE IHRE ANWENDUNGEN MOBIL?!

MOBILE ON POWER MACHEN SIE IHRE ANWENDUNGEN MOBIL?! MOBILE ON POWER MACHEN SIE IHRE ANWENDUNGEN MOBIL?! Oliver Steinhauer Sascha Köhler.mobile PROFI Mobile Business Agenda MACHEN SIE IHRE ANWENDUNGEN MOBIL?! HERAUSFORDERUNG Prozesse und Anwendungen A B

Mehr

Jörg Neumann Acando GmbH

Jörg Neumann Acando GmbH Jörg Neumann Acando GmbH Jörg Neumann Principal Consultant bei der Acando GmbH MVP Windows Platform Development Beratung, Training, Coaching Buchautor, Speaker Mail: Joerg.Neumann@Acando.com Blog: www.headwriteline.blogspot.com

Mehr

Ruben Deyhle 11.02.2011 Proseminar Konzepte für Daten- und Prozess-Management. Cloud Computing mit Windows Azure

Ruben Deyhle 11.02.2011 Proseminar Konzepte für Daten- und Prozess-Management. Cloud Computing mit Windows Azure Ruben Deyhle 11.02.2011 Proseminar Konzepte für Daten- und Prozess-Management Cloud Computing mit Windows Azure 2 Ablauf Charakterisierung Aufbau von Windows Azure Compute-, Storage- und Datenbank-Dienst

Mehr

MOC 20486 - Entwicklung von ASP.NET MVC 4 Webapplikationen

MOC 20486 - Entwicklung von ASP.NET MVC 4 Webapplikationen MOC 20486 - Entwicklung von ASP.NET MVC 4 Webapplikationen Kompakt-Intensiv-Training Diese Schulung bereitet Sie optimal auf die MOC-Zertifzierung vor. Zu Beginn der Schulung erhalten Sie einen Überblick

Mehr

Programming in HTML5 with JavaScript and CSS3

Programming in HTML5 with JavaScript and CSS3 Programming in HTML5 with JavaScript and CSS3 MOC 20480 In diesem Kurs erhalten Sie eine Einführung in HTML5, CSS3 und JavaScript. Es werden Basiskenntnisse in der Programmierung von HTML5,CSS3 und JavaScript

Mehr

Administering System Center Configuration Manager and Intune MOC 20696

Administering System Center Configuration Manager and Intune MOC 20696 Administering System Center Configuration Manager and Intune MOC 20696 In diesem Kurs erhalten Sie Hands-On-Erfahrung im Konfigurieren und Verwalten von Clients und Geräten mithilfe von Microsoft System

Mehr

Wie Amazon mit Hilfe von Technologie und Daten erfolgreich ist Startup Firmen in Deutschland und weltweit haben Agilität, Innovation und globale

Wie Amazon mit Hilfe von Technologie und Daten erfolgreich ist Startup Firmen in Deutschland und weltweit haben Agilität, Innovation und globale Wie Amazon mit Hilfe von Technologie und Daten erfolgreich ist Startup Firmen in Deutschland und weltweit haben Agilität, Innovation und globale Reichweite in ihrer DNA. Was sind ihre Erfolgskriterien,

Mehr

Advanced Automated Administration with Windows PowerShell

Advanced Automated Administration with Windows PowerShell Advanced Automated Administration with Windows PowerShell MOC 10962 In diesem 3-tägigen Seminar lernen Sie, wie Sie alltägliche Management und Administrations-Aufgaben und Funktionen in Ihrer Windows Server

Mehr

Networking with Windows Server MOC 10970

Networking with Windows Server MOC 10970 Networking with Windows Server MOC 10970 In dem Kurs MOC 10970 Networking with Windows Server erhalten Sie ein Hands-on Training in der Umsetzung von Vernetzungen mit Windows Server 2012 und Windows Server

Mehr

AZURE ACTIVE DIRECTORY

AZURE ACTIVE DIRECTORY 1 AZURE ACTIVE DIRECTORY Hype oder Revolution? Mario Fuchs Welcome 2 Agenda 3 Was ist [Azure] Active Directory? Synchronization, Federation, Integration Praktische Anwendungen z.b.: Multifactor Authentication

Mehr

Webdeployment 2.0 Webanwendungen komfortabel bereitstellen, aus Hoster und Kundensicht.

Webdeployment 2.0 Webanwendungen komfortabel bereitstellen, aus Hoster und Kundensicht. Webdeployment 2.0 Webanwendungen komfortabel bereitstellen, aus Hoster und Kundensicht. Bernhard Frank Web Platform Architect Evangelist bfrank@microsoft.com Was braucht es zu einem Webserver? Webserver

Mehr

Administering a SQL Database Infrastructure MOC 20764

Administering a SQL Database Infrastructure MOC 20764 Administering a SQL Database Infrastructure MOC 20764 In diesem Kurs lernen Teilnehmer, die SQL Datenbanken administrieren und pflegen, eine SQL -Server-Datenbank -Infrastruktur zu administrieren. Des

Mehr

Selectron Fleet Diagnosis

Selectron Fleet Diagnosis Selectron Fleet Diagnosis Roland Krummenacher Senior Software Engineer Selectron Fleet Diagnosis Die Selectron Fleet Diagnosis ermöglicht es, eine Ferndiagnose eines Zugs im laufenden Betrieb zu erstellen.

Mehr

Hybride Cloud-Infrastrukturen Bereitstellung & Verwaltung mit System Center 2012

Hybride Cloud-Infrastrukturen Bereitstellung & Verwaltung mit System Center 2012 Hybride Cloud-Infrastrukturen Bereitstellung & Verwaltung mit System Center 2012 Roj Mircov TSP Datacenter Microsoft Virtualisierung Jörg Ostermann TSP Datacenter Microsoft Virtualisierung 1 AGENDA Virtual

Mehr

Herzlich Willkommen. Achim Brefeld 20.11.2015

Herzlich Willkommen. Achim Brefeld 20.11.2015 Herzlich Willkommen Achim Brefeld 20.11.2015 Agenda. 24.11.2015 Achim Brefeld Begrüßung 2 Agenda. 24.11.2015 Achim Brefeld Begrüßung 3 Azure Plattform Übersicht Herzlich willkommen! Petra Spiekermann Christopher

Mehr

Appliances Phones & Tablets PC SaaS Cloud app Queues Topics Relays Notifications LOB Apps Team SharePoint Event Aggregator site.... Queues (Warteschlangen) Topics (Themen) Subscriptions (Abonnements)

Mehr

Integration in die Office-Plattform. machen eigene Erweiterungen Sinn?

Integration in die Office-Plattform. machen eigene Erweiterungen Sinn? Integration in die Office-Plattform machen eigene Erweiterungen Sinn? Agenda Apps Warum eigentlich? Apps für Office Apps für SharePoint Entwicklungsumgebungen Bereitstellung Apps Warum eigentlich? Bisher

Mehr

Technische Voraussetzungen für f r CRM Hosting

Technische Voraussetzungen für f r CRM Hosting Technische Voraussetzungen für f r CRM Hosting Holger Rackow Technologieberater - Microsoft Dynamics CRM Microsoft Dynamics CRM 3.0 Wo stehen wir heute? Microsoft CRM weltweites Kundenwachstum 53 Länder,

Mehr

VMware vsphere: What's New [V5.5 to V6]

VMware vsphere: What's New [V5.5 to V6] VMware vsphere: What's New [V5.5 to V6] VMware vsphere: Whats New is a hands-on training course that explores the newest features and enhancements in VMware vcenter Server 6 and VMware ESXi 6. Real-world

Mehr

Microsoft Anwendersoftware

Microsoft Anwendersoftware Microsoft Anwendersoftware Grundlagen MS-Windows für Anwender MS Word für Windows MS Excel MS Outlook MS-PowerPoint MS-Access 14.01.19 07.03.19 29.04.19 11.06.19 15.01.-16.01.19 11.03.-12.03.19 15.04.-16.04.19

Mehr

Implementing a Desktop Infrastructure MOC 20415

Implementing a Desktop Infrastructure MOC 20415 Implementing a Desktop Infrastructure MOC 20415 In diesem Seminar erlernen Sie die Kenntnisse und das Wissen, welches Sie benötigen, um eine Windows 8 Desktop-Infrastruktur zu planen, designen und zu implementieren.

Mehr

+++ Bitte nutzen Sie die integrierte Audio-Funktion von WebEx (Menü Audio -> Integrated Voice Conference -> Start auswählen), um uns zu hören!!!.

+++ Bitte nutzen Sie die integrierte Audio-Funktion von WebEx (Menü Audio -> Integrated Voice Conference -> Start auswählen), um uns zu hören!!!. +++ Bitte nutzen Sie die integrierte Audio-Funktion von WebEx (Menü Audio -> Integrated Voice Conference -> Start auswählen), um uns zu hören!!!. +++ Oracle Mobile Cloud Service (MCS) MCS SDK & MAF MCS

Mehr

Powershell DSC Oliver Ryf

Powershell DSC Oliver Ryf 1 Powershell DSC Oliver Ryf Partner: 2 Agenda Begrüssung Vorstellung Referent PowerShell Desired State Configuration F&A Weiterführende Kurse 3 Vorstellung Referent Seit 1991 IT-Trainer 1995 MCSE und MCT

Mehr

VMware vsphere: Skills for Operators (V6) This two-day technical classroom training course is designed to help operators and administrators who create and manage virtual machines. This course provides

Mehr

über mehrere Geräte hinweg...

über mehrere Geräte hinweg... Es beginnt mit einer Person... deren Identität bestätigt wird... über mehrere Geräte hinweg... mit Zugriff auf Apps... auf einheitliche Weise. MITARBEITER # 0000000-000 CONTOSO Am Anfang steht die Identität

Mehr

Prüfungsvorbereitung: Präsentation und Anwenderschulung

Prüfungsvorbereitung: Präsentation und Anwenderschulung Fachinformatiker Systemintegration Prüfungsvorbereitung: Präsentation und Anwenderschulung In dem Seminar erhalten Sie das notwendige Wissen, um erfolgreich das Fachgespräch in Ihrer Facharbeiterprüfung

Mehr

23. Januar, Zürich-Oerlikon

23. Januar, Zürich-Oerlikon 23. Januar, Zürich-Oerlikon Apps und Business über die Cloud verbinden Martin Weber Senior Software Engineer / Principal Consultant Cloud Technologies Noser Engineering AG Noser Engineering Noser Engineering

Mehr

Microsoft Anwendersoftware

Microsoft Anwendersoftware Microsoft Anwendersoftware Grundlagen MS-Windows für Anwender MS Word für Windows MS Excel MS Outlook MS-PowerPoint MS-Access e 03.01.18 05.02.18 23.04.18 04.06.18 11.01.-12.01.18 05.03.-06.03.18 02.05.-03.05.18

Mehr

Mobile Backend in. Cloud. Azure Mobile Services / Websites / Active Directory /

Mobile Backend in. Cloud. Azure Mobile Services / Websites / Active Directory / Mobile Backend in Cloud Azure Mobile Services / Websites / Active Directory / Einführung Wachstum / Marktanalyse Quelle: Gartner 2012 2500 Mobile Internet Benutzer Desktop Internet Benutzer Internet Benutzer

Mehr

Grundlagen und Best Practices bei der SharePoint Entwicklung

Grundlagen und Best Practices bei der SharePoint Entwicklung Grundlagen und Best Practices bei der SharePoint Entwicklung Peter Kirchner Consultant ITaCS GmbH Fabian Moritz Senior Consultant, MVP ITaCS GmbH Themen Entwicklungsumgebung vorbereiten SharePoint Objektmodell

Mehr

TRAINING. Transbase Training. Transbase Training - Die Kurse in der Übersicht

TRAINING. Transbase Training. Transbase Training - Die Kurse in der Übersicht Transbase Training Der Bereich Schulung und Training von Transaction Software umfasst ein breites Angebot rund um das Thema Datenbanken. Angeboten werden spezielle Transbase Trainings. Transbase Training

Mehr