Microsoft - MCPD / MCTS .NET 4 Windows Azure Developer

Dauer

Dauer:

Nur 9 Tage

Methode

Methode:

Klassenraum / Online / Hybrid

nächster Termin

nächster Termin:

24.6.2024 (Montag)

Überblick

Der Microsoft MCTS / MCPD .NET 4 Azure Kurs wird Sie in das Gebiet des Cloud Computing einführen. Sie erweitern Ihre Kenntnisse über die Public Cloud in Windows Azure. Sie werden das Cloud-Betriebssystem entdecken und lernen, wie man in Azure .NET-Anwendungen schreibt, bereitstellt und überwacht. Nach dem Intensivkurs werden Sie in der Lage sein, Anwendungen zu gestalten und zu entwickeln, welche auf einer Windows Azure Plattform gehostet werden.

Die Teilnahme an unserem Intensivkurs ist unverzichtbar, wenn Sie:

  • Wenn Sie Ihr Wissen und Ihre Fähigkeiten im Gebiet Windows Azure und SQL Azure erweitern möchten
  • Wenn Sie planen, wie Windows Azure und SQL Azure Ihre Anwendungen beeinflusst und welche neuen Features benutzt werden können
  • Wenn Sie Windows Azure Anwendungen entwickeln oder derzeitige Anwendungen in die Cloud überführen möchten.

Vorteile

Nach erfolgreicher Absolvierung der Prüfung 70-516 werden Ihnen Credits für nachfolgende Zertifizierungen angerechnet:

  • MCTS: .NET Framework 4, Data Access
  • MCPD: Windows Developer 4
  • MCPD: Web Developer 4

In einem Firebrand Intensiv-Training profitieren Sie von folgenden Vorteilen:

  • Zwei Optionen - Präsenz- oder Onlinetraining
  • Ablenkungsfreie Lernumgebung
  • Eigene Trainings- und Prüfungszentren (Pearson VUE Select Partner)
  • Effektives Training mit praktischen Übungseinheiten und intensiver Betreuung durch unsere Trainer
  • Umfassendes Leistungspaket mit allem, was Sie benötigen, um Ihre Zertifizierung zu erhalten, inklusive unserer Firebrand Leistungsgarantie.

Lehrplan

Creating Services

  • Create service and operation contracts
  • Create data contracts
  • Create message contracts
  • Implement generic message handling
  • Implement RESTful services
  • Create and configure a Routing service
  • Create and configure a Discovery service

Hosting and Configuring Services

  • Create and configure endpoints
  • Configure behaviors
  • Implement self hosting
  • Implement web server hosting

Consuming Services

  • Create a service proxy
  • Configure client endpoints
  • Invoke a service
  • Consume RESTful services
  • Implement service discovery

Securing Services

  • Secure bindings
  • Message security
  • Authentication
  • Authorization
  • Impersonation
  • Security auditing

Manage the Service Instance Life Cycle

  • Service Instances
  • Sessions
  • Transactions
  • Concurrency
  • Manage consistency between instances, sessions, transactions and concurrency

Monitoring and Troubleshooting Distributed Systems

  • Configure message logging
  • Configure diagnostics
  • Debug client-service interactions

Modeling data

  • Map entities and relationships by using the Entity Data Model
  • Map entities and relationships by using LINQ to SQL
  • Create and customize entity objects
  • Connect a POCO model to the Entity Framework
  • Create the database from the Entity Framework model
  • Create model-defined functions

Managing Connections and Context

  • Configure connection strings and providers
  • Create and manage a data connection
  • Secure a connection
  • Manage the DataContext and ObjectContext
  • Implement eager loading
  • Caching data
  • ADO.NET Data Services

Querying data

  • Execute a SQL query
  • Create a LINQ query
  • Create an Entity SQL (ESQL) query
  • Handle special data types
  • Query XML data
  • Query data using ADO.NET Data Services

Manipulating data

  • Create, update, or delete data by using SQL statements
  • Create, update, or delete data by using DataContext
  • Manage Transactions
  • Create disconnected objects

Developing and Deploying Reliable Applications

  • Monitor and collect performance data
  • Handle exceptions
  • Protect data
  • Synchronize data
  • Deploy ADO.NET components

Cloud Computing

  • Define cloud computing.
  • Learn the benefits of cloud computing.
  • Understand the different types of cloud computing services.
  • Explore where computing clouds might exist.
  • Hear about potential concerns with cloud computing.
  • Learn where cloud computing can and cannot be applied.
  • Place Windows Azure in light of general cloud computing.
  • Know how Windows Azure compares to other cloud environments.

Windows Azure Architecture

  • See a simple Windows Azure application.
  • Learn about the Microsoft data centers.
  • Explore the hardware, servers and virtualization (the Fabric) that host cloud applications and data.
  • Understand the role of the Fabric Controller in managing the Windows Azure cloud.
  • Know the general architecture and components of the Windows Azure Platform.
  • Understand the tools used to create and deploy Windows Azure services and data stores.
  • Understand the different types of roles in Windows Azure (Web, worker, VM).
  • Understand the types of storages provided by the Windows Azure Platform (Azure Storage, SQL Azure, etc.)

