Microsoft - MCSA: Universal Windows Platform

Dauer

Dauer:

Nur 7 Tage

Methode

Methode:

Klassenraum / Online / Hybrid

nächster Termin

nächster Termin:

24.6.2024 (Montag)

Überblick

In diesem intensiven MCSA: Universal Windows Platform Kurs erlernen Sie die Fähigkeiten, um Apps für die Universal Windows Platform zu erstellen.

Der sechstägige Intensivkurs ist dabei 40% kürzer als herkömmliche Trainings. Ihr Microsoft Certified Trainer (MCT) behandelt mit Ihnen das Microsoft Official Curriculum (MOC). Mithilfe unserer einzigartigen Lecture | Lab | Review Methode wenden Sie die erlernte Theorie in praktischen Lab-Übungen an und entwickeln so Real-World Fähigkeiten, die für Ihre Arbeit relevant sind. Review Sessions helfen dabei, die Lerninhalte zu verfestigen und geben Ihnen die Möglichkeit, schwierige Themen zu vertiefen.

Sie erlernen die Schlüsselkonzepte der Programmierung in C# und der modernen Applikationsentwicklung, einschließlich:

  • Aufarbeitung der Grundlagen der C# Programmstruktur, Syntax und Implementierung
  • Codeentwicklung für eine Graphical Application
  • Verbesserung von Performance und Responsiveness der Application
  • Ver- und Entschlüsselung von Daten
  • Entwicklung eines XAML Seitenlayouts für ein adaptives UI
  • Implementierung von Feature Detection für adaptives Coding

Sie legen die Prüfungen 70-483 und 70-357 während des Kurses ab. Die MCSA: Universal Windows Platform Zertifizierung qualifiziert Sie für eine Position als Softwareentwickler oder Web Quality Engineer. Die Zertifizierung ist außerdem eine Voraussetzung für den MCSD: App Builder.

Hinweis: Die Prüfung 70-483: Programming in C# führt jetzt zu einer Microsoft Specialist Zertifizierung.

Vorteile

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

Course 20483C: Programming in C#

Module 1: Review of Visual C# Syntax

In this module, you will learn about some of the core features provided by the .NET Framework and Microsoft Visual Studio. You will also learn about some of the core Visual C# constructs that enable you to start developing .NET Framework applications.

Lessons

  • Overview of Writing Application by Using Visual C#
  • Data Types, Operators, and Expressions
  • Visual C# Programming Language Constructs

Lab: Implementing Edit Functionality for the Students List

  • Implementing Insert Functionality for the Students List
  • Implementing Delete Functionality for the Students List
  • Displaying a Student’s Age

After completing this module, students will be able to:

  • Describe the architecture of .NET Framework applications and the features that Visual Studio 2017 and Visual C# provide
  • Use basic Visual C# data types, operators, and expressions
  • Use standard Visual C# constructs

Module 2: Creating Methods, Handling Exceptions, and Monitoring Applications

In this module, you will learn how to create and use methods and how to handle exceptions. You will also learn how to use logging and tracing to record the details of any exceptions that occur.

Lessons

  • Creating and Invoking Methods
  • Creating Overloaded Methods and Using Optional and Output Parameters
  • Handling Exceptions
  • Monitoring Applications

Lab: Extending the Class Enrolment Application Functionality

  • Refactoring the Enrolment Code
  • Validating Student Information
  • Saving Changes to the Class List

After completing this module, students will be able to:

  • Create and invoke methods
  • Create overloaded methods and use optional parameters
  • Handle exceptions
  • Monitor applications by using logging, tracing, and profiling

Module 3: Basic types and constructs of Visual C#

In this module, you will learn how to create and use structs and enums, organise data into collections, and create and subscribe to events.

Lessons

  • Implementing structs and enums
  • Organising Data into Collections
  • Handling Events

Lab: Writing the Code for the Grades Prototype Application

  • Adding Navigation Logic to the Grades Prototype Application
  • Creating Data Types to Store User and Grade Information
  • Displaying User and Grade Information

After completing this module, students will be able to:

  • Create and use structs and enums
  • Use collection classes to organise data
  • Create and subscribe to events

Module 4: Creating Classes and Implementing Type-Safe Collections

In this module, you will learn how to use interfaces and classes to define and create your own custom, reusable types. You will also learn how to create and use enumerable, type-safe collections of any type.

Lessons

  • Creating Classes
  • Defining and Implementing Interfaces
  • Implementing Type-Safe Collections

Lab: Adding Data Validation and Type-Safety to the Application

  • Implementing the Teacher, Student, and Grade Structs as Classes
  • Adding Data Validation to the Grade Class
  • Displaying Students in Name Order
  • Enabling Teachers to Modify Class and Grade Data

