Solutient

 

 

 

 

 

 

Developing Web Applications with Microsoft Visual Studio 2010

Course 10264A: Five days; Instructor-Led Course Syllabus

 

 

 

Introduction

 

In this course, students will learn to develop advanced ASP.NET MVC and Web Forms applications using .NET Framework 4 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 will also prepare the student for exam 70-515.

 

Audience

 

This course is intended for professional Web developers who use Microsoft Visual Studio in a team-based, medium-sized to large development environment. Members of the audience have a minimum of two to three years of experience developing Web-based applications by using Microsoft Visual Studio and Microsoft ASP.NET. Members of the audience are experienced users of Microsoft Visual Studio 2008 SP1 and newer releases of the Visual Studio product. The audience understands how to use the new features of Visual Studio 2010.

 

 

At Course Completion

 

After completing this course, students will be able to:

·         Describe the underlying architecture and design of a Web application.

·         Apply best practices and make appropriate trade-offs based on business requirements when designing a Web application.

·         Develop MVC models.

·         Develop MVC controllers.

·         Develop MVC views.

·         Optimize the design of a Web application for discoverability by search engines.

·         Write server-side code for Web Forms.

·         Optimize data management for Web Forms.

·         Ensure quality by debugging, unit testing, and refactoring.

·         Secure a Web application.

·         Apply Master Pages and CSS for a consistent application UI.

·         Develop client-side scripts and services for a responsive, rich, and interactive UI.

·         Implement advanced AJAX in a Web application.

·         Deploy a Web application.

·         Develop a Web application by using Silverlight.

 

Prerequisites

 

In addition to their professional Web development experience, students who attend this training should have the following technical knowledge:

  • An understanding of the problem-solving techniques that apply to software development, including the following principles of software development:
    • modern software development model
    • typical phases of a software development lifecycle
    • concepts of event-driven programming
    • concepts of object-oriented programming
    • creating use-case diagrams
    • designing and building a user interface
    • developing a structured application
  • A basic understanding of the following scripting techniques and some hands-on experience writing scripts:
    • Web scripting techniques
    • Macro scripting techniques
    • Windows scripting techniques
  • A general understanding of the purpose, function, and features of following .NET Framework topics:
    • Common Language Runtime
    • .NET Framework class library
    • Common Type System
    • Component interoperation
    • Cross-Language Interoperability
    • Assemblies in the Common Language Runtime
    • Application Domains
    • Runtime hosts supported by the .NET Framework
  • Experience using Visual Studio 2008 in the following task areas:
    • Declaring and initializing typed variables using the Camel case naming convention
    • Using arithmetic, relational, and logical operators in code statements
    • Using branching statements to control code execution
    • Using looping statements to iterate through collections or repeat steps until a specified condition is met
    • Creating classes and methods to establish the basic structure of an application
    • Using methods and events to implement the programming logic of an application
    • Identifying syntax and logic errors
    • Accessing and managing data from a data source
  • Experience in object oriented design and development as follows:
    • Creating and accessing classes and class properties
    • Creating and accessing methods and overloaded methods
    • Implementing inheritance, base classes, and abstract classes
    • Declaring, raising, and handling events
    • Responding to and throwing exceptions
    • Implementing interfaces and polymorphism
    • Implementing shared and static members
    • Implementing generics
    • Creating components and class libraries
  • Experience in N-Tier application design and development as follows:
    • Managing a software development process
    • Controlling input at the user interface level in Windows Client and Web applications
    • Debugging, tracing, and profiling .NET applications
    • Monitoring and logging .NET applications
    • Implementing basic testing best practices
    • Performing basic Data Access tasks with LINQ
    • Implementing basic security best practices in .NET Applications
    • Implementing basic service calls 
    • Using .NET Configuration Files
    • Deploying .NET Framework Applications using ClickOnce and the MS Installer

 

Course Outline

 

Module 1: Overview of Web Application Design

 

This module describes the underlying architecture and design of a Web application

 

Lessons

 

Lab: Exploring the Adventure Works Web Site

 

After completing this module, students will be able to:

 

Module 2: Designing a Web Application

 

This module describes the best practices and trade-offs that you need to make when designing a Web application.

 