Windows Azure Web Roles

  • Explore the purpose of Windows Azure Web roles.
  • Understand how to create Web roles in a cloud service project.
  • See how to configure a Web role.
  • Learn how to test Web roles run in the Compute Emulator.
  • Start exploring the Windows Azure API.
  • Examine how to build Web roles with multiple Web sites.

Local Storage

  • Examine Windows Azure local storage.
  • See how local storage differs from normal server file systems.
  • Learn how to configure local storage.
  • Understand the limitations of local storage and where/when to use it.
  • Explore the API to access local storage.
  • Learn about Windows Azure Drive (formerly X-Drive).

Windows Azure Administration

  • Explore the various Windows Azure subscription administrators.
  • Understand Windows Azure OS Families and Guest OS Versions.
  • See how to Remote Desktop to a Windows Azure virtual machine.
  • Learn how to define a startup task for a role.

Windows Azure Storage and Queues

  • Understand the purpose of Windows Azure Storage.
  • Learn how to create a Windows Azure Storage account.
  • Explore Windows Azure Storage costs.
  • Understand the Storage Emulator, how to use it, and how it is different from Windows Azure Storage.
  • See how to access Windows Azure Storage using both the REST API and the Storage Client Library.
  • Examine Windows Azure Storage Queues.
  • Learn how to get messages in and out of Windows Azure Queues.

Blob Storage

  • Understand the rationale for using blob storage.Learn about the different types of blobs: block and page blobs.
  • Examine blob storage containers and how they are used to organize and control access to blobs.
  • Explore how to access blob storage with both the Storage Client and REST API.

Table Storage

  • Explore Windows Azure Storage’s structural data service.
  • Understand the reason for table storage.
  • Examine the differences between table storage and traditional relational databases (as exhibited by SQL Azure).
  • Learn how to access table storage with both the Storage Client and REST API.
  • Understand entities as they relate to table storage.
  • Examine how to save and retrieve entities in table storage.

Worker Roles

  • Explore the purpose of Windows Azure worker roles.
  • Understand how to create worker roles in a cloud service project.
  • See how to configure a worker role.
  • Learn how to test worker roles run in the Compute Emulator.
  • Learn how to use Windows Azure Storage queues and messages to communicate with worker roles.
  • Explore how to setup worker role endpoints.
  • Learn how to communicate with worker role internal and input endpoints.

SQL Azure Introduction

  • Learn what SQL Azure is and why you want to use it.
  • Understand SQL Azure in comparison to SQL Server and Windows Azure table storage.
  • Learn how to provision a SQL Azure server and databases.
  • Examine costs associated with SQL Azure.
  • See how to use familiar tools and APIs to work in SQL Azure.
  • Explore how to create and manage database objects in SQL Azure.
  • Know how to limit SQL Azure access.
  • Understand options for performing database backups.
  • See how to migrate data to SQL Azure.

Diagnostics

  • Learn how to accomplish debugging and logging in Windows Azure.
  • Examine Windows Azure Diagnostic Service.
  • Understand the role of the Diagnostic Agent process in the diagnostic service.
  • Learn how to configure the diagnostic service.
  • See how to transfer diagnostic data to Windows Azure Storage.

Zertifizierung

Am Ende des Intensivkurses werden Sie die folgenden Prüfungen ablegen:

  • Prüfung 70-513 - TS: Windows Communication Foundation Development with Microsoft .NET Framework 4
  • Prüfung 70-516 - TS: Accessing Data with Microsoft .NET Framework 4
  • Prüfung 70-583 - PRO: Designing and Developing Windows Azure Applications Using Microsoft .NET Framework 4

Leistungspaket

Microsoft Official Curriculum

  • MOC 10265A: Developing Data Access Solutions with Microsoft Visual Studio 2010
  • MOC 10263A: Developing Windows Communication Foundation Solutions with Microsoft Visual Studio 2010
  • MOC 50466B: Windows Azure Solutions with Microsoft Visual Studio 2010

Unser Kurspaket umfasst:

  • Umfassende Schulungsmaterialien
  • Praxiserfahrene Trainer, die das bewährte Lecture | Lab | ReviewTM-Konzept anwenden
  • Moderne Trainingseinrichtungen
  • 24 Stunden Zugang zur IT-Lernumgebung
  • Prüfungsgebühren*
  • Prüfungen werden während des Kurses abgelegt**
  • Bei Präsenzkursen: Unterkunft, Frühstück, Mittagessen, Abendessen, Snacks und Getränke
  • Firebrand Leistungsgarantie gemäß unseren AGB***
  • * Ausnahme: Prüfungsgutscheine sind bei folgenden Kursen nicht einbegriffen: Kurse von CREST, BSI Grundschutz Berater und GIAC. Bei diesen Kursen muss die Prüfungsgebühr direkt an den entsprechenden Partner entrichtet werden.
  • ** Ausnahme: Die Prüfungen der COBIT, Cybersecurity Audit, CCAK, IT Risk Fundamentals, IT Audit Fundamentals, CSX-P, ITCA, CET, GIAC, CCSK, CREST Kurse , MSP , BSI Grundschutz Berater sowie EC-Council CPENT werden nicht während des Kurses abgelegt.
  • *** Wenn ein Kursteilnehmer die Prüfung nicht erfolgreich bestehen sollte, kann der Trainingskurs innerhalb eines Jahres wiederholt werden. Dabei fallen nur die Kosten für die Unterkunft und Verpflegung sowie ggf. die Prüfungsgebühren an. Ausnahme: Bei Kursen von Cisco und VMware entstehen außerdem zusätzliche Kosten für die Nutzung der (digitalen) Kursunterlagen und der Lab-/Übungsumgebung.

