Building Effective ASP .NET 3.5 Web Applications using Visual Studio 2008

Course

In London

Price on request

Description

  • Type

    Course

  • Location

    London

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.

Facilities

Location

Start date

London
See map

Start date

On request

About this course

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

Questions & Answers

Add your question

Our advisors and other users will be able to reply to you

Who would you like to address this question to?

Fill in your details to get a reply

We will only publish your name and question

Reviews

Subjects

  • Writing
  • Planning
  • Web
  • Design
  • ASP
  • ASP training
  • Javascript
  • HTML
  • Windows
  • Visual Studio
  • ASP net training
  • Testing
  • Javascript training
  • Access

Course programme

Modules

Hide all

Module 1: Exploring ASP.NET MVC 4 (12 topics)

  • 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

Module 2: Designing ASP.NET MVC 4 Web Applications (11 topics)

  • 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.
  • Lessons
  • Planning in the Project Design Phase
  • Designing Models, Controllers, and Views
  • Lab : Designing ASP.NET MVC 4 Web Applications
  • Planning Models
  • Planning Controllers
  • Planning Views
  • Architecting an MVC Application

Module 3: Developing ASP.NET MVC 4 Models (11 topics)

  • 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.
  • Lessons
  • Creating MVC Models
  • Working with Data
  • Lab : Developing ASP.NET MVC 4 Models
  • Creating an MVC Project and Adding a Model
  • Creating a New SQL Azure Database in Visual Studio
  • Adding Properties and Methods to MVC Models
  • Using Display and Edit Annotations in MVC Models

Module 4: Developing ASP.NET MVC 4 Controllers (10 topics)

  • 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. The students will 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. The students will learn about situations when action filters are useful.
  • Lessons
  • Writing Controllers and Actions
  • Writing Action Filters
  • Lab : Developing ASP.NET MVC 4 Controllers
  • Adding an MVC Controller and Writing the Actions
  • Writing the Action Filters in a Controller
  • Using the Photo Controller

Module 5: Developing ASP.NET MVC 4 Views (12 topics)

  • The goal of this module is to describe the role of Views in an MVC web application and enable users to create and code them. The syntax of a Razor View is of critical importance for students to understand because it defines both the layout and the functionality of the data display. HTML Helpers will also be discussed in detail and common Helpers, such as Html.ActionLink() and Html.EditorFor(), will be described. Reusing code by defining Partial Views and Razor Helpers will be discussed as well.
  • Lessons
  • Creating Views with Razor Syntax
  • Using HTML Helpers
  • Reusing Code in Views
  • Lab : Developing ASP.NET MVC 4 Views
  • Adding a View for Photo Display
  • Adding a View for New Photos
  • Creating and Using a Partial View
  • Adding a Home View and Testing the Views

Module 6: Testing and Debugging ASP.NET MVC 4 Web Applications (9 topics)

  • 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.
  • Lessons
  • Unit Testing MVC Components
  • Implementing an Exception Handling Strategy
  • Lab : Testing and Debugging the ASP.NET MVC 4 Web Applications
  • Performing Unit Tests
  • Configuring Exception Handling

Module 7: Structuring ASP.NET MVC 4 Web Applications (10 topics)

  • 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 Optimization is important throughout this module.
  • Lessons
  • Analyzing Information Architecture
  • Configuring Routes
  • Creating a Navigation Structure
  • Lab : Structuring ASP.NET MVC 4 Web Applications
  • Using the Routing Engine
  • Building Navigation Controls

Module 8: Applying Styles to ASP.NET MVC 4 Web Applications (11 topics)

  • 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.
  • Lessons
  • Using Template Views
  • Applying CSS to an MVC Application
  • Creating an Adaptive User Interface
  • Lab : Applying Styles to ASP.NET MVC 4 Web Applications
  • Using Template Views
  • Applying a Consistent Look and Feel to an MVC Application
  • Adapting Webpages for Different Browsers

Module 9: Building Responsive Pages in ASP.NET MVC 4 Web Applications (9 topics)

  • The goal of this module is to describe to the students how partial page updates and caching can optimize the responsiveness of a web application. Students will see how to make use of AJAX helpers and partial views to update small portions of a page instead of refreshing the entire page. The module also covers the different caches developers can use to store rendered pages and discusses how to configure caching for maximum performance.
  • Lessons
  • Using AJAX and Partial Page Updates
  • Implementing a Caching Strategy
  • Lab : Building Responsive Pages in ASP.NET MVC 4 Web Applications
  • Using Partial Page Updates
  • Configuring ASP.NET Caches

Module 10: Using JavaScript and jQuery for Responsive MVC 4 Web Applications (9 topics)

  • 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

Module 11: Controlling Access to ASP.NET MVC 4 Web Applications (10 topics)

  • The goal of this module to ensure good security in terms of strong authentication and authorization for access. The lessons describe how to enable anonymous users to create their own user account and gain privileged access to content.
  • Lessons
  • Implementing Authentication and Authorization
  • Assigning Roles and Membership
  • Lab : Controlling Access to ASP.NET MVC 4 Web Applications
  • Configuring Authentication
  • Controlling Access to Resources
  • Providing User Account Facilities

Module 12: Building a Resilient ASP.NET MVC 4 Web Application (9 topics)

  • 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.
  • Lessons
  • Developing Secure Sites
  • State Management
  • Lab : Building a Resilient ASP.NET MVC 4 Web Application
  • Storing User Preferences
  • Using User Preferences in the Photo Gallery

Module 13: Using Windows Azure Web Services in ASP.NET MVC 4 Web Applications (10 topics)

  • 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

Building Effective ASP .NET 3.5 Web Applications using Visual Studio 2008

Price on request