Lessons

 

Lab: Redesigning the Adventure Works Web site

 

After completing this module, students will be able to:

 

Module 3: Developing MVC Models

 

This module describes the MVC development model (Models, Controllers, and Views) and how to create the Models that are used to access and modify the data in a data source.

 

Lessons

 

Lab: Developing MVC Models

 

After completing this module, students will be able to:

 

Module 4: Developing MVC Controllers

 

This module describes how to create the Controllers that are used to respond to communications from the user and how to implement the application flow and logic

 

Lessons

 

Lab: Developing MVC Controllers

 

After completing this module, students will be able to:

 

Module 5: Developing MVC Views

This module describes how to create the Views that are used to expose the application UI. The module also covers how to manage pre-action and post-action behavior of Controller action methods using the included action filters are provided as part of MVC

 

Lessons

 

Lab: Developing MVC Views

 

After completing this module, students will be able to:

 

Module 6: Designing for Discoverability

 

This module describes how to implement the navigational design and also how discoverability will be achieved through content keywords and page URLs.

 

Lessons

Lab: Designing for Discoverability

 

After completing this module, students will be able to:

 

Module 7: Writing Server-Side Code for Web Forms

 

This module describes the advanced features of server-side coding and technologies.  The module describes how to allow the website to move into a global and web farm environment through localization, shared sessions, and custom user controls.  The module will also cover how to use the custom validator and regular expressions.

 

Lessons

 

Lab: Writing Server-Side Code for Web Forms

 

After completing this module, students will be able to:

 

Module 8: Optimizing Data Management for Web Forms

 

This module describes how to optimize and display data management tasks for a Web Forms-based application using Dynamic Data, Data Binding, LinqToEntities, server side controls, and server-side code.

 

Lessons

 

Lab: Optimizing Data Management for Web Forms

 

After completing this module, students will be able to:

 

Module 9: Ensuring Quality by Debugging, Unit Testing, and Refactoring

 

This module describes how to perform check-in testing for their Web Forms and MVC applications as well as how to use the built-in debugging capabilities of VS2010.

 

Lessons

Lab: Debugging, Unit Testing and Refactoring

 

After completing this module, students will be able to:

 

Module 10: Securing a Web Application

 

This module describes how to mitigate common security threats and to implement the essentials (must haves) of Web security in both MVC and Web Forms applications.

 

Lessons

 

Lab: Securing a Web Application

 

After completing this module, students will be able to:

 

Module 11: Applying Master Pages and CSS

 

This module describes how to achieve a consistent UI in a reusable manner.

 

Lessons

 

Lab: Applying Master Pages and CSS

 

After completing this module, students will be able to:

 

Module 12: Developing Client Side Scripts and Services

 

This module described how to develop client-side scripts and services for a responsive, rich, and interactive application UI.

 

Lessons

 

Lab: Developing Client Side Scripts and Services

 

After completing this module, students will be able to:

 

Module 13: Implementing Advanced AJAX in a Web Application

 

This module describes the programmatic side of AJAX enabled controls (as well as extending server controls to include AJAX functionality) on a Web Forms page as well as implementing AJAX on a MVC page

 

Lessons

 

Lab: Implementing Advanced Ajax for the AdventureWorks web application

 

After completing this module, students will be able to:

 

Module 14: Deploying a Web Application

 

This module describes how to plan, configure, and perform deployment tasks associated with a production Web site. The module also describes the Web site lifecycle as it pertains to deployment.

 

Lessons

 

Lab: Deploying AdventureWorks

 

After completing this module, students will be able to:

 

Module 15: Developing a Web Application by Using Silverlight

 

This module introduces students to Silverlight by having them integrate a Silverlight module into an existing ASP.NET application. Students will learn how to add a Silverlight project to an existing solution, leverage the existing Web application by calling a WCF service, and display the information in Silverlight.

 

Lessons

 

Lab: Developing a Web Application by Using Silverlight

 

After completing this module, students will be able to:

 

Solutient Corporation of Ohio

www.solutient.com

6133 Rockside Road, Suite 100 – Cleveland, OH  44131

 

FOR MORE INFORMATION, CALL 216-654-0025