Looking for Global training? Go to https://firebrand.training/en or stay on the current site (Oesterreich)
Erlernen Sie die Erstellung und Implementierung moderner Webapplikationen in diesem intensiven MCSA: Web Applications Kurs.
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 erhalten eine Einführung in HTML5, CSS3 und JavaScript und erlernen alle grundlegenden Programmierfähigkeiten:
Offizielle Lab-Übungen demonstrieren die Struktur der verschiedenen Applikationsszenarien. Diese konzentrieren sich auf die Prinzipien und Codestrukturen, die für die Einrichtung einer HTML5 Softwareapplikation verwendet werden.
Sie legen die Prüfungen 70-480 und 70-486 während des Kurses ab. Die MCSA: Web Applications Zertifizierung qualifiziert Sie für die Position eines Webentwicklers oder Webadministrators. Die Zertifizierung ist außerdem eine Voraussetzung für den MCSD: App Builder.
Hinweis: Die Prüfung 70-480: Programming in HTML5 with JavaScript and CSS3 führt jetzt zu einer Microsoft Specialist Zertifizierung.
Im MCSA: Web Applications Kurs behandeln Sie folgende Inhalte:
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.
Sie legen folgende Prüfungen vor Ort im Firebrand Trainingscenter ab, abgedeckt durch unsere Leistungsgarantie:
Prüfung 70-480: Programming in HTML5 with JavaScript and CSS3
Die Prüfung testet Ihre Fähigkeiten in Microsoft Visual Studio 2012/13, einschließlich:
Prüfung 70-486: Developing ASP.NET 4.5 MVC Web Applications
Die Prüfung testet Ihre Fähigkeiten in Microsoft Visual Studio 2012/13 und ASP.NET MVC 5.1, einschließlich:
Beide Prüfungen sind in folgenden Sprachen verfügbar:
Der Intensivkurs enthält außerdem Zusatzmaterialien als Überleitung zwischen Microsoft Visual Studio 2013/2015 und ASP .NET MVC 4.5/5.1.
Kenntnisse der grundlegenden HTML Dokumentstruktur:
Verständnis der Gestaltung üblicher HTML Elemente mit CSS, einschließlich:
Verständnis von JavaScript Codes zur Funktionalität einer Webseite:
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.91% unserer Teilnehmer wurde die Erwartungshaltung durch Firebrand übertroffen!
"Schnell vermitteltes Wissen, ohne Ablenkung. Der Kursleiter war super, der Kurs war kein Kinderspiel. "
Nico Pfeiffer, msg services ag. (1.4.2019 (Montag) bis 6.4.2019 (Samstag))
"6 Tage die sich wirklich gelohnt haben! :)"
Anonym (6.3.2017 (Montag) bis 11.3.2017 (Samstag))
"Firebrand provided me with everything that I needed and a great instructor to help me pass this exam. Apart from that the learning experience is very open for everyone with a great pace."
Luke Galea, Devtronix. (21.10.2019 (Montag) bis 26.10.2019 (Samstag))
"Great training and additional extras, thanks very much."
Edward Williams, Lucid Partnership. (1.6.2018 (Freitag) bis 6.6.2018 (Mittwoch))
"Statt Folien wurde sehr viel live in der Azure Umgebung präsentiert und erklärt. Es wurde ingesesamt deutlich mehr angesprochen, als in offizielen Folien von Microsoft angegeben war."
N.N.. (25.3.2024 (Montag) bis 28.3.2024 (Donnerstag))
Start |
Ende |
Verfügbarkeit |
Standort |
Anmelden |
---|---|---|---|---|
26.8.2024 (Montag) |
31.8.2024 (Samstag) |
Kurs gelaufen - Hinterlasse Kommentar |
- |
|
|
|
|
|
|
10.2.2025 (Montag) |
15.2.2025 (Samstag) |
Einige Plätze frei |
Überregional |
|
24.3.2025 (Montag) |
29.3.2025 (Samstag) |
Einige Plätze frei |
Überregional |
|
5.5.2025 (Montag) |
10.5.2025 (Samstag) |
Einige Plätze frei |
Überregional |
|
16.6.2025 (Montag) |
21.6.2025 (Samstag) |
Einige Plätze frei |
Überregional |
|