Sehen Sie hier, wie schnell Sie mit uns neue Qualifikationen erlangen können.
Machen Sie einen kostenlosen Praxistest, um Ihr Wissen einzuschätzen!
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.
Interessiert? Unsere Preise finden Sie hier oder rufen Sie uns an unter 0720-880599
Unter Umständen können Sie Ihr Training über das mit hohen Rabatten verbundene Microsoft's Software Assurance Training Voucher (SATV) Programm durchführen. Falls Ihr Unternehmen Microsoft Software-Produkte erworben hat, können Sie überprüfen, ob sie mit dem Produkt ebenfalls kostenlose Trainingsgutscheine erworben haben. Die Gutscheine können für Trainingskurse in allen Microsoft-Technologien eingelöst werden. Wenn Sie Fragen haben, kontaktieren Sie uns einfach.
In herkömmlichen Weiterbildungskursen wird vornehmlich im Vortragsstil gelehrt und eigenständiges Testen und Nacharbeiten wird vorausgesetzt.
Effektives technisches Training sollte jedoch in höchstem Maße abwechslungsreich und interaktiv gestaltet werden, um das Aufmerksamkeitslevel hoch zu halten, den Austausch zwischen den Teilnehmern und mit dem Trainer zu fördern und das Erlernte durch praktische Einheiten zu festigen.
Unsere Kurspreise verstehen sich inklusive aller anfallenden Kosten. Im Leistungspaket sind enthalten: Unterricht, Kursunterlagen, Unterkunft, alle Mahlzeiten und Snacks sowie Prüfungsgutscheine. Ausnahme: Die Prüfungsgutscheine sind bei folgenden Partnern nicht im Leistungspaket enthalten: ISACA, GIAC und PMI.
Firebrand Training bietet speziell auf die Bedürfnisse der Kursteilnehmer abgestimmtes Training an. Unser Team geht auf die individuellen Lernbedürfnisse der Teilnehmer ein und sichert somit gezielt den Lernerfolg.
Interessiert? Unsere Preise finden Sie hier oder rufen Sie uns an unter 0720-880599
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 to the students 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 4.5 and be introduced to the web forms, web pages, and MVC programming models. Finally they will see an overview of ASP.NET MVC 4, including new features and configuration.
Exploring ASP.NET MVC 4
After completing this module, you'll be able to:
The goal of this module is to introduce students to the typical design process that architects must complete when they plan an MVC 4 application. At this stage in the design process, MVC 4 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. How to plan such details is shown during this module.
Designing ASP.NET MVC 4 Web Applications
After completing this module, you'll be able to:
The goal of this module is to enable the students 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.
Developing ASP.NET MVC 4 Models
After completing this module, you'll be able to:
The goal of this module is to enable students 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 learn about situations when action filters are useful.
Developing ASP.NET MVC 4 Controllers
After completing this module, you'll be able to:
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.
Developing ASP.NET MVC 4 Views
After completing this module, you'll be able to:
The goal of this module is to enable students 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.
Testing and Debugging the ASP.NET MVC 4 Web Applications
After completing this module, you'll be able to:
The goal of this module is to enable students 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.
Structuring ASP.NET MVC 4 Web Applications
After completing this module, you'll be able to:
The goal of this module is to explore how students can 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.
Applying Styles to ASP.NET MVC 4 Web Applications
After completing this module, you'll be able to:
The goal of this module is to describe to the students 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.
Building Responsive Pages in ASP.NET MVC 4 Web Applications
After completing this module, you'll be able to:
The goal of this module is to teach the students 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.
Using JavaScript and jQuery for Responsive MVC 4 Web Applications
After completing this module, you'll be able to:
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.
Controlling Access to ASP.NET MVC 4 Web Applications
After completing this module, you'll be able to:
The goal of this module is to enable the students 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.
Building a Resilient ASP.NET MVC 4 Web Application
After completing this module, you'll be able to:
The goal of this module is to introduce Windows Azure to the students and explain why a developer would write a Windows Azure service instead of code in a web application. you'll also see how to write such a service and call it from a web application or from other applications, such as a mobile device app.
Using Windows Azure Web Services in ASP.NET MVC 4 Web Applications
After completing this module, you'll be able to:
The goal of the module is to introduce the concept of a Web API to students 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 4 and see how to build a RESTful Web API and call it from other applications.
Implementing Web APIs in ASP.NET MVC 4 Web Applications
After completing this module, you'll be able to:
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.
Handling Requests in ASP.NET MVC 4 Web Applications
After completing this module, you'll be able to:
The goal for this module is to enable students to deploy a completed MVC application to a web server or Windows 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 Windows Azure to host the application. Students also see all the available deployment options in Visual Studio.
Deploying ASP.NET MVC 4 Web Applications
After completing this module, you'll be able to:
Interessiert? Unsere Preise finden Sie hier oder rufen Sie uns an unter 0720-880599
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:
Interessiert? Unsere Preise finden Sie hier oder rufen Sie uns an unter 0720-880599
Der Intensivkurs enthält außerdem Zusatzmaterialien als Überleitung zwischen Microsoft Visual Studio 2013/2015 und ASP .NET MVC 4.5/5.1.
Firebrand bietet erstklassiges technisches Training in einem "all-inclusive" Kurspaket, das speziell auf die Anforderungen unserer Teilnehmer ausgerichtet ist. Wir haben für alles gesorgt, damit sich unsere Kursteilnehmer voll und ganz auf das Lernen konzentrieren können.
Unsere Trainer nehmen im Kurs Rücksicht auf die individuellen Lernformen der Teilnehmer durch Individualcoaching, geführte Übungen, Übungspartner, Gruppenübungen, eigenständige Lerneinheiten, Selbstüberprüfung und Frage-Antwort-Einheiten.
Firebrand Training verfügt über gut ausgestattete Lehrräumlichkeiten, in denen die Vorträge und Übungen stattfinden und Sie können Lern- und Entspannungsräume im Zentrum nutzen, um den Stoff nachzuarbeiten.
Wenn ein Kursteilnehmer eine Prüfung während des entsprechenden Kurses nicht erfolgreich bestehen sollte, kann der Teilnehmer den Trainingskurs innerhalb eines Jahres wiederholen. Dabei fallen nur die Kosten für die Unterkunft und Verpflegung sowie ggf. die Prüfungsgebühren an. Die erneute Kursteilnahme ist jedoch kostenlos.
Bei den Kursen folgender Partner entstehen bei einer Wiederholung außerdem zusätzliche Kosten für die Nutzung der (digitalen) Kursunterlagen und der Lab-/Übungsumgebung: VMware, Cisco. Unsere Kursberater informieren Sie gerne über diese kursspezifischen Details.
Warum können wir Ihnen die Firebrand Leistungsgarantie geben?
Wir sind überzeugt, dass unser Firebrand Intensivtraining ein sehr erfolgreicher Ansatz und effizienter Weg zur Zertifizierung ist. Dies wird durch die außerordentlich guten Ergebnisse unserer Kunden und Kursteilnehmer belegt.
Aktuell liegt die Firebrand Erfolgsquote bei 80% bestandenen Prüfungen. Dies ist der Durchschnitt über unser gesamtes Kursportfolio mit allen durchgeführten Prüfungen bei der Firebrand Training GmbH im Jahr 2016 (Trainingscenter in Deutschland und der Schweiz - Stand 31.12.2016).
Mehr zu unserer Leistungsgarantie erfahren Sie in unseren AGB.
Wir stellen zurzeit von gedruckten auf digitale Kursmaterialien um. Einige Kursmaterialien sind bereits digital verfügbar, andere Bücher noch in gedruckter Form. Um herauszufinden, ob dieser Kurs bereits über digitale Unterlagen verfügt, rufen Sie uns an!
Mit digitalen Kursmaterialien profitieren Sie von verschiedenen Vorteilen: Einfache Handhabung, sofortiger Download und ortsunabhängige Verfügbarkeit der Unterlagen. Sie müssen nicht auf die Lieferung gedruckter Bücher warten, um mit dem Lernen zu beginnen, und vermeiden gleichzeitig die Belastung der Umwelt.
In unseren Microsoft Kursen nutzen Sie die aktuellsten, digitalen Kursunterlagen mit "Fresh Editions". Diese ermöglichen Ihnen den Zugang zu allen Versionen der Unterlagen - Sie erhalten alle Updates und Überarbeitungen ohne zusätzliche Kosten während der Dauer Ihres Kurses.
Interessiert? Unsere Preise finden Sie hier oder rufen Sie uns an unter 0720-880599
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:
Wir besprechen gerne mit Ihnen Ihren technischen Hintergrund, Erfahrung und Qualifikation, um herauszufinden, ob dieser Intensivkurs der richtige für Sie ist.
Firebrand Training bietet eine intensive Lernumgebung und erfordert besonderen Einsatz. Manche Voraussetzungen sind lediglich Richtlinien, welche durch Ihre individuelle Erfahrung in verwandten Bereichen und durch Ihre Motivation und Entschlossenheit erfüllt werden können.
Rufen Sie uns einfach unter 0720-880599 an und sprechen Sie mit einem unserer Kursberater.
Interessiert? Unsere Preise finden Sie hier oder rufen Sie uns an unter 0720-880599
Wann starten Sie Ihren Firebrand Intensivkurs?
Start |
Ende |
Verfügbarkeit |
Anmelden |
---|---|---|---|
|
|
Kurs gelaufen |
|
|
|
Einige Plätze frei |
Bereits 67.286 Kursteilnehmer haben seit 2001 erfolgreich einen Firebrand-Kurs absolviert. Unsere aktuellen Kundenbefragungen ergeben: Bei 96.64% unserer Teilnehmer wurde die Erwartungshaltung durch Firebrand übertroffen!
"6 Tage die sich wirklich gelohnt haben! :)"
Anonym - Microsoft MCSA: Web Applications (6 Tage) (6.3.2017 bis 11.3.2017)
"Firebrand is a great bootcamp, where you can learn a lot and get very useful certifications. "
Adela Toma, Bearing Point. - Microsoft MCSE: Business Intelligence (SQL Server) (6 Tage) (19.3.2018 bis 24.3.2018)
"Wenn die Zertifizierung zusätzlich zu den Lerninhalten wichtig ist liegt man bei Firebrand richtig. Die Gesamtkosten inkl. Arbeitsausfall und sep. Prüfungsvorbereitung liegen bei Standard MOC Kursen höher."
Björn Andersen. - Microsoft Designing and Deploying Microsoft Exchange Server 2016 (6 Tage) (12.3.2018 bis 17.3.2018)
"Es war geil. Den MCSAWS16 nach 11 heftigen Tagen bestanden. Es war eine nicht einfache Zeit (jeden Tag von 08:00 Uhr bis ca. 22:00 Uhr gelernt), aber eine gute (sehr gute) Erfahrung. Alles in allem hat alles gepasst. Super Trainer, super Leute. Gerne wieder!"
Alexander Vierschilling, Bestlife AG. - Microsoft MCSA: Windows Server 2016 (11 Tage) (11.12.2017 bis 21.12.2017)
"Gutes intensives Training. "
Anonym - Microsoft MCSA: Windows Server 2016 (11 Tage) (11.12.2017 bis 21.12.2017)
"Die erforderlichen Labs haben gut funktioniert und der Trainer hat die erforderlichen Inhalte gut und motiviert vermittelt."
Anonym - Microsoft MCSA: Office 365 (5 Tage) (4.12.2017 bis 8.12.2017)
"Prüfungswissen wird intensiv vermittelt und vorgeführt bzw. erarbeitet."
J. K.. - Microsoft MCSA: Office 365 (5 Tage) (4.12.2017 bis 8.12.2017)
"Trotz Fülle der Informationen noch übersichtlich - gut gemacht."
Anonym - Microsoft Upgrading your skills to MCSA Windows Server 2016 (3 Tage) (4.12.2017 bis 6.12.2017)
"Sehr guter Trainer. Kursteilnehmerzahl gering - Fragen konnten geklärt werden. Unterkunft gut. Sehr gutes Essen."
Thilo Abendroth, Leipa Georg Leinfelder GmbH. - Microsoft MCSE: Messaging (Exchange 2016) (6 Tage) (27.11.2017 bis 2.12.2017)
"Gut fand ich die All-Inclusive Lösung mit integrierter Unterbringung."
T. L., Willis Towers Watson. - Microsoft MCSA: Web Applications & MCSD: App Builder (9 Tage) (16.11.2017 bis 24.11.2017)
"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. - Microsoft MCSA: Web Applications & MCSD: App Builder (9 Tage) (16.11.2017 bis 24.11.2017)
"Optimale Voraussetzung und Personal, um den komplexen Inhaltsstoff durchzugehen."
Anonym - Microsoft MCSA: Web Applications & MCSD: App Builder (9 Tage) (16.11.2017 bis 24.11.2017)
"Anstrengend, aber zielführend."
Anonym - Microsoft MCSA: Windows Server 2016 (11 Tage) (16.10.2017 bis 26.10.2017)
"Immer wieder toll zu sehen, dass bei Firebrand sehr gute Trainer arbeiten, die es schaffen, viel Wissen in kurzer Zeit zu vermitteln. Gerne wieder!"
Jan Emmerich, New Media Service GmbH. - Microsoft MCSA: Office 365 (5 Tage) (23.10.2017 bis 27.10.2017)
"Kompakte Wissensvermittlung in entspannter Umgebung, fixiert auf das Prüfungsergebnis."
S. R., DLR PT. - Microsoft Server Infrastructure (6 Tage) (9.10.2017 bis 14.10.2017)
"Intensivtraining, wie man es sich wünscht."
Anonym - Microsoft MCSA: Windows 10 (6 Tage) (25.9.2017 bis 30.9.2017)
"Der Trainer hat die Gruppe gut motiviert, bevor die Gruppe die Prüfungen angetreten hat. "
Philipp Koch, Comforts GmbH. - Microsoft MCSA: Windows Server 2016 (11 Tage) (14.8.2017 bis 24.8.2017)
"Freundlicher Trainer, fundiertes Wissen. Gute Wissensvermittlung. Gutes Trainingscenter."
B. P.. - Microsoft MCSA: Office 365 (5 Tage) (26.6.2017 bis 30.6.2017)
"Effiziente Druckbetankung."
Jörn Kossert, Comline AG. - Microsoft MCSA: Office 365 (5 Tage) (26.6.2017 bis 30.6.2017)
"Eignet sich besonders gut für Kursteilnehmer, die eine Zertifizierung anvisieren. Man sollte zum Kurs jedoch die erforderlichen Voraussetzungen mitbringen, darüber hinaus die Bereitschaft bis zu später Stunde Kursinhalte zu lernen."
Alexandros Pavlidis. - Microsoft MCSE: Messaging (Exchange 2016) (6 Tage) (19.6.2017 bis 24.6.2017)
"Ich würde Firebrand jederzeit weiterempfehlen. Es war für mich eine super Erfahrung und die Kursatmosphäre war angenehm und ich habe mich wohl gefühlt. Ich habe in dieser kurzen Woche mehr gelernt als bei vier Wochen Selbststudium."
Anonym - Microsoft MCSE: SharePoint 2016 (6 Tage) (29.5.2017 bis 3.6.2017)
"Schulungen bei Firebrand sind empfehlenswert. TOP Prüfungsvorbereitung und 1A Service."
Anonym - Microsoft MCSE: SharePoint 2016 (6 Tage) (29.5.2017 bis 3.6.2017)
"11 Tage am Stück, jeden Tag im Klassenzimmer/Trainingsraum und anschließend noch eigenständige Nacharbeit und Lernen ist sehr anstrengend, aber letzten Endes zahlt es sich aus."
Anonym - Microsoft MCSA: Windows Server 2016 (11 Tage) (3.4.2017 bis 13.4.2017)
"Zielgerichtetes, sehr anstrengendes und zielführendes Training mit sehr gutem Trainer."
Anonym - Microsoft MCSA: Windows Server 2016 (11 Tage) (3.4.2017 bis 13.4.2017)
"Ein engagierter und kompetenter Trainer, der auf alle Fragen einging. Super! Gerne wieder!"
Anonym - Microsoft Dynamics CRM 2016 (11 Tage) (26.3.2017 bis 5.4.2017)
"Sehr motivierendes Training mit netten Leuten."
Anonym - Microsoft Dynamics CRM 2016 Customisation and Configuration (4 Tage) (26.3.2017 bis 29.3.2017)
"Hat mich motiviert, weiter Weiterbildungen durchzuführen, DANKE!"
Anonym - Microsoft MCSA: Windows 10 (6 Tage) (6.3.2017 bis 11.3.2017)
"Zweites Training, zweiter überragender Trainer (VMware, Microsoft MCSA 2016)."
Anonym - Microsoft MCSA: Windows Server 2016 (11 Tage) (6.2.2017 bis 16.2.2017)
"Wahnsinniger Input innerhalb von kurzer Zeit - muss man mögen und verkraften, dann ist es auch wahnsinnig effektiv!!!"
Anonym - Microsoft MCSE: Communication (Skype for Business) (6 Tage) (9.1.2017 bis 14.1.2017)
"Großartiger Schulungsanbieter - großes Schulungsangebot, sehr qualifiziert, erfahrener und praxisorientierter Trainer. Ich werde Firebrand wieder nutzen und weiter empfehlen."
Anonym - Microsoft MCSA: SQL Server 2016 - Database Administration (6 Tage) (9.1.2017 bis 13.1.2017)
"Trainer sehr gut! (Vortragswesen, Vorbereitung, Knowhow)"
Anonym - Microsoft MCSA: SQL Server 2016 - Database Administration (6 Tage) (9.1.2017 bis 13.1.2017)
"Mit der Ausbildung bei Firebrand kann man sich auf die Zertifizierung optimal vorbereiten."
Anonym - Microsoft Enterprise Devices and Apps (6 Tage) (9.1.2017 bis 14.1.2017)
"Hardcore Training mit fantastischen Leuten."
Anonym - Microsoft MCSE: Messaging (Exchange 2016) (6 Tage) (12.12.2016 bis 17.12.2016)
"Sehr gutes Trainingskonzept, viel Stoff in kurzer Zeit gut aufbereitet und vermittelt. Konzept steht und fällt mit dem Trainer, welcher hier jederzeit voll überzeugte."
Anonym - Microsoft MCSE: Messaging (Exchange 2016) (6 Tage) (12.12.2016 bis 17.12.2016)
"Intensives, praxisorientiertes Training. Ideale Prüfungsvorbereitung. Auf Fragen wird jederzeit ausführlich eingegangen. Übungslabs und Trainingsumgebung super."
Anonym - Microsoft MCSE: Messaging (Exchange 2016) (6 Tage) (12.12.2016 bis 17.12.2016)
"Ich habe jetzt meinen 4. Kurs bei Firebrand hinter mich gebracht. Die Kombination Hotel-Trainingsort ist sehr angenehm. Die Schulungen sind sehr komprimiert und fokussiert."
Anonym - Microsoft MCSE: Messaging (Exchange 2016) (6 Tage) (12.12.2016 bis 17.12.2016)
"Wer bereit ist, intensiv zu lernen, kann aus den Kursen sehr viel mitnehmen!"
Anonym - Microsoft MCSA: SQL Server (9 Tage) (28.11.2016 bis 6.12.2016)
"Schnelle Wissensvermittlung."
Anonym - Microsoft MCSA: Office 365 (5 Tage) (7.11.2016 bis 11.11.2016)
"Das Konzept steht und fällt mit den Trainern, unser Trainer hat einen super Job gemacht!"
Anonym - Microsoft MCSA: Office 365 (5 Tage) (7.11.2016 bis 11.11.2016)
"Zum effizienten Lernen ist Firebrand sehr gut geeignet. Es übersteigt die Qualität eines reinen MOC Kurses um Längen!!!"
Anonym - Microsoft MCSA: Office 365 (5 Tage) (7.11.2016 bis 11.11.2016)
"Klasse Format! Super Trainer! Mein Fachwissen wurde verifiziert und erweitert. Ich bin voll zufrieden."
Anonym - Microsoft Programming in C# (4 Tage) (7.11.2016 bis 10.11.2016)
"Mir gefällt das Konzept des "beschleunigten" Lernens sehr gut. Außerdem hilft die abgelegene Lage des Schulungszentrums sehr gut dabei, sich auf das Lernen zu konzentrieren - TOP!"
Anonym - Microsoft Programming in C# (4 Tage) (7.11.2016 bis 10.11.2016)
"Der Trainer ist sehr auf meine (Anfänger-)Fragen eingegangen. SUPER!"
Anonym - Microsoft Dynamics CRM 2016 Customisation and Configuration (4 Tage) (20.10.2016 bis 23.10.2016)
"Sehr menschliche, fachlich kompetente und prüfungsorientierte Schulung."
Anonym - Microsoft Dynamics CRM 2015 (8 Tage) (16.10.2016 bis 23.10.2016)
"Das sportliche Konzept geht auf. Mit Vorkenntnissen kann man sehr viel Wissen rausziehen."
Anonym - Microsoft MCSE: Communication (Skype for Business) (6 Tage) (10.10.2016 bis 15.10.2016)
"Im Selbststudium hätte ich Wochen gebraucht, um mich in das Thema MSO365 einzuarbeiten und die notwendigen Prüfungen zu machen. Das Bootcamp hat mir eine Menge Zeit erspart."
Anonym - Microsoft MCSA: Office 365 (5 Tage) (26.9.2016 bis 30.9.2016)
"Streng, aber gut und sehr informativ."
Anonym - Microsoft MCSE: Messaging (Exchange 2016) (6 Tage) (19.9.2016 bis 24.9.2016)
"Der Kurs ist anstrengend und intensiv. Trotzdem werden Inhalte klar und strukturiert herübergebracht. Mit ein wenig Vorab-Kenntnissen zu dem Thema ist die Zertifizierung noch in der Kurswoche realistisch."
Anonym - Microsoft MCSE: Messaging (Exchange 2016) (6 Tage) (19.9.2016 bis 24.9.2016)
"Anstrengender 6-Tages Kurs mit wahnsinnig viel Input durch den Trainer. Ich habe sehr viel für meine zukünftigen Aufgaben mitnehmen können und freue mich darauf, das Erlernte auch im produktiven System umzusetzen."
André Winkler. - Microsoft Private Cloud (6 Tage) (19.9.2016 bis 24.9.2016)
"Exzellenter Trainer mit umfangreichem Background Know-How und ausgezeichneter Erklärweise.
WANDELNDES TECHNET!"
Thomas Justen, Justen iT. - Microsoft Private Cloud (6 Tage) (19.9.2016 bis 24.9.2016)