Course 20486A 5 Days, Instructor-Led
Course 20486A 5 Days, Instructor-Led
Course Description
In this course, students will learn to develop advanced ASP.NET MVC applications using .NET Framework
4.5 tools and technologies. The focus will be on coding activities that enhance the performance and
scalability of the Web site application. ASP.NET MVC will be introduced and compared with Web Forms
so that students know when each should/could be used. This course will also prepare the student for
exam 70-486.
Audience Profile
This course is intended for professional web developers who use Microsoft Visual Studio in an
individual-based or team-based, small-sized to large development environment. Candidates for this
course are interested in developing advanced web applications and want to manage the rendered
HTML comprehensively. They want to create websites that separate the user interface, data access,
and application logic.
At Course Completion
After completing this course, students will be able to:
Describe the Microsoft Web Technologies stack and select an appropriate technology to use to
develop any given application.
Design the architecture and implementation of a web application that will meet a set of
functional requirements, user interface requirements, and address business models.
Create MVC Models and write code that implements business logic within Model methods,
properties, and events.
Add Controllers to an MVC Application to manage user interaction, update models, and select
and return Views.
Create Views in an MVC application that display and edit data and interact with Models and
Controllers.
Run unit tests and debugging tools against a web application in Visual Studio 2012 and configure
an application for troubleshooting.
Develop a web application that uses the ASP.NET routing engine to present friendly URLs and a
logical navigation hierarchy to users.
Implement a consistent look and feel, including corporate branding, across an entire MVC web
application.
Use partial page updates and caching to reduce the network bandwidth used by an application
and accelerate responses to user requests.
Write JavaScript code that runs on the client-side and utilizes the jQuery script library to
optimize the responsiveness of an MVC web application.
Implement a complete membership system in an MVC 4 web application.
Build an MVC application that resists malicious attacks and persists information about users and
preferences.
Describe how to write a Windows Azure web service and call it from and MVC application.
Describe what a Web API is and why developers might add a Web API to an application.
Modify the way browser requests are handled by an MVC application.
Describe how to package and deploy an ASP.NET MVC 4 web application from a development
computer to a web server for staging or production.
Prerequisites
Before attending this course, students must have:
A minimum of two to three years of experience developing web-based applications by using
Microsoft Visual Studio and Microsoft ASP.NET, proficiency in using the .NET Framework,
and some familiarity with the C# language.
Course Outline
Module 1: Exploring ASP.NET MVC 4
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. Students will 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.
Lessons
Overview of Microsoft Web Technologies
Overview of ASP.NET 4.5
Introduction to ASP.NET MVC 4
Lab: Exploring ASP.NET MVC 4
Exploring a Photo Sharing Application
Exploring a Web Pages Application
Exploring a Web Forms Application
Exploring an MVC Application
After completing this module, students will be able to:
Describe the Microsoft Web Technologies stack and select an appropriate technology to use to
develop any given application.
Module 10: Using JavaScript and jQuery for Responsive MVC 4 Web Applications
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. Students will learn about the jQuery script
library and how to use it to call web services and update user interface components.
Lessons
Rendering and Running JavaScript Code
Using jQuery and jQueryUI
Lab: Using JavaScript and jQuery for Responsive MVC 4 Web Applications
Using jQuery to Respond to Users
Using jQueryUI to Build a User Interface
After completing this module, students will be able to:
Write JavaScript code that runs on the client-side and utilizes the jQuery script library to
optimize the responsiveness of an MVC web application.
Module 13: Using Windows Azure Web Services in ASP.NET MVC 4 Web Applications
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. Students will 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.
Lessons
Introduction to Windows Azure
Designing and Writing Windows Azure Services
Consuming Windows Azure Services in a Web Application
Lab: Using Windows Azure Web Services in ASP.NET MVC 4 Web Applications
Creating and Coding a Windows Azure Service
Consuming Data from a Windows Azure Service
After completing this module, students will be able to:
Describe how to write a Windows Azure web service and call it from and MVC application.