Voraussetzungen

Über folgende Erfahrung und Kenntnisse sollten Sie verfügen:

  • Grundlegendes Verständnis von dem .NET Framework
  • Sechs Monate Erfahrung mit Visual Studio 2010
  • Ein- bis zweijährige Erfahrung in der Entwicklung von Anwendungskomponenten, die mit mehreren Datenquellen interagieren können
  • Ein umfassendes Verständnis von relationalen Datenbankkonzepten
  • Ein- bis zweijährige Erfahrung in der Verwendung von relationalen Datenbank-Verwaltungssystemen
  • Grundlegende Kenntnisse in .NET-Programmiersprachen und in objektorientiertem Programmieren (C# oder VB.NET)
  • Einjährige Erfahrung in der Entwicklung von Anwendungen
  • Erfahrung in der Erstellung von datengesteuerten Webanwendungen
  • Grundlegendes Verständnis von Webtechnologien (HTTP/HTTPS, HTML, CSS, JavaScript)

Weiter empfiehlt sich bereits Erfahrung in folgenden Gebieten, jedoch werden diese Themen auch noch einmal in dem Intensivkurs behandelt:

  • Einjährige Erfahrung in der Entwicklung von .NET-Diensten
  • Dreijährige Erfahrung in der Entwicklung von ASP.NET-Technologien

Sind Sie sich unsicher, ob Sie die Voraussetzungen erfüllen? Wir besprechen gerne mit Ihnen Ihren technischen Hintergrund, Erfahrung und Qualifikation, um herauszufinden, ob dieser Intensivkurs der richtige für Sie ist.

Erfahrungsberichte

Bereits 134561 Kursteilnehmer haben seit 2001 erfolgreich einen Firebrand-Kurs absolviert. Unsere aktuellen Kundenbefragungen ergeben: Bei 96.41% unserer Teilnehmer wurde die Erwartungshaltung durch Firebrand übertroffen!


"Sehr intensives Training mit viel Praxis. Unser Trainer war sehr gut und konnte alle Themen interessant und mit Beispielen vermitteln."
F.M.. (11.12.2023 (Montag) bis 14.12.2023 (Donnerstag))

"Sehr Kompetenter, freundlicher und menschlicher Instructor. Viel Wissen in wenig Zeit vermittelt."
n.n.. (30.10.2023 (Montag) bis 2.11.2023 (Donnerstag))

"Meine Erfahrung mit Firebrand war durchweg positiv. Von der Anmeldung bis zur Durchführung des Kurses war alles reibungslos und professionell. Die Kursmaterialien waren gut organisiert und aktuell, was das Lernen erleichtert hat."
n.n.. (30.10.2023 (Montag) bis 2.11.2023 (Donnerstag))

"Der Tutor hatte sich nicht nur auf die Theorie bezogen, er gab auch viele praktische Beispiele. Dazu war er jeder Zeit sehr kompetent bei Fragen und nahm sich die Zeit die Themen gut zu vertiefen. Sehr zufrieden."
A. F. K. . (30.10.2023 (Montag) bis 2.11.2023 (Donnerstag))

"Organisation, Staff und vor allem der Trainer war super. Immer wieder gerne würde ich ein oder andere Kurse bei Firebrand besuchen. Einfach Top!!"
R.R.. (18.9.2023 (Montag) bis 24.9.2023 (Sonntag))

Kurstermine

Start

Ende

Verfügbarkeit

Standort

Anmelden

19.2.2024 (Montag)

27.2.2024 (Dienstag)

Kurs gelaufen - Hinterlasse Kommentar

-

 

24.6.2024 (Montag)

2.7.2024 (Dienstag)

Warteliste

Überregional

 

5.8.2024 (Montag)

13.8.2024 (Dienstag)

Einige Plätze frei

Überregional

 

16.9.2024 (Montag)

24.9.2024 (Dienstag)

Einige Plätze frei

Überregional

 

28.10.2024 (Montag)

5.11.2024 (Dienstag)

Einige Plätze frei

Überregional

 

9.12.2024 (Montag)

17.12.2024 (Dienstag)

Einige Plätze frei

Überregional

 

Neueste Rezensionen von unseren Kursteilnehmern