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!
Learn to create and deploy modern web applications and services, by earning the MCSD: Web Applications certification. This accelerated nine-day course is 40% faster than traditional training.
You'll get an introduction to HTML5, CSS3, and JavaScript; and gain all the basic programming skills:
The labs in this course will support you and demonstrate the structure of different application scenarios. They focus on the principals and coding structures that are used to establish an HTML5 software application. During the course, you'll be using Visual Studio 2012, running on Windows 8.
Please note: Exam 70-480: Programming in HTML5 with JavaScript and CSS3 now results in the Microsoft Specialist certification.
Interested? See prices or call (09) 889 8001
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, exams and incidental costs). 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 (09) 889 8001
This module provides an overview of HTML and CSS, and describes how to use Visual Studio 2012 to build a Web application.
Exploring the Contoso Conference Application
After completing this module, you'll be able to:
This module describes the new features of HTML5, and explains how to create and style HTML5 pages.
Creating and Styling HTML5 Pages
After completing this module, you'll be able to:
This module provides an introduction to the JavaScript language, and shows how to use JavaScript to add interactivity to HTML5 pages.
Displaying Data and Handling Events by Using JavaScript
After completing this module, you'll be able to:
This module describes the new input types available with HTML5, and explains how to create forms to collect and validate user input by using the new HTML5 attributes and JavaScript code.
Creating a Form and Validating User Input
After completing this module, you'll be able to:
This module describes how to send and receive data to and from a remote data source by using an XMLHTTPRequest object and by performing jQuery AJAX operations.
Communicating with a Remote Data Source
After completing this module, you'll be able to:
This module describes how to style HTML5 pages and elements by using the new features available in CSS3.
Styling Text and Block Elements using CSS3
After completing this module, you'll be able to:
This module explains how to write well-structured and easily-maintainable JavaScript code, and how to apply object-oriented principles to JavaScript code in a Web application.
Refining Code for Maintainability and Extensibility
After completing this module, you'll be able to:
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.
Creating Interactive Pages by Using HTML5 APIs
After completing this module, you'll be able to:
This module describes 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.
Adding Offline Support to a Web Application
After completing this module, you'll be able to:
This module describes how to create HTML5 pages that can dynamically detect and adapt to different devices and form factors.
Implementing an Adaptive User Interface
After completing this module, you'll be able to:
This module describes how to create advanced graphics for an HTML5 Web application by using a Canvas element, and by using Scalable Vector Graphics.
Creating Advanced Graphics
After completing this module, you'll be able to:
This module describes how to enhance the user experience in an HTML5 Web application by adding animations.
Animating User Interface Elements
After completing this module, you'll be able to:
This module explains how to use Web Sockets to transmit and receive data between an HTML5 Web application and a server.
Implementing Real-Time Communications by Using Web Sockets
After completing this module, you'll be able to:
This module describes how to use Web Worker Processes to perform long-running operations asynchronously and improve the responsiveness of an HTML5 Web application.
Creating a Web Worker Process
After completing this module, you'll be able to:
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 emphasized: 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 (09) 889 8001
You'll sit the following exams, needed to gain your MCSD: Web Applications certification:
Interested? See prices or call (09) 889 8001
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.
We’re currently migrating from printed to digital courseware. Some courseware is already available in digital, while other books remain in printed form. To find out if this course is digital, call us on (09) 889 8001.
There are several benefits of easy-to-use digital courseware: downloads are immediate, and you’ll always have your courseware available wherever you are. You won’t need to wait for a printed book to be delivered before you start learning – and it’s better for the environment. You can choose to download the courseware to your own device, or borrow one of ours.
Considering a Microsoft course? Always have the most up-to-date Microsoft digital courseware with ‘Fresh Editions’. This gives you access to all versions of digital courseware – you’ll receive updates and revisions of your textbook, at no charge, for the life of that course.
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 (09) 889 8001
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 (09) 889 8001 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 (09) 889 8001
When do you want to sit your accelerated course?
Start |
Finish |
Status |
Book now |
---|---|---|---|
|
|
Finished |
|
|
|
Finished |
|
|
|
Open |
|
|
|
Open |
|
|
|
Open |
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:
"Course content excellent. Staff and instructor helpful throughout the duration."
Karl Lindley. - Microsoft MCSD: Web Applications (9 days) (3/12/2016 to 11/12/2016)
"Firebrand courses are an excellent way to get up to speed with complex technologies and fill in the gaps that you may have, even after years of experience. "
Anonymous - Microsoft MCSD: Web Applications (9 days) (18/1/2016 to 26/1/2016)
"Good people, knowledge, free bananas... whats not to like?"
Jack Sheppard. - Microsoft MCSD: Web Applications (9 days) (18/1/2016 to 26/1/2016)
"Great course, but nothing for beginners. Accommodations and food were also great!"
Thomas Ekroth, Viati AB. - Microsoft MCSD: Web Applications (9 days) (18/1/2016 to 29/1/2016)
"Professional, good accommodation!!"
Kristof Andries, XSS BVBA. - Microsoft MCSD: Web Applications (9 days) (18/1/2016 to 26/1/2016)
"Fast paced and hard, but really good."
Casper Wandahl , ExpandIT. - Microsoft MCSD: Web Applications (9 days) (21/11/2015 to 29/11/2015)
"Firebrand Training is a great environment to learn and hone in on a huge topic, covering all of the information in short, concise blocks. "
A.D. - Microsoft MCSD: Web Applications (9 days) (9/11/2015 to 17/11/2015)
"The instructor is excellent. This is one of the best training courses I have ever had in my entire career.
So many concepts cleared. He has given us insights into how, why and what. Very few instructors do that!
Thank you to the instructor and thank you Firebrand!!
"
Dimpi Jain, HomeAway UK Ltd. - Microsoft MCSD: Web Applications (9 days) (21/9/2015 to 29/9/2015)
"Good accommodations, good instructor, intense learning. But long hours!"
Kaj Julius , TMJ. - Microsoft MCSD: Web Applications (9 days) (5/9/2015 to 13/9/2015)
"The Firebrand courses are very well arranged and smoothly run for as much of a stress free experience as possible. From transport through to accommodation, meals, beverages and of course the course itself, everything is well structured.
The courses, in this case MCSD Web Apps, are hugely beneficial to any developers wishing to update or even gain new skills.
The instructor is clearly very dedicated to making sure that as much information as possible can be passed on throughout the duration of the course. Even going the extra mile to make sure your aware of upcoming changes to the target technologies of the Microsoft defined curriculum.
The course is very intensive, something which Firebrand tries to make sure prospective learners are fully aware of, but surprisingly very effective at getting its point across.
The only downside to this course is the varying and seemingly quite unpredictable level of difficulty of the Microsoft controlled exams."
Cory Thomas, Web Technology Group. - Microsoft MCSD: Web Applications (9 days) (10/8/2015 to 18/8/2015)
"Instructor had a deep understanding of the subject and the extra material covered was really useful. The hours were long and course was *really* intense but it was rewarding and well worth it! My advice to anyone thinking of doing this course would be to do some preparation on the subjects you're least confident with, and when you're here, make the most of the 24 hour access to the labs!"
S.A.. - Microsoft MCSD: Web Applications (9 days) (10/8/2015 to 18/8/2015)
"I have been coming to Firebrand for 10 years and it is my chosen method to maintain and upgrade my skills. It enables me to accelerate learning & focus without distractions."
S.W.. - Microsoft MCSD: Web Applications (9 days) (10/8/2015 to 18/8/2015)
"The course was very hard work, a lot of material to cover. I know have a good understanding of all the topic areas and feel more knowledgeable in taking the exams."
Mike Domingue. - Microsoft MCSD: Web Applications (9 days) (10/8/2015 to 18/8/2015)
"Though the exams were much harder than I anticipated and the coursework exposed just how little I knew about technology like MVC and WCF, I really enjoyed the instructor's teaching style and genuinely feel like I can tackle the MCSD in a much shorter time frame than I ever dreamed of doing. Intense as the program is, I can definitely say that I'm not leaving here empty handed."
Joseph Guthrie. - Microsoft MCSD: Web Applications (9 days) (10/8/2015 to 18/8/2015)
"Great knowledgeable trainer with good real world scenarios too."
Urfan Durrani. - Microsoft MCSD: Web Applications (9 days) (10/8/2015 to 18/8/2015)
"Great course, huge amount of information covered. Trainer had excellent knowledge of the subject and provided well structured material."
A.A, Altius. - Microsoft MCSD: Web Applications (9 days) (11/5/2015 to 19/5/2015)
"The training Firebrand has provided is intense, but totally worth it! The expert knowledge from friendly trainers and welcoming environment has made learning difficult topics and taking exams far easier than they would otherwise be."
S.W. - Microsoft MCSD: Web Applications (9 days) (11/5/2015 to 19/5/2015)
"A lot of very useful and practical information. The instructor was concerned with real life scenarios and also gave me the solution to a particular business requirement. His course materials were excellent and WCF/WebAPI was particularly well covered through a practical example. However, be very well prepared before the course as it is an exam preparation course rather than a training course."
Michael Macneil, Elfab. - Microsoft MCSD: Web Applications (9 days) (11/5/2015 to 19/5/2015)
"The trainers here are very accommodating. This is my second time and I would come back again. Pass or fail, the knowledge is invaluable."
Anonymous - Microsoft MCSD: Web Applications (9 days) (11/5/2015 to 19/5/2015)
"If you can keep up, then its rewarding!"
S.A. - Microsoft MCSD: Web Applications (9 days) (11/5/2015 to 19/5/2015)
"The instructor was very knowledgeable, personable and professional. The facilities at Firebrand are excellent and all the staff are courteous and professional. "
Anonymous - Microsoft MCSD: Web Applications (9 days) (23/3/2015 to 31/3/2015)
"Firebrand facilities are very good. All trainers and staff are very professional and helpful."
Andy Holloway, Solidsoft-Reply. - Microsoft MCSD: Web Applications (9 days) (23/3/2015 to 31/3/2015)
"Overall a positive experience with Firebrand. Awesome instructors, pleasant facilities, and most importantly; free coffee. "
Jack Durcan, Rockpool Digital. - Microsoft MCSD: Web Applications (9 days) (19/1/2015 to 27/1/2015)
"As usual excellent course delivered by a brilliant instructor!"
S., Orange and Mango. - Microsoft MCSD: Web Applications (9 days) (24/11/2014 to 2/12/2014)
"The instructor delivered an amazing MCSD Web Apps course. The instructor is an extremely knowledgeable and gifted teacher. He made the materials hugely engaging by making great use of practicals (we spent a huge amount of time in Visual Studio doing real work) to drill home the key topics. Its also clear that the instructor devotes a lot of time to tailoring the course (he constantly updates his own training slides/scripts along with an errata to the official MOC and related MeasureUp exams) to ensure that you learn using the latest versions of Visual Studio and technologies, whilst also drawing attention to previous versions that are referenced by the official courseware."
Greg Philpott, QuantiQ. - Microsoft MCSD: Web Applications (9 days) (10/11/2014 to 18/11/2014)
"Id like to compliment the instructor on managing to impart so much of his vast breadth of knowledge in such a short span."
Phil West. - Microsoft MCSD: Web Applications (9 days) (10/11/2014 to 18/11/2014)
"Fast paced learning, dedicated staff."
L.D. - Microsoft MCSD: Web Applications (9 days) (10/11/2014 to 18/11/2014)
"A very intensive training experience. Content was easily accessible and also well tailored to the exam objectives. The trainer was excellent. Very clear delivery and the hands-on demos were engaging and well supported."
Michael Poole, Solvium Solutions Ltd. - Microsoft MCSD: Web Applications (9 days) (10/11/2014 to 18/11/2014)
"It has been a pleasure. The instructor was very good instructor and I've learned a lot in 10 days. Thank-you!"
Bilal Arslan, 2ndC. - Microsoft MCSD: Web Applications (9 days) (22/9/2014 to 30/9/2014)
"Its hard work, and you learn a lot. "
Leon Buring. - Microsoft MCSD: Web Applications (9 days) (22/9/2014 to 30/9/2014)
"Its hard work, and Its not for everybody, but if you can commit yourself to learning like this, even if only for a short amount of time, you will benefit immensely from a course with Firebrand."
Braydie Grove, Isle of Man Government. - Microsoft MCSD: Web Applications (9 days) (22/9/2014 to 30/9/2014)
"Its hard work, and you learn a lot. "
Anonymous - Microsoft MCSD: Web Applications (9 days) (22/9/2014 to 30/9/2014)
"I learned a lot, or at least, was made aware of plenty of new way of developing Web Applications (especially during the Web services course)
The course also helped me to understand what sort of questions I might be asked on my exams. The instructor also highlighted what we should spend more time on when preparing for the exams and what vice versa.
Also, in my opinion the instructor is a very knowledgeable person (I got the impression that he remembered basically ever little detail) + more."
J.T. - Microsoft MCSD: Web Applications (9 days) (28/7/2014 to 5/8/2014)
"Wow.. our tutor's wealth of knowledge was quite impressive - it's nice to be taught by someone who is genuinely passionate about the subject.
I'd definitely recommend this course to anyone considering it, but be prepared to work hard and long days.
"
Jason Callister. - Microsoft MCSD: Web Applications (9 days) (24/3/2014 to 1/4/2014)
"I think the instructor delivered the 9 day course extremely well, with excellent subject-matter knowledge. The hotel and meals were also excellent. My overall experience was: very good training and tough, long days. "
I.D. - Microsoft MCSD: Web Applications (9 days) (24/3/2014 to 1/4/2014)
"Intense preparation for certification! Not for everyone, be prepared to put all you time and effort into the course and you will be rewarded.
The training centre provides excellent facilities and staff, just not enough hours in the day.
Accommodation is basic but sufficient for the course, food and facilities are very good."
Anonymous - Microsoft MCSD: Web Applications (9 days) (24/3/2014 to 1/4/2014)
"Location and facilities are excellent, the food is also very good. The course is hard but very well taught."
Stephen Caulfield, ACM Solutions Ltd. - Microsoft MCSD: Web Applications (9 days) (24/3/2014 to 1/4/2014)
"This is the second Firebrand course I have attended. Though the courses are quite intensive I really picked up a lot of new knowledge and passed most of the exams in one go. "
Chris Rauws, Utrecht University. - Microsoft MCSD: Web Applications (9 days) (24/3/2014 to 1/4/2014)
"Great intensive training, focussed on getting a good understanding of the technical skills required to pass the exams!"
Rene Rijbroek, Self employed. - Microsoft MCSD: Web Applications (9 days) (24/3/2014 to 1/4/2014)
"Despite having a lot of material to cover it never felt overwhelming and the focused learning and supporting materials made the challenge much less daunting"
Matthew Lawrence. - Microsoft MCSD: Web Applications (9 days) (27/1/2014 to 4/2/2014)
"I wish I had taken this course with Firebrand 5 months ago, I would have saved myself 5 month of solo-study."
S.W. - Microsoft MCSD: Web Applications (9 days) (27/1/2014 to 4/2/2014)
"An excellent teacher"
Anonymous - Microsoft MCSD: Web Applications (9 days) (14/12/2013 to 22/12/2013)
"Instructor is very knowledgeable. Facility, accommodation and food are all excellent. This is my second course and would use again."
Tom Stevenson, Badger Software Ltd. - Microsoft MCSD: Web Applications (9 days) (2/12/2013 to 10/12/2013)
"I'll admit to having some doubts about the format - would there be enough time to digest everything and have it all sink in? - but they've been well and truly set aside over the course of the week. Excellent facilities mean no need to even leave the grounds for the week, great food (I've probably gained a stone!) and the content has been well delivered and highly enjoyable.
Great team-bonding experience, with much less distraction than we'd have had on a non-residential course, and highly recommended. Well be back for more!"
Kevin Evans, SBT. - Microsoft MCSD: Web Applications (9 days) (18/11/2013 to 23/11/2013)
"I have very much enjoyed my training at Firebrand. The set up is very professional and the instructors are available for help throughout the day and into the evening regarding the course."
Matthew Nixon, Sun Branding Solutions. - Microsoft MCSD: Web Applications (9 days) (18/11/2013 to 23/11/2013)
"Very good training. Instructors were very knowledgeable, helpful and answered every question I had very well."
Akshay Khurana, Sun Branding Solution. - Microsoft MCSD: Web Applications (9 days) (18/11/2013 to 23/11/2013)
"Good facilities with a knowledgeable course trainer. In-depth coverage of subject matter."
Richard Moorhouse, Sun Branding Solutions. - Microsoft MCSD: Web Applications (9 days) (18/11/2013 to 23/11/2013)
"An enjoyable and challenging course - thorough coverage of the topics, pleasant environment, would definitely recommend."
Keith Williams, Sun Branding Solutions. - Microsoft MCSD: Web Applications (9 days) (18/11/2013 to 23/11/2013)
"An excellent teacher who really knows what he is teaching. The accomodation is also excellent and you couldnt possibly ask for a better learning environment."
Anonymous, AKAIT - Microsoft MCSD: Web Applications (9 days) (23/9/2013 to 1/10/2013)
"Firebrand is the closest thing in real life to the training downloads Neo gets in The Matrix."
Ben Deavin, PA Consulting. - Microsoft MCSD: Web Applications (9 days) (2/9/2013 to 10/9/2013)