Looking for Global training? Go to https://firebrand.training/en or stay on the current site (Oesterreich)
In diesem Intensivkurs erlernen Sie die Erstellung und Implementierung moderner Webapplikationen und erhalten die Fähigkeiten, um einen modernen Mobile- und Webapplikationen-Service aufzubauen.
In neun Tagen werden Sie auf die MCSA: Web Applications und die MCSD: App Builder Zertifizierung vorbereitet. Diese sind weltweit als Zertifizierungen für professionelle Entwickler anerkannt.
Während des Kurses behandeln Sie verschiedene Themen zur Entwicklung von Webapplikationen, einschließlich:
Unsere erfahrenen Microsoft Certified Trainer unterrichten Sie mithilfe unserer einzigartigen Lecture | Lab | Review Trainingsmethode. Die Kombination von theoretischen und praktischen Übungen beschleunigt Ihren Lernfortschritt und vermittelt Ihnen praktische Erfahrungen, die Sie zur Umsetzung Ihrer neuen Fähigkeiten in die Praxis benötigen.
Sie werden auf drei Prüfungen vorbereitet und legen diese vor Ort ab.
Die MCSD: App Builder Zertifizierung qualifiziert Sie für eine Position als Applikationsentwickler.
Schritt 1: Erlangen Sie den MCSA: Web Applications.
Programming in HTML5 with JavaScript and CSS3 - 70-480
Developing ASP.NET 4.5 MVC Web Applications - 70-486
Schritt 2: Schließen Sie folgende Wahlprüfung für den MCSD App Builder ab:
Developing Windows Azure and Web Services - 70-487
Microsoft Certified Trainer (MCT): Sie werden von erfahrenen Trainern unterrichtet, die von Microsoft zertifiziert wurden und über mehrjährige Branchenerfahrungen verfügen.
Microsoft Official Curriculum (MOC): Als Microsoft Learning Partner können wir den Zugang zu den neuesten und relevantesten Inhalten sicherstellen.
On this module you'll get an overview of HTML and CSS, and you'll learn how to use Visual Studio 2012 to build a Web application.
Lessons
Lab: How to explore the Contoso Conference Application
This module describes the new features of HTML5, and you'll learn how to create and style HTML5 pages.
Lessons
Lab: Create and Style HTML5 Pages
This module provides an introduction to the JavaScript language, and shows how to use JavaScript to add interactivity to HTML5 pages.
Lessons
Lab: Display Data and Handling Events using JavaScript
This module describes the new input types available with HTML5, and shows you how to create forms to collect and validate user input by using the new HTML5 attributes and JavaScript code.
Lessons
Lab: Create a Form and Validate User Input
On this module you'll learn how to send and receive data to and from a remote data source using a XMLHTTPRequest object and by performing jQuery AJAX operations.
Lessons
Lab: Communicate with a Remote Data Source
On this module you'll learn how to style HTML5 pages and elements by using the new features available in CSS3.
Lessons
Lab: Style Text and Block Elements using CSS3
On this module you'll learn how to write well-structured and easily-maintainable JavaScript code, and how to apply object-oriented principles to JavaScript code in a Web application.
Lessons
Lab: Refine Code for Maintainability and Extensibility
This module describes how to use some common HTML5 APIs to add interactive features to a Web application. This module also explains how to debug and profile a Web application.
Lessons
Lab: Create Interactive Pages by Using HTML5 APIs
On this module you'll learn how to add offline support to a Web application, to enable the application to continue functioning in a user's browser even if the browser is disconnected from the network.
Lessons
Lab: Add Offline Support to a Web Application
On this module you'll learn how to create HTML5 pages that can dynamically detect and adapt to different devices and form factors.
Lessons
Lab: Implement an Adaptive User Interface
This module describes how to create advanced graphics for an HTML5 Web application by using a Canvas element, and by using Scalable Vector Graphics.
Lessons
Lab: Create Advanced Graphics
This module describes how to enhance the user experience in an HTML5 Web application by adding animations.
Lessons
Lab: Animate User Interface Elements
On this module you'll learn how to use Web Sockets to transmit and receive data between an HTML5 Web application and a server.
Lessons
Lab: Implement Real-Time Communications by Using Web Sockets
On this module you'll learn how to use Web Worker Processes to perform long-running operations asynchronously and improve the responsiveness of an HTML5 Web application.
Lessons
Lab: Create a Web Worker Process
The goal of this module is to outline the components of the Microsoft Web Technologies stack, which can be used to host a completed web application. You'll also learn about ASP.NET and be introduced to the web forms, web pages, and MVC programming models. You'll see an overview of ASP.NET MVC 5, including new features and configuration.
Lessons
Lab: Exploring ASP.NET MVC 5
After completing this module, you'll be able to:
Describe the Microsoft Web Technologies stack and select an appropriate technology to use to develop any given application.
The goal of this module is to introduce the typical design process that architects must complete when they plan an MVC 5 application. At this stage in the design process, MVC 5 has been selected as the most appropriate programming model, but the details of the application, such as the overall architecture, Controllers, Views, Models, and routes to create, have not been fixed.
Lessons
Lab :Designing ASP.NET MVC 5 Web Applications
After completing this module, you'll be able to:
Design the architecture and implementation of a web application that will meet a set of functional requirements, user interface requirements, and address business models.
The goal of this module is to create Models within an MVC application that implement the business logic necessary to satisfy business requirements. The module also describes how to implement a connection to a database, or alternative data store, using the Entity Framework and LINQ.
Lessons
Lab :Developing ASP.NET MVC 5 Models
After completing this module, you'll be able to:
Create MVC Models and write code that implements business logic within Model methods, properties, and events.
The goal of this module is to add Controllers to MVC applications and to implement actions that respond to user input and other events. You'll learn how Controllers relate to Models and how to implement Controller actions that define the View used to display or edit data. This module also covers how to write action filters that run code before or after multiple actions in the Controller. You'll also learn about situations when action filters are useful.
Lessons
Lab :Developing ASP.NET MVC 5 Controllers
After completing this module, you'll be able to:
Add Controllers to an MVC Application to manage user interaction, update models, and select and return Views.
The goal of this module is to describe the role of Views in an MVC web application and enable users to create and code them. The syntax of a Razor View is of critical importance for students to understand because it defines both the layout and the functionality of the data display. HTML Helpers will also be discussed in detail and common Helpers, such as Html.ActionLink() and Html.EditorFor(), will be described. Reusing code by defining Partial Views and Razor Helpers will be discussed as well.
Lessons
Lab :Developing ASP.NET MVC 5 Views
After completing this module, you'll be able to:
Create Views in an MVC application that display and edit data and interact with Models and Controllers
The goal of this module is to increase the resilience and quality of an application by locating and correcting code errors, bugs, and other unexpected results. MVC applications are well suited to unit testing techniques and these techniques ensure a high quality of code by systematically testing the functionality of each small component. In addition, the debugging tools and exception handling available in Visual Studio will be explained.
Lessons
Lab :Testing and Debugging ASP.NET MVC 5 Web Applications
After completing this module, you'll be able to:
Run unit tests and debugging tools against a web application in Visual Studio and configure an application for troubleshooting.
The goal of this module is to structure a web application in such a way that users can rapidly locate the information they need. Two aspects of the design are emphasised: the URLs presented in the browser address bar should be understandable and can be controlled by adding routes to the ASP.NET Routing Engine, and the navigation controls, such as menus and breadcrumb trails, should present the most relevant links to frequently read pages. Search Engine Optimisation is important throughout this module.
Lessons
Lab :Structuring ASP.NET MVC 5 Web Applications
After completing this module, you'll be able to:
Develop a web application that uses the ASP.NET routing engine to present friendly URLs and a logical navigation hierarchy to users.
The goal of this module is to explore how to impose a consistent look and feel to an MVC application and share other common components, such as headers and footers, between all Views. Besides describing CSS styles and template views, the module will discuss how to migrate a look and feel created by a web designer into an MVC application. Techniques for adapting the display of a site for small screens and mobile devices will also be introduced.
Lessons
Lab :Applying Styles to ASP.NET MVC 5 Web Applications
After completing this module, you'll be able to:
Implement a consistent look and feel, including corporate branding, across an entire MVC web application.
The goal of this module is to explain how partial page updates and caching can optimise the responsiveness of a web application. You'll see how to make use of AJAX helpers and partial views to update small portions of a page instead of refreshing the entire page. The module also covers the different caches developers can use to store rendered pages and discusses how to configure caching for maximum performance.
Lessons
Lab : Building Responsive Pages in ASP.NET MVC 5 Web Applications
After completing this module, you'll be able to:
Use partial page updates and caching to reduce the network bandwidth used by an application and accelerate responses to user requests.
The goal of this module is to teach techniques that run code on the browser. This approach can increase the responsiveness of the application because a rendered page can respond to a user action without reloading the entire page from the server. You'll learn about the jQuery script library and how to use it to call web services and update user interface components.
Lessons
Lab : Using JavaScript and jQuery for Responsive MVC 5 Web Applications
After completing this module, you'll be able to:
Write JavaScript code that runs on the client-side and utilises the jQuery script library to optimise the responsiveness of an MVC web application.
The goal of this module to ensure good security in terms of strong authentication and authorisation for access. The lessons describe how to enable anonymous users to create their own user account and gain privileged access to content.
Lessons
Lab : Controlling Access to ASP.NET MVC 5 Web Applications
After completing this module, you'll be able to:
Implement a complete membership system in an MVC 5 web application.
The goal of this module is to build applications that are stable and reliable. Such applications are not vulnerable to common hacking techniques such as cross-site scripting and also store state information such as the contents of a shopping cart and user preferences. This state information is preserved when servers or browsers restart, connections are lost, and other connectivity issues occur.
Lessons
Lab : Building a Resilient ASP.NET MVC 5 Web Application
After completing this module, you'll be able to:
Build an MVC application that resists malicious attacks and persists information about users and preferences.
The goal of the module is to introduce the concept of a Web API and to describe how to make an application’s core functionality more broadly available for integration into other web and mobile applications. You’ll learn about the new Web API feature of MVC 5 and see how to build a RESTful Web API and call it from other applications.
Lessons
Lab : Implementing Web APIs in ASP.NET MVC 5 Web Applications
After completing this module, you'll be able to:
Describe what a Web API is and why developers might add a Web API to an application.
The goal of this module is to describe how to write components that intercept requests from browsers before they are received by MVC Controllers. These components include HTTP Modules, HTTP Handlers, and the Web Sockets protocol. The module describes scenarios in which developers use such components and shows how to add them to an MVC application.
Lessons
Lab : Handling Requests in ASP.NET MVC 5 Web Applications
After completing this module, you'll be able to:
Modify the way browser requests are handled by an MVC application.
The goal for this module is to deploy a completed MVC application to a web server or Microsoft Azure. The module begins by describing testing, staging, and production deployments and the web server environments required for each. It also describes the advantages and disadvantages of using Microsoft Azure to host the application. You’ll also see all the available deployment options in Visual Studio.
Lessons
Lab : Deploying ASP.NET MVC 5 Web Applications
After completing this module, you'll be able to:
Describe how to package and deploy an ASP.NET MVC 5 web application from a development computer to a web server for staging or production.
This module provides an overview of service and cloud technologies using the Microsoft .NET Framework and the Windows Azure cloud.
Exploring the work environment
After completing this module, you'll be able to:
This module Describes the Entity Framework data model, and how to create, read, update, and delete data.
Creating a Data Access Layer by Using Entity Framework
After completing this module, you'll be able to:
This module describes HTTP-based services that are developed, hosted, and consumed by using ASP.NET Web API.
Creating the Travel Reservation ASP.NET Web API Service
After completing this module, you'll be able to:
This module describes in detail the ASP.NET Web API architecture and how you can extend and secure ASP.NET Web API services.
Extending Travel Companion's ASP.NET Web API Services
After completing this module, you'll be able to:
This module introduces Windows Communication Foundation (WCF) and describes how to create, host, and consume a WCF service.
Creating and Consuming the WCF Booking Service
After completing this module, you'll be able to:
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.
Hosting Services
After completing this module, you'll be able to:
This module describes web-scale messaging patterns, and the infrastructures provided by Windows Azure Service Bus.
Windows Azure Service Bus
After completing this module, you'll be able to:
This module describes different techniques for deploying web applications
Deploying Services
After completing this module, you'll be able to:
This module Describes Windows Azure Storage, the services it provides, and the best way to use these services.
Windows Azure Storage
After completing this module, you'll be able to:
This module describes how to perform monitoring and diagnostics in Windows Azure services.
Monitoring and Diagnostics
After completing this module, you'll be able to:
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 authorisation with claims-based identity in Windows Communication Foundation (WCF).
Identity Management and Access Control
After completing this module, you'll be able to:
This module describes the ways in which you can ensure services can handle increasing workloads and user demand.
Scalability
After completing this module, you'll be able to:
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.
Designing and Extending WCF Services
After completing this module, you'll be able to:
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 authorisation, and the techniques to use while applying these considerations to services developed with WCF.
Securing a WCF Service
After completing this module, you'll be able to:
Sie legen folgende Prüfungen im Firebrand Trainingscenter ab, abgedeckt durch unsere Leistungsgarantie:
Prüfung 70-480: Programming in HTML5 with JavaScript and CSS3
Es werden unter anderem folgende Fähigkeiten getestet:
Prüfung 70-486: Developing ASP.NET 4.5 MVC Web Applications
Es werden unter anderem folgende Fähigkeiten getestet:
Prüfung 70-487: Developing Microsoft Azure and Web Services
Es werden unter anderem folgende Fähigkeiten getestet:
Im Kurspaket ist enthalten:
MOC 20480B: Programming in HTML5 with JavaScript and CSS3
MOC 20486C: Developing ASP .NET 4.5 MVC Web Applications
MOC 20487C: Developing Windows Azure and Web Services
Außerdem erhalten Sie folgende Bücher:
Vor der Teilnahme am Kurs sollten Sie über folgende Erfahrungen verfügen:
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.
Bereits 134561 Kursteilnehmer haben seit 2001 erfolgreich einen Firebrand-Kurs absolviert. Unsere aktuellen Kundenbefragungen ergeben: Bei 94.65% unserer Teilnehmer wurde die Erwartungshaltung durch Firebrand übertroffen!
"9 Tage intensives Training, sehr engagierter, erfahrener Trainer."
Anonym (1.4.2019 (Montag) bis 9.4.2019 (Dienstag))
"Optimale Umgebung und super Trainer. Das Microsoft Schulungsmaterial war brand aktuell was man leider von von den Prüfungsinhalten nur beschränkt sagen kann."
H.P.. (1.4.2019 (Montag) bis 9.4.2019 (Dienstag))
"Gut fand ich die All-Inclusive Lösung mit integrierter Unterbringung."
T. L., Willis Towers Watson. (16.11.2017 (Donnerstag) bis 24.11.2017 (Freitag))
"Intensiv, auf den Punkt erfolgreich. Trotz anfänglicher Skepsis über den Erfolg der Lehrmethode, war die Wissensvermittlung super und die Prüfung bestanden."
Marcel Breuer. (16.11.2017 (Donnerstag) bis 24.11.2017 (Freitag))
"Optimale Voraussetzung und Personal, um den komplexen Inhaltsstoff durchzugehen."
Anonym (16.11.2017 (Donnerstag) bis 24.11.2017 (Freitag))
Start |
Ende |
Verfügbarkeit |
Anmelden |
---|---|---|---|
25.11.2024 (Montag) |
3.12.2024 (Dienstag) |
Kurs läuft |
|
19.5.2025 (Montag) |
27.5.2025 (Dienstag) |
Einige Plätze frei |