After completing this module, you will be able to:

  • Create and instantiate classes
  • Create and instantiate interfaces
  • Use generics to create type-safe collections

Module 5: Creating a Class Hierarchy by Using Inheritance

In this module, you will learn how to use inheritance to create class hierarchies and to extend .NET Framework types.

Lessons

  • Creating Class Hierarchies
  • Extending .NET Framework Classes

Lab: Refactoring Common Functionality into the User Class

  • Refactoring Common Functionality into the User Class
  • Implementing Password Complexity by Using an Abstract Method
  • Creating the ClassFullException Custom Exception

After completing this module, you will be able to:

  • Create base classes and derived classes by using inheritance
  • Create classes that inherit from .NET Framework classes

Module 6: Reading and Writing Local Data

In this module, you will learn how to read and write data by using transactional file system I/O operations, how to serialise and deserialise data to the file system, and how to read and write data to the file system by using streams.

Lessons

  • Reading and Writing Files
  • Serialising and Deserialising Data
  • Performing I/O by Using Streams

Lab: Generating the Grades Report

  • Serialising Data for the Grades Report as XML
  • Previewing the Grades Report
  • Persisting the Serialised Grade Data to a File

After completing this module, you will be able to:

  • Read and write data to and from the file system by using file I/O
  • Convert data into a format that can be written to or read from a file or other data source
  • Use streams to send and receive data to or from a file or data source

Module 7: Accessing a Database

In this module, you will learn how to create and use entity data models (EDMs) and how to query many types of data by using Language-Integrated Query (LINQ).

Lessons

  • Creating and Using Entity Data Models
  • Querying Data by Using LINQ

Lab: Retrieving and Modifying Grade Data

  • Creating an Entity Data Model from The School of Fine Arts Database
  • Updating Student and Grade Data by Using the Entity Framework
  • Extending the Entity Data Model to Validate Data

After completing this module, you will be able to:

  • Create, use, and customise an EDM
  • Query data by using LINQ

Module 8: Accessing Remote Data

In this module, you will learn how to use the request and response classes in the System.Net namespace to directly manipulate remote data sources. You will also learn how to use Windows Communication Foundation (WCF) Data Services to expose and consume an entity data model (EDM) over the web.

Lessons

  • Accessing Data Across the Web
  • Accessing Data by Using OData Connected Services

Lab: Retrieving and Modifying Grade Data Remotely

  • Creating a WCF Data Service for the SchoolGrades Database
  • Integrating the Data Service into the Application
  • Retrieving Student Photographs Over the Web (If Time Permits)

After completing this module, you will be able to:

  • Send data to and receive data from web services and other remote data sources
  • Access data by using WCF Data Services

Module 9: Designing the User Interface for a Graphical Application

In this module, you will learn how to use Extensible Application Markup Language (XAML) and Windows Presentation Foundation (WPF) to create engaging UIs.

Lessons

  • Using XAML to Design a User Interface
  • Binding Controls to Data

Lab: Customising Student Photographs and Styling the Application

  • Customising the Appearance of Student Photographs
  • Styling the Logon View
  • Animating the StudentPhoto Control (If Time Permits)

After completing this module, you will be able to:

  • Use XAML to design a UI
  • Bind a XAML control to data
  • Apply styles to a XAML UI

Module 10: Improving Application Performance and Responsiveness

In this module, you will learn how to improve the performance of your applications by distributing your operations across multiple threads.

Lessons

  • Implementing Multitasking
  • Performing Operations Asynchronously
  • Synchronising Concurrent Access to Data

Lab: Improving the Responsiveness and Performance of the Application

  • Ensuring That the UI Remains Responsive When Retrieving Teacher Data
  • Providing Visual Feedback During Long-Running Operations

After completing this module, you will be able to:

  • Use the Task Parallel Library to implement multitasking
  • Perform long-running operations without blocking threads
  • Control how multiple threads can access resources concurrently

Module 11: Integrating with Unmanaged Code

In this module, you will learn how to interoperate unmanaged code in your applications and how to ensure that your code releases any unmanaged resources.

Lessons

  • Creating and Using Dynamic Objects
  • Managing the Lifetime of Objects and Controlling Unmanaged Resources

Lab: Upgrading the Grades Report

  • Generating the Grades Report by Using Word
  • Controlling the Lifetime of Word Objects by Implementing the Dispose Pattern

After completing this module, you will be able to:

  • Integrate unmanaged code into a Microsoft Visual C# application by using the Dynamic Language Runtime (DLR)
  • Control the lifetime of unmanaged resources and ensure that your application releases resources

Module 12: Creating Reusable Types and Assemblies

