+971 4 3199019
Find Out How We Help You To Learn New Skills Quickly
Think you are ready for the course? Take a FREE practice test to assess your knowledge!
On this accelerated 9-day MCSA: Web Applications & MCSD: App Builder, course you'll learn to create and implement modern web applications as well as develop the skills needed to build a modern mobile and web applications service.
Combining skills and knowledge from MCSA: Web Applications and MCSD: App Builder certifications, you'll master programming in HTML5 with JavaScript and developing Microsoft Azure solutions.
Your expert Microsoft Certified Trainers will guide you through further web application development including:
You'll be immersed in the curriculum through our unique Lecture | Lab | Review style of training, which combines theoretical and practical tasks to accelerate your learning and ensure you have the hands-on experience which can be applied in the office.
You'll be prepared for and sit three exams on-site during the course, covered by your Certification Guarantee.
Earning this certification qualifies you for a role as an application developer.
Interested? See prices or call +971 4 3199019
Step 1: Attain MCSA: Web Applications
Programming in HTML5 with JavaScript and CSS3 - 70-480
Developing ASP.NET 4.5 MVC Web Applications - 70-486
Step 2: Take the following elective to achieve MCSD App Builder
Developing Windows Azure and Web Services - 70-487
You will sit your chosen exams at the Firebrand Training Centre during the course. This is covered by your Certification Guarantee.
Interested? See prices or call +971 4 3199019
Microsoft Certified Trainers (MCT): You’ll be trained by our experienced Microsoft Certified Trainers. This means you’ll benefit from their wealth of knowledge and real life examples throughout the course.
Microsoft Official Curriculum (MOC): Firebrand are Microsoft Gold Learning Partners, meaning we can ensure that you’ll have access to the latest curriculums with the most up-to-date content.
Other accelerated training providers rely heavily on lecture and independent self-testing and study.
Effective technical instruction must be highly varied and interactive to keep attention levels high, promote camaraderie and teamwork between the students and instructor, and solidify knowledge through hands-on learning.
This information has been provided as a helpful tool for candidates considering training. Courses that include certification come with a certification guarantee. Pass first time or train again for free (just pay for accommodation and exams on your return). We do not make any guarantees about personal successes or benefits of obtaining certification. Benefits of certification determined through studies do not guarantee any particular personal successes.
Interested? See prices or call +971 4 3199019
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:
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:
Interested? See prices or call +971 4 3199019
You'll be prepared for and sit your exams at the Firebrand Training Centre during the course. This is covered by your Certification Guarantee.
Exam 70-480: Programming in HTML5 with JavaScript and CSS3
The skills you'll be tested on include:
Exam 70-486: Developing ASP.NET 4.5 MVC Web Applications
The skills you'll be tested on include:
Exam 70-487: Developing Microsoft Azure and Web Services
The skills you'll be tested on include:
Interested? See prices or call +971 4 3199019
Included in your training will be the following Microsoft Official Curriculum (MOC):
You'll also receive the following books:
Firebrand Training offers top-quality technical education and certification training in an all-inclusive course package specifically designed for the needs and ease of our students. We attend to every detail so our students can focus solely on their studies and certification goals.
Our instructors teach to accommodate every student's learning needs through individualised instruction, hands-on labs, lab partner and group exercises, independent study, self-testing, and question/answer drills.
Firebrand Training has dedicated, well-equipped educational facilities where you will attend instruction and labs and have access to comfortable study and lounging rooms. Our students consistently say our facilities are second-to-none.
Should a student complete a Firebrand Training Program without having successfully passed all vendor examinations, the student may re-attend that program for a period of one year. Students will only be responsible for accommodations and vendor exam fees.
Interested? See prices or call +971 4 3199019
Before attending this course, students must have:
Don’t worry - we’ll discuss your technical background, experience and qualifications to determine whether this accelerated course suits you.
Just call us on +971 4 3199019 and speak to one of our enrolment consultants.
Firebrand is an immersive environment and requires commitment. Some prerequisites are simply guidelines; you may find your unique experience, attitude and determination enables you to succeed on your accelerated course.
Interested? See prices or call +971 4 3199019
When do you want to sit your accelerated course?
Start |
Finish |
Status |
Location |
Book now |
---|---|---|---|---|
|
|
Finished |
- |
|
|
|
Finished |
- |
|
|
|
Open |
Nationwide |
|
|
|
Open |
Nationwide |
|
|
|
Open |
Nationwide |
Here's the Firebrand Training review section. Since 2001 we've trained exactly 67,286 students and asked them all to review our Accelerated Learning. Currently, 96.64% have said Firebrand exceeded their expectations:
"MCSD - App Builder course experience was great, got to know lot of new stuff like Azure & MVC and information about how to develop/plan enterprise level web application. The instructor was great through out the course explaining lot of modern stuff which goes on and also balancing the course with exam perspective. "
Amit Rathod. - Microsoft MCSA: Web Applications & MCSD: App Builder (9 ) (5/8/2017 13/8/2017)
"The instructor was great and answered all questions in detail as well as making sure everyone understood. I found the course challenging but learning at Firebrand helps beginners get better knowledge of all the courseware covered."
Hannah McEwan. - Microsoft MCSA: Web Applications & MCSD: App Builder (9 ) (5/8/2017 13/8/2017)
"It is definitely intense and quite hard but its worth it. "
Mohammed Saeed, Joseph Chamberlain College birmingham. - Microsoft MTA Networking, Security & Windows Server Administration (6 ) (9/4/2018 14/4/2018)
"Clear and concise, with practical lab examples."
M.W., TfL. - Microsoft MTA: Windows Server Administration Fundamentals (2 ) (9/4/2018 10/4/2018)
"My experience at the Firebrand Training Centre has been comfortable. The environment is peaceful which aids concentration and thinking. Food is good with a variety and range that also meets my dietary requirements. "
P.A., Firebrand. - Microsoft Programming in C# (4 ) (3/4/2018 6/4/2018)
"I think the instructor has done really well to deliver a course which is technically demanding. He has a good way of breaking complex theory down to simple terms. "
- Microsoft Programming in C# (4 ) (3/4/2018 6/4/2018)
"- Trainer was excellent, very knowledgeable and good at explaining concepts, very helpful when it came to clarifying things.
- While the days were long, the frequent breaks ensured concentration could be maintained (infinite coffee also helped with this!)
- Accommodation was excellent
- Food and drink were excellent! Excellent variety of food on offer, and different food every day.
- Wide range of facilities at Wyboston Lakes, and the lake is great for a walk after a long training session."
- Microsoft MTA Software Development Fundamentals (2 ) (26/3/2018 27/3/2018)
"Great course, very informative. We had a great instructor who has had practical experience. Lots of time spent with face-to-face instruction. Hands on material that we were able to work with as well. Really enjoyed my time here and will recommend to other colleagues as well. As an added bonus the food was great too!"
C.H.. - Microsoft MTA Software Development Fundamentals (2 ) (26/3/2018 27/3/2018)
"I love the bootcamp format (tried other training provider that only deliver 9:00 am to by 5:00 pm just wont work)!"
Melody Lam. - Microsoft MCSA: SQL Server 2016 - Business Intelligence Development (5 ) (12/3/2018 16/3/2018)
"Excellent speedy and professional learning environment. Knowledge on subject matter for the course superb by instructor."
Fredrik Olander, Max Matthiessen. - Microsoft MCSA: SQL Server 2016 - Business Intelligence Development (5 ) (12/3/2018 16/3/2018)
"Having never had any working experience on any SQL Server product, I enrolled on this course. The accelerated nature and the efficient way the course was presented helped me absorb the concepts. I am over the moon to have passed my very first Microsoft exam at Firebrand!"
Gordon Hepburn , Kerry. - Microsoft MCSA: SQL Server 2016 - Business Intelligence Development (5 ) (12/3/2018 16/3/2018)
"Highly focused training with experienced teacher and great documentation.
"
Alfredo Hidalgo Iglesias, BYG. - Microsoft MCSA: SQL Server 2016 - Business Intelligence Development (5 ) (12/3/2018 16/3/2018)
"My first experience of Firebrand, training was fantastic, instruction as just the right combination of talking, demonstrating and practical work. Definitely recommend."
Tom Odell, BUUK Infrastructure. - Microsoft Programming in HTML5 with JavaScript and CSS3 (3 ) (10/3/2018 12/3/2018)
"Excellent venue, resources and friendly staff.
Thank you!
Excellent venue, that is accessible and very close to perfect accommodation."
Christopher Harvey, Grafton Merchenties GB. - Microsoft MCSA: SQL Server 2016 - Database Administration (6 ) (5/3/2018 10/3/2018)
"Great way to learn x2 faster in a complete learning bubble A*
I choose Firebrand to give me accelerated learning, certification and real world experience through the excellent trainers.
Thank you Firebrand."
Roy Casana, Designated . - Microsoft MCSA: SQL Server 2016 - Database Administration (6 ) (5/3/2018 10/3/2018)
"Excellent facilities, and a world class trainer who went out of his way to delivery the course and more. I would consider doing another Firebrand course."
Tim Harborne, Carillionarmey. - Microsoft MCSA: SQL Server 2016 - Database Administration (6 ) (5/3/2018 10/3/2018)
"The trainer was excellent, as he was very informative, friendly and patient. I do wish that there was more time for the course, because I found it difficult to process such a vast amount of information, in such a short space of time."
- Microsoft MTA Database Fundamentals (2 ) (8/3/2018 9/3/2018)
"The instructor was a very interactive and enjoyable tutor. His vast knowledge was clear and he explained everything in great detail."
J.H., Lloyds Banking Group. - Microsoft MTA Database Fundamentals (2 ) (8/3/2018 9/3/2018)
"At the beginning of the course, I had very little knowledge but feel as though I have learn a lot in a short space of time."
- Microsoft MTA Database Fundamentals (2 ) (8/3/2018 9/3/2018)
"Great teacher"
A.N., Lloyds banking group . - Microsoft MTA Database Fundamentals (2 ) (8/3/2018 9/3/2018)
"At the beginning of the course, I had very little knowledge but feel as though I have learnt a lot in a short space of time."
- Microsoft MTA Database Fundamentals (2 ) (8/3/2018 9/3/2018)
"Great course and tutor who was very enthusiastic and helpful."
- Microsoft MTA Database Fundamentals (2 ) (8/3/2018 9/3/2018)
"Concise and highly informative, with a combination of clear theoretical and practical examples."
M.W., Transport for London. - Microsoft MTA Software Development Fundamentals (2 ) (19/2/2018 20/2/2018)
"Very useful and insightful course!"
Rhys Banton-Laing, Schroders. - Microsoft MTA Software Development Fundamentals (2 ) (19/2/2018 20/2/2018)
"Firebrand courses are accelerated and intensive but worth the effort. The Instructors do a very excellent job of ensuring all aspects of the course are covered"
Luis Gallagher-Munhica, Comp Consult Ltd. - Microsoft MTA Software Development Fundamentals (2 ) (19/2/2018 20/2/2018)
"A fantastic intensive course that will cover installation and configuration. Don't expect it to be easy but DO expect it to be informative. Our instructor balanced real-world examples alongside the theoretical that enabled key technologies to simply Click. With sufficient pre-study this course would be the icing on the cake, as-it-were, and be a gateway into Microsoft certification. Recommended."
Robert Walker. - Microsoft MCSA: Windows Server 2016 (11 ) (8/2/2018 18/2/2018)
"It was great to be in an environment with minimal distractions to enable me to achieve the objectives of this course so quickly. The staff are all very friendly and helpful and the accommodation is clean and comfortable. The food was excellent and the training rooms were well equipped with modern equipment."
J.C., James T. Blakeman & Co. Ltd.. - Microsoft MCSA: Windows Server 2016 (11 ) (8/2/2018 18/2/2018)
"Training was great as usual. Feeling very prepared for my exam. Thanks to the instructor for all the great training, and to Firebrand once again."
Kristian Ward, Switch Networks Ltd. - Microsoft MCSA: Windows Server 2016 (11 ) (8/2/2018 18/2/2018)
"Firebrand has delivered another great course at Wyboston and honestly Ive learnt so much while being on this course its almost unreal.
The last module has blown my mind with its depth.
I definitely recommend this course to anyone who is starting their IT journey.
Also OPS were awesome "
Steven Rincon. - Microsoft MCSA: Windows Server 2016 (11 ) (8/2/2018 18/2/2018)
"As long a you can handle the fierceness of the course, I would recommend this to any one who just wants to get on!"
Simon Fenwick, Staysure. - Microsoft MCSA: Windows Server 2016 (11 ) (8/2/2018 18/2/2018)
"I had a great experience at firebrand, met loads of great people and had a great teacher."
Julian Lamprea, HEE. - Microsoft Developing Microsoft Azure Solutions (4 ) (13/2/2018 16/2/2018)
"My best approach to rapid learning.
Home studying is too slow and lacks discipline for me and time available.
Would rather pay the premium, sleep little, get an awesome trainer, get the skills and then make money from the investment. Thanks Firebrand!"
Roy Casella, Designated. - Microsoft MCSA: Office 365 (5 ) (22/1/2018 26/1/2018)
"VERY (and that's in capital letters!) intense training course, but very worthwhile.
I took the training course to get in-depth knowledge of Office365, but ended up passing the exam, with an MCP, even when I didn't intend to take the exams."
John Oliver, Frontline Consultancy. - Microsoft MCSA: Office 365 (5 ) (22/1/2018 26/1/2018)
"My Firebrand experience has been, as always, great. I really enjoy it here, all the late nights and worrying are all part of the fun!"
Timothy Farmer. - Microsoft MCSA: Office 365 (5 ) (22/1/2018 26/1/2018)
"Well organised, interactive and fun with a mixture of different teaching styles. Pleased with this course!"
S.C.. - Microsoft MTA Networking, Security & Windows Server Administration (6 ) (8/1/2018 13/1/2018)
"Great Instructor. I love the Measure ups that help prepare for the exam and course content is relevant to today's technologies and older technologies that are still in the exam."
Chris Hunt, Utilita. - Microsoft MTA Networking, Security & Windows Server Administration (6 ) (8/1/2018 13/1/2018)
"The instructor kept us engaged through long days of intense training. Educational and enjoyable, which isn't easy over a 12 hour day!"
Joe Gibbons, Utilita. - Microsoft MTA Networking, Security & Windows Server Administration (6 ) (8/1/2018 13/1/2018)
"Firebrand provides beneficial training in great detail. The days are long but engaging and free drinks keep me focused."
Joe Gibbons, Utilita. - Microsoft MTA Networking, Security & Windows Server Administration (6 ) (8/1/2018 13/1/2018)
"I started programming in C# 6 months ago. My time at firebrand has definitely as least doubled my prior knowledge."
Natalie Flower. - Microsoft Programming in C# (4 ) (3/1/2018 6/1/2018)
"For a robust and concentrated burst of structured learning you cannot do better then Firebrand. Your time in the classroom will be intense but you and your course mates will develop a rapport that will support your learning and provide for release during downtime.
For best results come with your course material reviewed and fresh in your mind."
Christopher Helsby. - Microsoft MCSA: Office 365 (5 ) (18/12/2017 22/12/2017)
"The course felt very well paced and was structured in a way that didn't feel like an overload of information all at once. The instructor was very helpful and willing to go through a topic multiple times to ensure you understand it fully. "
B.M., Cambridgeshire Fire & Rescue. - Microsoft MTA Database Fundamentals (2 ) (16/12/2017 17/12/2017)
"The course was everything that I expected and more. The instructor made the subjects easy and simple to understand.
"
- Microsoft MCSA: Windows Server 2016 (11 ) (7/12/2017 17/12/2017)
"Perfect training!"
P. E.. - Microsoft Upgrading your skills to MCSA Windows Server 2016 (3 ) (4/12/2017 6/12/2017)
"It was a great experience. Definitely would recommend the course."
Junaid Shakoor, Perspective Publishing Limited. - Microsoft Programming in HTML5 with JavaScript and CSS3 (3 ) (11/11/2017 13/11/2017)
"I found the whole experience very good. It was new to literally living at the training centre and purely focus on this, but I think this works really well.
Can't fault anything to do with the training centre or the trainer, who was exceptional."
Andrew Martin, Pennine. - Microsoft MCSE: Productivity (Skype for Business - Deploying Enterprise Voice) (3 ) (9/11/2017 11/11/2017)
"Very good course and instructor, mixed course details with real life experience."
- Microsoft MCSE: Productivity (Skype for Business - Deploying Enterprise Voice) (3 ) (9/11/2017 11/11/2017)
"An intensive course but still managed to go through all material."
- Microsoft MCSE: Productivity (Skype for Business - Core Solutions) (3 ) (6/11/2017 8/11/2017)
"The Location is perfect, quiet and peaceful. Great experience."
Dave Palmer, Capgemini. - Microsoft Architecting Microsoft Azure Solutions (3 ) (4/11/2017 5/11/2017)
"Firebrand have a clear mission to assist you with their capacity to teach.
They are very customer friendly at the Centre and always try to help.
AAA+++"
Simon Korie, NA. - Microsoft Architecting Microsoft Azure Solutions (3 ) (4/11/2017 5/11/2017)
"The instructor made the course accessible and interesting."
Matthew Ottley, Manuli Hydraulics UK Ltd. - Microsoft MCSE: Server Infrastructure (6 ) (30/10/2017 4/11/2017)