In this module, you will learn how to consume existing assemblies by using reflection and how to add additional metadata to types and type members by using attributes. You will also learn how to generate code at run time by using the Code Document Object Model (CodeDOM) and how to ensure that your assemblies are signed and versioned, and available to other applications, by using the global assembly cache (GAC).

Lessons

  • Examining Object Metadata
  • Creating and Using Custom Attributes
  • Generating Managed Code
  • Versioning, Signing, and Deploying Assemblies

Lab: Specifying the Data to Include in the Grades Report

  • Creating and Applying the IncludeInReport attribute
  • Updating the Report
  • Storing the Grades
  • Utilities Assembly Centrally (If Time Permits)

After completing this module, you will be able to:

  • Use reflection to inspect and execute assemblies
  • Create and consume custom attributes
  • Generate managed code at run time by using CodeDOM
  • Version, sign, and deploy your assemblies to the GAC

Module 13: Encrypting and Decrypting Data

In this module, you will learn how to implement symmetric and asymmetric encryption and how to use hashes to generate mathematical representations of your data. You will also learn how to create and manage X509 certificates and how to use them in the asymmetric encryption process.

Lessons

  • Implementing Symmetric Encryption
  • Implementing Asymmetric Encryption

Lab: Encrypting and Decrypting the Grades Report

  • Encrypting the Grades Report
  • Encrypting the Grades Report

After completing this module, you will be able to:

  • Encrypt data by using symmetric encryption
  • Encrypt data by using asymmetric encryption

Zertifizierung

Sie legen folgende Prüfungen vor Ort im Firebrand Trainingscenter ab, abgedeckt durch unsere Leistungsgarantie:

Prüfung 70-483: Programming in C#

Die Prüfung testet Ihre Fähigkeiten in Microsoft Visual Studio 2012/13, einschließlich:

  • Manage program flow (25–30%)
  • Create and use types (25–30%)
  • Debug applications and implement security (25–30%)
  • Implement data access (25–30%)

Prüfung 70-357: Developing Mobile Apps

Die Prüfung testet Ihre Fähigkeiten in Microsoft Visual Studio, einschließlich:

  • Develop a XAML page layout for an adaptive UI (10–15%)
  • Implement page navigation and lifecycle events (10–15%)
  • Implement data access and data binding (20–25%)
  • Implement feature detection for adaptive coding (10–15%)
  • Manage user input and custom user interactions (10–15%)
  • Manage authentication and identity management (10–15%)
  • Implement notifications, background tasks, and reusable components (20–25%)

Beide Prüfungen sind in folgenden Sprachen verfügbar:

  • Englisch
  • Chinesisch (Kurzzeichen)
  • Französisch
  • Deutsch
  • Japanisch
  • Portugiesisch (Brazil)

Leistungspaket

Microsoft Official Curriculum

  • MOC 20483: Programming in C#

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

Folgende Vorerfahrungen werden empfohlen:

  • Gestaltung und Entwicklung von Windows 10 Apps
  • Mehr als zwei Jahre Erfahrung in der Entwicklung von Windows Apps mithilfe von C# und XAML
  • WPF oder Silverlight für Windows Phone
  • Model-View-ViewModel (MVVM) Gestaltungsmuster und Entity Framework
  • Authentifizierungstechnologien
  • Dringend empfohlen: Erfahrungen mit Visual Studio 2015

Teilnehmer sollten über praktische Erfahrungen mit C# und ein Verständnis von folgenden Themen verfügen:

  • Benennung, Festlegung, Initialisierung und Zuordnung von Werten zu Variablen innerhalb einer Applikation
  • Erstellung von einfachen Branching und Looping Strukturen
  • Nutzung von Visual Studio IDE zum Auffinden einfacher logischer Fehler
  • Gestaltung und Aufbau eines einfachen User Interface mit Standardbedienelementen aus der Visual Studio Toolbox
  • Nutzung von arithmetischen, logischen und relationalen Operatoren

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)

25.2.2024 (Sonntag)

Kurs gelaufen - Hinterlasse Kommentar

-

 

24.6.2024 (Montag)

30.6.2024 (Sonntag)

Warteliste

Überregional

 

5.8.2024 (Montag)

11.8.2024 (Sonntag)

Einige Plätze frei

Überregional

 

16.9.2024 (Montag)

22.9.2024 (Sonntag)

Einige Plätze frei

Überregional

 

28.10.2024 (Montag)

3.11.2024 (Sonntag)

Einige Plätze frei

Überregional

 

9.12.2024 (Montag)

15.12.2024 (Sonntag)

Einige Plätze frei

Überregional

 

Neueste Rezensionen von unseren Kursteilnehmern