66
M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987 Developing ASP.NET MVC 4 Web Applications Duration: 5 Days Course Code: M20486 Overview: In this course, students will learn to develop advanced ASP.NET M V C 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. Target Audience: 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. Objectives: Describe the Microsoft Web Technologies stack and select an Use partial page updates and caching to reduce the network appropriate technology to use to develop any given application. bandwidth used by an application and accelerate responses to user requests. Design the architecture and implementation of a web application that will meet a set of functional requirements, user interface Write JavaScript code that runs on the client-side and utilizes the requirements, and address business models. jQuery script library to optimize the responsiveness of an MVC web application. Create MVC Models and write code that implements business logic within Model methods, properties, and events. Implement a complete membership system in an MVC 4 web application. Add Controllers to an MVC Application to manage user interaction, update models, and select and return Views. Build an MVC application that resists malicious attacks and persists information about users and preferences. Create Views in an MVC application that display and edit data and interact with Models and Controllers. Describe how to write a Windows Azure web service and call it from and MVC application. Run unit tests and debugging tools against a web application in Visual Studio 2012 and configure an application for Describe what a Web API is and why developers might add a Web troubleshooting. API to an application. Develop a web application that uses the ASP.NET routing engine Modify the way browser requests are handled by an MVC to present friendly URLs and a logical navigation hierarchy to application. users. Describe how to package and deploy an ASP.NET MVC 4 web Implement a consistent look and feel, including corporate application from a development computer to a web server for branding, across an entire MVC web application. staging or production.

Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

  • Upload
    others

  • View
    3

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Developing ASP.NET MVC 4 Web Applications

Duration: 5 Days Course Code: M20486

Overview:

In this course, students will learn to develop advanced ASP.NET M V C applications using .NET Framework 4.5 tools and technologies. Thefocus will be on coding activities that enhance the performance and scalability of the Web site application. ASP.NET MVC will be introducedand compared with Web Forms so that students know when each should/could be used. This course will also prepare the student for exam70-486.

Target Audience:

This course is intended for professional web developers who use Microsoft Visual Studio in an individual-based or team-based, small-sized tolarge development environment. Candidates for this course are interested in developing advanced web applications and want to manage therendered HTML comprehensively. They want to create websites that separate the user interface, data access, and application logic.

Objectives:

Describe the Microsoft Web Technologies stack and select an Use partial page updates and caching to reduce the networkappropriate technology to use to develop any given application. bandwidth used by an application and accelerate responses to user

requests.

Design the architecture and implementation of a web applicationthat will meet a set of functional requirements, user interface Write JavaScript code that runs on the client-side and utilizes therequirements, and address business models. jQuery script library to optimize the responsiveness of an MVC web

application.

Create MVC Models and write code that implements businesslogic within Model methods, properties, and events. Implement a complete membership system in an MVC 4 web

application.

Add Controllers to an MVC Application to manage userinteraction, update models, and select and return Views. Build an MVC application that resists malicious attacks and persists

information about users and preferences.

Create Views in an MVC application that display and edit dataand interact with Models and Controllers. Describe how to write a Windows Azure web service and call it from

and MVC application.

Run unit tests and debugging tools against a web application inVisual Studio 2012 and configure an application for Describe what a Web API is and why developers might add a Webtroubleshooting. API to an application.

Develop a web application that uses the ASP.NET routing engine Modify the way browser requests are handled by an MVCto present friendly URLs and a logical navigation hierarchy to application.users.

Describe how to package and deploy an ASP.NET MVC 4 webImplement a consistent look and feel, including corporate application from a development computer to a web server forbranding, across an entire MVC web application. staging or production.

Page 2: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Prerequisites:

A minimum of two to three years of experience developingweb-based applications by using Microsoft Visual Studio andMicrosoft ASP.NET, proficiency in using the .NET Framework,and some familiarity with the C# language.

Page 3: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Content:

Module 1: Exploring ASP.NET MVC 4line line line

Overview of Microsoft Web Technologies Overview of Microsoft Web TechnologiesOverview of ASP.NET 4.5 Overview of ASP.NET 4.5

line Introduction to ASP.NET MVC 4 Introduction to ASP.NET MVC 4Overview of Microsoft Web Technologies Exploring a Photo Sharing Application Exploring a Photo Sharing ApplicationOverview of ASP.NET 4.5 Exploring a Web Pages Application Exploring a Web Pages ApplicationIntroduction to ASP.NET MVC 4 Exploring a Web Forms Application Exploring a Web Forms ApplicationExploring a Photo Sharing Application Exploring an MVC Application Exploring an MVC ApplicationExploring a Web Pages Application Planning in the Project Design Phase Planning in the Project Design PhaseExploring a Web Forms Application Designing Models, Controllers, and Views Designing Models, Controllers, and ViewsExploring an MVC Application Planning Controllers Planning ControllersPlanning in the Project Design Phase Planning Views Planning ViewsDesigning Models, Controllers, and Views Architecting an MVC Application Architecting an MVC ApplicationPlanning Controllers Creating MVC Models Creating MVC ModelsPlanning Views Working with Data Working with DataArchitecting an MVC Application Creating an MVC Project and Adding a Creating an MVC Project and Adding aCreating MVC Models Model ModelWorking with Data Creating a New SQL Azure Database in Creating a New SQL Azure Database inCreating an MVC Project and Adding a Visual Studio Visual StudioModel Adding Properties and Methods to MVC Adding Properties and Methods to MVCCreating a New SQL Azure Database in Models ModelsVisual Studio Using Display and Edit Annotations in Using Display and Edit Annotations inAdding Properties and Methods to MVC MVC Models MVC ModelsModels Writing Controllers and Actions Writing Controllers and ActionsUsing Display and Edit Annotations in MVC Writing Action Filters Writing Action FiltersModels Adding an MVC Controller and Writing Adding an MVC Controller and Writing theWriting Controllers and Actions the Actions ActionsWriting Action Filters Writing the Action Filters in a Controller Writing the Action Filters in a ControllerAdding an MVC Controller and Writing the Using the Photo Controller Using the Photo ControllerActions Creating Views with Razor Syntax Creating Views with Razor SyntaxWriting the Action Filters in a Controller Using HTML Helpers Using HTML HelpersUsing the Photo Controller Reusing Code in Views Reusing Code in ViewsCreating Views with Razor Syntax Adding a View for Photo Display Adding a View for Photo DisplayUsing HTML Helpers Adding a View for New Photos Adding a View for New PhotosReusing Code in Views Creating and Using a Partial View Creating and Using a Partial ViewAdding a View for Photo Display Adding a Home View and Testing the Adding a Home View and Testing theAdding a View for New Photos Views ViewsCreating and Using a Partial View Unit Testing MVC Components Unit Testing MVC ComponentsAdding a Home View and Testing the Views Implementing an Exception Handling Implementing an Exception HandlingUnit Testing MVC Components Strategy StrategyImplementing an Exception Handling Performing Unit Tests Performing Unit TestsStrategy Configuring Exception Handling Configuring Exception HandlingPerforming Unit Tests Analyzing Information Architecture Analyzing Information ArchitectureConfiguring Exception Handling Configuring Routes Configuring RoutesAnalyzing Information Architecture Creating a Navigation Structure Creating a Navigation StructureConfiguring Routes Using the Routing Engine Using the Routing EngineCreating a Navigation Structure Building Navigation Controls Building Navigation ControlsUsing the Routing Engine Using Template Views Using Template ViewsBuilding Navigation Controls Applying CSS to an MVC Application Applying CSS to an MVC ApplicationUsing Template Views Creating an Adaptive User Interface Creating an Adaptive User InterfaceApplying CSS to an MVC Application Using Template Views Using Template ViewsCreating an Adaptive User Interface Applying a Consistent Look and Feel to Applying a Consistent Look and Feel to anUsing Template Views an MVC Application MVC ApplicationApplying a Consistent Look and Feel to an Adapting Webpages for Different Adapting Webpages for Different BrowsersMVC Application Browsers Using AJAX and Partial Page UpdatesAdapting Webpages for Different Browsers Using AJAX and Partial Page Updates Implementing a Caching StrategyUsing AJAX and Partial Page Updates Implementing a Caching Strategy Using Partial Page UpdatesImplementing a Caching Strategy Using Partial Page Updates Configuring ASP.NET CachesUsing Partial Page Updates Configuring ASP.NET Caches Rendering and Running JavaScript CodeConfiguring ASP.NET Caches Rendering and Running JavaScript Code Using jQuery and jQueryUIRendering and Running JavaScript Code Using jQuery and jQueryUI Using jQuery to Respond to UsersUsing jQuery and jQueryUI Using jQuery to Respond to Users Using jQueryUI to Build a User InterfaceUsing jQuery to Respond to Users Using jQueryUI to Build a User Interface Implementing Authentication and

Page 4: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Using jQueryUI to Build a User Interface Implementing Authentication and AuthorizationImplementing Authentication and Authorization Assigning Roles and MembershipAuthorization Assigning Roles and Membership Configuring AuthenticationAssigning Roles and Membership Configuring Authentication Controlling Access to ResourcesConfiguring Authentication Controlling Access to Resources Providing User Account FacilitiesControlling Access to Resources Providing User Account Facilities Developing Secure SitesProviding User Account Facilities Developing Secure Sites State ManagementDeveloping Secure Sites State Management Storing User PreferencesState Management Storing User Preferences Using User Preferences in the PhotoStoring User Preferences Using User Preferences in the Photo GalleryUsing User Preferences in the Photo Gallery Gallery Introduction to Windows AzureIntroduction to Windows Azure Introduction to Windows Azure Designing and Writing Windows AzureDesigning and Writing Windows Azure Designing and Writing Windows Azure ServicesServices Services Consuming Windows Azure Services in aConsuming Windows Azure Services in a Consuming Windows Azure Services in a Web ApplicationWeb Application Web Application Creating and Coding a Windows AzureCreating and Coding a Windows Azure Creating and Coding a Windows Azure ServiceService Service Consuming Data from a Windows AzureConsuming Data from a Windows Azure Consuming Data from a Windows Azure ServiceService Service Developing a Web APIDeveloping a Web API Developing a Web API Calling a Web API from Mobile and WebCalling a Web API from Mobile and Web Calling a Web API from Mobile and Web ApplicationsApplications Applications Lab: Implementing Web APIs in ASP.NETLab: Implementing Web APIs in ASP.NET Lab: Implementing Web APIs in MVC 4 Web ApplicationsMVC 4 Web Applications ASP.NET MVC 4 Web Applications Developing a Web API in MVC 4Developing a Web API in MVC 4 Developing a Web API in MVC 4 Adding Routes and Controllers to HandleAdding Routes and Controllers to Handle Adding Routes and Controllers to Handle REST RequestsREST Requests REST Requests Calling RESTful services from Client-SideCalling RESTful services from Client-Side Calling RESTful services from Client-Side CodeCode Code Using HTTP Modules and HTTP HandlersUsing HTTP Modules and HTTP Handlers Using HTTP Modules and HTTP Using Web SocketsUsing Web Sockets Handlers Lab : Handling Requests in ASP.NET MVCLab : Handling Requests in ASP.NET MVC Using Web Sockets 4 Web Applications4 Web Applications Lab : Handling Requests in ASP.NET Writing a Web Handler that Uses WebWriting a Web Handler that Uses Web MVC 4 Web Applications SocketsSockets Writing a Web Handler that Uses Web Building a Chat Room in the Photo SharingBuilding a Chat Room in the Photo Sharing Sockets ApplicationApplication Building a Chat Room in the Photo Deploying Web ApplicationsDeploying Web Applications Sharing Application Deploying MVC 4 ApplicationsDeploying MVC 4 Applications Deploying Web Applications Lab: Deploying ASP.NET MVC 4 WebLab: Deploying ASP.NET MVC 4 Web Deploying MVC 4 Applications ApplicationsApplications Lab: Deploying ASP.NET MVC 4 Web Deploying an Application to WindowsDeploying an Application to Windows Azure Applications AzureTesting the Completed Application Deploying an Application to Windows Testing the Completed Application

AzureTesting the Completed Application

line lineOverview of Microsoft Web Technologies Overview of Microsoft Web TechnologiesOverview of ASP.NET 4.5 line Overview of ASP.NET 4.5Introduction to ASP.NET MVC 4 Overview of Microsoft Web Technologies Introduction to ASP.NET MVC 4Exploring a Photo Sharing Application Overview of ASP.NET 4.5 Exploring a Photo Sharing ApplicationExploring a Web Pages Application Introduction to ASP.NET MVC 4 Exploring a Web Pages ApplicationExploring a Web Forms Application Exploring a Photo Sharing Application Exploring a Web Forms ApplicationExploring an MVC Application Exploring a Web Pages Application Exploring an MVC ApplicationPlanning in the Project Design Phase Exploring a Web Forms Application Planning in the Project Design PhaseDesigning Models, Controllers, and Views Exploring an MVC Application Designing Models, Controllers, and ViewsPlanning Controllers Planning in the Project Design Phase Planning ControllersPlanning Views Designing Models, Controllers, and Views Planning ViewsArchitecting an MVC Application Planning Controllers Architecting an MVC ApplicationCreating MVC Models Planning Views Creating MVC ModelsWorking with Data Architecting an MVC Application Working with DataCreating an MVC Project and Adding a Creating MVC Models Creating an MVC Project and Adding aModel Working with Data ModelCreating a New SQL Azure Database in Creating an MVC Project and Adding a Creating a New SQL Azure Database inVisual Studio Model Visual StudioAdding Properties and Methods to MVC Creating a New SQL Azure Database in Adding Properties and Methods to MVC

Page 5: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Models Visual Studio ModelsUsing Display and Edit Annotations in MVC Adding Properties and Methods to MVC Using Display and Edit Annotations inModels Models MVC ModelsWriting Controllers and Actions Using Display and Edit Annotations in Writing Controllers and ActionsWriting Action Filters MVC Models Writing Action FiltersAdding an MVC Controller and Writing the Writing Controllers and Actions Adding an MVC Controller and Writing theActions Writing Action Filters ActionsWriting the Action Filters in a Controller Adding an MVC Controller and Writing Writing the Action Filters in a ControllerUsing the Photo Controller the Actions Using the Photo ControllerCreating Views with Razor Syntax Writing the Action Filters in a Controller Creating Views with Razor SyntaxUsing HTML Helpers Using the Photo Controller Using HTML HelpersReusing Code in Views Creating Views with Razor Syntax Reusing Code in ViewsAdding a View for Photo Display Using HTML Helpers Adding a View for Photo DisplayAdding a View for New Photos Reusing Code in Views Adding a View for New PhotosCreating and Using a Partial View Adding a View for Photo Display Creating and Using a Partial ViewAdding a Home View and Testing the Views Adding a View for New Photos Adding a Home View and Testing theUnit Testing MVC Components Creating and Using a Partial View ViewsImplementing an Exception Handling Adding a Home View and Testing the Unit Testing MVC ComponentsStrategy Views Implementing an Exception HandlingPerforming Unit Tests Unit Testing MVC Components StrategyConfiguring Exception Handling Implementing an Exception Handling Performing Unit TestsAnalyzing Information Architecture Strategy Configuring Exception HandlingConfiguring Routes Performing Unit Tests Analyzing Information ArchitectureCreating a Navigation Structure Configuring Exception Handling Configuring RoutesUsing the Routing Engine Analyzing Information Architecture Creating a Navigation StructureBuilding Navigation Controls Configuring Routes Using the Routing EngineUsing Template Views Creating a Navigation Structure Building Navigation ControlsApplying CSS to an MVC Application Using the Routing Engine Using Template ViewsCreating an Adaptive User Interface Building Navigation Controls Applying CSS to an MVC ApplicationUsing Template Views Using Template Views Creating an Adaptive User InterfaceApplying a Consistent Look and Feel to an Applying CSS to an MVC Application Using Template ViewsMVC Application Creating an Adaptive User Interface Applying a Consistent Look and Feel to anAdapting Webpages for Different Browsers Using Template Views MVC ApplicationUsing AJAX and Partial Page Updates Applying a Consistent Look and Feel to Adapting Webpages for Different BrowsersImplementing a Caching Strategy an MVC Application Using AJAX and Partial Page UpdatesUsing Partial Page Updates Adapting Webpages for Different Implementing a Caching StrategyConfiguring ASP.NET Caches Browsers Using Partial Page UpdatesRendering and Running JavaScript Code Using AJAX and Partial Page Updates Configuring ASP.NET CachesUsing jQuery and jQueryUI Implementing a Caching Strategy Rendering and Running JavaScript CodeUsing jQuery to Respond to Users Using Partial Page Updates Using jQuery and jQueryUIUsing jQueryUI to Build a User Interface Configuring ASP.NET Caches Using jQuery to Respond to UsersImplementing Authentication and Rendering and Running JavaScript Code Using jQueryUI to Build a User InterfaceAuthorization Using jQuery and jQueryUI Implementing Authentication andAssigning Roles and Membership Using jQuery to Respond to Users AuthorizationConfiguring Authentication Using jQueryUI to Build a User Interface Assigning Roles and MembershipControlling Access to Resources Implementing Authentication and Configuring AuthenticationProviding User Account Facilities Authorization Controlling Access to ResourcesDeveloping Secure Sites Assigning Roles and Membership Providing User Account FacilitiesState Management Configuring Authentication Developing Secure SitesStoring User Preferences Controlling Access to Resources State ManagementUsing User Preferences in the Photo Gallery Providing User Account Facilities Storing User PreferencesIntroduction to Windows Azure Developing Secure Sites Using User Preferences in the PhotoDesigning and Writing Windows Azure State Management GalleryServices Storing User Preferences Introduction to Windows AzureConsuming Windows Azure Services in a Using User Preferences in the Photo Designing and Writing Windows AzureWeb Application Gallery ServicesCreating and Coding a Windows Azure Introduction to Windows Azure Consuming Windows Azure Services in aService Designing and Writing Windows Azure Web ApplicationConsuming Data from a Windows Azure Services Creating and Coding a Windows AzureService Consuming Windows Azure Services in a ServiceDeveloping a Web API Web Application Consuming Data from a Windows AzureCalling a Web API from Mobile and Web Creating and Coding a Windows Azure ServiceApplications Service Developing a Web APILab: Implementing Web APIs in ASP.NET Consuming Data from a Windows Azure Calling a Web API from Mobile and WebMVC 4 Web Applications Service ApplicationsDeveloping a Web API in MVC 4 Developing a Web API Lab: Implementing Web APIs in ASP.NET

Page 6: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Adding Routes and Controllers to Handle Calling a Web API from Mobile and Web MVC 4 Web ApplicationsREST Requests Applications Developing a Web API in MVC 4Calling RESTful services from Client-Side Lab: Implementing Web APIs in Adding Routes and Controllers to HandleCode ASP.NET MVC 4 Web Applications REST RequestsUsing HTTP Modules and HTTP Handlers Developing a Web API in MVC 4 Calling RESTful services from Client-SideUsing Web Sockets Adding Routes and Controllers to Handle CodeLab : Handling Requests in ASP.NET MVC REST Requests Using HTTP Modules and HTTP Handlers4 Web Applications Calling RESTful services from Client-Side Using Web SocketsWriting a Web Handler that Uses Web Code Lab : Handling Requests in ASP.NET MVCSockets Using HTTP Modules and HTTP 4 Web ApplicationsBuilding a Chat Room in the Photo Sharing Handlers Writing a Web Handler that Uses WebApplication Using Web Sockets SocketsDeploying Web Applications Lab : Handling Requests in ASP.NET Building a Chat Room in the Photo SharingDeploying MVC 4 Applications MVC 4 Web Applications ApplicationLab: Deploying ASP.NET MVC 4 Web Writing a Web Handler that Uses Web Deploying Web ApplicationsApplications Sockets Deploying MVC 4 ApplicationsDeploying an Application to Windows Azure Building a Chat Room in the Photo Lab: Deploying ASP.NET MVC 4 WebTesting the Completed Application Sharing Application Applications

Deploying Web Applications Deploying an Application to WindowsDeploying MVC 4 Applications Azure

line Lab: Deploying ASP.NET MVC 4 Web Testing the Completed ApplicationOverview of Microsoft Web Technologies ApplicationsOverview of ASP.NET 4.5 Deploying an Application to WindowsIntroduction to ASP.NET MVC 4 Azure lineExploring a Photo Sharing Application Testing the Completed Application Overview of Microsoft Web TechnologiesExploring a Web Pages Application Overview of ASP.NET 4.5Exploring a Web Forms Application Introduction to ASP.NET MVC 4Exploring an MVC Application line Exploring a Photo Sharing ApplicationPlanning in the Project Design Phase Overview of Microsoft Web Technologies Exploring a Web Pages ApplicationDesigning Models, Controllers, and Views Overview of ASP.NET 4.5 Exploring a Web Forms ApplicationPlanning Controllers Introduction to ASP.NET MVC 4 Exploring an MVC ApplicationPlanning Views Exploring a Photo Sharing Application Planning in the Project Design PhaseArchitecting an MVC Application Exploring a Web Pages Application Designing Models, Controllers, and ViewsCreating MVC Models Exploring a Web Forms Application Planning ControllersWorking with Data Exploring an MVC Application Planning ViewsCreating an MVC Project and Adding a Planning in the Project Design Phase Architecting an MVC ApplicationModel Designing Models, Controllers, and Views Creating MVC ModelsCreating a New SQL Azure Database in Planning Controllers Working with DataVisual Studio Planning Views Creating an MVC Project and Adding aAdding Properties and Methods to MVC Architecting an MVC Application ModelModels Creating MVC Models Creating a New SQL Azure Database inUsing Display and Edit Annotations in MVC Working with Data Visual StudioModels Creating an MVC Project and Adding a Adding Properties and Methods to MVCWriting Controllers and Actions Model ModelsWriting Action Filters Creating a New SQL Azure Database in Using Display and Edit Annotations inAdding an MVC Controller and Writing the Visual Studio MVC ModelsActions Adding Properties and Methods to MVC Writing Controllers and ActionsWriting the Action Filters in a Controller Models Writing Action FiltersUsing the Photo Controller Using Display and Edit Annotations in Adding an MVC Controller and Writing theCreating Views with Razor Syntax MVC Models ActionsUsing HTML Helpers Writing Controllers and Actions Writing the Action Filters in a ControllerReusing Code in Views Writing Action Filters Using the Photo ControllerAdding a View for Photo Display Adding an MVC Controller and Writing Creating Views with Razor SyntaxAdding a View for New Photos the Actions Using HTML HelpersCreating and Using a Partial View Writing the Action Filters in a Controller Reusing Code in ViewsAdding a Home View and Testing the Views Using the Photo Controller Adding a View for Photo DisplayUnit Testing MVC Components Creating Views with Razor Syntax Adding a View for New PhotosImplementing an Exception Handling Using HTML Helpers Creating and Using a Partial ViewStrategy Reusing Code in Views Adding a Home View and Testing thePerforming Unit Tests Adding a View for Photo Display ViewsConfiguring Exception Handling Adding a View for New Photos Unit Testing MVC ComponentsAnalyzing Information Architecture Creating and Using a Partial View Implementing an Exception HandlingConfiguring Routes Adding a Home View and Testing the StrategyCreating a Navigation Structure Views Performing Unit TestsUsing the Routing Engine Unit Testing MVC Components Configuring Exception HandlingBuilding Navigation Controls Implementing an Exception Handling Analyzing Information Architecture

Page 7: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Using Template Views Strategy Configuring RoutesApplying CSS to an MVC Application Performing Unit Tests Creating a Navigation StructureCreating an Adaptive User Interface Configuring Exception Handling Using the Routing EngineUsing Template Views Analyzing Information Architecture Building Navigation ControlsApplying a Consistent Look and Feel to an Configuring Routes Using Template ViewsMVC Application Creating a Navigation Structure Applying CSS to an MVC ApplicationAdapting Webpages for Different Browsers Using the Routing Engine Creating an Adaptive User InterfaceUsing AJAX and Partial Page Updates Building Navigation Controls Using Template ViewsImplementing a Caching Strategy Using Template Views Applying a Consistent Look and Feel to anUsing Partial Page Updates Applying CSS to an MVC Application MVC ApplicationConfiguring ASP.NET Caches Creating an Adaptive User Interface Adapting Webpages for Different BrowsersRendering and Running JavaScript Code Using Template Views Using AJAX and Partial Page UpdatesUsing jQuery and jQueryUI Applying a Consistent Look and Feel to Implementing a Caching StrategyUsing jQuery to Respond to Users an MVC Application Using Partial Page UpdatesUsing jQueryUI to Build a User Interface Adapting Webpages for Different Configuring ASP.NET CachesImplementing Authentication and Browsers Rendering and Running JavaScript CodeAuthorization Using AJAX and Partial Page Updates Using jQuery and jQueryUIAssigning Roles and Membership Implementing a Caching Strategy Using jQuery to Respond to UsersConfiguring Authentication Using Partial Page Updates Using jQueryUI to Build a User InterfaceControlling Access to Resources Configuring ASP.NET Caches Implementing Authentication andProviding User Account Facilities Rendering and Running JavaScript Code AuthorizationDeveloping Secure Sites Using jQuery and jQueryUI Assigning Roles and MembershipState Management Using jQuery to Respond to Users Configuring AuthenticationStoring User Preferences Using jQueryUI to Build a User Interface Controlling Access to ResourcesUsing User Preferences in the Photo Gallery Implementing Authentication and Providing User Account FacilitiesIntroduction to Windows Azure Authorization Developing Secure SitesDesigning and Writing Windows Azure Assigning Roles and Membership State ManagementServices Configuring Authentication Storing User PreferencesConsuming Windows Azure Services in a Controlling Access to Resources Using User Preferences in the PhotoWeb Application Providing User Account Facilities GalleryCreating and Coding a Windows Azure Developing Secure Sites Introduction to Windows AzureService State Management Designing and Writing Windows AzureConsuming Data from a Windows Azure Storing User Preferences ServicesService Using User Preferences in the Photo Consuming Windows Azure Services in aDeveloping a Web API Gallery Web ApplicationCalling a Web API from Mobile and Web Introduction to Windows Azure Creating and Coding a Windows AzureApplications Designing and Writing Windows Azure ServiceLab: Implementing Web APIs in ASP.NET Services Consuming Data from a Windows AzureMVC 4 Web Applications Consuming Windows Azure Services in a ServiceDeveloping a Web API in MVC 4 Web Application Developing a Web APIAdding Routes and Controllers to Handle Creating and Coding a Windows Azure Calling a Web API from Mobile and WebREST Requests Service ApplicationsCalling RESTful services from Client-Side Consuming Data from a Windows Azure Lab: Implementing Web APIs in ASP.NETCode Service MVC 4 Web ApplicationsUsing HTTP Modules and HTTP Handlers Developing a Web API Developing a Web API in MVC 4Using Web Sockets Calling a Web API from Mobile and Web Adding Routes and Controllers to HandleLab : Handling Requests in ASP.NET MVC Applications REST Requests4 Web Applications Lab: Implementing Web APIs in Calling RESTful services from Client-SideWriting a Web Handler that Uses Web ASP.NET MVC 4 Web Applications CodeSockets Developing a Web API in MVC 4 Using HTTP Modules and HTTP HandlersBuilding a Chat Room in the Photo Sharing Adding Routes and Controllers to Handle Using Web SocketsApplication REST Requests Lab : Handling Requests in ASP.NET MVCDeploying Web Applications Calling RESTful services from Client-Side 4 Web ApplicationsDeploying MVC 4 Applications Code Writing a Web Handler that Uses WebLab: Deploying ASP.NET MVC 4 Web Using HTTP Modules and HTTP SocketsApplications Handlers Building a Chat Room in the Photo SharingDeploying an Application to Windows Azure Using Web Sockets ApplicationTesting the Completed Application Lab : Handling Requests in ASP.NET Deploying Web Applications

MVC 4 Web Applications Deploying MVC 4 ApplicationsWriting a Web Handler that Uses Web Lab: Deploying ASP.NET MVC 4 Web

line Sockets ApplicationsOverview of Microsoft Web Technologies Building a Chat Room in the Photo Deploying an Application to WindowsOverview of ASP.NET 4.5 Sharing Application AzureIntroduction to ASP.NET MVC 4 Deploying Web Applications Testing the Completed ApplicationExploring a Photo Sharing Application Deploying MVC 4 ApplicationsExploring a Web Pages Application Lab: Deploying ASP.NET MVC 4 Web Lab: Controlling Access to ASP.NET MVC

Page 8: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Exploring a Web Forms Application Applications 4 Web ApplicationsExploring an MVC Application Deploying an Application to Windows linePlanning in the Project Design Phase AzureDesigning Models, Controllers, and Views Testing the Completed ApplicationPlanning Controllers linePlanning Views Module 6: Testing and Debugging Overview of Microsoft Web TechnologiesArchitecting an MVC Application ASP.NET MVC 4 Web Applications Overview of ASP.NET 4.5Creating MVC Models line Introduction to ASP.NET MVC 4Working with Data Exploring a Photo Sharing ApplicationCreating an MVC Project and Adding a Exploring a Web Pages ApplicationModel line Exploring a Web Forms ApplicationCreating a New SQL Azure Database in Overview of Microsoft Web Technologies Exploring an MVC ApplicationVisual Studio Overview of ASP.NET 4.5 Planning in the Project Design PhaseAdding Properties and Methods to MVC Introduction to ASP.NET MVC 4 Designing Models, Controllers, and ViewsModels Exploring a Photo Sharing Application Planning ControllersUsing Display and Edit Annotations in MVC Exploring a Web Pages Application Planning ViewsModels Exploring a Web Forms Application Architecting an MVC ApplicationWriting Controllers and Actions Exploring an MVC Application Creating MVC ModelsWriting Action Filters Planning in the Project Design Phase Working with DataAdding an MVC Controller and Writing the Designing Models, Controllers, and Views Creating an MVC Project and Adding aActions Planning Controllers ModelWriting the Action Filters in a Controller Planning Views Creating a New SQL Azure Database inUsing the Photo Controller Architecting an MVC Application Visual StudioCreating Views with Razor Syntax Creating MVC Models Adding Properties and Methods to MVCUsing HTML Helpers Working with Data ModelsReusing Code in Views Creating an MVC Project and Adding a Using Display and Edit Annotations inAdding a View for Photo Display Model MVC ModelsAdding a View for New Photos Creating a New SQL Azure Database in Writing Controllers and ActionsCreating and Using a Partial View Visual Studio Writing Action FiltersAdding a Home View and Testing the Views Adding Properties and Methods to MVC Adding an MVC Controller and Writing theUnit Testing MVC Components Models ActionsImplementing an Exception Handling Using Display and Edit Annotations in Writing the Action Filters in a ControllerStrategy MVC Models Using the Photo ControllerPerforming Unit Tests Writing Controllers and Actions Creating Views with Razor SyntaxConfiguring Exception Handling Writing Action Filters Using HTML HelpersAnalyzing Information Architecture Adding an MVC Controller and Writing Reusing Code in ViewsConfiguring Routes the Actions Adding a View for Photo DisplayCreating a Navigation Structure Writing the Action Filters in a Controller Adding a View for New PhotosUsing the Routing Engine Using the Photo Controller Creating and Using a Partial ViewBuilding Navigation Controls Creating Views with Razor Syntax Adding a Home View and Testing theUsing Template Views Using HTML Helpers ViewsApplying CSS to an MVC Application Reusing Code in Views Unit Testing MVC ComponentsCreating an Adaptive User Interface Adding a View for Photo Display Implementing an Exception HandlingUsing Template Views Adding a View for New Photos StrategyApplying a Consistent Look and Feel to an Creating and Using a Partial View Performing Unit TestsMVC Application Adding a Home View and Testing the Configuring Exception HandlingAdapting Webpages for Different Browsers Views Analyzing Information ArchitectureUsing AJAX and Partial Page Updates Unit Testing MVC Components Configuring RoutesImplementing a Caching Strategy Implementing an Exception Handling Creating a Navigation StructureUsing Partial Page Updates Strategy Using the Routing EngineConfiguring ASP.NET Caches Performing Unit Tests Building Navigation ControlsRendering and Running JavaScript Code Configuring Exception Handling Using Template ViewsUsing jQuery and jQueryUI Analyzing Information Architecture Applying CSS to an MVC ApplicationUsing jQuery to Respond to Users Configuring Routes Creating an Adaptive User InterfaceUsing jQueryUI to Build a User Interface Creating a Navigation Structure Using Template ViewsImplementing Authentication and Using the Routing Engine Applying a Consistent Look and Feel to anAuthorization Building Navigation Controls MVC ApplicationAssigning Roles and Membership Using Template Views Adapting Webpages for Different BrowsersConfiguring Authentication Applying CSS to an MVC Application Using AJAX and Partial Page UpdatesControlling Access to Resources Creating an Adaptive User Interface Implementing a Caching StrategyProviding User Account Facilities Using Template Views Using Partial Page UpdatesDeveloping Secure Sites Applying a Consistent Look and Feel to Configuring ASP.NET CachesState Management an MVC Application Rendering and Running JavaScript CodeStoring User Preferences Adapting Webpages for Different Using jQuery and jQueryUIUsing User Preferences in the Photo Gallery Browsers Using jQuery to Respond to UsersIntroduction to Windows Azure Using AJAX and Partial Page Updates Using jQueryUI to Build a User Interface

Page 9: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Designing and Writing Windows Azure Implementing a Caching Strategy Implementing Authentication andServices Using Partial Page Updates AuthorizationConsuming Windows Azure Services in a Configuring ASP.NET Caches Assigning Roles and MembershipWeb Application Rendering and Running JavaScript Code Configuring AuthenticationCreating and Coding a Windows Azure Using jQuery and jQueryUI Controlling Access to ResourcesService Using jQuery to Respond to Users Providing User Account FacilitiesConsuming Data from a Windows Azure Using jQueryUI to Build a User Interface Developing Secure SitesService Implementing Authentication and State ManagementDeveloping a Web API Authorization Storing User PreferencesCalling a Web API from Mobile and Web Assigning Roles and Membership Using User Preferences in the PhotoApplications Configuring Authentication GalleryLab: Implementing Web APIs in ASP.NET Controlling Access to Resources Introduction to Windows AzureMVC 4 Web Applications Providing User Account Facilities Designing and Writing Windows AzureDeveloping a Web API in MVC 4 Developing Secure Sites ServicesAdding Routes and Controllers to Handle State Management Consuming Windows Azure Services in aREST Requests Storing User Preferences Web ApplicationCalling RESTful services from Client-Side Using User Preferences in the Photo Creating and Coding a Windows AzureCode Gallery ServiceUsing HTTP Modules and HTTP Handlers Introduction to Windows Azure Consuming Data from a Windows AzureUsing Web Sockets Designing and Writing Windows Azure ServiceLab : Handling Requests in ASP.NET MVC Services Developing a Web API4 Web Applications Consuming Windows Azure Services in a Calling a Web API from Mobile and WebWriting a Web Handler that Uses Web Web Application ApplicationsSockets Creating and Coding a Windows Azure Lab: Implementing Web APIs in ASP.NETBuilding a Chat Room in the Photo Sharing Service MVC 4 Web ApplicationsApplication Consuming Data from a Windows Azure Developing a Web API in MVC 4Deploying Web Applications Service Adding Routes and Controllers to HandleDeploying MVC 4 Applications Developing a Web API REST RequestsLab: Deploying ASP.NET MVC 4 Web Calling a Web API from Mobile and Web Calling RESTful services from Client-SideApplications Applications CodeDeploying an Application to Windows Azure Lab: Implementing Web APIs in Using HTTP Modules and HTTP HandlersTesting the Completed Application ASP.NET MVC 4 Web Applications Using Web Sockets

Developing a Web API in MVC 4 Lab : Handling Requests in ASP.NET MVC

Lab: Exploring ASP.NET MVC 4 Adding Routes and Controllers to Handle 4 Web Applicationsline REST Requests Writing a Web Handler that Uses Web

Calling RESTful services from Client-Side SocketsCode Building a Chat Room in the Photo Sharing

line Using HTTP Modules and HTTP ApplicationOverview of Microsoft Web Technologies Handlers Deploying Web ApplicationsOverview of ASP.NET 4.5 Using Web Sockets Deploying MVC 4 ApplicationsIntroduction to ASP.NET MVC 4 Lab : Handling Requests in ASP.NET Lab: Deploying ASP.NET MVC 4 WebExploring a Photo Sharing Application MVC 4 Web Applications ApplicationsExploring a Web Pages Application Writing a Web Handler that Uses Web Deploying an Application to WindowsExploring a Web Forms Application Sockets AzureExploring an MVC Application Building a Chat Room in the Photo Testing the Completed ApplicationPlanning in the Project Design Phase Sharing ApplicationDesigning Models, Controllers, and Views Deploying Web ApplicationsPlanning Controllers Deploying MVC 4 Applications linePlanning Views Lab: Deploying ASP.NET MVC 4 Web Overview of Microsoft Web TechnologiesArchitecting an MVC Application Applications Overview of ASP.NET 4.5Creating MVC Models Deploying an Application to Windows Introduction to ASP.NET MVC 4Working with Data Azure Exploring a Photo Sharing ApplicationCreating an MVC Project and Adding a Testing the Completed Application Exploring a Web Pages ApplicationModel Exploring a Web Forms ApplicationCreating a New SQL Azure Database in Exploring an MVC ApplicationVisual Studio line Planning in the Project Design PhaseAdding Properties and Methods to MVC Overview of Microsoft Web Technologies Designing Models, Controllers, and ViewsModels Overview of ASP.NET 4.5 Planning ControllersUsing Display and Edit Annotations in MVC Introduction to ASP.NET MVC 4 Planning ViewsModels Exploring a Photo Sharing Application Architecting an MVC ApplicationWriting Controllers and Actions Exploring a Web Pages Application Creating MVC ModelsWriting Action Filters Exploring a Web Forms Application Working with DataAdding an MVC Controller and Writing the Exploring an MVC Application Creating an MVC Project and Adding aActions Planning in the Project Design Phase ModelWriting the Action Filters in a Controller Designing Models, Controllers, and Views Creating a New SQL Azure Database inUsing the Photo Controller Planning Controllers Visual Studio

Page 10: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Creating Views with Razor Syntax Planning Views Adding Properties and Methods to MVCUsing HTML Helpers Architecting an MVC Application ModelsReusing Code in Views Creating MVC Models Using Display and Edit Annotations inAdding a View for Photo Display Working with Data MVC ModelsAdding a View for New Photos Creating an MVC Project and Adding a Writing Controllers and ActionsCreating and Using a Partial View Model Writing Action FiltersAdding a Home View and Testing the Views Creating a New SQL Azure Database in Adding an MVC Controller and Writing theUnit Testing MVC Components Visual Studio ActionsImplementing an Exception Handling Adding Properties and Methods to MVC Writing the Action Filters in a ControllerStrategy Models Using the Photo ControllerPerforming Unit Tests Using Display and Edit Annotations in Creating Views with Razor SyntaxConfiguring Exception Handling MVC Models Using HTML HelpersAnalyzing Information Architecture Writing Controllers and Actions Reusing Code in ViewsConfiguring Routes Writing Action Filters Adding a View for Photo DisplayCreating a Navigation Structure Adding an MVC Controller and Writing Adding a View for New PhotosUsing the Routing Engine the Actions Creating and Using a Partial ViewBuilding Navigation Controls Writing the Action Filters in a Controller Adding a Home View and Testing theUsing Template Views Using the Photo Controller ViewsApplying CSS to an MVC Application Creating Views with Razor Syntax Unit Testing MVC ComponentsCreating an Adaptive User Interface Using HTML Helpers Implementing an Exception HandlingUsing Template Views Reusing Code in Views StrategyApplying a Consistent Look and Feel to an Adding a View for Photo Display Performing Unit TestsMVC Application Adding a View for New Photos Configuring Exception HandlingAdapting Webpages for Different Browsers Creating and Using a Partial View Analyzing Information ArchitectureUsing AJAX and Partial Page Updates Adding a Home View and Testing the Configuring RoutesImplementing a Caching Strategy Views Creating a Navigation StructureUsing Partial Page Updates Unit Testing MVC Components Using the Routing EngineConfiguring ASP.NET Caches Implementing an Exception Handling Building Navigation ControlsRendering and Running JavaScript Code Strategy Using Template ViewsUsing jQuery and jQueryUI Performing Unit Tests Applying CSS to an MVC ApplicationUsing jQuery to Respond to Users Configuring Exception Handling Creating an Adaptive User InterfaceUsing jQueryUI to Build a User Interface Analyzing Information Architecture Using Template ViewsImplementing Authentication and Configuring Routes Applying a Consistent Look and Feel to anAuthorization Creating a Navigation Structure MVC ApplicationAssigning Roles and Membership Using the Routing Engine Adapting Webpages for Different BrowsersConfiguring Authentication Building Navigation Controls Using AJAX and Partial Page UpdatesControlling Access to Resources Using Template Views Implementing a Caching StrategyProviding User Account Facilities Applying CSS to an MVC Application Using Partial Page UpdatesDeveloping Secure Sites Creating an Adaptive User Interface Configuring ASP.NET CachesState Management Using Template Views Rendering and Running JavaScript CodeStoring User Preferences Applying a Consistent Look and Feel to Using jQuery and jQueryUIUsing User Preferences in the Photo Gallery an MVC Application Using jQuery to Respond to UsersIntroduction to Windows Azure Adapting Webpages for Different Using jQueryUI to Build a User InterfaceDesigning and Writing Windows Azure Browsers Implementing Authentication andServices Using AJAX and Partial Page Updates AuthorizationConsuming Windows Azure Services in a Implementing a Caching Strategy Assigning Roles and MembershipWeb Application Using Partial Page Updates Configuring AuthenticationCreating and Coding a Windows Azure Configuring ASP.NET Caches Controlling Access to ResourcesService Rendering and Running JavaScript Code Providing User Account FacilitiesConsuming Data from a Windows Azure Using jQuery and jQueryUI Developing Secure SitesService Using jQuery to Respond to Users State ManagementDeveloping a Web API Using jQueryUI to Build a User Interface Storing User PreferencesCalling a Web API from Mobile and Web Implementing Authentication and Using User Preferences in the PhotoApplications Authorization GalleryLab: Implementing Web APIs in ASP.NET Assigning Roles and Membership Introduction to Windows AzureMVC 4 Web Applications Configuring Authentication Designing and Writing Windows AzureDeveloping a Web API in MVC 4 Controlling Access to Resources ServicesAdding Routes and Controllers to Handle Providing User Account Facilities Consuming Windows Azure Services in aREST Requests Developing Secure Sites Web ApplicationCalling RESTful services from Client-Side State Management Creating and Coding a Windows AzureCode Storing User Preferences ServiceUsing HTTP Modules and HTTP Handlers Using User Preferences in the Photo Consuming Data from a Windows AzureUsing Web Sockets Gallery ServiceLab : Handling Requests in ASP.NET MVC Introduction to Windows Azure Developing a Web API4 Web Applications Designing and Writing Windows Azure Calling a Web API from Mobile and WebWriting a Web Handler that Uses Web Services Applications

Page 11: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Sockets Consuming Windows Azure Services in a Lab: Implementing Web APIs in ASP.NETBuilding a Chat Room in the Photo Sharing Web Application MVC 4 Web ApplicationsApplication Creating and Coding a Windows Azure Developing a Web API in MVC 4Deploying Web Applications Service Adding Routes and Controllers to HandleDeploying MVC 4 Applications Consuming Data from a Windows Azure REST RequestsLab: Deploying ASP.NET MVC 4 Web Service Calling RESTful services from Client-SideApplications Developing a Web API CodeDeploying an Application to Windows Azure Calling a Web API from Mobile and Web Using HTTP Modules and HTTP HandlersTesting the Completed Application Applications Using Web Sockets

Lab: Implementing Web APIs in Lab : Handling Requests in ASP.NET MVCASP.NET MVC 4 Web Applications 4 Web Applications

line Developing a Web API in MVC 4 Writing a Web Handler that Uses WebOverview of Microsoft Web Technologies Adding Routes and Controllers to Handle SocketsOverview of ASP.NET 4.5 REST Requests Building a Chat Room in the Photo SharingIntroduction to ASP.NET MVC 4 Calling RESTful services from Client-Side ApplicationExploring a Photo Sharing Application Code Deploying Web ApplicationsExploring a Web Pages Application Using HTTP Modules and HTTP Deploying MVC 4 ApplicationsExploring a Web Forms Application Handlers Lab: Deploying ASP.NET MVC 4 WebExploring an MVC Application Using Web Sockets ApplicationsPlanning in the Project Design Phase Lab : Handling Requests in ASP.NET Deploying an Application to WindowsDesigning Models, Controllers, and Views MVC 4 Web Applications AzurePlanning Controllers Writing a Web Handler that Uses Web Testing the Completed ApplicationPlanning Views SocketsArchitecting an MVC Application Building a Chat Room in the PhotoCreating MVC Models Sharing Application lineWorking with Data Deploying Web Applications Overview of Microsoft Web TechnologiesCreating an MVC Project and Adding a Deploying MVC 4 Applications Overview of ASP.NET 4.5Model Lab: Deploying ASP.NET MVC 4 Web Introduction to ASP.NET MVC 4Creating a New SQL Azure Database in Applications Exploring a Photo Sharing ApplicationVisual Studio Deploying an Application to Windows Exploring a Web Pages ApplicationAdding Properties and Methods to MVC Azure Exploring a Web Forms ApplicationModels Testing the Completed Application Exploring an MVC ApplicationUsing Display and Edit Annotations in MVC Planning in the Project Design PhaseModels Designing Models, Controllers, and ViewsWriting Controllers and Actions line Planning ControllersWriting Action Filters Overview of Microsoft Web Technologies Planning ViewsAdding an MVC Controller and Writing the Overview of ASP.NET 4.5 Architecting an MVC ApplicationActions Introduction to ASP.NET MVC 4 Creating MVC ModelsWriting the Action Filters in a Controller Exploring a Photo Sharing Application Working with DataUsing the Photo Controller Exploring a Web Pages Application Creating an MVC Project and Adding aCreating Views with Razor Syntax Exploring a Web Forms Application ModelUsing HTML Helpers Exploring an MVC Application Creating a New SQL Azure Database inReusing Code in Views Planning in the Project Design Phase Visual StudioAdding a View for Photo Display Designing Models, Controllers, and Views Adding Properties and Methods to MVCAdding a View for New Photos Planning Controllers ModelsCreating and Using a Partial View Planning Views Using Display and Edit Annotations inAdding a Home View and Testing the Views Architecting an MVC Application MVC ModelsUnit Testing MVC Components Creating MVC Models Writing Controllers and ActionsImplementing an Exception Handling Working with Data Writing Action FiltersStrategy Creating an MVC Project and Adding a Adding an MVC Controller and Writing thePerforming Unit Tests Model ActionsConfiguring Exception Handling Creating a New SQL Azure Database in Writing the Action Filters in a ControllerAnalyzing Information Architecture Visual Studio Using the Photo ControllerConfiguring Routes Adding Properties and Methods to MVC Creating Views with Razor SyntaxCreating a Navigation Structure Models Using HTML HelpersUsing the Routing Engine Using Display and Edit Annotations in Reusing Code in ViewsBuilding Navigation Controls MVC Models Adding a View for Photo DisplayUsing Template Views Writing Controllers and Actions Adding a View for New PhotosApplying CSS to an MVC Application Writing Action Filters Creating and Using a Partial ViewCreating an Adaptive User Interface Adding an MVC Controller and Writing Adding a Home View and Testing theUsing Template Views the Actions ViewsApplying a Consistent Look and Feel to an Writing the Action Filters in a Controller Unit Testing MVC ComponentsMVC Application Using the Photo Controller Implementing an Exception HandlingAdapting Webpages for Different Browsers Creating Views with Razor Syntax StrategyUsing AJAX and Partial Page Updates Using HTML Helpers Performing Unit TestsImplementing a Caching Strategy Reusing Code in Views Configuring Exception Handling

Page 12: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Using Partial Page Updates Adding a View for Photo Display Analyzing Information ArchitectureConfiguring ASP.NET Caches Adding a View for New Photos Configuring RoutesRendering and Running JavaScript Code Creating and Using a Partial View Creating a Navigation StructureUsing jQuery and jQueryUI Adding a Home View and Testing the Using the Routing EngineUsing jQuery to Respond to Users Views Building Navigation ControlsUsing jQueryUI to Build a User Interface Unit Testing MVC Components Using Template ViewsImplementing Authentication and Implementing an Exception Handling Applying CSS to an MVC ApplicationAuthorization Strategy Creating an Adaptive User InterfaceAssigning Roles and Membership Performing Unit Tests Using Template ViewsConfiguring Authentication Configuring Exception Handling Applying a Consistent Look and Feel to anControlling Access to Resources Analyzing Information Architecture MVC ApplicationProviding User Account Facilities Configuring Routes Adapting Webpages for Different BrowsersDeveloping Secure Sites Creating a Navigation Structure Using AJAX and Partial Page UpdatesState Management Using the Routing Engine Implementing a Caching StrategyStoring User Preferences Building Navigation Controls Using Partial Page UpdatesUsing User Preferences in the Photo Gallery Using Template Views Configuring ASP.NET CachesIntroduction to Windows Azure Applying CSS to an MVC Application Rendering and Running JavaScript CodeDesigning and Writing Windows Azure Creating an Adaptive User Interface Using jQuery and jQueryUIServices Using Template Views Using jQuery to Respond to UsersConsuming Windows Azure Services in a Applying a Consistent Look and Feel to Using jQueryUI to Build a User InterfaceWeb Application an MVC Application Implementing Authentication andCreating and Coding a Windows Azure Adapting Webpages for Different AuthorizationService Browsers Assigning Roles and MembershipConsuming Data from a Windows Azure Using AJAX and Partial Page Updates Configuring AuthenticationService Implementing a Caching Strategy Controlling Access to ResourcesDeveloping a Web API Using Partial Page Updates Providing User Account FacilitiesCalling a Web API from Mobile and Web Configuring ASP.NET Caches Developing Secure SitesApplications Rendering and Running JavaScript Code State ManagementLab: Implementing Web APIs in ASP.NET Using jQuery and jQueryUI Storing User PreferencesMVC 4 Web Applications Using jQuery to Respond to Users Using User Preferences in the PhotoDeveloping a Web API in MVC 4 Using jQueryUI to Build a User Interface GalleryAdding Routes and Controllers to Handle Implementing Authentication and Introduction to Windows AzureREST Requests Authorization Designing and Writing Windows AzureCalling RESTful services from Client-Side Assigning Roles and Membership ServicesCode Configuring Authentication Consuming Windows Azure Services in aUsing HTTP Modules and HTTP Handlers Controlling Access to Resources Web ApplicationUsing Web Sockets Providing User Account Facilities Creating and Coding a Windows AzureLab : Handling Requests in ASP.NET MVC Developing Secure Sites Service4 Web Applications State Management Consuming Data from a Windows AzureWriting a Web Handler that Uses Web Storing User Preferences ServiceSockets Using User Preferences in the Photo Developing a Web APIBuilding a Chat Room in the Photo Sharing Gallery Calling a Web API from Mobile and WebApplication Introduction to Windows Azure ApplicationsDeploying Web Applications Designing and Writing Windows Azure Lab: Implementing Web APIs in ASP.NETDeploying MVC 4 Applications Services MVC 4 Web ApplicationsLab: Deploying ASP.NET MVC 4 Web Consuming Windows Azure Services in a Developing a Web API in MVC 4Applications Web Application Adding Routes and Controllers to HandleDeploying an Application to Windows Azure Creating and Coding a Windows Azure REST RequestsTesting the Completed Application Service Calling RESTful services from Client-Side

Consuming Data from a Windows Azure CodeService Using HTTP Modules and HTTP Handlers

line Developing a Web API Using Web SocketsOverview of Microsoft Web Technologies Calling a Web API from Mobile and Web Lab : Handling Requests in ASP.NET MVCOverview of ASP.NET 4.5 Applications 4 Web ApplicationsIntroduction to ASP.NET MVC 4 Lab: Implementing Web APIs in Writing a Web Handler that Uses WebExploring a Photo Sharing Application ASP.NET MVC 4 Web Applications SocketsExploring a Web Pages Application Developing a Web API in MVC 4 Building a Chat Room in the Photo SharingExploring a Web Forms Application Adding Routes and Controllers to Handle ApplicationExploring an MVC Application REST Requests Deploying Web ApplicationsPlanning in the Project Design Phase Calling RESTful services from Client-Side Deploying MVC 4 ApplicationsDesigning Models, Controllers, and Views Code Lab: Deploying ASP.NET MVC 4 WebPlanning Controllers Using HTTP Modules and HTTP ApplicationsPlanning Views Handlers Deploying an Application to WindowsArchitecting an MVC Application Using Web Sockets AzureCreating MVC Models Lab : Handling Requests in ASP.NET Testing the Completed ApplicationWorking with Data MVC 4 Web Applications

Page 13: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Creating an MVC Project and Adding a Writing a Web Handler that Uses WebModel Sockets lineCreating a New SQL Azure Database in Building a Chat Room in the Photo Overview of Microsoft Web TechnologiesVisual Studio Sharing Application Overview of ASP.NET 4.5Adding Properties and Methods to MVC Deploying Web Applications Introduction to ASP.NET MVC 4Models Deploying MVC 4 Applications Exploring a Photo Sharing ApplicationUsing Display and Edit Annotations in MVC Lab: Deploying ASP.NET MVC 4 Web Exploring a Web Pages ApplicationModels Applications Exploring a Web Forms ApplicationWriting Controllers and Actions Deploying an Application to Windows Exploring an MVC ApplicationWriting Action Filters Azure Planning in the Project Design PhaseAdding an MVC Controller and Writing the Testing the Completed Application Designing Models, Controllers, and ViewsActions Planning ControllersWriting the Action Filters in a Controller Lab: Testing and Debugging the ASP.NET Planning ViewsUsing the Photo Controller MVC 4 Web Applications Architecting an MVC ApplicationCreating Views with Razor Syntax line Creating MVC ModelsUsing HTML Helpers Working with DataReusing Code in Views Creating an MVC Project and Adding aAdding a View for Photo Display line ModelAdding a View for New Photos Overview of Microsoft Web Technologies Creating a New SQL Azure Database inCreating and Using a Partial View Overview of ASP.NET 4.5 Visual StudioAdding a Home View and Testing the Views Introduction to ASP.NET MVC 4 Adding Properties and Methods to MVCUnit Testing MVC Components Exploring a Photo Sharing Application ModelsImplementing an Exception Handling Exploring a Web Pages Application Using Display and Edit Annotations inStrategy Exploring a Web Forms Application MVC ModelsPerforming Unit Tests Exploring an MVC Application Writing Controllers and ActionsConfiguring Exception Handling Planning in the Project Design Phase Writing Action FiltersAnalyzing Information Architecture Designing Models, Controllers, and Views Adding an MVC Controller and Writing theConfiguring Routes Planning Controllers ActionsCreating a Navigation Structure Planning Views Writing the Action Filters in a ControllerUsing the Routing Engine Architecting an MVC Application Using the Photo ControllerBuilding Navigation Controls Creating MVC Models Creating Views with Razor SyntaxUsing Template Views Working with Data Using HTML HelpersApplying CSS to an MVC Application Creating an MVC Project and Adding a Reusing Code in ViewsCreating an Adaptive User Interface Model Adding a View for Photo DisplayUsing Template Views Creating a New SQL Azure Database in Adding a View for New PhotosApplying a Consistent Look and Feel to an Visual Studio Creating and Using a Partial ViewMVC Application Adding Properties and Methods to MVC Adding a Home View and Testing theAdapting Webpages for Different Browsers Models ViewsUsing AJAX and Partial Page Updates Using Display and Edit Annotations in Unit Testing MVC ComponentsImplementing a Caching Strategy MVC Models Implementing an Exception HandlingUsing Partial Page Updates Writing Controllers and Actions StrategyConfiguring ASP.NET Caches Writing Action Filters Performing Unit TestsRendering and Running JavaScript Code Adding an MVC Controller and Writing Configuring Exception HandlingUsing jQuery and jQueryUI the Actions Analyzing Information ArchitectureUsing jQuery to Respond to Users Writing the Action Filters in a Controller Configuring RoutesUsing jQueryUI to Build a User Interface Using the Photo Controller Creating a Navigation StructureImplementing Authentication and Creating Views with Razor Syntax Using the Routing EngineAuthorization Using HTML Helpers Building Navigation ControlsAssigning Roles and Membership Reusing Code in Views Using Template ViewsConfiguring Authentication Adding a View for Photo Display Applying CSS to an MVC ApplicationControlling Access to Resources Adding a View for New Photos Creating an Adaptive User InterfaceProviding User Account Facilities Creating and Using a Partial View Using Template ViewsDeveloping Secure Sites Adding a Home View and Testing the Applying a Consistent Look and Feel to anState Management Views MVC ApplicationStoring User Preferences Unit Testing MVC Components Adapting Webpages for Different BrowsersUsing User Preferences in the Photo Gallery Implementing an Exception Handling Using AJAX and Partial Page UpdatesIntroduction to Windows Azure Strategy Implementing a Caching StrategyDesigning and Writing Windows Azure Performing Unit Tests Using Partial Page UpdatesServices Configuring Exception Handling Configuring ASP.NET CachesConsuming Windows Azure Services in a Analyzing Information Architecture Rendering and Running JavaScript CodeWeb Application Configuring Routes Using jQuery and jQueryUICreating and Coding a Windows Azure Creating a Navigation Structure Using jQuery to Respond to UsersService Using the Routing Engine Using jQueryUI to Build a User InterfaceConsuming Data from a Windows Azure Building Navigation Controls Implementing Authentication andService Using Template Views AuthorizationDeveloping a Web API Applying CSS to an MVC Application Assigning Roles and Membership

Page 14: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Calling a Web API from Mobile and Web Creating an Adaptive User Interface Configuring AuthenticationApplications Using Template Views Controlling Access to ResourcesLab: Implementing Web APIs in ASP.NET Applying a Consistent Look and Feel to Providing User Account FacilitiesMVC 4 Web Applications an MVC Application Developing Secure SitesDeveloping a Web API in MVC 4 Adapting Webpages for Different State ManagementAdding Routes and Controllers to Handle Browsers Storing User PreferencesREST Requests Using AJAX and Partial Page Updates Using User Preferences in the PhotoCalling RESTful services from Client-Side Implementing a Caching Strategy GalleryCode Using Partial Page Updates Introduction to Windows AzureUsing HTTP Modules and HTTP Handlers Configuring ASP.NET Caches Designing and Writing Windows AzureUsing Web Sockets Rendering and Running JavaScript Code ServicesLab : Handling Requests in ASP.NET MVC Using jQuery and jQueryUI Consuming Windows Azure Services in a4 Web Applications Using jQuery to Respond to Users Web ApplicationWriting a Web Handler that Uses Web Using jQueryUI to Build a User Interface Creating and Coding a Windows AzureSockets Implementing Authentication and ServiceBuilding a Chat Room in the Photo Sharing Authorization Consuming Data from a Windows AzureApplication Assigning Roles and Membership ServiceDeploying Web Applications Configuring Authentication Developing a Web APIDeploying MVC 4 Applications Controlling Access to Resources Calling a Web API from Mobile and WebLab: Deploying ASP.NET MVC 4 Web Providing User Account Facilities ApplicationsApplications Developing Secure Sites Lab: Implementing Web APIs in ASP.NETDeploying an Application to Windows Azure State Management MVC 4 Web ApplicationsTesting the Completed Application Storing User Preferences Developing a Web API in MVC 4

Using User Preferences in the Photo Adding Routes and Controllers to HandleGallery REST Requests

line Introduction to Windows Azure Calling RESTful services from Client-SideOverview of Microsoft Web Technologies Designing and Writing Windows Azure CodeOverview of ASP.NET 4.5 Services Using HTTP Modules and HTTP HandlersIntroduction to ASP.NET MVC 4 Consuming Windows Azure Services in a Using Web SocketsExploring a Photo Sharing Application Web Application Lab : Handling Requests in ASP.NET MVCExploring a Web Pages Application Creating and Coding a Windows Azure 4 Web ApplicationsExploring a Web Forms Application Service Writing a Web Handler that Uses WebExploring an MVC Application Consuming Data from a Windows Azure SocketsPlanning in the Project Design Phase Service Building a Chat Room in the Photo SharingDesigning Models, Controllers, and Views Developing a Web API ApplicationPlanning Controllers Calling a Web API from Mobile and Web Deploying Web ApplicationsPlanning Views Applications Deploying MVC 4 ApplicationsArchitecting an MVC Application Lab: Implementing Web APIs in Lab: Deploying ASP.NET MVC 4 WebCreating MVC Models ASP.NET MVC 4 Web Applications ApplicationsWorking with Data Developing a Web API in MVC 4 Deploying an Application to WindowsCreating an MVC Project and Adding a Adding Routes and Controllers to Handle AzureModel REST Requests Testing the Completed ApplicationCreating a New SQL Azure Database in Calling RESTful services from Client-SideVisual Studio Code Module 12: Building a Resilient ASP.NETAdding Properties and Methods to MVC Using HTTP Modules and HTTP MVC 4 Web ApplicationModels Handlers lineUsing Display and Edit Annotations in MVC Using Web SocketsModels Lab : Handling Requests in ASP.NETWriting Controllers and Actions MVC 4 Web Applications lineWriting Action Filters Writing a Web Handler that Uses Web Overview of Microsoft Web TechnologiesAdding an MVC Controller and Writing the Sockets Overview of ASP.NET 4.5Actions Building a Chat Room in the Photo Introduction to ASP.NET MVC 4Writing the Action Filters in a Controller Sharing Application Exploring a Photo Sharing ApplicationUsing the Photo Controller Deploying Web Applications Exploring a Web Pages ApplicationCreating Views with Razor Syntax Deploying MVC 4 Applications Exploring a Web Forms ApplicationUsing HTML Helpers Lab: Deploying ASP.NET MVC 4 Web Exploring an MVC ApplicationReusing Code in Views Applications Planning in the Project Design PhaseAdding a View for Photo Display Deploying an Application to Windows Designing Models, Controllers, and ViewsAdding a View for New Photos Azure Planning ControllersCreating and Using a Partial View Testing the Completed Application Planning ViewsAdding a Home View and Testing the Views Architecting an MVC ApplicationUnit Testing MVC Components Creating MVC ModelsImplementing an Exception Handling line Working with DataStrategy Overview of Microsoft Web Technologies Creating an MVC Project and Adding aPerforming Unit Tests Overview of ASP.NET 4.5 ModelConfiguring Exception Handling Introduction to ASP.NET MVC 4 Creating a New SQL Azure Database in

Page 15: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Analyzing Information Architecture Exploring a Photo Sharing Application Visual StudioConfiguring Routes Exploring a Web Pages Application Adding Properties and Methods to MVCCreating a Navigation Structure Exploring a Web Forms Application ModelsUsing the Routing Engine Exploring an MVC Application Using Display and Edit Annotations inBuilding Navigation Controls Planning in the Project Design Phase MVC ModelsUsing Template Views Designing Models, Controllers, and Views Writing Controllers and ActionsApplying CSS to an MVC Application Planning Controllers Writing Action FiltersCreating an Adaptive User Interface Planning Views Adding an MVC Controller and Writing theUsing Template Views Architecting an MVC Application ActionsApplying a Consistent Look and Feel to an Creating MVC Models Writing the Action Filters in a ControllerMVC Application Working with Data Using the Photo ControllerAdapting Webpages for Different Browsers Creating an MVC Project and Adding a Creating Views with Razor SyntaxUsing AJAX and Partial Page Updates Model Using HTML HelpersImplementing a Caching Strategy Creating a New SQL Azure Database in Reusing Code in ViewsUsing Partial Page Updates Visual Studio Adding a View for Photo DisplayConfiguring ASP.NET Caches Adding Properties and Methods to MVC Adding a View for New PhotosRendering and Running JavaScript Code Models Creating and Using a Partial ViewUsing jQuery and jQueryUI Using Display and Edit Annotations in Adding a Home View and Testing theUsing jQuery to Respond to Users MVC Models ViewsUsing jQueryUI to Build a User Interface Writing Controllers and Actions Unit Testing MVC ComponentsImplementing Authentication and Writing Action Filters Implementing an Exception HandlingAuthorization Adding an MVC Controller and Writing StrategyAssigning Roles and Membership the Actions Performing Unit TestsConfiguring Authentication Writing the Action Filters in a Controller Configuring Exception HandlingControlling Access to Resources Using the Photo Controller Analyzing Information ArchitectureProviding User Account Facilities Creating Views with Razor Syntax Configuring RoutesDeveloping Secure Sites Using HTML Helpers Creating a Navigation StructureState Management Reusing Code in Views Using the Routing EngineStoring User Preferences Adding a View for Photo Display Building Navigation ControlsUsing User Preferences in the Photo Gallery Adding a View for New Photos Using Template ViewsIntroduction to Windows Azure Creating and Using a Partial View Applying CSS to an MVC ApplicationDesigning and Writing Windows Azure Adding a Home View and Testing the Creating an Adaptive User InterfaceServices Views Using Template ViewsConsuming Windows Azure Services in a Unit Testing MVC Components Applying a Consistent Look and Feel to anWeb Application Implementing an Exception Handling MVC ApplicationCreating and Coding a Windows Azure Strategy Adapting Webpages for Different BrowsersService Performing Unit Tests Using AJAX and Partial Page UpdatesConsuming Data from a Windows Azure Configuring Exception Handling Implementing a Caching StrategyService Analyzing Information Architecture Using Partial Page UpdatesDeveloping a Web API Configuring Routes Configuring ASP.NET CachesCalling a Web API from Mobile and Web Creating a Navigation Structure Rendering and Running JavaScript CodeApplications Using the Routing Engine Using jQuery and jQueryUILab: Implementing Web APIs in ASP.NET Building Navigation Controls Using jQuery to Respond to UsersMVC 4 Web Applications Using Template Views Using jQueryUI to Build a User InterfaceDeveloping a Web API in MVC 4 Applying CSS to an MVC Application Implementing Authentication andAdding Routes and Controllers to Handle Creating an Adaptive User Interface AuthorizationREST Requests Using Template Views Assigning Roles and MembershipCalling RESTful services from Client-Side Applying a Consistent Look and Feel to Configuring AuthenticationCode an MVC Application Controlling Access to ResourcesUsing HTTP Modules and HTTP Handlers Adapting Webpages for Different Providing User Account FacilitiesUsing Web Sockets Browsers Developing Secure SitesLab : Handling Requests in ASP.NET MVC Using AJAX and Partial Page Updates State Management4 Web Applications Implementing a Caching Strategy Storing User PreferencesWriting a Web Handler that Uses Web Using Partial Page Updates Using User Preferences in the PhotoSockets Configuring ASP.NET Caches GalleryBuilding a Chat Room in the Photo Sharing Rendering and Running JavaScript Code Introduction to Windows AzureApplication Using jQuery and jQueryUI Designing and Writing Windows AzureDeploying Web Applications Using jQuery to Respond to Users ServicesDeploying MVC 4 Applications Using jQueryUI to Build a User Interface Consuming Windows Azure Services in aLab: Deploying ASP.NET MVC 4 Web Implementing Authentication and Web ApplicationApplications Authorization Creating and Coding a Windows AzureDeploying an Application to Windows Azure Assigning Roles and Membership ServiceTesting the Completed Application Configuring Authentication Consuming Data from a Windows Azure

Controlling Access to Resources ServiceProviding User Account Facilities Developing a Web API

line Developing Secure Sites Calling a Web API from Mobile and Web

Page 16: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Overview of Microsoft Web Technologies State Management ApplicationsOverview of ASP.NET 4.5 Storing User Preferences Lab: Implementing Web APIs in ASP.NETIntroduction to ASP.NET MVC 4 Using User Preferences in the Photo MVC 4 Web ApplicationsExploring a Photo Sharing Application Gallery Developing a Web API in MVC 4Exploring a Web Pages Application Introduction to Windows Azure Adding Routes and Controllers to HandleExploring a Web Forms Application Designing and Writing Windows Azure REST RequestsExploring an MVC Application Services Calling RESTful services from Client-SidePlanning in the Project Design Phase Consuming Windows Azure Services in a CodeDesigning Models, Controllers, and Views Web Application Using HTTP Modules and HTTP HandlersPlanning Controllers Creating and Coding a Windows Azure Using Web SocketsPlanning Views Service Lab : Handling Requests in ASP.NET MVCArchitecting an MVC Application Consuming Data from a Windows Azure 4 Web ApplicationsCreating MVC Models Service Writing a Web Handler that Uses WebWorking with Data Developing a Web API SocketsCreating an MVC Project and Adding a Calling a Web API from Mobile and Web Building a Chat Room in the Photo SharingModel Applications ApplicationCreating a New SQL Azure Database in Lab: Implementing Web APIs in Deploying Web ApplicationsVisual Studio ASP.NET MVC 4 Web Applications Deploying MVC 4 ApplicationsAdding Properties and Methods to MVC Developing a Web API in MVC 4 Lab: Deploying ASP.NET MVC 4 WebModels Adding Routes and Controllers to Handle ApplicationsUsing Display and Edit Annotations in MVC REST Requests Deploying an Application to WindowsModels Calling RESTful services from Client-Side AzureWriting Controllers and Actions Code Testing the Completed ApplicationWriting Action Filters Using HTTP Modules and HTTPAdding an MVC Controller and Writing the HandlersActions Using Web Sockets lineWriting the Action Filters in a Controller Lab : Handling Requests in ASP.NET Overview of Microsoft Web TechnologiesUsing the Photo Controller MVC 4 Web Applications Overview of ASP.NET 4.5Creating Views with Razor Syntax Writing a Web Handler that Uses Web Introduction to ASP.NET MVC 4Using HTML Helpers Sockets Exploring a Photo Sharing ApplicationReusing Code in Views Building a Chat Room in the Photo Exploring a Web Pages ApplicationAdding a View for Photo Display Sharing Application Exploring a Web Forms ApplicationAdding a View for New Photos Deploying Web Applications Exploring an MVC ApplicationCreating and Using a Partial View Deploying MVC 4 Applications Planning in the Project Design PhaseAdding a Home View and Testing the Views Lab: Deploying ASP.NET MVC 4 Web Designing Models, Controllers, and ViewsUnit Testing MVC Components Applications Planning ControllersImplementing an Exception Handling Deploying an Application to Windows Planning ViewsStrategy Azure Architecting an MVC ApplicationPerforming Unit Tests Testing the Completed Application Creating MVC ModelsConfiguring Exception Handling Working with DataAnalyzing Information Architecture Creating an MVC Project and Adding aConfiguring Routes line ModelCreating a Navigation Structure Overview of Microsoft Web Technologies Creating a New SQL Azure Database inUsing the Routing Engine Overview of ASP.NET 4.5 Visual StudioBuilding Navigation Controls Introduction to ASP.NET MVC 4 Adding Properties and Methods to MVCUsing Template Views Exploring a Photo Sharing Application ModelsApplying CSS to an MVC Application Exploring a Web Pages Application Using Display and Edit Annotations inCreating an Adaptive User Interface Exploring a Web Forms Application MVC ModelsUsing Template Views Exploring an MVC Application Writing Controllers and ActionsApplying a Consistent Look and Feel to an Planning in the Project Design Phase Writing Action FiltersMVC Application Designing Models, Controllers, and Views Adding an MVC Controller and Writing theAdapting Webpages for Different Browsers Planning Controllers ActionsUsing AJAX and Partial Page Updates Planning Views Writing the Action Filters in a ControllerImplementing a Caching Strategy Architecting an MVC Application Using the Photo ControllerUsing Partial Page Updates Creating MVC Models Creating Views with Razor SyntaxConfiguring ASP.NET Caches Working with Data Using HTML HelpersRendering and Running JavaScript Code Creating an MVC Project and Adding a Reusing Code in ViewsUsing jQuery and jQueryUI Model Adding a View for Photo DisplayUsing jQuery to Respond to Users Creating a New SQL Azure Database in Adding a View for New PhotosUsing jQueryUI to Build a User Interface Visual Studio Creating and Using a Partial ViewImplementing Authentication and Adding Properties and Methods to MVC Adding a Home View and Testing theAuthorization Models ViewsAssigning Roles and Membership Using Display and Edit Annotations in Unit Testing MVC ComponentsConfiguring Authentication MVC Models Implementing an Exception HandlingControlling Access to Resources Writing Controllers and Actions StrategyProviding User Account Facilities Writing Action Filters Performing Unit Tests

Page 17: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Developing Secure Sites Adding an MVC Controller and Writing Configuring Exception HandlingState Management the Actions Analyzing Information ArchitectureStoring User Preferences Writing the Action Filters in a Controller Configuring RoutesUsing User Preferences in the Photo Gallery Using the Photo Controller Creating a Navigation StructureIntroduction to Windows Azure Creating Views with Razor Syntax Using the Routing EngineDesigning and Writing Windows Azure Using HTML Helpers Building Navigation ControlsServices Reusing Code in Views Using Template ViewsConsuming Windows Azure Services in a Adding a View for Photo Display Applying CSS to an MVC ApplicationWeb Application Adding a View for New Photos Creating an Adaptive User InterfaceCreating and Coding a Windows Azure Creating and Using a Partial View Using Template ViewsService Adding a Home View and Testing the Applying a Consistent Look and Feel to anConsuming Data from a Windows Azure Views MVC ApplicationService Unit Testing MVC Components Adapting Webpages for Different BrowsersDeveloping a Web API Implementing an Exception Handling Using AJAX and Partial Page UpdatesCalling a Web API from Mobile and Web Strategy Implementing a Caching StrategyApplications Performing Unit Tests Using Partial Page UpdatesLab: Implementing Web APIs in ASP.NET Configuring Exception Handling Configuring ASP.NET CachesMVC 4 Web Applications Analyzing Information Architecture Rendering and Running JavaScript CodeDeveloping a Web API in MVC 4 Configuring Routes Using jQuery and jQueryUIAdding Routes and Controllers to Handle Creating a Navigation Structure Using jQuery to Respond to UsersREST Requests Using the Routing Engine Using jQueryUI to Build a User InterfaceCalling RESTful services from Client-Side Building Navigation Controls Implementing Authentication andCode Using Template Views AuthorizationUsing HTTP Modules and HTTP Handlers Applying CSS to an MVC Application Assigning Roles and MembershipUsing Web Sockets Creating an Adaptive User Interface Configuring AuthenticationLab : Handling Requests in ASP.NET MVC Using Template Views Controlling Access to Resources4 Web Applications Applying a Consistent Look and Feel to Providing User Account FacilitiesWriting a Web Handler that Uses Web an MVC Application Developing Secure SitesSockets Adapting Webpages for Different State ManagementBuilding a Chat Room in the Photo Sharing Browsers Storing User PreferencesApplication Using AJAX and Partial Page Updates Using User Preferences in the PhotoDeploying Web Applications Implementing a Caching Strategy GalleryDeploying MVC 4 Applications Using Partial Page Updates Introduction to Windows AzureLab: Deploying ASP.NET MVC 4 Web Configuring ASP.NET Caches Designing and Writing Windows AzureApplications Rendering and Running JavaScript Code ServicesDeploying an Application to Windows Azure Using jQuery and jQueryUI Consuming Windows Azure Services in aTesting the Completed Application Using jQuery to Respond to Users Web Application

Using jQueryUI to Build a User Interface Creating and Coding a Windows AzureModule 2: Designing ASP.NET MVC 4 Web Implementing Authentication and ServiceApplications Authorization Consuming Data from a Windows Azureline Assigning Roles and Membership Service

Configuring Authentication Developing a Web APIControlling Access to Resources Calling a Web API from Mobile and Web

line Providing User Account Facilities ApplicationsOverview of Microsoft Web Technologies Developing Secure Sites Lab: Implementing Web APIs in ASP.NETOverview of ASP.NET 4.5 State Management MVC 4 Web ApplicationsIntroduction to ASP.NET MVC 4 Storing User Preferences Developing a Web API in MVC 4Exploring a Photo Sharing Application Using User Preferences in the Photo Adding Routes and Controllers to HandleExploring a Web Pages Application Gallery REST RequestsExploring a Web Forms Application Introduction to Windows Azure Calling RESTful services from Client-SideExploring an MVC Application Designing and Writing Windows Azure CodePlanning in the Project Design Phase Services Using HTTP Modules and HTTP HandlersDesigning Models, Controllers, and Views Consuming Windows Azure Services in a Using Web SocketsPlanning Controllers Web Application Lab : Handling Requests in ASP.NET MVCPlanning Views Creating and Coding a Windows Azure 4 Web ApplicationsArchitecting an MVC Application Service Writing a Web Handler that Uses WebCreating MVC Models Consuming Data from a Windows Azure SocketsWorking with Data Service Building a Chat Room in the Photo SharingCreating an MVC Project and Adding a Developing a Web API ApplicationModel Calling a Web API from Mobile and Web Deploying Web ApplicationsCreating a New SQL Azure Database in Applications Deploying MVC 4 ApplicationsVisual Studio Lab: Implementing Web APIs in Lab: Deploying ASP.NET MVC 4 WebAdding Properties and Methods to MVC ASP.NET MVC 4 Web Applications ApplicationsModels Developing a Web API in MVC 4 Deploying an Application to WindowsUsing Display and Edit Annotations in MVC Adding Routes and Controllers to Handle AzureModels REST Requests Testing the Completed Application

Page 18: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Writing Controllers and Actions Calling RESTful services from Client-SideWriting Action Filters CodeAdding an MVC Controller and Writing the Using HTTP Modules and HTTP lineActions Handlers Overview of Microsoft Web TechnologiesWriting the Action Filters in a Controller Using Web Sockets Overview of ASP.NET 4.5Using the Photo Controller Lab : Handling Requests in ASP.NET Introduction to ASP.NET MVC 4Creating Views with Razor Syntax MVC 4 Web Applications Exploring a Photo Sharing ApplicationUsing HTML Helpers Writing a Web Handler that Uses Web Exploring a Web Pages ApplicationReusing Code in Views Sockets Exploring a Web Forms ApplicationAdding a View for Photo Display Building a Chat Room in the Photo Exploring an MVC ApplicationAdding a View for New Photos Sharing Application Planning in the Project Design PhaseCreating and Using a Partial View Deploying Web Applications Designing Models, Controllers, and ViewsAdding a Home View and Testing the Views Deploying MVC 4 Applications Planning ControllersUnit Testing MVC Components Lab: Deploying ASP.NET MVC 4 Web Planning ViewsImplementing an Exception Handling Applications Architecting an MVC ApplicationStrategy Deploying an Application to Windows Creating MVC ModelsPerforming Unit Tests Azure Working with DataConfiguring Exception Handling Testing the Completed Application Creating an MVC Project and Adding aAnalyzing Information Architecture ModelConfiguring Routes Module 7: Structuring ASP.NET MVC 4 Creating a New SQL Azure Database inCreating a Navigation Structure Web Applications Visual StudioUsing the Routing Engine line Adding Properties and Methods to MVCBuilding Navigation Controls ModelsUsing Template Views Using Display and Edit Annotations inApplying CSS to an MVC Application line MVC ModelsCreating an Adaptive User Interface Overview of Microsoft Web Technologies Writing Controllers and ActionsUsing Template Views Overview of ASP.NET 4.5 Writing Action FiltersApplying a Consistent Look and Feel to an Introduction to ASP.NET MVC 4 Adding an MVC Controller and Writing theMVC Application Exploring a Photo Sharing Application ActionsAdapting Webpages for Different Browsers Exploring a Web Pages Application Writing the Action Filters in a ControllerUsing AJAX and Partial Page Updates Exploring a Web Forms Application Using the Photo ControllerImplementing a Caching Strategy Exploring an MVC Application Creating Views with Razor SyntaxUsing Partial Page Updates Planning in the Project Design Phase Using HTML HelpersConfiguring ASP.NET Caches Designing Models, Controllers, and Views Reusing Code in ViewsRendering and Running JavaScript Code Planning Controllers Adding a View for Photo DisplayUsing jQuery and jQueryUI Planning Views Adding a View for New PhotosUsing jQuery to Respond to Users Architecting an MVC Application Creating and Using a Partial ViewUsing jQueryUI to Build a User Interface Creating MVC Models Adding a Home View and Testing theImplementing Authentication and Working with Data ViewsAuthorization Creating an MVC Project and Adding a Unit Testing MVC ComponentsAssigning Roles and Membership Model Implementing an Exception HandlingConfiguring Authentication Creating a New SQL Azure Database in StrategyControlling Access to Resources Visual Studio Performing Unit TestsProviding User Account Facilities Adding Properties and Methods to MVC Configuring Exception HandlingDeveloping Secure Sites Models Analyzing Information ArchitectureState Management Using Display and Edit Annotations in Configuring RoutesStoring User Preferences MVC Models Creating a Navigation StructureUsing User Preferences in the Photo Gallery Writing Controllers and Actions Using the Routing EngineIntroduction to Windows Azure Writing Action Filters Building Navigation ControlsDesigning and Writing Windows Azure Adding an MVC Controller and Writing Using Template ViewsServices the Actions Applying CSS to an MVC ApplicationConsuming Windows Azure Services in a Writing the Action Filters in a Controller Creating an Adaptive User InterfaceWeb Application Using the Photo Controller Using Template ViewsCreating and Coding a Windows Azure Creating Views with Razor Syntax Applying a Consistent Look and Feel to anService Using HTML Helpers MVC ApplicationConsuming Data from a Windows Azure Reusing Code in Views Adapting Webpages for Different BrowsersService Adding a View for Photo Display Using AJAX and Partial Page UpdatesDeveloping a Web API Adding a View for New Photos Implementing a Caching StrategyCalling a Web API from Mobile and Web Creating and Using a Partial View Using Partial Page UpdatesApplications Adding a Home View and Testing the Configuring ASP.NET CachesLab: Implementing Web APIs in ASP.NET Views Rendering and Running JavaScript CodeMVC 4 Web Applications Unit Testing MVC Components Using jQuery and jQueryUIDeveloping a Web API in MVC 4 Implementing an Exception Handling Using jQuery to Respond to UsersAdding Routes and Controllers to Handle Strategy Using jQueryUI to Build a User InterfaceREST Requests Performing Unit Tests Implementing Authentication andCalling RESTful services from Client-Side Configuring Exception Handling Authorization

Page 19: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Code Analyzing Information Architecture Assigning Roles and MembershipUsing HTTP Modules and HTTP Handlers Configuring Routes Configuring AuthenticationUsing Web Sockets Creating a Navigation Structure Controlling Access to ResourcesLab : Handling Requests in ASP.NET MVC Using the Routing Engine Providing User Account Facilities4 Web Applications Building Navigation Controls Developing Secure SitesWriting a Web Handler that Uses Web Using Template Views State ManagementSockets Applying CSS to an MVC Application Storing User PreferencesBuilding a Chat Room in the Photo Sharing Creating an Adaptive User Interface Using User Preferences in the PhotoApplication Using Template Views GalleryDeploying Web Applications Applying a Consistent Look and Feel to Introduction to Windows AzureDeploying MVC 4 Applications an MVC Application Designing and Writing Windows AzureLab: Deploying ASP.NET MVC 4 Web Adapting Webpages for Different ServicesApplications Browsers Consuming Windows Azure Services in aDeploying an Application to Windows Azure Using AJAX and Partial Page Updates Web ApplicationTesting the Completed Application Implementing a Caching Strategy Creating and Coding a Windows Azure

Using Partial Page Updates ServiceConfiguring ASP.NET Caches Consuming Data from a Windows Azure

line Rendering and Running JavaScript Code ServiceOverview of Microsoft Web Technologies Using jQuery and jQueryUI Developing a Web APIOverview of ASP.NET 4.5 Using jQuery to Respond to Users Calling a Web API from Mobile and WebIntroduction to ASP.NET MVC 4 Using jQueryUI to Build a User Interface ApplicationsExploring a Photo Sharing Application Implementing Authentication and Lab: Implementing Web APIs in ASP.NETExploring a Web Pages Application Authorization MVC 4 Web ApplicationsExploring a Web Forms Application Assigning Roles and Membership Developing a Web API in MVC 4Exploring an MVC Application Configuring Authentication Adding Routes and Controllers to HandlePlanning in the Project Design Phase Controlling Access to Resources REST RequestsDesigning Models, Controllers, and Views Providing User Account Facilities Calling RESTful services from Client-SidePlanning Controllers Developing Secure Sites CodePlanning Views State Management Using HTTP Modules and HTTP HandlersArchitecting an MVC Application Storing User Preferences Using Web SocketsCreating MVC Models Using User Preferences in the Photo Lab : Handling Requests in ASP.NET MVCWorking with Data Gallery 4 Web ApplicationsCreating an MVC Project and Adding a Introduction to Windows Azure Writing a Web Handler that Uses WebModel Designing and Writing Windows Azure SocketsCreating a New SQL Azure Database in Services Building a Chat Room in the Photo SharingVisual Studio Consuming Windows Azure Services in a ApplicationAdding Properties and Methods to MVC Web Application Deploying Web ApplicationsModels Creating and Coding a Windows Azure Deploying MVC 4 ApplicationsUsing Display and Edit Annotations in MVC Service Lab: Deploying ASP.NET MVC 4 WebModels Consuming Data from a Windows Azure ApplicationsWriting Controllers and Actions Service Deploying an Application to WindowsWriting Action Filters Developing a Web API AzureAdding an MVC Controller and Writing the Calling a Web API from Mobile and Web Testing the Completed ApplicationActions ApplicationsWriting the Action Filters in a Controller Lab: Implementing Web APIs in Lab: Building a Resilient ASP.NET MVC 4Using the Photo Controller ASP.NET MVC 4 Web Applications Web ApplicationCreating Views with Razor Syntax Developing a Web API in MVC 4 lineUsing HTML Helpers Adding Routes and Controllers to HandleReusing Code in Views REST RequestsAdding a View for Photo Display Calling RESTful services from Client-Side lineAdding a View for New Photos Code Overview of Microsoft Web TechnologiesCreating and Using a Partial View Using HTTP Modules and HTTP Overview of ASP.NET 4.5Adding a Home View and Testing the Views Handlers Introduction to ASP.NET MVC 4Unit Testing MVC Components Using Web Sockets Exploring a Photo Sharing ApplicationImplementing an Exception Handling Lab : Handling Requests in ASP.NET Exploring a Web Pages ApplicationStrategy MVC 4 Web Applications Exploring a Web Forms ApplicationPerforming Unit Tests Writing a Web Handler that Uses Web Exploring an MVC ApplicationConfiguring Exception Handling Sockets Planning in the Project Design PhaseAnalyzing Information Architecture Building a Chat Room in the Photo Designing Models, Controllers, and ViewsConfiguring Routes Sharing Application Planning ControllersCreating a Navigation Structure Deploying Web Applications Planning ViewsUsing the Routing Engine Deploying MVC 4 Applications Architecting an MVC ApplicationBuilding Navigation Controls Lab: Deploying ASP.NET MVC 4 Web Creating MVC ModelsUsing Template Views Applications Working with DataApplying CSS to an MVC Application Deploying an Application to Windows Creating an MVC Project and Adding aCreating an Adaptive User Interface Azure Model

Page 20: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Using Template Views Testing the Completed Application Creating a New SQL Azure Database inApplying a Consistent Look and Feel to an Visual StudioMVC Application Adding Properties and Methods to MVCAdapting Webpages for Different Browsers line ModelsUsing AJAX and Partial Page Updates Overview of Microsoft Web Technologies Using Display and Edit Annotations inImplementing a Caching Strategy Overview of ASP.NET 4.5 MVC ModelsUsing Partial Page Updates Introduction to ASP.NET MVC 4 Writing Controllers and ActionsConfiguring ASP.NET Caches Exploring a Photo Sharing Application Writing Action FiltersRendering and Running JavaScript Code Exploring a Web Pages Application Adding an MVC Controller and Writing theUsing jQuery and jQueryUI Exploring a Web Forms Application ActionsUsing jQuery to Respond to Users Exploring an MVC Application Writing the Action Filters in a ControllerUsing jQueryUI to Build a User Interface Planning in the Project Design Phase Using the Photo ControllerImplementing Authentication and Designing Models, Controllers, and Views Creating Views with Razor SyntaxAuthorization Planning Controllers Using HTML HelpersAssigning Roles and Membership Planning Views Reusing Code in ViewsConfiguring Authentication Architecting an MVC Application Adding a View for Photo DisplayControlling Access to Resources Creating MVC Models Adding a View for New PhotosProviding User Account Facilities Working with Data Creating and Using a Partial ViewDeveloping Secure Sites Creating an MVC Project and Adding a Adding a Home View and Testing theState Management Model ViewsStoring User Preferences Creating a New SQL Azure Database in Unit Testing MVC ComponentsUsing User Preferences in the Photo Gallery Visual Studio Implementing an Exception HandlingIntroduction to Windows Azure Adding Properties and Methods to MVC StrategyDesigning and Writing Windows Azure Models Performing Unit TestsServices Using Display and Edit Annotations in Configuring Exception HandlingConsuming Windows Azure Services in a MVC Models Analyzing Information ArchitectureWeb Application Writing Controllers and Actions Configuring RoutesCreating and Coding a Windows Azure Writing Action Filters Creating a Navigation StructureService Adding an MVC Controller and Writing Using the Routing EngineConsuming Data from a Windows Azure the Actions Building Navigation ControlsService Writing the Action Filters in a Controller Using Template ViewsDeveloping a Web API Using the Photo Controller Applying CSS to an MVC ApplicationCalling a Web API from Mobile and Web Creating Views with Razor Syntax Creating an Adaptive User InterfaceApplications Using HTML Helpers Using Template ViewsLab: Implementing Web APIs in ASP.NET Reusing Code in Views Applying a Consistent Look and Feel to anMVC 4 Web Applications Adding a View for Photo Display MVC ApplicationDeveloping a Web API in MVC 4 Adding a View for New Photos Adapting Webpages for Different BrowsersAdding Routes and Controllers to Handle Creating and Using a Partial View Using AJAX and Partial Page UpdatesREST Requests Adding a Home View and Testing the Implementing a Caching StrategyCalling RESTful services from Client-Side Views Using Partial Page UpdatesCode Unit Testing MVC Components Configuring ASP.NET CachesUsing HTTP Modules and HTTP Handlers Implementing an Exception Handling Rendering and Running JavaScript CodeUsing Web Sockets Strategy Using jQuery and jQueryUILab : Handling Requests in ASP.NET MVC Performing Unit Tests Using jQuery to Respond to Users4 Web Applications Configuring Exception Handling Using jQueryUI to Build a User InterfaceWriting a Web Handler that Uses Web Analyzing Information Architecture Implementing Authentication andSockets Configuring Routes AuthorizationBuilding a Chat Room in the Photo Sharing Creating a Navigation Structure Assigning Roles and MembershipApplication Using the Routing Engine Configuring AuthenticationDeploying Web Applications Building Navigation Controls Controlling Access to ResourcesDeploying MVC 4 Applications Using Template Views Providing User Account FacilitiesLab: Deploying ASP.NET MVC 4 Web Applying CSS to an MVC Application Developing Secure SitesApplications Creating an Adaptive User Interface State ManagementDeploying an Application to Windows Azure Using Template Views Storing User PreferencesTesting the Completed Application Applying a Consistent Look and Feel to Using User Preferences in the Photo

an MVC Application GalleryAdapting Webpages for Different Introduction to Windows Azure

line Browsers Designing and Writing Windows AzureOverview of Microsoft Web Technologies Using AJAX and Partial Page Updates ServicesOverview of ASP.NET 4.5 Implementing a Caching Strategy Consuming Windows Azure Services in aIntroduction to ASP.NET MVC 4 Using Partial Page Updates Web ApplicationExploring a Photo Sharing Application Configuring ASP.NET Caches Creating and Coding a Windows AzureExploring a Web Pages Application Rendering and Running JavaScript Code ServiceExploring a Web Forms Application Using jQuery and jQueryUI Consuming Data from a Windows AzureExploring an MVC Application Using jQuery to Respond to Users ServicePlanning in the Project Design Phase Using jQueryUI to Build a User Interface Developing a Web API

Page 21: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Designing Models, Controllers, and Views Implementing Authentication and Calling a Web API from Mobile and WebPlanning Controllers Authorization ApplicationsPlanning Views Assigning Roles and Membership Lab: Implementing Web APIs in ASP.NETArchitecting an MVC Application Configuring Authentication MVC 4 Web ApplicationsCreating MVC Models Controlling Access to Resources Developing a Web API in MVC 4Working with Data Providing User Account Facilities Adding Routes and Controllers to HandleCreating an MVC Project and Adding a Developing Secure Sites REST RequestsModel State Management Calling RESTful services from Client-SideCreating a New SQL Azure Database in Storing User Preferences CodeVisual Studio Using User Preferences in the Photo Using HTTP Modules and HTTP HandlersAdding Properties and Methods to MVC Gallery Using Web SocketsModels Introduction to Windows Azure Lab : Handling Requests in ASP.NET MVCUsing Display and Edit Annotations in MVC Designing and Writing Windows Azure 4 Web ApplicationsModels Services Writing a Web Handler that Uses WebWriting Controllers and Actions Consuming Windows Azure Services in a SocketsWriting Action Filters Web Application Building a Chat Room in the Photo SharingAdding an MVC Controller and Writing the Creating and Coding a Windows Azure ApplicationActions Service Deploying Web ApplicationsWriting the Action Filters in a Controller Consuming Data from a Windows Azure Deploying MVC 4 ApplicationsUsing the Photo Controller Service Lab: Deploying ASP.NET MVC 4 WebCreating Views with Razor Syntax Developing a Web API ApplicationsUsing HTML Helpers Calling a Web API from Mobile and Web Deploying an Application to WindowsReusing Code in Views Applications AzureAdding a View for Photo Display Lab: Implementing Web APIs in Testing the Completed ApplicationAdding a View for New Photos ASP.NET MVC 4 Web ApplicationsCreating and Using a Partial View Developing a Web API in MVC 4Adding a Home View and Testing the Views Adding Routes and Controllers to Handle lineUnit Testing MVC Components REST Requests Overview of Microsoft Web TechnologiesImplementing an Exception Handling Calling RESTful services from Client-Side Overview of ASP.NET 4.5Strategy Code Introduction to ASP.NET MVC 4Performing Unit Tests Using HTTP Modules and HTTP Exploring a Photo Sharing ApplicationConfiguring Exception Handling Handlers Exploring a Web Pages ApplicationAnalyzing Information Architecture Using Web Sockets Exploring a Web Forms ApplicationConfiguring Routes Lab : Handling Requests in ASP.NET Exploring an MVC ApplicationCreating a Navigation Structure MVC 4 Web Applications Planning in the Project Design PhaseUsing the Routing Engine Writing a Web Handler that Uses Web Designing Models, Controllers, and ViewsBuilding Navigation Controls Sockets Planning ControllersUsing Template Views Building a Chat Room in the Photo Planning ViewsApplying CSS to an MVC Application Sharing Application Architecting an MVC ApplicationCreating an Adaptive User Interface Deploying Web Applications Creating MVC ModelsUsing Template Views Deploying MVC 4 Applications Working with DataApplying a Consistent Look and Feel to an Lab: Deploying ASP.NET MVC 4 Web Creating an MVC Project and Adding aMVC Application Applications ModelAdapting Webpages for Different Browsers Deploying an Application to Windows Creating a New SQL Azure Database inUsing AJAX and Partial Page Updates Azure Visual StudioImplementing a Caching Strategy Testing the Completed Application Adding Properties and Methods to MVCUsing Partial Page Updates ModelsConfiguring ASP.NET Caches Using Display and Edit Annotations inRendering and Running JavaScript Code line MVC ModelsUsing jQuery and jQueryUI Overview of Microsoft Web Technologies Writing Controllers and ActionsUsing jQuery to Respond to Users Overview of ASP.NET 4.5 Writing Action FiltersUsing jQueryUI to Build a User Interface Introduction to ASP.NET MVC 4 Adding an MVC Controller and Writing theImplementing Authentication and Exploring a Photo Sharing Application ActionsAuthorization Exploring a Web Pages Application Writing the Action Filters in a ControllerAssigning Roles and Membership Exploring a Web Forms Application Using the Photo ControllerConfiguring Authentication Exploring an MVC Application Creating Views with Razor SyntaxControlling Access to Resources Planning in the Project Design Phase Using HTML HelpersProviding User Account Facilities Designing Models, Controllers, and Views Reusing Code in ViewsDeveloping Secure Sites Planning Controllers Adding a View for Photo DisplayState Management Planning Views Adding a View for New PhotosStoring User Preferences Architecting an MVC Application Creating and Using a Partial ViewUsing User Preferences in the Photo Gallery Creating MVC Models Adding a Home View and Testing theIntroduction to Windows Azure Working with Data ViewsDesigning and Writing Windows Azure Creating an MVC Project and Adding a Unit Testing MVC ComponentsServices Model Implementing an Exception HandlingConsuming Windows Azure Services in a Creating a New SQL Azure Database in Strategy

Page 22: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Web Application Visual Studio Performing Unit TestsCreating and Coding a Windows Azure Adding Properties and Methods to MVC Configuring Exception HandlingService Models Analyzing Information ArchitectureConsuming Data from a Windows Azure Using Display and Edit Annotations in Configuring RoutesService MVC Models Creating a Navigation StructureDeveloping a Web API Writing Controllers and Actions Using the Routing EngineCalling a Web API from Mobile and Web Writing Action Filters Building Navigation ControlsApplications Adding an MVC Controller and Writing Using Template ViewsLab: Implementing Web APIs in ASP.NET the Actions Applying CSS to an MVC ApplicationMVC 4 Web Applications Writing the Action Filters in a Controller Creating an Adaptive User InterfaceDeveloping a Web API in MVC 4 Using the Photo Controller Using Template ViewsAdding Routes and Controllers to Handle Creating Views with Razor Syntax Applying a Consistent Look and Feel to anREST Requests Using HTML Helpers MVC ApplicationCalling RESTful services from Client-Side Reusing Code in Views Adapting Webpages for Different BrowsersCode Adding a View for Photo Display Using AJAX and Partial Page UpdatesUsing HTTP Modules and HTTP Handlers Adding a View for New Photos Implementing a Caching StrategyUsing Web Sockets Creating and Using a Partial View Using Partial Page UpdatesLab : Handling Requests in ASP.NET MVC Adding a Home View and Testing the Configuring ASP.NET Caches4 Web Applications Views Rendering and Running JavaScript CodeWriting a Web Handler that Uses Web Unit Testing MVC Components Using jQuery and jQueryUISockets Implementing an Exception Handling Using jQuery to Respond to UsersBuilding a Chat Room in the Photo Sharing Strategy Using jQueryUI to Build a User InterfaceApplication Performing Unit Tests Implementing Authentication andDeploying Web Applications Configuring Exception Handling AuthorizationDeploying MVC 4 Applications Analyzing Information Architecture Assigning Roles and MembershipLab: Deploying ASP.NET MVC 4 Web Configuring Routes Configuring AuthenticationApplications Creating a Navigation Structure Controlling Access to ResourcesDeploying an Application to Windows Azure Using the Routing Engine Providing User Account FacilitiesTesting the Completed Application Building Navigation Controls Developing Secure Sites

Using Template Views State ManagementLab: Designing ASP.NET MVC 4 Web Applying CSS to an MVC Application Storing User Preferences

Applications•Planning Models Creating an Adaptive User Interface Using User Preferences in the Photoline Using Template Views Gallery

Applying a Consistent Look and Feel to Introduction to Windows Azurean MVC Application Designing and Writing Windows Azure

line Adapting Webpages for Different ServicesOverview of Microsoft Web Technologies Browsers Consuming Windows Azure Services in aOverview of ASP.NET 4.5 Using AJAX and Partial Page Updates Web ApplicationIntroduction to ASP.NET MVC 4 Implementing a Caching Strategy Creating and Coding a Windows AzureExploring a Photo Sharing Application Using Partial Page Updates ServiceExploring a Web Pages Application Configuring ASP.NET Caches Consuming Data from a Windows AzureExploring a Web Forms Application Rendering and Running JavaScript Code ServiceExploring an MVC Application Using jQuery and jQueryUI Developing a Web APIPlanning in the Project Design Phase Using jQuery to Respond to Users Calling a Web API from Mobile and WebDesigning Models, Controllers, and Views Using jQueryUI to Build a User Interface ApplicationsPlanning Controllers Implementing Authentication and Lab: Implementing Web APIs in ASP.NETPlanning Views Authorization MVC 4 Web ApplicationsArchitecting an MVC Application Assigning Roles and Membership Developing a Web API in MVC 4Creating MVC Models Configuring Authentication Adding Routes and Controllers to HandleWorking with Data Controlling Access to Resources REST RequestsCreating an MVC Project and Adding a Providing User Account Facilities Calling RESTful services from Client-SideModel Developing Secure Sites CodeCreating a New SQL Azure Database in State Management Using HTTP Modules and HTTP HandlersVisual Studio Storing User Preferences Using Web SocketsAdding Properties and Methods to MVC Using User Preferences in the Photo Lab : Handling Requests in ASP.NET MVCModels Gallery 4 Web ApplicationsUsing Display and Edit Annotations in MVC Introduction to Windows Azure Writing a Web Handler that Uses WebModels Designing and Writing Windows Azure SocketsWriting Controllers and Actions Services Building a Chat Room in the Photo SharingWriting Action Filters Consuming Windows Azure Services in a ApplicationAdding an MVC Controller and Writing the Web Application Deploying Web ApplicationsActions Creating and Coding a Windows Azure Deploying MVC 4 ApplicationsWriting the Action Filters in a Controller Service Lab: Deploying ASP.NET MVC 4 WebUsing the Photo Controller Consuming Data from a Windows Azure ApplicationsCreating Views with Razor Syntax Service Deploying an Application to WindowsUsing HTML Helpers Developing a Web API Azure

Page 23: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Reusing Code in Views Calling a Web API from Mobile and Web Testing the Completed ApplicationAdding a View for Photo Display ApplicationsAdding a View for New Photos Lab: Implementing Web APIs inCreating and Using a Partial View ASP.NET MVC 4 Web Applications lineAdding a Home View and Testing the Views Developing a Web API in MVC 4 Overview of Microsoft Web TechnologiesUnit Testing MVC Components Adding Routes and Controllers to Handle Overview of ASP.NET 4.5Implementing an Exception Handling REST Requests Introduction to ASP.NET MVC 4Strategy Calling RESTful services from Client-Side Exploring a Photo Sharing ApplicationPerforming Unit Tests Code Exploring a Web Pages ApplicationConfiguring Exception Handling Using HTTP Modules and HTTP Exploring a Web Forms ApplicationAnalyzing Information Architecture Handlers Exploring an MVC ApplicationConfiguring Routes Using Web Sockets Planning in the Project Design PhaseCreating a Navigation Structure Lab : Handling Requests in ASP.NET Designing Models, Controllers, and ViewsUsing the Routing Engine MVC 4 Web Applications Planning ControllersBuilding Navigation Controls Writing a Web Handler that Uses Web Planning ViewsUsing Template Views Sockets Architecting an MVC ApplicationApplying CSS to an MVC Application Building a Chat Room in the Photo Creating MVC ModelsCreating an Adaptive User Interface Sharing Application Working with DataUsing Template Views Deploying Web Applications Creating an MVC Project and Adding aApplying a Consistent Look and Feel to an Deploying MVC 4 Applications ModelMVC Application Lab: Deploying ASP.NET MVC 4 Web Creating a New SQL Azure Database inAdapting Webpages for Different Browsers Applications Visual StudioUsing AJAX and Partial Page Updates Deploying an Application to Windows Adding Properties and Methods to MVCImplementing a Caching Strategy Azure ModelsUsing Partial Page Updates Testing the Completed Application Using Display and Edit Annotations inConfiguring ASP.NET Caches MVC ModelsRendering and Running JavaScript Code Writing Controllers and ActionsUsing jQuery and jQueryUI line Writing Action FiltersUsing jQuery to Respond to Users Overview of Microsoft Web Technologies Adding an MVC Controller and Writing theUsing jQueryUI to Build a User Interface Overview of ASP.NET 4.5 ActionsImplementing Authentication and Introduction to ASP.NET MVC 4 Writing the Action Filters in a ControllerAuthorization Exploring a Photo Sharing Application Using the Photo ControllerAssigning Roles and Membership Exploring a Web Pages Application Creating Views with Razor SyntaxConfiguring Authentication Exploring a Web Forms Application Using HTML HelpersControlling Access to Resources Exploring an MVC Application Reusing Code in ViewsProviding User Account Facilities Planning in the Project Design Phase Adding a View for Photo DisplayDeveloping Secure Sites Designing Models, Controllers, and Views Adding a View for New PhotosState Management Planning Controllers Creating and Using a Partial ViewStoring User Preferences Planning Views Adding a Home View and Testing theUsing User Preferences in the Photo Gallery Architecting an MVC Application ViewsIntroduction to Windows Azure Creating MVC Models Unit Testing MVC ComponentsDesigning and Writing Windows Azure Working with Data Implementing an Exception HandlingServices Creating an MVC Project and Adding a StrategyConsuming Windows Azure Services in a Model Performing Unit TestsWeb Application Creating a New SQL Azure Database in Configuring Exception HandlingCreating and Coding a Windows Azure Visual Studio Analyzing Information ArchitectureService Adding Properties and Methods to MVC Configuring RoutesConsuming Data from a Windows Azure Models Creating a Navigation StructureService Using Display and Edit Annotations in Using the Routing EngineDeveloping a Web API MVC Models Building Navigation ControlsCalling a Web API from Mobile and Web Writing Controllers and Actions Using Template ViewsApplications Writing Action Filters Applying CSS to an MVC ApplicationLab: Implementing Web APIs in ASP.NET Adding an MVC Controller and Writing Creating an Adaptive User InterfaceMVC 4 Web Applications the Actions Using Template ViewsDeveloping a Web API in MVC 4 Writing the Action Filters in a Controller Applying a Consistent Look and Feel to anAdding Routes and Controllers to Handle Using the Photo Controller MVC ApplicationREST Requests Creating Views with Razor Syntax Adapting Webpages for Different BrowsersCalling RESTful services from Client-Side Using HTML Helpers Using AJAX and Partial Page UpdatesCode Reusing Code in Views Implementing a Caching StrategyUsing HTTP Modules and HTTP Handlers Adding a View for Photo Display Using Partial Page UpdatesUsing Web Sockets Adding a View for New Photos Configuring ASP.NET CachesLab : Handling Requests in ASP.NET MVC Creating and Using a Partial View Rendering and Running JavaScript Code4 Web Applications Adding a Home View and Testing the Using jQuery and jQueryUIWriting a Web Handler that Uses Web Views Using jQuery to Respond to UsersSockets Unit Testing MVC Components Using jQueryUI to Build a User InterfaceBuilding a Chat Room in the Photo Sharing Implementing an Exception Handling Implementing Authentication and

Page 24: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Application Strategy AuthorizationDeploying Web Applications Performing Unit Tests Assigning Roles and MembershipDeploying MVC 4 Applications Configuring Exception Handling Configuring AuthenticationLab: Deploying ASP.NET MVC 4 Web Analyzing Information Architecture Controlling Access to ResourcesApplications Configuring Routes Providing User Account FacilitiesDeploying an Application to Windows Azure Creating a Navigation Structure Developing Secure SitesTesting the Completed Application Using the Routing Engine State Management

Building Navigation Controls Storing User PreferencesUsing Template Views Using User Preferences in the Photo

line Applying CSS to an MVC Application GalleryOverview of Microsoft Web Technologies Creating an Adaptive User Interface Introduction to Windows AzureOverview of ASP.NET 4.5 Using Template Views Designing and Writing Windows AzureIntroduction to ASP.NET MVC 4 Applying a Consistent Look and Feel to ServicesExploring a Photo Sharing Application an MVC Application Consuming Windows Azure Services in aExploring a Web Pages Application Adapting Webpages for Different Web ApplicationExploring a Web Forms Application Browsers Creating and Coding a Windows AzureExploring an MVC Application Using AJAX and Partial Page Updates ServicePlanning in the Project Design Phase Implementing a Caching Strategy Consuming Data from a Windows AzureDesigning Models, Controllers, and Views Using Partial Page Updates ServicePlanning Controllers Configuring ASP.NET Caches Developing a Web APIPlanning Views Rendering and Running JavaScript Code Calling a Web API from Mobile and WebArchitecting an MVC Application Using jQuery and jQueryUI ApplicationsCreating MVC Models Using jQuery to Respond to Users Lab: Implementing Web APIs in ASP.NETWorking with Data Using jQueryUI to Build a User Interface MVC 4 Web ApplicationsCreating an MVC Project and Adding a Implementing Authentication and Developing a Web API in MVC 4Model Authorization Adding Routes and Controllers to HandleCreating a New SQL Azure Database in Assigning Roles and Membership REST RequestsVisual Studio Configuring Authentication Calling RESTful services from Client-SideAdding Properties and Methods to MVC Controlling Access to Resources CodeModels Providing User Account Facilities Using HTTP Modules and HTTP HandlersUsing Display and Edit Annotations in MVC Developing Secure Sites Using Web SocketsModels State Management Lab : Handling Requests in ASP.NET MVCWriting Controllers and Actions Storing User Preferences 4 Web ApplicationsWriting Action Filters Using User Preferences in the Photo Writing a Web Handler that Uses WebAdding an MVC Controller and Writing the Gallery SocketsActions Introduction to Windows Azure Building a Chat Room in the Photo SharingWriting the Action Filters in a Controller Designing and Writing Windows Azure ApplicationUsing the Photo Controller Services Deploying Web ApplicationsCreating Views with Razor Syntax Consuming Windows Azure Services in a Deploying MVC 4 ApplicationsUsing HTML Helpers Web Application Lab: Deploying ASP.NET MVC 4 WebReusing Code in Views Creating and Coding a Windows Azure ApplicationsAdding a View for Photo Display Service Deploying an Application to WindowsAdding a View for New Photos Consuming Data from a Windows Azure AzureCreating and Using a Partial View Service Testing the Completed ApplicationAdding a Home View and Testing the Views Developing a Web APIUnit Testing MVC Components Calling a Web API from Mobile and Web Module 13: Using Windows Azure WebImplementing an Exception Handling Applications Services in ASP.NET MVC 4 WebStrategy Lab: Implementing Web APIs in ApplicationsPerforming Unit Tests ASP.NET MVC 4 Web Applications lineConfiguring Exception Handling Developing a Web API in MVC 4Analyzing Information Architecture Adding Routes and Controllers to HandleConfiguring Routes REST Requests lineCreating a Navigation Structure Calling RESTful services from Client-Side Overview of Microsoft Web TechnologiesUsing the Routing Engine Code Overview of ASP.NET 4.5Building Navigation Controls Using HTTP Modules and HTTP Introduction to ASP.NET MVC 4Using Template Views Handlers Exploring a Photo Sharing ApplicationApplying CSS to an MVC Application Using Web Sockets Exploring a Web Pages ApplicationCreating an Adaptive User Interface Lab : Handling Requests in ASP.NET Exploring a Web Forms ApplicationUsing Template Views MVC 4 Web Applications Exploring an MVC ApplicationApplying a Consistent Look and Feel to an Writing a Web Handler that Uses Web Planning in the Project Design PhaseMVC Application Sockets Designing Models, Controllers, and ViewsAdapting Webpages for Different Browsers Building a Chat Room in the Photo Planning ControllersUsing AJAX and Partial Page Updates Sharing Application Planning ViewsImplementing a Caching Strategy Deploying Web Applications Architecting an MVC ApplicationUsing Partial Page Updates Deploying MVC 4 Applications Creating MVC ModelsConfiguring ASP.NET Caches Lab: Deploying ASP.NET MVC 4 Web Working with Data

Page 25: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Rendering and Running JavaScript Code Applications Creating an MVC Project and Adding aUsing jQuery and jQueryUI Deploying an Application to Windows ModelUsing jQuery to Respond to Users Azure Creating a New SQL Azure Database inUsing jQueryUI to Build a User Interface Testing the Completed Application Visual StudioImplementing Authentication and Adding Properties and Methods to MVCAuthorization Lab: Structuring ASP.NET MVC 4 Web ModelsAssigning Roles and Membership Applications Using Display and Edit Annotations inConfiguring Authentication line MVC ModelsControlling Access to Resources Writing Controllers and ActionsProviding User Account Facilities Writing Action FiltersDeveloping Secure Sites line Adding an MVC Controller and Writing theState Management Overview of Microsoft Web Technologies ActionsStoring User Preferences Overview of ASP.NET 4.5 Writing the Action Filters in a ControllerUsing User Preferences in the Photo Gallery Introduction to ASP.NET MVC 4 Using the Photo ControllerIntroduction to Windows Azure Exploring a Photo Sharing Application Creating Views with Razor SyntaxDesigning and Writing Windows Azure Exploring a Web Pages Application Using HTML HelpersServices Exploring a Web Forms Application Reusing Code in ViewsConsuming Windows Azure Services in a Exploring an MVC Application Adding a View for Photo DisplayWeb Application Planning in the Project Design Phase Adding a View for New PhotosCreating and Coding a Windows Azure Designing Models, Controllers, and Views Creating and Using a Partial ViewService Planning Controllers Adding a Home View and Testing theConsuming Data from a Windows Azure Planning Views ViewsService Architecting an MVC Application Unit Testing MVC ComponentsDeveloping a Web API Creating MVC Models Implementing an Exception HandlingCalling a Web API from Mobile and Web Working with Data StrategyApplications Creating an MVC Project and Adding a Performing Unit TestsLab: Implementing Web APIs in ASP.NET Model Configuring Exception HandlingMVC 4 Web Applications Creating a New SQL Azure Database in Analyzing Information ArchitectureDeveloping a Web API in MVC 4 Visual Studio Configuring RoutesAdding Routes and Controllers to Handle Adding Properties and Methods to MVC Creating a Navigation StructureREST Requests Models Using the Routing EngineCalling RESTful services from Client-Side Using Display and Edit Annotations in Building Navigation ControlsCode MVC Models Using Template ViewsUsing HTTP Modules and HTTP Handlers Writing Controllers and Actions Applying CSS to an MVC ApplicationUsing Web Sockets Writing Action Filters Creating an Adaptive User InterfaceLab : Handling Requests in ASP.NET MVC Adding an MVC Controller and Writing Using Template Views4 Web Applications the Actions Applying a Consistent Look and Feel to anWriting a Web Handler that Uses Web Writing the Action Filters in a Controller MVC ApplicationSockets Using the Photo Controller Adapting Webpages for Different BrowsersBuilding a Chat Room in the Photo Sharing Creating Views with Razor Syntax Using AJAX and Partial Page UpdatesApplication Using HTML Helpers Implementing a Caching StrategyDeploying Web Applications Reusing Code in Views Using Partial Page UpdatesDeploying MVC 4 Applications Adding a View for Photo Display Configuring ASP.NET CachesLab: Deploying ASP.NET MVC 4 Web Adding a View for New Photos Rendering and Running JavaScript CodeApplications Creating and Using a Partial View Using jQuery and jQueryUIDeploying an Application to Windows Azure Adding a Home View and Testing the Using jQuery to Respond to UsersTesting the Completed Application Views Using jQueryUI to Build a User Interface

Unit Testing MVC Components Implementing Authentication andImplementing an Exception Handling Authorization

line Strategy Assigning Roles and MembershipOverview of Microsoft Web Technologies Performing Unit Tests Configuring AuthenticationOverview of ASP.NET 4.5 Configuring Exception Handling Controlling Access to ResourcesIntroduction to ASP.NET MVC 4 Analyzing Information Architecture Providing User Account FacilitiesExploring a Photo Sharing Application Configuring Routes Developing Secure SitesExploring a Web Pages Application Creating a Navigation Structure State ManagementExploring a Web Forms Application Using the Routing Engine Storing User PreferencesExploring an MVC Application Building Navigation Controls Using User Preferences in the PhotoPlanning in the Project Design Phase Using Template Views GalleryDesigning Models, Controllers, and Views Applying CSS to an MVC Application Introduction to Windows AzurePlanning Controllers Creating an Adaptive User Interface Designing and Writing Windows AzurePlanning Views Using Template Views ServicesArchitecting an MVC Application Applying a Consistent Look and Feel to Consuming Windows Azure Services in aCreating MVC Models an MVC Application Web ApplicationWorking with Data Adapting Webpages for Different Creating and Coding a Windows AzureCreating an MVC Project and Adding a Browsers ServiceModel Using AJAX and Partial Page Updates Consuming Data from a Windows Azure

Page 26: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Creating a New SQL Azure Database in Implementing a Caching Strategy ServiceVisual Studio Using Partial Page Updates Developing a Web APIAdding Properties and Methods to MVC Configuring ASP.NET Caches Calling a Web API from Mobile and WebModels Rendering and Running JavaScript Code ApplicationsUsing Display and Edit Annotations in MVC Using jQuery and jQueryUI Lab: Implementing Web APIs in ASP.NETModels Using jQuery to Respond to Users MVC 4 Web ApplicationsWriting Controllers and Actions Using jQueryUI to Build a User Interface Developing a Web API in MVC 4Writing Action Filters Implementing Authentication and Adding Routes and Controllers to HandleAdding an MVC Controller and Writing the Authorization REST RequestsActions Assigning Roles and Membership Calling RESTful services from Client-SideWriting the Action Filters in a Controller Configuring Authentication CodeUsing the Photo Controller Controlling Access to Resources Using HTTP Modules and HTTP HandlersCreating Views with Razor Syntax Providing User Account Facilities Using Web SocketsUsing HTML Helpers Developing Secure Sites Lab : Handling Requests in ASP.NET MVCReusing Code in Views State Management 4 Web ApplicationsAdding a View for Photo Display Storing User Preferences Writing a Web Handler that Uses WebAdding a View for New Photos Using User Preferences in the Photo SocketsCreating and Using a Partial View Gallery Building a Chat Room in the Photo SharingAdding a Home View and Testing the Views Introduction to Windows Azure ApplicationUnit Testing MVC Components Designing and Writing Windows Azure Deploying Web ApplicationsImplementing an Exception Handling Services Deploying MVC 4 ApplicationsStrategy Consuming Windows Azure Services in a Lab: Deploying ASP.NET MVC 4 WebPerforming Unit Tests Web Application ApplicationsConfiguring Exception Handling Creating and Coding a Windows Azure Deploying an Application to WindowsAnalyzing Information Architecture Service AzureConfiguring Routes Consuming Data from a Windows Azure Testing the Completed ApplicationCreating a Navigation Structure ServiceUsing the Routing Engine Developing a Web APIBuilding Navigation Controls Calling a Web API from Mobile and Web lineUsing Template Views Applications Overview of Microsoft Web TechnologiesApplying CSS to an MVC Application Lab: Implementing Web APIs in Overview of ASP.NET 4.5Creating an Adaptive User Interface ASP.NET MVC 4 Web Applications Introduction to ASP.NET MVC 4Using Template Views Developing a Web API in MVC 4 Exploring a Photo Sharing ApplicationApplying a Consistent Look and Feel to an Adding Routes and Controllers to Handle Exploring a Web Pages ApplicationMVC Application REST Requests Exploring a Web Forms ApplicationAdapting Webpages for Different Browsers Calling RESTful services from Client-Side Exploring an MVC ApplicationUsing AJAX and Partial Page Updates Code Planning in the Project Design PhaseImplementing a Caching Strategy Using HTTP Modules and HTTP Designing Models, Controllers, and ViewsUsing Partial Page Updates Handlers Planning ControllersConfiguring ASP.NET Caches Using Web Sockets Planning ViewsRendering and Running JavaScript Code Lab : Handling Requests in ASP.NET Architecting an MVC ApplicationUsing jQuery and jQueryUI MVC 4 Web Applications Creating MVC ModelsUsing jQuery to Respond to Users Writing a Web Handler that Uses Web Working with DataUsing jQueryUI to Build a User Interface Sockets Creating an MVC Project and Adding aImplementing Authentication and Building a Chat Room in the Photo ModelAuthorization Sharing Application Creating a New SQL Azure Database inAssigning Roles and Membership Deploying Web Applications Visual StudioConfiguring Authentication Deploying MVC 4 Applications Adding Properties and Methods to MVCControlling Access to Resources Lab: Deploying ASP.NET MVC 4 Web ModelsProviding User Account Facilities Applications Using Display and Edit Annotations inDeveloping Secure Sites Deploying an Application to Windows MVC ModelsState Management Azure Writing Controllers and ActionsStoring User Preferences Testing the Completed Application Writing Action FiltersUsing User Preferences in the Photo Gallery Adding an MVC Controller and Writing theIntroduction to Windows Azure ActionsDesigning and Writing Windows Azure line Writing the Action Filters in a ControllerServices Overview of Microsoft Web Technologies Using the Photo ControllerConsuming Windows Azure Services in a Overview of ASP.NET 4.5 Creating Views with Razor SyntaxWeb Application Introduction to ASP.NET MVC 4 Using HTML HelpersCreating and Coding a Windows Azure Exploring a Photo Sharing Application Reusing Code in ViewsService Exploring a Web Pages Application Adding a View for Photo DisplayConsuming Data from a Windows Azure Exploring a Web Forms Application Adding a View for New PhotosService Exploring an MVC Application Creating and Using a Partial ViewDeveloping a Web API Planning in the Project Design Phase Adding a Home View and Testing theCalling a Web API from Mobile and Web Designing Models, Controllers, and Views ViewsApplications Planning Controllers Unit Testing MVC Components

Page 27: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Lab: Implementing Web APIs in ASP.NET Planning Views Implementing an Exception HandlingMVC 4 Web Applications Architecting an MVC Application StrategyDeveloping a Web API in MVC 4 Creating MVC Models Performing Unit TestsAdding Routes and Controllers to Handle Working with Data Configuring Exception HandlingREST Requests Creating an MVC Project and Adding a Analyzing Information ArchitectureCalling RESTful services from Client-Side Model Configuring RoutesCode Creating a New SQL Azure Database in Creating a Navigation StructureUsing HTTP Modules and HTTP Handlers Visual Studio Using the Routing EngineUsing Web Sockets Adding Properties and Methods to MVC Building Navigation ControlsLab : Handling Requests in ASP.NET MVC Models Using Template Views4 Web Applications Using Display and Edit Annotations in Applying CSS to an MVC ApplicationWriting a Web Handler that Uses Web MVC Models Creating an Adaptive User InterfaceSockets Writing Controllers and Actions Using Template ViewsBuilding a Chat Room in the Photo Sharing Writing Action Filters Applying a Consistent Look and Feel to anApplication Adding an MVC Controller and Writing MVC ApplicationDeploying Web Applications the Actions Adapting Webpages for Different BrowsersDeploying MVC 4 Applications Writing the Action Filters in a Controller Using AJAX and Partial Page UpdatesLab: Deploying ASP.NET MVC 4 Web Using the Photo Controller Implementing a Caching StrategyApplications Creating Views with Razor Syntax Using Partial Page UpdatesDeploying an Application to Windows Azure Using HTML Helpers Configuring ASP.NET CachesTesting the Completed Application Reusing Code in Views Rendering and Running JavaScript Code

Adding a View for Photo Display Using jQuery and jQueryUIAdding a View for New Photos Using jQuery to Respond to Users

line Creating and Using a Partial View Using jQueryUI to Build a User InterfaceOverview of Microsoft Web Technologies Adding a Home View and Testing the Implementing Authentication andOverview of ASP.NET 4.5 Views AuthorizationIntroduction to ASP.NET MVC 4 Unit Testing MVC Components Assigning Roles and MembershipExploring a Photo Sharing Application Implementing an Exception Handling Configuring AuthenticationExploring a Web Pages Application Strategy Controlling Access to ResourcesExploring a Web Forms Application Performing Unit Tests Providing User Account FacilitiesExploring an MVC Application Configuring Exception Handling Developing Secure SitesPlanning in the Project Design Phase Analyzing Information Architecture State ManagementDesigning Models, Controllers, and Views Configuring Routes Storing User PreferencesPlanning Controllers Creating a Navigation Structure Using User Preferences in the PhotoPlanning Views Using the Routing Engine GalleryArchitecting an MVC Application Building Navigation Controls Introduction to Windows AzureCreating MVC Models Using Template Views Designing and Writing Windows AzureWorking with Data Applying CSS to an MVC Application ServicesCreating an MVC Project and Adding a Creating an Adaptive User Interface Consuming Windows Azure Services in aModel Using Template Views Web ApplicationCreating a New SQL Azure Database in Applying a Consistent Look and Feel to Creating and Coding a Windows AzureVisual Studio an MVC Application ServiceAdding Properties and Methods to MVC Adapting Webpages for Different Consuming Data from a Windows AzureModels Browsers ServiceUsing Display and Edit Annotations in MVC Using AJAX and Partial Page Updates Developing a Web APIModels Implementing a Caching Strategy Calling a Web API from Mobile and WebWriting Controllers and Actions Using Partial Page Updates ApplicationsWriting Action Filters Configuring ASP.NET Caches Lab: Implementing Web APIs in ASP.NETAdding an MVC Controller and Writing the Rendering and Running JavaScript Code MVC 4 Web ApplicationsActions Using jQuery and jQueryUI Developing a Web API in MVC 4Writing the Action Filters in a Controller Using jQuery to Respond to Users Adding Routes and Controllers to HandleUsing the Photo Controller Using jQueryUI to Build a User Interface REST RequestsCreating Views with Razor Syntax Implementing Authentication and Calling RESTful services from Client-SideUsing HTML Helpers Authorization CodeReusing Code in Views Assigning Roles and Membership Using HTTP Modules and HTTP HandlersAdding a View for Photo Display Configuring Authentication Using Web SocketsAdding a View for New Photos Controlling Access to Resources Lab : Handling Requests in ASP.NET MVCCreating and Using a Partial View Providing User Account Facilities 4 Web ApplicationsAdding a Home View and Testing the Views Developing Secure Sites Writing a Web Handler that Uses WebUnit Testing MVC Components State Management SocketsImplementing an Exception Handling Storing User Preferences Building a Chat Room in the Photo SharingStrategy Using User Preferences in the Photo ApplicationPerforming Unit Tests Gallery Deploying Web ApplicationsConfiguring Exception Handling Introduction to Windows Azure Deploying MVC 4 ApplicationsAnalyzing Information Architecture Designing and Writing Windows Azure Lab: Deploying ASP.NET MVC 4 WebConfiguring Routes Services Applications

Page 28: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Creating a Navigation Structure Consuming Windows Azure Services in a Deploying an Application to WindowsUsing the Routing Engine Web Application AzureBuilding Navigation Controls Creating and Coding a Windows Azure Testing the Completed ApplicationUsing Template Views ServiceApplying CSS to an MVC Application Consuming Data from a Windows AzureCreating an Adaptive User Interface Service lineUsing Template Views Developing a Web API Overview of Microsoft Web TechnologiesApplying a Consistent Look and Feel to an Calling a Web API from Mobile and Web Overview of ASP.NET 4.5MVC Application Applications Introduction to ASP.NET MVC 4Adapting Webpages for Different Browsers Lab: Implementing Web APIs in Exploring a Photo Sharing ApplicationUsing AJAX and Partial Page Updates ASP.NET MVC 4 Web Applications Exploring a Web Pages ApplicationImplementing a Caching Strategy Developing a Web API in MVC 4 Exploring a Web Forms ApplicationUsing Partial Page Updates Adding Routes and Controllers to Handle Exploring an MVC ApplicationConfiguring ASP.NET Caches REST Requests Planning in the Project Design PhaseRendering and Running JavaScript Code Calling RESTful services from Client-Side Designing Models, Controllers, and ViewsUsing jQuery and jQueryUI Code Planning ControllersUsing jQuery to Respond to Users Using HTTP Modules and HTTP Planning ViewsUsing jQueryUI to Build a User Interface Handlers Architecting an MVC ApplicationImplementing Authentication and Using Web Sockets Creating MVC ModelsAuthorization Lab : Handling Requests in ASP.NET Working with DataAssigning Roles and Membership MVC 4 Web Applications Creating an MVC Project and Adding aConfiguring Authentication Writing a Web Handler that Uses Web ModelControlling Access to Resources Sockets Creating a New SQL Azure Database inProviding User Account Facilities Building a Chat Room in the Photo Visual StudioDeveloping Secure Sites Sharing Application Adding Properties and Methods to MVCState Management Deploying Web Applications ModelsStoring User Preferences Deploying MVC 4 Applications Using Display and Edit Annotations inUsing User Preferences in the Photo Gallery Lab: Deploying ASP.NET MVC 4 Web MVC ModelsIntroduction to Windows Azure Applications Writing Controllers and ActionsDesigning and Writing Windows Azure Deploying an Application to Windows Writing Action FiltersServices Azure Adding an MVC Controller and Writing theConsuming Windows Azure Services in a Testing the Completed Application ActionsWeb Application Writing the Action Filters in a ControllerCreating and Coding a Windows Azure Using the Photo ControllerService line Creating Views with Razor SyntaxConsuming Data from a Windows Azure Overview of Microsoft Web Technologies Using HTML HelpersService Overview of ASP.NET 4.5 Reusing Code in ViewsDeveloping a Web API Introduction to ASP.NET MVC 4 Adding a View for Photo DisplayCalling a Web API from Mobile and Web Exploring a Photo Sharing Application Adding a View for New PhotosApplications Exploring a Web Pages Application Creating and Using a Partial ViewLab: Implementing Web APIs in ASP.NET Exploring a Web Forms Application Adding a Home View and Testing theMVC 4 Web Applications Exploring an MVC Application ViewsDeveloping a Web API in MVC 4 Planning in the Project Design Phase Unit Testing MVC ComponentsAdding Routes and Controllers to Handle Designing Models, Controllers, and Views Implementing an Exception HandlingREST Requests Planning Controllers StrategyCalling RESTful services from Client-Side Planning Views Performing Unit TestsCode Architecting an MVC Application Configuring Exception HandlingUsing HTTP Modules and HTTP Handlers Creating MVC Models Analyzing Information ArchitectureUsing Web Sockets Working with Data Configuring RoutesLab : Handling Requests in ASP.NET MVC Creating an MVC Project and Adding a Creating a Navigation Structure4 Web Applications Model Using the Routing EngineWriting a Web Handler that Uses Web Creating a New SQL Azure Database in Building Navigation ControlsSockets Visual Studio Using Template ViewsBuilding a Chat Room in the Photo Sharing Adding Properties and Methods to MVC Applying CSS to an MVC ApplicationApplication Models Creating an Adaptive User InterfaceDeploying Web Applications Using Display and Edit Annotations in Using Template ViewsDeploying MVC 4 Applications MVC Models Applying a Consistent Look and Feel to anLab: Deploying ASP.NET MVC 4 Web Writing Controllers and Actions MVC ApplicationApplications Writing Action Filters Adapting Webpages for Different BrowsersDeploying an Application to Windows Azure Adding an MVC Controller and Writing Using AJAX and Partial Page UpdatesTesting the Completed Application the Actions Implementing a Caching Strategy

Writing the Action Filters in a Controller Using Partial Page Updates

Module 3: Developing ASP.NET MVC 4 Using the Photo Controller Configuring ASP.NET Caches

Models Creating Views with Razor Syntax Rendering and Running JavaScript Codeline Using HTML Helpers Using jQuery and jQueryUI

Reusing Code in Views Using jQuery to Respond to Users

Page 29: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Adding a View for Photo Display Using jQueryUI to Build a User Interfaceline Adding a View for New Photos Implementing Authentication and

Overview of Microsoft Web Technologies Creating and Using a Partial View AuthorizationOverview of ASP.NET 4.5 Adding a Home View and Testing the Assigning Roles and MembershipIntroduction to ASP.NET MVC 4 Views Configuring AuthenticationExploring a Photo Sharing Application Unit Testing MVC Components Controlling Access to ResourcesExploring a Web Pages Application Implementing an Exception Handling Providing User Account FacilitiesExploring a Web Forms Application Strategy Developing Secure SitesExploring an MVC Application Performing Unit Tests State ManagementPlanning in the Project Design Phase Configuring Exception Handling Storing User PreferencesDesigning Models, Controllers, and Views Analyzing Information Architecture Using User Preferences in the PhotoPlanning Controllers Configuring Routes GalleryPlanning Views Creating a Navigation Structure Introduction to Windows AzureArchitecting an MVC Application Using the Routing Engine Designing and Writing Windows AzureCreating MVC Models Building Navigation Controls ServicesWorking with Data Using Template Views Consuming Windows Azure Services in aCreating an MVC Project and Adding a Applying CSS to an MVC Application Web ApplicationModel Creating an Adaptive User Interface Creating and Coding a Windows AzureCreating a New SQL Azure Database in Using Template Views ServiceVisual Studio Applying a Consistent Look and Feel to Consuming Data from a Windows AzureAdding Properties and Methods to MVC an MVC Application ServiceModels Adapting Webpages for Different Developing a Web APIUsing Display and Edit Annotations in MVC Browsers Calling a Web API from Mobile and WebModels Using AJAX and Partial Page Updates ApplicationsWriting Controllers and Actions Implementing a Caching Strategy Lab: Implementing Web APIs in ASP.NETWriting Action Filters Using Partial Page Updates MVC 4 Web ApplicationsAdding an MVC Controller and Writing the Configuring ASP.NET Caches Developing a Web API in MVC 4Actions Rendering and Running JavaScript Code Adding Routes and Controllers to HandleWriting the Action Filters in a Controller Using jQuery and jQueryUI REST RequestsUsing the Photo Controller Using jQuery to Respond to Users Calling RESTful services from Client-SideCreating Views with Razor Syntax Using jQueryUI to Build a User Interface CodeUsing HTML Helpers Implementing Authentication and Using HTTP Modules and HTTP HandlersReusing Code in Views Authorization Using Web SocketsAdding a View for Photo Display Assigning Roles and Membership Lab : Handling Requests in ASP.NET MVCAdding a View for New Photos Configuring Authentication 4 Web ApplicationsCreating and Using a Partial View Controlling Access to Resources Writing a Web Handler that Uses WebAdding a Home View and Testing the Views Providing User Account Facilities SocketsUnit Testing MVC Components Developing Secure Sites Building a Chat Room in the Photo SharingImplementing an Exception Handling State Management ApplicationStrategy Storing User Preferences Deploying Web ApplicationsPerforming Unit Tests Using User Preferences in the Photo Deploying MVC 4 ApplicationsConfiguring Exception Handling Gallery Lab: Deploying ASP.NET MVC 4 WebAnalyzing Information Architecture Introduction to Windows Azure ApplicationsConfiguring Routes Designing and Writing Windows Azure Deploying an Application to WindowsCreating a Navigation Structure Services AzureUsing the Routing Engine Consuming Windows Azure Services in a Testing the Completed ApplicationBuilding Navigation Controls Web ApplicationUsing Template Views Creating and Coding a Windows AzureApplying CSS to an MVC Application Service lineCreating an Adaptive User Interface Consuming Data from a Windows Azure Overview of Microsoft Web TechnologiesUsing Template Views Service Overview of ASP.NET 4.5Applying a Consistent Look and Feel to an Developing a Web API Introduction to ASP.NET MVC 4MVC Application Calling a Web API from Mobile and Web Exploring a Photo Sharing ApplicationAdapting Webpages for Different Browsers Applications Exploring a Web Pages ApplicationUsing AJAX and Partial Page Updates Lab: Implementing Web APIs in Exploring a Web Forms ApplicationImplementing a Caching Strategy ASP.NET MVC 4 Web Applications Exploring an MVC ApplicationUsing Partial Page Updates Developing a Web API in MVC 4 Planning in the Project Design PhaseConfiguring ASP.NET Caches Adding Routes and Controllers to Handle Designing Models, Controllers, and ViewsRendering and Running JavaScript Code REST Requests Planning ControllersUsing jQuery and jQueryUI Calling RESTful services from Client-Side Planning ViewsUsing jQuery to Respond to Users Code Architecting an MVC ApplicationUsing jQueryUI to Build a User Interface Using HTTP Modules and HTTP Creating MVC ModelsImplementing Authentication and Handlers Working with DataAuthorization Using Web Sockets Creating an MVC Project and Adding aAssigning Roles and Membership Lab : Handling Requests in ASP.NET ModelConfiguring Authentication MVC 4 Web Applications Creating a New SQL Azure Database in

Page 30: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Controlling Access to Resources Writing a Web Handler that Uses Web Visual StudioProviding User Account Facilities Sockets Adding Properties and Methods to MVCDeveloping Secure Sites Building a Chat Room in the Photo ModelsState Management Sharing Application Using Display and Edit Annotations inStoring User Preferences Deploying Web Applications MVC ModelsUsing User Preferences in the Photo Gallery Deploying MVC 4 Applications Writing Controllers and ActionsIntroduction to Windows Azure Lab: Deploying ASP.NET MVC 4 Web Writing Action FiltersDesigning and Writing Windows Azure Applications Adding an MVC Controller and Writing theServices Deploying an Application to Windows ActionsConsuming Windows Azure Services in a Azure Writing the Action Filters in a ControllerWeb Application Testing the Completed Application Using the Photo ControllerCreating and Coding a Windows Azure Creating Views with Razor SyntaxService Module 8: Applying Styles to ASP.NET Using HTML HelpersConsuming Data from a Windows Azure MVC 4 Web Applications Reusing Code in ViewsService line Adding a View for Photo DisplayDeveloping a Web API Adding a View for New PhotosCalling a Web API from Mobile and Web Creating and Using a Partial ViewApplications line Adding a Home View and Testing theLab: Implementing Web APIs in ASP.NET Overview of Microsoft Web Technologies ViewsMVC 4 Web Applications Overview of ASP.NET 4.5 Unit Testing MVC ComponentsDeveloping a Web API in MVC 4 Introduction to ASP.NET MVC 4 Implementing an Exception HandlingAdding Routes and Controllers to Handle Exploring a Photo Sharing Application StrategyREST Requests Exploring a Web Pages Application Performing Unit TestsCalling RESTful services from Client-Side Exploring a Web Forms Application Configuring Exception HandlingCode Exploring an MVC Application Analyzing Information ArchitectureUsing HTTP Modules and HTTP Handlers Planning in the Project Design Phase Configuring RoutesUsing Web Sockets Designing Models, Controllers, and Views Creating a Navigation StructureLab : Handling Requests in ASP.NET MVC Planning Controllers Using the Routing Engine4 Web Applications Planning Views Building Navigation ControlsWriting a Web Handler that Uses Web Architecting an MVC Application Using Template ViewsSockets Creating MVC Models Applying CSS to an MVC ApplicationBuilding a Chat Room in the Photo Sharing Working with Data Creating an Adaptive User InterfaceApplication Creating an MVC Project and Adding a Using Template ViewsDeploying Web Applications Model Applying a Consistent Look and Feel to anDeploying MVC 4 Applications Creating a New SQL Azure Database in MVC ApplicationLab: Deploying ASP.NET MVC 4 Web Visual Studio Adapting Webpages for Different BrowsersApplications Adding Properties and Methods to MVC Using AJAX and Partial Page UpdatesDeploying an Application to Windows Azure Models Implementing a Caching StrategyTesting the Completed Application Using Display and Edit Annotations in Using Partial Page Updates

MVC Models Configuring ASP.NET CachesWriting Controllers and Actions Rendering and Running JavaScript Code

line Writing Action Filters Using jQuery and jQueryUIOverview of Microsoft Web Technologies Adding an MVC Controller and Writing Using jQuery to Respond to UsersOverview of ASP.NET 4.5 the Actions Using jQueryUI to Build a User InterfaceIntroduction to ASP.NET MVC 4 Writing the Action Filters in a Controller Implementing Authentication andExploring a Photo Sharing Application Using the Photo Controller AuthorizationExploring a Web Pages Application Creating Views with Razor Syntax Assigning Roles and MembershipExploring a Web Forms Application Using HTML Helpers Configuring AuthenticationExploring an MVC Application Reusing Code in Views Controlling Access to ResourcesPlanning in the Project Design Phase Adding a View for Photo Display Providing User Account FacilitiesDesigning Models, Controllers, and Views Adding a View for New Photos Developing Secure SitesPlanning Controllers Creating and Using a Partial View State ManagementPlanning Views Adding a Home View and Testing the Storing User PreferencesArchitecting an MVC Application Views Using User Preferences in the PhotoCreating MVC Models Unit Testing MVC Components GalleryWorking with Data Implementing an Exception Handling Introduction to Windows AzureCreating an MVC Project and Adding a Strategy Designing and Writing Windows AzureModel Performing Unit Tests ServicesCreating a New SQL Azure Database in Configuring Exception Handling Consuming Windows Azure Services in aVisual Studio Analyzing Information Architecture Web ApplicationAdding Properties and Methods to MVC Configuring Routes Creating and Coding a Windows AzureModels Creating a Navigation Structure ServiceUsing Display and Edit Annotations in MVC Using the Routing Engine Consuming Data from a Windows AzureModels Building Navigation Controls ServiceWriting Controllers and Actions Using Template Views Developing a Web APIWriting Action Filters Applying CSS to an MVC Application Calling a Web API from Mobile and Web

Page 31: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Adding an MVC Controller and Writing the Creating an Adaptive User Interface ApplicationsActions Using Template Views Lab: Implementing Web APIs in ASP.NETWriting the Action Filters in a Controller Applying a Consistent Look and Feel to MVC 4 Web ApplicationsUsing the Photo Controller an MVC Application Developing a Web API in MVC 4Creating Views with Razor Syntax Adapting Webpages for Different Adding Routes and Controllers to HandleUsing HTML Helpers Browsers REST RequestsReusing Code in Views Using AJAX and Partial Page Updates Calling RESTful services from Client-SideAdding a View for Photo Display Implementing a Caching Strategy CodeAdding a View for New Photos Using Partial Page Updates Using HTTP Modules and HTTP HandlersCreating and Using a Partial View Configuring ASP.NET Caches Using Web SocketsAdding a Home View and Testing the Views Rendering and Running JavaScript Code Lab : Handling Requests in ASP.NET MVCUnit Testing MVC Components Using jQuery and jQueryUI 4 Web ApplicationsImplementing an Exception Handling Using jQuery to Respond to Users Writing a Web Handler that Uses WebStrategy Using jQueryUI to Build a User Interface SocketsPerforming Unit Tests Implementing Authentication and Building a Chat Room in the Photo SharingConfiguring Exception Handling Authorization ApplicationAnalyzing Information Architecture Assigning Roles and Membership Deploying Web ApplicationsConfiguring Routes Configuring Authentication Deploying MVC 4 ApplicationsCreating a Navigation Structure Controlling Access to Resources Lab: Deploying ASP.NET MVC 4 WebUsing the Routing Engine Providing User Account Facilities ApplicationsBuilding Navigation Controls Developing Secure Sites Deploying an Application to WindowsUsing Template Views State Management AzureApplying CSS to an MVC Application Storing User Preferences Testing the Completed ApplicationCreating an Adaptive User Interface Using User Preferences in the PhotoUsing Template Views Gallery Lab: Using Windows Azure Web ServicesApplying a Consistent Look and Feel to an Introduction to Windows Azure in ASP.NET MVC 4 Web ApplicationsMVC Application Designing and Writing Windows Azure lineAdapting Webpages for Different Browsers ServicesUsing AJAX and Partial Page Updates Consuming Windows Azure Services in aImplementing a Caching Strategy Web Application lineUsing Partial Page Updates Creating and Coding a Windows Azure Overview of Microsoft Web TechnologiesConfiguring ASP.NET Caches Service Overview of ASP.NET 4.5Rendering and Running JavaScript Code Consuming Data from a Windows Azure Introduction to ASP.NET MVC 4Using jQuery and jQueryUI Service Exploring a Photo Sharing ApplicationUsing jQuery to Respond to Users Developing a Web API Exploring a Web Pages ApplicationUsing jQueryUI to Build a User Interface Calling a Web API from Mobile and Web Exploring a Web Forms ApplicationImplementing Authentication and Applications Exploring an MVC ApplicationAuthorization Lab: Implementing Web APIs in Planning in the Project Design PhaseAssigning Roles and Membership ASP.NET MVC 4 Web Applications Designing Models, Controllers, and ViewsConfiguring Authentication Developing a Web API in MVC 4 Planning ControllersControlling Access to Resources Adding Routes and Controllers to Handle Planning ViewsProviding User Account Facilities REST Requests Architecting an MVC ApplicationDeveloping Secure Sites Calling RESTful services from Client-Side Creating MVC ModelsState Management Code Working with DataStoring User Preferences Using HTTP Modules and HTTP Creating an MVC Project and Adding aUsing User Preferences in the Photo Gallery Handlers ModelIntroduction to Windows Azure Using Web Sockets Creating a New SQL Azure Database inDesigning and Writing Windows Azure Lab : Handling Requests in ASP.NET Visual StudioServices MVC 4 Web Applications Adding Properties and Methods to MVCConsuming Windows Azure Services in a Writing a Web Handler that Uses Web ModelsWeb Application Sockets Using Display and Edit Annotations inCreating and Coding a Windows Azure Building a Chat Room in the Photo MVC ModelsService Sharing Application Writing Controllers and ActionsConsuming Data from a Windows Azure Deploying Web Applications Writing Action FiltersService Deploying MVC 4 Applications Adding an MVC Controller and Writing theDeveloping a Web API Lab: Deploying ASP.NET MVC 4 Web ActionsCalling a Web API from Mobile and Web Applications Writing the Action Filters in a ControllerApplications Deploying an Application to Windows Using the Photo ControllerLab: Implementing Web APIs in ASP.NET Azure Creating Views with Razor SyntaxMVC 4 Web Applications Testing the Completed Application Using HTML HelpersDeveloping a Web API in MVC 4 Reusing Code in ViewsAdding Routes and Controllers to Handle Adding a View for Photo DisplayREST Requests line Adding a View for New PhotosCalling RESTful services from Client-Side Overview of Microsoft Web Technologies Creating and Using a Partial ViewCode Overview of ASP.NET 4.5 Adding a Home View and Testing theUsing HTTP Modules and HTTP Handlers Introduction to ASP.NET MVC 4 Views

Page 32: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Using Web Sockets Exploring a Photo Sharing Application Unit Testing MVC ComponentsLab : Handling Requests in ASP.NET MVC Exploring a Web Pages Application Implementing an Exception Handling4 Web Applications Exploring a Web Forms Application StrategyWriting a Web Handler that Uses Web Exploring an MVC Application Performing Unit TestsSockets Planning in the Project Design Phase Configuring Exception HandlingBuilding a Chat Room in the Photo Sharing Designing Models, Controllers, and Views Analyzing Information ArchitectureApplication Planning Controllers Configuring RoutesDeploying Web Applications Planning Views Creating a Navigation StructureDeploying MVC 4 Applications Architecting an MVC Application Using the Routing EngineLab: Deploying ASP.NET MVC 4 Web Creating MVC Models Building Navigation ControlsApplications Working with Data Using Template ViewsDeploying an Application to Windows Azure Creating an MVC Project and Adding a Applying CSS to an MVC ApplicationTesting the Completed Application Model Creating an Adaptive User Interface

Creating a New SQL Azure Database in Using Template ViewsVisual Studio Applying a Consistent Look and Feel to an

line Adding Properties and Methods to MVC MVC ApplicationOverview of Microsoft Web Technologies Models Adapting Webpages for Different BrowsersOverview of ASP.NET 4.5 Using Display and Edit Annotations in Using AJAX and Partial Page UpdatesIntroduction to ASP.NET MVC 4 MVC Models Implementing a Caching StrategyExploring a Photo Sharing Application Writing Controllers and Actions Using Partial Page UpdatesExploring a Web Pages Application Writing Action Filters Configuring ASP.NET CachesExploring a Web Forms Application Adding an MVC Controller and Writing Rendering and Running JavaScript CodeExploring an MVC Application the Actions Using jQuery and jQueryUIPlanning in the Project Design Phase Writing the Action Filters in a Controller Using jQuery to Respond to UsersDesigning Models, Controllers, and Views Using the Photo Controller Using jQueryUI to Build a User InterfacePlanning Controllers Creating Views with Razor Syntax Implementing Authentication andPlanning Views Using HTML Helpers AuthorizationArchitecting an MVC Application Reusing Code in Views Assigning Roles and MembershipCreating MVC Models Adding a View for Photo Display Configuring AuthenticationWorking with Data Adding a View for New Photos Controlling Access to ResourcesCreating an MVC Project and Adding a Creating and Using a Partial View Providing User Account FacilitiesModel Adding a Home View and Testing the Developing Secure SitesCreating a New SQL Azure Database in Views State ManagementVisual Studio Unit Testing MVC Components Storing User PreferencesAdding Properties and Methods to MVC Implementing an Exception Handling Using User Preferences in the PhotoModels Strategy GalleryUsing Display and Edit Annotations in MVC Performing Unit Tests Introduction to Windows AzureModels Configuring Exception Handling Designing and Writing Windows AzureWriting Controllers and Actions Analyzing Information Architecture ServicesWriting Action Filters Configuring Routes Consuming Windows Azure Services in aAdding an MVC Controller and Writing the Creating a Navigation Structure Web ApplicationActions Using the Routing Engine Creating and Coding a Windows AzureWriting the Action Filters in a Controller Building Navigation Controls ServiceUsing the Photo Controller Using Template Views Consuming Data from a Windows AzureCreating Views with Razor Syntax Applying CSS to an MVC Application ServiceUsing HTML Helpers Creating an Adaptive User Interface Developing a Web APIReusing Code in Views Using Template Views Calling a Web API from Mobile and WebAdding a View for Photo Display Applying a Consistent Look and Feel to ApplicationsAdding a View for New Photos an MVC Application Lab: Implementing Web APIs in ASP.NETCreating and Using a Partial View Adapting Webpages for Different MVC 4 Web ApplicationsAdding a Home View and Testing the Views Browsers Developing a Web API in MVC 4Unit Testing MVC Components Using AJAX and Partial Page Updates Adding Routes and Controllers to HandleImplementing an Exception Handling Implementing a Caching Strategy REST RequestsStrategy Using Partial Page Updates Calling RESTful services from Client-SidePerforming Unit Tests Configuring ASP.NET Caches CodeConfiguring Exception Handling Rendering and Running JavaScript Code Using HTTP Modules and HTTP HandlersAnalyzing Information Architecture Using jQuery and jQueryUI Using Web SocketsConfiguring Routes Using jQuery to Respond to Users Lab : Handling Requests in ASP.NET MVCCreating a Navigation Structure Using jQueryUI to Build a User Interface 4 Web ApplicationsUsing the Routing Engine Implementing Authentication and Writing a Web Handler that Uses WebBuilding Navigation Controls Authorization SocketsUsing Template Views Assigning Roles and Membership Building a Chat Room in the Photo SharingApplying CSS to an MVC Application Configuring Authentication ApplicationCreating an Adaptive User Interface Controlling Access to Resources Deploying Web ApplicationsUsing Template Views Providing User Account Facilities Deploying MVC 4 ApplicationsApplying a Consistent Look and Feel to an Developing Secure Sites Lab: Deploying ASP.NET MVC 4 Web

Page 33: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

MVC Application State Management ApplicationsAdapting Webpages for Different Browsers Storing User Preferences Deploying an Application to WindowsUsing AJAX and Partial Page Updates Using User Preferences in the Photo AzureImplementing a Caching Strategy Gallery Testing the Completed ApplicationUsing Partial Page Updates Introduction to Windows AzureConfiguring ASP.NET Caches Designing and Writing Windows AzureRendering and Running JavaScript Code Services lineUsing jQuery and jQueryUI Consuming Windows Azure Services in a Overview of Microsoft Web TechnologiesUsing jQuery to Respond to Users Web Application Overview of ASP.NET 4.5Using jQueryUI to Build a User Interface Creating and Coding a Windows Azure Introduction to ASP.NET MVC 4Implementing Authentication and Service Exploring a Photo Sharing ApplicationAuthorization Consuming Data from a Windows Azure Exploring a Web Pages ApplicationAssigning Roles and Membership Service Exploring a Web Forms ApplicationConfiguring Authentication Developing a Web API Exploring an MVC ApplicationControlling Access to Resources Calling a Web API from Mobile and Web Planning in the Project Design PhaseProviding User Account Facilities Applications Designing Models, Controllers, and ViewsDeveloping Secure Sites Lab: Implementing Web APIs in Planning ControllersState Management ASP.NET MVC 4 Web Applications Planning ViewsStoring User Preferences Developing a Web API in MVC 4 Architecting an MVC ApplicationUsing User Preferences in the Photo Gallery Adding Routes and Controllers to Handle Creating MVC ModelsIntroduction to Windows Azure REST Requests Working with DataDesigning and Writing Windows Azure Calling RESTful services from Client-Side Creating an MVC Project and Adding aServices Code ModelConsuming Windows Azure Services in a Using HTTP Modules and HTTP Creating a New SQL Azure Database inWeb Application Handlers Visual StudioCreating and Coding a Windows Azure Using Web Sockets Adding Properties and Methods to MVCService Lab : Handling Requests in ASP.NET ModelsConsuming Data from a Windows Azure MVC 4 Web Applications Using Display and Edit Annotations inService Writing a Web Handler that Uses Web MVC ModelsDeveloping a Web API Sockets Writing Controllers and ActionsCalling a Web API from Mobile and Web Building a Chat Room in the Photo Writing Action FiltersApplications Sharing Application Adding an MVC Controller and Writing theLab: Implementing Web APIs in ASP.NET Deploying Web Applications ActionsMVC 4 Web Applications Deploying MVC 4 Applications Writing the Action Filters in a ControllerDeveloping a Web API in MVC 4 Lab: Deploying ASP.NET MVC 4 Web Using the Photo ControllerAdding Routes and Controllers to Handle Applications Creating Views with Razor SyntaxREST Requests Deploying an Application to Windows Using HTML HelpersCalling RESTful services from Client-Side Azure Reusing Code in ViewsCode Testing the Completed Application Adding a View for Photo DisplayUsing HTTP Modules and HTTP Handlers Adding a View for New PhotosUsing Web Sockets Creating and Using a Partial ViewLab : Handling Requests in ASP.NET MVC line Adding a Home View and Testing the4 Web Applications Overview of Microsoft Web Technologies ViewsWriting a Web Handler that Uses Web Overview of ASP.NET 4.5 Unit Testing MVC ComponentsSockets Introduction to ASP.NET MVC 4 Implementing an Exception HandlingBuilding a Chat Room in the Photo Sharing Exploring a Photo Sharing Application StrategyApplication Exploring a Web Pages Application Performing Unit TestsDeploying Web Applications Exploring a Web Forms Application Configuring Exception HandlingDeploying MVC 4 Applications Exploring an MVC Application Analyzing Information ArchitectureLab: Deploying ASP.NET MVC 4 Web Planning in the Project Design Phase Configuring RoutesApplications Designing Models, Controllers, and Views Creating a Navigation StructureDeploying an Application to Windows Azure Planning Controllers Using the Routing EngineTesting the Completed Application Planning Views Building Navigation Controls

Architecting an MVC Application Using Template Views

Lab: Developing ASP.NET MVC 4 Models Creating MVC Models Applying CSS to an MVC Applicationline Working with Data Creating an Adaptive User Interface

Creating an MVC Project and Adding a Using Template ViewsModel Applying a Consistent Look and Feel to an

line Creating a New SQL Azure Database in MVC ApplicationOverview of Microsoft Web Technologies Visual Studio Adapting Webpages for Different BrowsersOverview of ASP.NET 4.5 Adding Properties and Methods to MVC Using AJAX and Partial Page UpdatesIntroduction to ASP.NET MVC 4 Models Implementing a Caching StrategyExploring a Photo Sharing Application Using Display and Edit Annotations in Using Partial Page UpdatesExploring a Web Pages Application MVC Models Configuring ASP.NET CachesExploring a Web Forms Application Writing Controllers and Actions Rendering and Running JavaScript CodeExploring an MVC Application Writing Action Filters Using jQuery and jQueryUI

Page 34: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Planning in the Project Design Phase Adding an MVC Controller and Writing Using jQuery to Respond to UsersDesigning Models, Controllers, and Views the Actions Using jQueryUI to Build a User InterfacePlanning Controllers Writing the Action Filters in a Controller Implementing Authentication andPlanning Views Using the Photo Controller AuthorizationArchitecting an MVC Application Creating Views with Razor Syntax Assigning Roles and MembershipCreating MVC Models Using HTML Helpers Configuring AuthenticationWorking with Data Reusing Code in Views Controlling Access to ResourcesCreating an MVC Project and Adding a Adding a View for Photo Display Providing User Account FacilitiesModel Adding a View for New Photos Developing Secure SitesCreating a New SQL Azure Database in Creating and Using a Partial View State ManagementVisual Studio Adding a Home View and Testing the Storing User PreferencesAdding Properties and Methods to MVC Views Using User Preferences in the PhotoModels Unit Testing MVC Components GalleryUsing Display and Edit Annotations in MVC Implementing an Exception Handling Introduction to Windows AzureModels Strategy Designing and Writing Windows AzureWriting Controllers and Actions Performing Unit Tests ServicesWriting Action Filters Configuring Exception Handling Consuming Windows Azure Services in aAdding an MVC Controller and Writing the Analyzing Information Architecture Web ApplicationActions Configuring Routes Creating and Coding a Windows AzureWriting the Action Filters in a Controller Creating a Navigation Structure ServiceUsing the Photo Controller Using the Routing Engine Consuming Data from a Windows AzureCreating Views with Razor Syntax Building Navigation Controls ServiceUsing HTML Helpers Using Template Views Developing a Web APIReusing Code in Views Applying CSS to an MVC Application Calling a Web API from Mobile and WebAdding a View for Photo Display Creating an Adaptive User Interface ApplicationsAdding a View for New Photos Using Template Views Lab: Implementing Web APIs in ASP.NETCreating and Using a Partial View Applying a Consistent Look and Feel to MVC 4 Web ApplicationsAdding a Home View and Testing the Views an MVC Application Developing a Web API in MVC 4Unit Testing MVC Components Adapting Webpages for Different Adding Routes and Controllers to HandleImplementing an Exception Handling Browsers REST RequestsStrategy Using AJAX and Partial Page Updates Calling RESTful services from Client-SidePerforming Unit Tests Implementing a Caching Strategy CodeConfiguring Exception Handling Using Partial Page Updates Using HTTP Modules and HTTP HandlersAnalyzing Information Architecture Configuring ASP.NET Caches Using Web SocketsConfiguring Routes Rendering and Running JavaScript Code Lab : Handling Requests in ASP.NET MVCCreating a Navigation Structure Using jQuery and jQueryUI 4 Web ApplicationsUsing the Routing Engine Using jQuery to Respond to Users Writing a Web Handler that Uses WebBuilding Navigation Controls Using jQueryUI to Build a User Interface SocketsUsing Template Views Implementing Authentication and Building a Chat Room in the Photo SharingApplying CSS to an MVC Application Authorization ApplicationCreating an Adaptive User Interface Assigning Roles and Membership Deploying Web ApplicationsUsing Template Views Configuring Authentication Deploying MVC 4 ApplicationsApplying a Consistent Look and Feel to an Controlling Access to Resources Lab: Deploying ASP.NET MVC 4 WebMVC Application Providing User Account Facilities ApplicationsAdapting Webpages for Different Browsers Developing Secure Sites Deploying an Application to WindowsUsing AJAX and Partial Page Updates State Management AzureImplementing a Caching Strategy Storing User Preferences Testing the Completed ApplicationUsing Partial Page Updates Using User Preferences in the PhotoConfiguring ASP.NET Caches GalleryRendering and Running JavaScript Code Introduction to Windows Azure lineUsing jQuery and jQueryUI Designing and Writing Windows Azure Overview of Microsoft Web TechnologiesUsing jQuery to Respond to Users Services Overview of ASP.NET 4.5Using jQueryUI to Build a User Interface Consuming Windows Azure Services in a Introduction to ASP.NET MVC 4Implementing Authentication and Web Application Exploring a Photo Sharing ApplicationAuthorization Creating and Coding a Windows Azure Exploring a Web Pages ApplicationAssigning Roles and Membership Service Exploring a Web Forms ApplicationConfiguring Authentication Consuming Data from a Windows Azure Exploring an MVC ApplicationControlling Access to Resources Service Planning in the Project Design PhaseProviding User Account Facilities Developing a Web API Designing Models, Controllers, and ViewsDeveloping Secure Sites Calling a Web API from Mobile and Web Planning ControllersState Management Applications Planning ViewsStoring User Preferences Lab: Implementing Web APIs in Architecting an MVC ApplicationUsing User Preferences in the Photo Gallery ASP.NET MVC 4 Web Applications Creating MVC ModelsIntroduction to Windows Azure Developing a Web API in MVC 4 Working with DataDesigning and Writing Windows Azure Adding Routes and Controllers to Handle Creating an MVC Project and Adding aServices REST Requests Model

Page 35: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Consuming Windows Azure Services in a Calling RESTful services from Client-Side Creating a New SQL Azure Database inWeb Application Code Visual StudioCreating and Coding a Windows Azure Using HTTP Modules and HTTP Adding Properties and Methods to MVCService Handlers ModelsConsuming Data from a Windows Azure Using Web Sockets Using Display and Edit Annotations inService Lab : Handling Requests in ASP.NET MVC ModelsDeveloping a Web API MVC 4 Web Applications Writing Controllers and ActionsCalling a Web API from Mobile and Web Writing a Web Handler that Uses Web Writing Action FiltersApplications Sockets Adding an MVC Controller and Writing theLab: Implementing Web APIs in ASP.NET Building a Chat Room in the Photo ActionsMVC 4 Web Applications Sharing Application Writing the Action Filters in a ControllerDeveloping a Web API in MVC 4 Deploying Web Applications Using the Photo ControllerAdding Routes and Controllers to Handle Deploying MVC 4 Applications Creating Views with Razor SyntaxREST Requests Lab: Deploying ASP.NET MVC 4 Web Using HTML HelpersCalling RESTful services from Client-Side Applications Reusing Code in ViewsCode Deploying an Application to Windows Adding a View for Photo DisplayUsing HTTP Modules and HTTP Handlers Azure Adding a View for New PhotosUsing Web Sockets Testing the Completed Application Creating and Using a Partial ViewLab : Handling Requests in ASP.NET MVC Adding a Home View and Testing the4 Web Applications ViewsWriting a Web Handler that Uses Web line Unit Testing MVC ComponentsSockets Overview of Microsoft Web Technologies Implementing an Exception HandlingBuilding a Chat Room in the Photo Sharing Overview of ASP.NET 4.5 StrategyApplication Introduction to ASP.NET MVC 4 Performing Unit TestsDeploying Web Applications Exploring a Photo Sharing Application Configuring Exception HandlingDeploying MVC 4 Applications Exploring a Web Pages Application Analyzing Information ArchitectureLab: Deploying ASP.NET MVC 4 Web Exploring a Web Forms Application Configuring RoutesApplications Exploring an MVC Application Creating a Navigation StructureDeploying an Application to Windows Azure Planning in the Project Design Phase Using the Routing EngineTesting the Completed Application Designing Models, Controllers, and Views Building Navigation Controls

Planning Controllers Using Template ViewsPlanning Views Applying CSS to an MVC Application

line Architecting an MVC Application Creating an Adaptive User InterfaceOverview of Microsoft Web Technologies Creating MVC Models Using Template ViewsOverview of ASP.NET 4.5 Working with Data Applying a Consistent Look and Feel to anIntroduction to ASP.NET MVC 4 Creating an MVC Project and Adding a MVC ApplicationExploring a Photo Sharing Application Model Adapting Webpages for Different BrowsersExploring a Web Pages Application Creating a New SQL Azure Database in Using AJAX and Partial Page UpdatesExploring a Web Forms Application Visual Studio Implementing a Caching StrategyExploring an MVC Application Adding Properties and Methods to MVC Using Partial Page UpdatesPlanning in the Project Design Phase Models Configuring ASP.NET CachesDesigning Models, Controllers, and Views Using Display and Edit Annotations in Rendering and Running JavaScript CodePlanning Controllers MVC Models Using jQuery and jQueryUIPlanning Views Writing Controllers and Actions Using jQuery to Respond to UsersArchitecting an MVC Application Writing Action Filters Using jQueryUI to Build a User InterfaceCreating MVC Models Adding an MVC Controller and Writing Implementing Authentication andWorking with Data the Actions AuthorizationCreating an MVC Project and Adding a Writing the Action Filters in a Controller Assigning Roles and MembershipModel Using the Photo Controller Configuring AuthenticationCreating a New SQL Azure Database in Creating Views with Razor Syntax Controlling Access to ResourcesVisual Studio Using HTML Helpers Providing User Account FacilitiesAdding Properties and Methods to MVC Reusing Code in Views Developing Secure SitesModels Adding a View for Photo Display State ManagementUsing Display and Edit Annotations in MVC Adding a View for New Photos Storing User PreferencesModels Creating and Using a Partial View Using User Preferences in the PhotoWriting Controllers and Actions Adding a Home View and Testing the GalleryWriting Action Filters Views Introduction to Windows AzureAdding an MVC Controller and Writing the Unit Testing MVC Components Designing and Writing Windows AzureActions Implementing an Exception Handling ServicesWriting the Action Filters in a Controller Strategy Consuming Windows Azure Services in aUsing the Photo Controller Performing Unit Tests Web ApplicationCreating Views with Razor Syntax Configuring Exception Handling Creating and Coding a Windows AzureUsing HTML Helpers Analyzing Information Architecture ServiceReusing Code in Views Configuring Routes Consuming Data from a Windows AzureAdding a View for Photo Display Creating a Navigation Structure ServiceAdding a View for New Photos Using the Routing Engine Developing a Web API

Page 36: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Creating and Using a Partial View Building Navigation Controls Calling a Web API from Mobile and WebAdding a Home View and Testing the Views Using Template Views ApplicationsUnit Testing MVC Components Applying CSS to an MVC Application Lab: Implementing Web APIs in ASP.NETImplementing an Exception Handling Creating an Adaptive User Interface MVC 4 Web ApplicationsStrategy Using Template Views Developing a Web API in MVC 4Performing Unit Tests Applying a Consistent Look and Feel to Adding Routes and Controllers to HandleConfiguring Exception Handling an MVC Application REST RequestsAnalyzing Information Architecture Adapting Webpages for Different Calling RESTful services from Client-SideConfiguring Routes Browsers CodeCreating a Navigation Structure Using AJAX and Partial Page Updates Using HTTP Modules and HTTP HandlersUsing the Routing Engine Implementing a Caching Strategy Using Web SocketsBuilding Navigation Controls Using Partial Page Updates Lab : Handling Requests in ASP.NET MVCUsing Template Views Configuring ASP.NET Caches 4 Web ApplicationsApplying CSS to an MVC Application Rendering and Running JavaScript Code Writing a Web Handler that Uses WebCreating an Adaptive User Interface Using jQuery and jQueryUI SocketsUsing Template Views Using jQuery to Respond to Users Building a Chat Room in the Photo SharingApplying a Consistent Look and Feel to an Using jQueryUI to Build a User Interface ApplicationMVC Application Implementing Authentication and Deploying Web ApplicationsAdapting Webpages for Different Browsers Authorization Deploying MVC 4 ApplicationsUsing AJAX and Partial Page Updates Assigning Roles and Membership Lab: Deploying ASP.NET MVC 4 WebImplementing a Caching Strategy Configuring Authentication ApplicationsUsing Partial Page Updates Controlling Access to Resources Deploying an Application to WindowsConfiguring ASP.NET Caches Providing User Account Facilities AzureRendering and Running JavaScript Code Developing Secure Sites Testing the Completed ApplicationUsing jQuery and jQueryUI State ManagementUsing jQuery to Respond to Users Storing User Preferences Module 14: Implementing Web APIs inUsing jQueryUI to Build a User Interface Using User Preferences in the Photo ASP.NET MVC 4 Web ApplicationsImplementing Authentication and Gallery lineAuthorization Introduction to Windows AzureAssigning Roles and Membership Designing and Writing Windows AzureConfiguring Authentication Services lineControlling Access to Resources Consuming Windows Azure Services in a Overview of Microsoft Web TechnologiesProviding User Account Facilities Web Application Overview of ASP.NET 4.5Developing Secure Sites Creating and Coding a Windows Azure Introduction to ASP.NET MVC 4State Management Service Exploring a Photo Sharing ApplicationStoring User Preferences Consuming Data from a Windows Azure Exploring a Web Pages ApplicationUsing User Preferences in the Photo Gallery Service Exploring a Web Forms ApplicationIntroduction to Windows Azure Developing a Web API Exploring an MVC ApplicationDesigning and Writing Windows Azure Calling a Web API from Mobile and Web Planning in the Project Design PhaseServices Applications Designing Models, Controllers, and ViewsConsuming Windows Azure Services in a Lab: Implementing Web APIs in Planning ControllersWeb Application ASP.NET MVC 4 Web Applications Planning ViewsCreating and Coding a Windows Azure Developing a Web API in MVC 4 Architecting an MVC ApplicationService Adding Routes and Controllers to Handle Creating MVC ModelsConsuming Data from a Windows Azure REST Requests Working with DataService Calling RESTful services from Client-Side Creating an MVC Project and Adding aDeveloping a Web API Code ModelCalling a Web API from Mobile and Web Using HTTP Modules and HTTP Creating a New SQL Azure Database inApplications Handlers Visual StudioLab: Implementing Web APIs in ASP.NET Using Web Sockets Adding Properties and Methods to MVCMVC 4 Web Applications Lab : Handling Requests in ASP.NET ModelsDeveloping a Web API in MVC 4 MVC 4 Web Applications Using Display and Edit Annotations inAdding Routes and Controllers to Handle Writing a Web Handler that Uses Web MVC ModelsREST Requests Sockets Writing Controllers and ActionsCalling RESTful services from Client-Side Building a Chat Room in the Photo Writing Action FiltersCode Sharing Application Adding an MVC Controller and Writing theUsing HTTP Modules and HTTP Handlers Deploying Web Applications ActionsUsing Web Sockets Deploying MVC 4 Applications Writing the Action Filters in a ControllerLab : Handling Requests in ASP.NET MVC Lab: Deploying ASP.NET MVC 4 Web Using the Photo Controller4 Web Applications Applications Creating Views with Razor SyntaxWriting a Web Handler that Uses Web Deploying an Application to Windows Using HTML HelpersSockets Azure Reusing Code in ViewsBuilding a Chat Room in the Photo Sharing Testing the Completed Application Adding a View for Photo DisplayApplication Adding a View for New PhotosDeploying Web Applications Lab: Applying Styles to ASP.NET MVC 4 Creating and Using a Partial ViewDeploying MVC 4 Applications Web Applications Adding a Home View and Testing the

Page 37: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Lab: Deploying ASP.NET MVC 4 Web line ViewsApplications Unit Testing MVC ComponentsDeploying an Application to Windows Azure Implementing an Exception HandlingTesting the Completed Application line Strategy

Overview of Microsoft Web Technologies Performing Unit TestsOverview of ASP.NET 4.5 Configuring Exception Handling

line Introduction to ASP.NET MVC 4 Analyzing Information ArchitectureOverview of Microsoft Web Technologies Exploring a Photo Sharing Application Configuring RoutesOverview of ASP.NET 4.5 Exploring a Web Pages Application Creating a Navigation StructureIntroduction to ASP.NET MVC 4 Exploring a Web Forms Application Using the Routing EngineExploring a Photo Sharing Application Exploring an MVC Application Building Navigation ControlsExploring a Web Pages Application Planning in the Project Design Phase Using Template ViewsExploring a Web Forms Application Designing Models, Controllers, and Views Applying CSS to an MVC ApplicationExploring an MVC Application Planning Controllers Creating an Adaptive User InterfacePlanning in the Project Design Phase Planning Views Using Template ViewsDesigning Models, Controllers, and Views Architecting an MVC Application Applying a Consistent Look and Feel to anPlanning Controllers Creating MVC Models MVC ApplicationPlanning Views Working with Data Adapting Webpages for Different BrowsersArchitecting an MVC Application Creating an MVC Project and Adding a Using AJAX and Partial Page UpdatesCreating MVC Models Model Implementing a Caching StrategyWorking with Data Creating a New SQL Azure Database in Using Partial Page UpdatesCreating an MVC Project and Adding a Visual Studio Configuring ASP.NET CachesModel Adding Properties and Methods to MVC Rendering and Running JavaScript CodeCreating a New SQL Azure Database in Models Using jQuery and jQueryUIVisual Studio Using Display and Edit Annotations in Using jQuery to Respond to UsersAdding Properties and Methods to MVC MVC Models Using jQueryUI to Build a User InterfaceModels Writing Controllers and Actions Implementing Authentication andUsing Display and Edit Annotations in MVC Writing Action Filters AuthorizationModels Adding an MVC Controller and Writing Assigning Roles and MembershipWriting Controllers and Actions the Actions Configuring AuthenticationWriting Action Filters Writing the Action Filters in a Controller Controlling Access to ResourcesAdding an MVC Controller and Writing the Using the Photo Controller Providing User Account FacilitiesActions Creating Views with Razor Syntax Developing Secure SitesWriting the Action Filters in a Controller Using HTML Helpers State ManagementUsing the Photo Controller Reusing Code in Views Storing User PreferencesCreating Views with Razor Syntax Adding a View for Photo Display Using User Preferences in the PhotoUsing HTML Helpers Adding a View for New Photos GalleryReusing Code in Views Creating and Using a Partial View Introduction to Windows AzureAdding a View for Photo Display Adding a Home View and Testing the Designing and Writing Windows AzureAdding a View for New Photos Views ServicesCreating and Using a Partial View Unit Testing MVC Components Consuming Windows Azure Services in aAdding a Home View and Testing the Views Implementing an Exception Handling Web ApplicationUnit Testing MVC Components Strategy Creating and Coding a Windows AzureImplementing an Exception Handling Performing Unit Tests ServiceStrategy Configuring Exception Handling Consuming Data from a Windows AzurePerforming Unit Tests Analyzing Information Architecture ServiceConfiguring Exception Handling Configuring Routes Developing a Web APIAnalyzing Information Architecture Creating a Navigation Structure Calling a Web API from Mobile and WebConfiguring Routes Using the Routing Engine ApplicationsCreating a Navigation Structure Building Navigation Controls Lab: Implementing Web APIs in ASP.NETUsing the Routing Engine Using Template Views MVC 4 Web ApplicationsBuilding Navigation Controls Applying CSS to an MVC Application Developing a Web API in MVC 4Using Template Views Creating an Adaptive User Interface Adding Routes and Controllers to HandleApplying CSS to an MVC Application Using Template Views REST RequestsCreating an Adaptive User Interface Applying a Consistent Look and Feel to Calling RESTful services from Client-SideUsing Template Views an MVC Application CodeApplying a Consistent Look and Feel to an Adapting Webpages for Different Using HTTP Modules and HTTP HandlersMVC Application Browsers Using Web SocketsAdapting Webpages for Different Browsers Using AJAX and Partial Page Updates Lab : Handling Requests in ASP.NET MVCUsing AJAX and Partial Page Updates Implementing a Caching Strategy 4 Web ApplicationsImplementing a Caching Strategy Using Partial Page Updates Writing a Web Handler that Uses WebUsing Partial Page Updates Configuring ASP.NET Caches SocketsConfiguring ASP.NET Caches Rendering and Running JavaScript Code Building a Chat Room in the Photo SharingRendering and Running JavaScript Code Using jQuery and jQueryUI ApplicationUsing jQuery and jQueryUI Using jQuery to Respond to Users Deploying Web ApplicationsUsing jQuery to Respond to Users Using jQueryUI to Build a User Interface Deploying MVC 4 Applications

Page 38: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Using jQueryUI to Build a User Interface Implementing Authentication and Lab: Deploying ASP.NET MVC 4 WebImplementing Authentication and Authorization ApplicationsAuthorization Assigning Roles and Membership Deploying an Application to WindowsAssigning Roles and Membership Configuring Authentication AzureConfiguring Authentication Controlling Access to Resources Testing the Completed ApplicationControlling Access to Resources Providing User Account FacilitiesProviding User Account Facilities Developing Secure SitesDeveloping Secure Sites State Management lineState Management Storing User Preferences Overview of Microsoft Web TechnologiesStoring User Preferences Using User Preferences in the Photo Overview of ASP.NET 4.5Using User Preferences in the Photo Gallery Gallery Introduction to ASP.NET MVC 4Introduction to Windows Azure Introduction to Windows Azure Exploring a Photo Sharing ApplicationDesigning and Writing Windows Azure Designing and Writing Windows Azure Exploring a Web Pages ApplicationServices Services Exploring a Web Forms ApplicationConsuming Windows Azure Services in a Consuming Windows Azure Services in a Exploring an MVC ApplicationWeb Application Web Application Planning in the Project Design PhaseCreating and Coding a Windows Azure Creating and Coding a Windows Azure Designing Models, Controllers, and ViewsService Service Planning ControllersConsuming Data from a Windows Azure Consuming Data from a Windows Azure Planning ViewsService Service Architecting an MVC ApplicationDeveloping a Web API Developing a Web API Creating MVC ModelsCalling a Web API from Mobile and Web Calling a Web API from Mobile and Web Working with DataApplications Applications Creating an MVC Project and Adding aLab: Implementing Web APIs in ASP.NET Lab: Implementing Web APIs in ModelMVC 4 Web Applications ASP.NET MVC 4 Web Applications Creating a New SQL Azure Database inDeveloping a Web API in MVC 4 Developing a Web API in MVC 4 Visual StudioAdding Routes and Controllers to Handle Adding Routes and Controllers to Handle Adding Properties and Methods to MVCREST Requests REST Requests ModelsCalling RESTful services from Client-Side Calling RESTful services from Client-Side Using Display and Edit Annotations inCode Code MVC ModelsUsing HTTP Modules and HTTP Handlers Using HTTP Modules and HTTP Writing Controllers and ActionsUsing Web Sockets Handlers Writing Action FiltersLab : Handling Requests in ASP.NET MVC Using Web Sockets Adding an MVC Controller and Writing the4 Web Applications Lab : Handling Requests in ASP.NET ActionsWriting a Web Handler that Uses Web MVC 4 Web Applications Writing the Action Filters in a ControllerSockets Writing a Web Handler that Uses Web Using the Photo ControllerBuilding a Chat Room in the Photo Sharing Sockets Creating Views with Razor SyntaxApplication Building a Chat Room in the Photo Using HTML HelpersDeploying Web Applications Sharing Application Reusing Code in ViewsDeploying MVC 4 Applications Deploying Web Applications Adding a View for Photo DisplayLab: Deploying ASP.NET MVC 4 Web Deploying MVC 4 Applications Adding a View for New PhotosApplications Lab: Deploying ASP.NET MVC 4 Web Creating and Using a Partial ViewDeploying an Application to Windows Azure Applications Adding a Home View and Testing theTesting the Completed Application Deploying an Application to Windows Views

Azure Unit Testing MVC ComponentsTesting the Completed Application Implementing an Exception Handling

line StrategyOverview of Microsoft Web Technologies Performing Unit TestsOverview of ASP.NET 4.5 line Configuring Exception HandlingIntroduction to ASP.NET MVC 4 Overview of Microsoft Web Technologies Analyzing Information ArchitectureExploring a Photo Sharing Application Overview of ASP.NET 4.5 Configuring RoutesExploring a Web Pages Application Introduction to ASP.NET MVC 4 Creating a Navigation StructureExploring a Web Forms Application Exploring a Photo Sharing Application Using the Routing EngineExploring an MVC Application Exploring a Web Pages Application Building Navigation ControlsPlanning in the Project Design Phase Exploring a Web Forms Application Using Template ViewsDesigning Models, Controllers, and Views Exploring an MVC Application Applying CSS to an MVC ApplicationPlanning Controllers Planning in the Project Design Phase Creating an Adaptive User InterfacePlanning Views Designing Models, Controllers, and Views Using Template ViewsArchitecting an MVC Application Planning Controllers Applying a Consistent Look and Feel to anCreating MVC Models Planning Views MVC ApplicationWorking with Data Architecting an MVC Application Adapting Webpages for Different BrowsersCreating an MVC Project and Adding a Creating MVC Models Using AJAX and Partial Page UpdatesModel Working with Data Implementing a Caching StrategyCreating a New SQL Azure Database in Creating an MVC Project and Adding a Using Partial Page UpdatesVisual Studio Model Configuring ASP.NET CachesAdding Properties and Methods to MVC Creating a New SQL Azure Database in Rendering and Running JavaScript Code

Page 39: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Models Visual Studio Using jQuery and jQueryUIUsing Display and Edit Annotations in MVC Adding Properties and Methods to MVC Using jQuery to Respond to UsersModels Models Using jQueryUI to Build a User InterfaceWriting Controllers and Actions Using Display and Edit Annotations in Implementing Authentication andWriting Action Filters MVC Models AuthorizationAdding an MVC Controller and Writing the Writing Controllers and Actions Assigning Roles and MembershipActions Writing Action Filters Configuring AuthenticationWriting the Action Filters in a Controller Adding an MVC Controller and Writing Controlling Access to ResourcesUsing the Photo Controller the Actions Providing User Account FacilitiesCreating Views with Razor Syntax Writing the Action Filters in a Controller Developing Secure SitesUsing HTML Helpers Using the Photo Controller State ManagementReusing Code in Views Creating Views with Razor Syntax Storing User PreferencesAdding a View for Photo Display Using HTML Helpers Using User Preferences in the PhotoAdding a View for New Photos Reusing Code in Views GalleryCreating and Using a Partial View Adding a View for Photo Display Introduction to Windows AzureAdding a Home View and Testing the Views Adding a View for New Photos Designing and Writing Windows AzureUnit Testing MVC Components Creating and Using a Partial View ServicesImplementing an Exception Handling Adding a Home View and Testing the Consuming Windows Azure Services in aStrategy Views Web ApplicationPerforming Unit Tests Unit Testing MVC Components Creating and Coding a Windows AzureConfiguring Exception Handling Implementing an Exception Handling ServiceAnalyzing Information Architecture Strategy Consuming Data from a Windows AzureConfiguring Routes Performing Unit Tests ServiceCreating a Navigation Structure Configuring Exception Handling Developing a Web APIUsing the Routing Engine Analyzing Information Architecture Calling a Web API from Mobile and WebBuilding Navigation Controls Configuring Routes ApplicationsUsing Template Views Creating a Navigation Structure Lab: Implementing Web APIs in ASP.NETApplying CSS to an MVC Application Using the Routing Engine MVC 4 Web ApplicationsCreating an Adaptive User Interface Building Navigation Controls Developing a Web API in MVC 4Using Template Views Using Template Views Adding Routes and Controllers to HandleApplying a Consistent Look and Feel to an Applying CSS to an MVC Application REST RequestsMVC Application Creating an Adaptive User Interface Calling RESTful services from Client-SideAdapting Webpages for Different Browsers Using Template Views CodeUsing AJAX and Partial Page Updates Applying a Consistent Look and Feel to Using HTTP Modules and HTTP HandlersImplementing a Caching Strategy an MVC Application Using Web SocketsUsing Partial Page Updates Adapting Webpages for Different Lab : Handling Requests in ASP.NET MVCConfiguring ASP.NET Caches Browsers 4 Web ApplicationsRendering and Running JavaScript Code Using AJAX and Partial Page Updates Writing a Web Handler that Uses WebUsing jQuery and jQueryUI Implementing a Caching Strategy SocketsUsing jQuery to Respond to Users Using Partial Page Updates Building a Chat Room in the Photo SharingUsing jQueryUI to Build a User Interface Configuring ASP.NET Caches ApplicationImplementing Authentication and Rendering and Running JavaScript Code Deploying Web ApplicationsAuthorization Using jQuery and jQueryUI Deploying MVC 4 ApplicationsAssigning Roles and Membership Using jQuery to Respond to Users Lab: Deploying ASP.NET MVC 4 WebConfiguring Authentication Using jQueryUI to Build a User Interface ApplicationsControlling Access to Resources Implementing Authentication and Deploying an Application to WindowsProviding User Account Facilities Authorization AzureDeveloping Secure Sites Assigning Roles and Membership Testing the Completed ApplicationState Management Configuring AuthenticationStoring User Preferences Controlling Access to ResourcesUsing User Preferences in the Photo Gallery Providing User Account Facilities lineIntroduction to Windows Azure Developing Secure Sites Overview of Microsoft Web TechnologiesDesigning and Writing Windows Azure State Management Overview of ASP.NET 4.5Services Storing User Preferences Introduction to ASP.NET MVC 4Consuming Windows Azure Services in a Using User Preferences in the Photo Exploring a Photo Sharing ApplicationWeb Application Gallery Exploring a Web Pages ApplicationCreating and Coding a Windows Azure Introduction to Windows Azure Exploring a Web Forms ApplicationService Designing and Writing Windows Azure Exploring an MVC ApplicationConsuming Data from a Windows Azure Services Planning in the Project Design PhaseService Consuming Windows Azure Services in a Designing Models, Controllers, and ViewsDeveloping a Web API Web Application Planning ControllersCalling a Web API from Mobile and Web Creating and Coding a Windows Azure Planning ViewsApplications Service Architecting an MVC ApplicationLab: Implementing Web APIs in ASP.NET Consuming Data from a Windows Azure Creating MVC ModelsMVC 4 Web Applications Service Working with DataDeveloping a Web API in MVC 4 Developing a Web API Creating an MVC Project and Adding a

Page 40: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Adding Routes and Controllers to Handle Calling a Web API from Mobile and Web ModelREST Requests Applications Creating a New SQL Azure Database inCalling RESTful services from Client-Side Lab: Implementing Web APIs in Visual StudioCode ASP.NET MVC 4 Web Applications Adding Properties and Methods to MVCUsing HTTP Modules and HTTP Handlers Developing a Web API in MVC 4 ModelsUsing Web Sockets Adding Routes and Controllers to Handle Using Display and Edit Annotations inLab : Handling Requests in ASP.NET MVC REST Requests MVC Models4 Web Applications Calling RESTful services from Client-Side Writing Controllers and ActionsWriting a Web Handler that Uses Web Code Writing Action FiltersSockets Using HTTP Modules and HTTP Adding an MVC Controller and Writing theBuilding a Chat Room in the Photo Sharing Handlers ActionsApplication Using Web Sockets Writing the Action Filters in a ControllerDeploying Web Applications Lab : Handling Requests in ASP.NET Using the Photo ControllerDeploying MVC 4 Applications MVC 4 Web Applications Creating Views with Razor SyntaxLab: Deploying ASP.NET MVC 4 Web Writing a Web Handler that Uses Web Using HTML HelpersApplications Sockets Reusing Code in ViewsDeploying an Application to Windows Azure Building a Chat Room in the Photo Adding a View for Photo DisplayTesting the Completed Application Sharing Application Adding a View for New Photos

Deploying Web Applications Creating and Using a Partial ViewDeploying MVC 4 Applications Adding a Home View and Testing the

line Lab: Deploying ASP.NET MVC 4 Web ViewsOverview of Microsoft Web Technologies Applications Unit Testing MVC ComponentsOverview of ASP.NET 4.5 Deploying an Application to Windows Implementing an Exception HandlingIntroduction to ASP.NET MVC 4 Azure StrategyExploring a Photo Sharing Application Testing the Completed Application Performing Unit TestsExploring a Web Pages Application Configuring Exception HandlingExploring a Web Forms Application Analyzing Information ArchitectureExploring an MVC Application line Configuring RoutesPlanning in the Project Design Phase Overview of Microsoft Web Technologies Creating a Navigation StructureDesigning Models, Controllers, and Views Overview of ASP.NET 4.5 Using the Routing EnginePlanning Controllers Introduction to ASP.NET MVC 4 Building Navigation ControlsPlanning Views Exploring a Photo Sharing Application Using Template ViewsArchitecting an MVC Application Exploring a Web Pages Application Applying CSS to an MVC ApplicationCreating MVC Models Exploring a Web Forms Application Creating an Adaptive User InterfaceWorking with Data Exploring an MVC Application Using Template ViewsCreating an MVC Project and Adding a Planning in the Project Design Phase Applying a Consistent Look and Feel to anModel Designing Models, Controllers, and Views MVC ApplicationCreating a New SQL Azure Database in Planning Controllers Adapting Webpages for Different BrowsersVisual Studio Planning Views Using AJAX and Partial Page UpdatesAdding Properties and Methods to MVC Architecting an MVC Application Implementing a Caching StrategyModels Creating MVC Models Using Partial Page UpdatesUsing Display and Edit Annotations in MVC Working with Data Configuring ASP.NET CachesModels Creating an MVC Project and Adding a Rendering and Running JavaScript CodeWriting Controllers and Actions Model Using jQuery and jQueryUIWriting Action Filters Creating a New SQL Azure Database in Using jQuery to Respond to UsersAdding an MVC Controller and Writing the Visual Studio Using jQueryUI to Build a User InterfaceActions Adding Properties and Methods to MVC Implementing Authentication andWriting the Action Filters in a Controller Models AuthorizationUsing the Photo Controller Using Display and Edit Annotations in Assigning Roles and MembershipCreating Views with Razor Syntax MVC Models Configuring AuthenticationUsing HTML Helpers Writing Controllers and Actions Controlling Access to ResourcesReusing Code in Views Writing Action Filters Providing User Account FacilitiesAdding a View for Photo Display Adding an MVC Controller and Writing Developing Secure SitesAdding a View for New Photos the Actions State ManagementCreating and Using a Partial View Writing the Action Filters in a Controller Storing User PreferencesAdding a Home View and Testing the Views Using the Photo Controller Using User Preferences in the PhotoUnit Testing MVC Components Creating Views with Razor Syntax GalleryImplementing an Exception Handling Using HTML Helpers Introduction to Windows AzureStrategy Reusing Code in Views Designing and Writing Windows AzurePerforming Unit Tests Adding a View for Photo Display ServicesConfiguring Exception Handling Adding a View for New Photos Consuming Windows Azure Services in aAnalyzing Information Architecture Creating and Using a Partial View Web ApplicationConfiguring Routes Adding a Home View and Testing the Creating and Coding a Windows AzureCreating a Navigation Structure Views ServiceUsing the Routing Engine Unit Testing MVC Components Consuming Data from a Windows AzureBuilding Navigation Controls Implementing an Exception Handling Service

Page 41: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Using Template Views Strategy Developing a Web APIApplying CSS to an MVC Application Performing Unit Tests Calling a Web API from Mobile and WebCreating an Adaptive User Interface Configuring Exception Handling ApplicationsUsing Template Views Analyzing Information Architecture Lab: Implementing Web APIs in ASP.NETApplying a Consistent Look and Feel to an Configuring Routes MVC 4 Web ApplicationsMVC Application Creating a Navigation Structure Developing a Web API in MVC 4Adapting Webpages for Different Browsers Using the Routing Engine Adding Routes and Controllers to HandleUsing AJAX and Partial Page Updates Building Navigation Controls REST RequestsImplementing a Caching Strategy Using Template Views Calling RESTful services from Client-SideUsing Partial Page Updates Applying CSS to an MVC Application CodeConfiguring ASP.NET Caches Creating an Adaptive User Interface Using HTTP Modules and HTTP HandlersRendering and Running JavaScript Code Using Template Views Using Web SocketsUsing jQuery and jQueryUI Applying a Consistent Look and Feel to Lab : Handling Requests in ASP.NET MVCUsing jQuery to Respond to Users an MVC Application 4 Web ApplicationsUsing jQueryUI to Build a User Interface Adapting Webpages for Different Writing a Web Handler that Uses WebImplementing Authentication and Browsers SocketsAuthorization Using AJAX and Partial Page Updates Building a Chat Room in the Photo SharingAssigning Roles and Membership Implementing a Caching Strategy ApplicationConfiguring Authentication Using Partial Page Updates Deploying Web ApplicationsControlling Access to Resources Configuring ASP.NET Caches Deploying MVC 4 ApplicationsProviding User Account Facilities Rendering and Running JavaScript Code Lab: Deploying ASP.NET MVC 4 WebDeveloping Secure Sites Using jQuery and jQueryUI ApplicationsState Management Using jQuery to Respond to Users Deploying an Application to WindowsStoring User Preferences Using jQueryUI to Build a User Interface AzureUsing User Preferences in the Photo Gallery Implementing Authentication and Testing the Completed ApplicationIntroduction to Windows Azure AuthorizationDesigning and Writing Windows Azure Assigning Roles and MembershipServices Configuring Authentication lineConsuming Windows Azure Services in a Controlling Access to Resources Overview of Microsoft Web TechnologiesWeb Application Providing User Account Facilities Overview of ASP.NET 4.5Creating and Coding a Windows Azure Developing Secure Sites Introduction to ASP.NET MVC 4Service State Management Exploring a Photo Sharing ApplicationConsuming Data from a Windows Azure Storing User Preferences Exploring a Web Pages ApplicationService Using User Preferences in the Photo Exploring a Web Forms ApplicationDeveloping a Web API Gallery Exploring an MVC ApplicationCalling a Web API from Mobile and Web Introduction to Windows Azure Planning in the Project Design PhaseApplications Designing and Writing Windows Azure Designing Models, Controllers, and ViewsLab: Implementing Web APIs in ASP.NET Services Planning ControllersMVC 4 Web Applications Consuming Windows Azure Services in a Planning ViewsDeveloping a Web API in MVC 4 Web Application Architecting an MVC ApplicationAdding Routes and Controllers to Handle Creating and Coding a Windows Azure Creating MVC ModelsREST Requests Service Working with DataCalling RESTful services from Client-Side Consuming Data from a Windows Azure Creating an MVC Project and Adding aCode Service ModelUsing HTTP Modules and HTTP Handlers Developing a Web API Creating a New SQL Azure Database inUsing Web Sockets Calling a Web API from Mobile and Web Visual StudioLab : Handling Requests in ASP.NET MVC Applications Adding Properties and Methods to MVC4 Web Applications Lab: Implementing Web APIs in ModelsWriting a Web Handler that Uses Web ASP.NET MVC 4 Web Applications Using Display and Edit Annotations inSockets Developing a Web API in MVC 4 MVC ModelsBuilding a Chat Room in the Photo Sharing Adding Routes and Controllers to Handle Writing Controllers and ActionsApplication REST Requests Writing Action FiltersDeploying Web Applications Calling RESTful services from Client-Side Adding an MVC Controller and Writing theDeploying MVC 4 Applications Code ActionsLab: Deploying ASP.NET MVC 4 Web Using HTTP Modules and HTTP Writing the Action Filters in a ControllerApplications Handlers Using the Photo ControllerDeploying an Application to Windows Azure Using Web Sockets Creating Views with Razor SyntaxTesting the Completed Application Lab : Handling Requests in ASP.NET Using HTML Helpers

MVC 4 Web Applications Reusing Code in Views

Module 4: Developing ASP.NET MVC 4 Writing a Web Handler that Uses Web Adding a View for Photo Display

Controllers Sockets Adding a View for New Photosline Building a Chat Room in the Photo Creating and Using a Partial View

Sharing Application Adding a Home View and Testing theDeploying Web Applications Views

line Deploying MVC 4 Applications Unit Testing MVC ComponentsOverview of Microsoft Web Technologies Lab: Deploying ASP.NET MVC 4 Web Implementing an Exception Handling

Page 42: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Overview of ASP.NET 4.5 Applications StrategyIntroduction to ASP.NET MVC 4 Deploying an Application to Windows Performing Unit TestsExploring a Photo Sharing Application Azure Configuring Exception HandlingExploring a Web Pages Application Testing the Completed Application Analyzing Information ArchitectureExploring a Web Forms Application Configuring RoutesExploring an MVC Application Creating a Navigation StructurePlanning in the Project Design Phase line Using the Routing EngineDesigning Models, Controllers, and Views Overview of Microsoft Web Technologies Building Navigation ControlsPlanning Controllers Overview of ASP.NET 4.5 Using Template ViewsPlanning Views Introduction to ASP.NET MVC 4 Applying CSS to an MVC ApplicationArchitecting an MVC Application Exploring a Photo Sharing Application Creating an Adaptive User InterfaceCreating MVC Models Exploring a Web Pages Application Using Template ViewsWorking with Data Exploring a Web Forms Application Applying a Consistent Look and Feel to anCreating an MVC Project and Adding a Exploring an MVC Application MVC ApplicationModel Planning in the Project Design Phase Adapting Webpages for Different BrowsersCreating a New SQL Azure Database in Designing Models, Controllers, and Views Using AJAX and Partial Page UpdatesVisual Studio Planning Controllers Implementing a Caching StrategyAdding Properties and Methods to MVC Planning Views Using Partial Page UpdatesModels Architecting an MVC Application Configuring ASP.NET CachesUsing Display and Edit Annotations in MVC Creating MVC Models Rendering and Running JavaScript CodeModels Working with Data Using jQuery and jQueryUIWriting Controllers and Actions Creating an MVC Project and Adding a Using jQuery to Respond to UsersWriting Action Filters Model Using jQueryUI to Build a User InterfaceAdding an MVC Controller and Writing the Creating a New SQL Azure Database in Implementing Authentication andActions Visual Studio AuthorizationWriting the Action Filters in a Controller Adding Properties and Methods to MVC Assigning Roles and MembershipUsing the Photo Controller Models Configuring AuthenticationCreating Views with Razor Syntax Using Display and Edit Annotations in Controlling Access to ResourcesUsing HTML Helpers MVC Models Providing User Account FacilitiesReusing Code in Views Writing Controllers and Actions Developing Secure SitesAdding a View for Photo Display Writing Action Filters State ManagementAdding a View for New Photos Adding an MVC Controller and Writing Storing User PreferencesCreating and Using a Partial View the Actions Using User Preferences in the PhotoAdding a Home View and Testing the Views Writing the Action Filters in a Controller GalleryUnit Testing MVC Components Using the Photo Controller Introduction to Windows AzureImplementing an Exception Handling Creating Views with Razor Syntax Designing and Writing Windows AzureStrategy Using HTML Helpers ServicesPerforming Unit Tests Reusing Code in Views Consuming Windows Azure Services in aConfiguring Exception Handling Adding a View for Photo Display Web ApplicationAnalyzing Information Architecture Adding a View for New Photos Creating and Coding a Windows AzureConfiguring Routes Creating and Using a Partial View ServiceCreating a Navigation Structure Adding a Home View and Testing the Consuming Data from a Windows AzureUsing the Routing Engine Views ServiceBuilding Navigation Controls Unit Testing MVC Components Developing a Web APIUsing Template Views Implementing an Exception Handling Calling a Web API from Mobile and WebApplying CSS to an MVC Application Strategy ApplicationsCreating an Adaptive User Interface Performing Unit Tests Lab: Implementing Web APIs in ASP.NETUsing Template Views Configuring Exception Handling MVC 4 Web ApplicationsApplying a Consistent Look and Feel to an Analyzing Information Architecture Developing a Web API in MVC 4MVC Application Configuring Routes Adding Routes and Controllers to HandleAdapting Webpages for Different Browsers Creating a Navigation Structure REST RequestsUsing AJAX and Partial Page Updates Using the Routing Engine Calling RESTful services from Client-SideImplementing a Caching Strategy Building Navigation Controls CodeUsing Partial Page Updates Using Template Views Using HTTP Modules and HTTP HandlersConfiguring ASP.NET Caches Applying CSS to an MVC Application Using Web SocketsRendering and Running JavaScript Code Creating an Adaptive User Interface Lab : Handling Requests in ASP.NET MVCUsing jQuery and jQueryUI Using Template Views 4 Web ApplicationsUsing jQuery to Respond to Users Applying a Consistent Look and Feel to Writing a Web Handler that Uses WebUsing jQueryUI to Build a User Interface an MVC Application SocketsImplementing Authentication and Adapting Webpages for Different Building a Chat Room in the Photo SharingAuthorization Browsers ApplicationAssigning Roles and Membership Using AJAX and Partial Page Updates Deploying Web ApplicationsConfiguring Authentication Implementing a Caching Strategy Deploying MVC 4 ApplicationsControlling Access to Resources Using Partial Page Updates Lab: Deploying ASP.NET MVC 4 WebProviding User Account Facilities Configuring ASP.NET Caches ApplicationsDeveloping Secure Sites Rendering and Running JavaScript Code Deploying an Application to Windows

Page 43: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

State Management Using jQuery and jQueryUI AzureStoring User Preferences Using jQuery to Respond to Users Testing the Completed ApplicationUsing User Preferences in the Photo Gallery Using jQueryUI to Build a User InterfaceIntroduction to Windows Azure Implementing Authentication andDesigning and Writing Windows Azure Authorization lineServices Assigning Roles and Membership Overview of Microsoft Web TechnologiesConsuming Windows Azure Services in a Configuring Authentication Overview of ASP.NET 4.5Web Application Controlling Access to Resources Introduction to ASP.NET MVC 4Creating and Coding a Windows Azure Providing User Account Facilities Exploring a Photo Sharing ApplicationService Developing Secure Sites Exploring a Web Pages ApplicationConsuming Data from a Windows Azure State Management Exploring a Web Forms ApplicationService Storing User Preferences Exploring an MVC ApplicationDeveloping a Web API Using User Preferences in the Photo Planning in the Project Design PhaseCalling a Web API from Mobile and Web Gallery Designing Models, Controllers, and ViewsApplications Introduction to Windows Azure Planning ControllersLab: Implementing Web APIs in ASP.NET Designing and Writing Windows Azure Planning ViewsMVC 4 Web Applications Services Architecting an MVC ApplicationDeveloping a Web API in MVC 4 Consuming Windows Azure Services in a Creating MVC ModelsAdding Routes and Controllers to Handle Web Application Working with DataREST Requests Creating and Coding a Windows Azure Creating an MVC Project and Adding aCalling RESTful services from Client-Side Service ModelCode Consuming Data from a Windows Azure Creating a New SQL Azure Database inUsing HTTP Modules and HTTP Handlers Service Visual StudioUsing Web Sockets Developing a Web API Adding Properties and Methods to MVCLab : Handling Requests in ASP.NET MVC Calling a Web API from Mobile and Web Models4 Web Applications Applications Using Display and Edit Annotations inWriting a Web Handler that Uses Web Lab: Implementing Web APIs in MVC ModelsSockets ASP.NET MVC 4 Web Applications Writing Controllers and ActionsBuilding a Chat Room in the Photo Sharing Developing a Web API in MVC 4 Writing Action FiltersApplication Adding Routes and Controllers to Handle Adding an MVC Controller and Writing theDeploying Web Applications REST Requests ActionsDeploying MVC 4 Applications Calling RESTful services from Client-Side Writing the Action Filters in a ControllerLab: Deploying ASP.NET MVC 4 Web Code Using the Photo ControllerApplications Using HTTP Modules and HTTP Creating Views with Razor SyntaxDeploying an Application to Windows Azure Handlers Using HTML HelpersTesting the Completed Application Using Web Sockets Reusing Code in Views

Lab : Handling Requests in ASP.NET Adding a View for Photo DisplayMVC 4 Web Applications Adding a View for New Photos

line Writing a Web Handler that Uses Web Creating and Using a Partial ViewOverview of Microsoft Web Technologies Sockets Adding a Home View and Testing theOverview of ASP.NET 4.5 Building a Chat Room in the Photo ViewsIntroduction to ASP.NET MVC 4 Sharing Application Unit Testing MVC ComponentsExploring a Photo Sharing Application Deploying Web Applications Implementing an Exception HandlingExploring a Web Pages Application Deploying MVC 4 Applications StrategyExploring a Web Forms Application Lab: Deploying ASP.NET MVC 4 Web Performing Unit TestsExploring an MVC Application Applications Configuring Exception HandlingPlanning in the Project Design Phase Deploying an Application to Windows Analyzing Information ArchitectureDesigning Models, Controllers, and Views Azure Configuring RoutesPlanning Controllers Testing the Completed Application Creating a Navigation StructurePlanning Views Using the Routing EngineArchitecting an MVC Application Module 9: Building Responsive Pages in Building Navigation ControlsCreating MVC Models ASP.NET MVC 4 Web Applications Using Template ViewsWorking with Data line Applying CSS to an MVC ApplicationCreating an MVC Project and Adding a Creating an Adaptive User InterfaceModel Using Template ViewsCreating a New SQL Azure Database in line Applying a Consistent Look and Feel to anVisual Studio Overview of Microsoft Web Technologies MVC ApplicationAdding Properties and Methods to MVC Overview of ASP.NET 4.5 Adapting Webpages for Different BrowsersModels Introduction to ASP.NET MVC 4 Using AJAX and Partial Page UpdatesUsing Display and Edit Annotations in MVC Exploring a Photo Sharing Application Implementing a Caching StrategyModels Exploring a Web Pages Application Using Partial Page UpdatesWriting Controllers and Actions Exploring a Web Forms Application Configuring ASP.NET CachesWriting Action Filters Exploring an MVC Application Rendering and Running JavaScript CodeAdding an MVC Controller and Writing the Planning in the Project Design Phase Using jQuery and jQueryUIActions Designing Models, Controllers, and Views Using jQuery to Respond to UsersWriting the Action Filters in a Controller Planning Controllers Using jQueryUI to Build a User Interface

Page 44: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Using the Photo Controller Planning Views Implementing Authentication andCreating Views with Razor Syntax Architecting an MVC Application AuthorizationUsing HTML Helpers Creating MVC Models Assigning Roles and MembershipReusing Code in Views Working with Data Configuring AuthenticationAdding a View for Photo Display Creating an MVC Project and Adding a Controlling Access to ResourcesAdding a View for New Photos Model Providing User Account FacilitiesCreating and Using a Partial View Creating a New SQL Azure Database in Developing Secure SitesAdding a Home View and Testing the Views Visual Studio State ManagementUnit Testing MVC Components Adding Properties and Methods to MVC Storing User PreferencesImplementing an Exception Handling Models Using User Preferences in the PhotoStrategy Using Display and Edit Annotations in GalleryPerforming Unit Tests MVC Models Introduction to Windows AzureConfiguring Exception Handling Writing Controllers and Actions Designing and Writing Windows AzureAnalyzing Information Architecture Writing Action Filters ServicesConfiguring Routes Adding an MVC Controller and Writing Consuming Windows Azure Services in aCreating a Navigation Structure the Actions Web ApplicationUsing the Routing Engine Writing the Action Filters in a Controller Creating and Coding a Windows AzureBuilding Navigation Controls Using the Photo Controller ServiceUsing Template Views Creating Views with Razor Syntax Consuming Data from a Windows AzureApplying CSS to an MVC Application Using HTML Helpers ServiceCreating an Adaptive User Interface Reusing Code in Views Developing a Web APIUsing Template Views Adding a View for Photo Display Calling a Web API from Mobile and WebApplying a Consistent Look and Feel to an Adding a View for New Photos ApplicationsMVC Application Creating and Using a Partial View Lab: Implementing Web APIs in ASP.NETAdapting Webpages for Different Browsers Adding a Home View and Testing the MVC 4 Web ApplicationsUsing AJAX and Partial Page Updates Views Developing a Web API in MVC 4Implementing a Caching Strategy Unit Testing MVC Components Adding Routes and Controllers to HandleUsing Partial Page Updates Implementing an Exception Handling REST RequestsConfiguring ASP.NET Caches Strategy Calling RESTful services from Client-SideRendering and Running JavaScript Code Performing Unit Tests CodeUsing jQuery and jQueryUI Configuring Exception Handling Using HTTP Modules and HTTP HandlersUsing jQuery to Respond to Users Analyzing Information Architecture Using Web SocketsUsing jQueryUI to Build a User Interface Configuring Routes Lab : Handling Requests in ASP.NET MVCImplementing Authentication and Creating a Navigation Structure 4 Web ApplicationsAuthorization Using the Routing Engine Writing a Web Handler that Uses WebAssigning Roles and Membership Building Navigation Controls SocketsConfiguring Authentication Using Template Views Building a Chat Room in the Photo SharingControlling Access to Resources Applying CSS to an MVC Application ApplicationProviding User Account Facilities Creating an Adaptive User Interface Deploying Web ApplicationsDeveloping Secure Sites Using Template Views Deploying MVC 4 ApplicationsState Management Applying a Consistent Look and Feel to Lab: Deploying ASP.NET MVC 4 WebStoring User Preferences an MVC Application ApplicationsUsing User Preferences in the Photo Gallery Adapting Webpages for Different Deploying an Application to WindowsIntroduction to Windows Azure Browsers AzureDesigning and Writing Windows Azure Using AJAX and Partial Page Updates Testing the Completed ApplicationServices Implementing a Caching StrategyConsuming Windows Azure Services in a Using Partial Page UpdatesWeb Application Configuring ASP.NET Caches lineCreating and Coding a Windows Azure Rendering and Running JavaScript Code Overview of Microsoft Web TechnologiesService Using jQuery and jQueryUI Overview of ASP.NET 4.5Consuming Data from a Windows Azure Using jQuery to Respond to Users Introduction to ASP.NET MVC 4Service Using jQueryUI to Build a User Interface Exploring a Photo Sharing ApplicationDeveloping a Web API Implementing Authentication and Exploring a Web Pages ApplicationCalling a Web API from Mobile and Web Authorization Exploring a Web Forms ApplicationApplications Assigning Roles and Membership Exploring an MVC ApplicationLab: Implementing Web APIs in ASP.NET Configuring Authentication Planning in the Project Design PhaseMVC 4 Web Applications Controlling Access to Resources Designing Models, Controllers, and ViewsDeveloping a Web API in MVC 4 Providing User Account Facilities Planning ControllersAdding Routes and Controllers to Handle Developing Secure Sites Planning ViewsREST Requests State Management Architecting an MVC ApplicationCalling RESTful services from Client-Side Storing User Preferences Creating MVC ModelsCode Using User Preferences in the Photo Working with DataUsing HTTP Modules and HTTP Handlers Gallery Creating an MVC Project and Adding aUsing Web Sockets Introduction to Windows Azure ModelLab : Handling Requests in ASP.NET MVC Designing and Writing Windows Azure Creating a New SQL Azure Database in4 Web Applications Services Visual Studio

Page 45: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Writing a Web Handler that Uses Web Consuming Windows Azure Services in a Adding Properties and Methods to MVCSockets Web Application ModelsBuilding a Chat Room in the Photo Sharing Creating and Coding a Windows Azure Using Display and Edit Annotations inApplication Service MVC ModelsDeploying Web Applications Consuming Data from a Windows Azure Writing Controllers and ActionsDeploying MVC 4 Applications Service Writing Action FiltersLab: Deploying ASP.NET MVC 4 Web Developing a Web API Adding an MVC Controller and Writing theApplications Calling a Web API from Mobile and Web ActionsDeploying an Application to Windows Azure Applications Writing the Action Filters in a ControllerTesting the Completed Application Lab: Implementing Web APIs in Using the Photo Controller

ASP.NET MVC 4 Web Applications Creating Views with Razor SyntaxDeveloping a Web API in MVC 4 Using HTML Helpers

line Adding Routes and Controllers to Handle Reusing Code in ViewsOverview of Microsoft Web Technologies REST Requests Adding a View for Photo DisplayOverview of ASP.NET 4.5 Calling RESTful services from Client-Side Adding a View for New PhotosIntroduction to ASP.NET MVC 4 Code Creating and Using a Partial ViewExploring a Photo Sharing Application Using HTTP Modules and HTTP Adding a Home View and Testing theExploring a Web Pages Application Handlers ViewsExploring a Web Forms Application Using Web Sockets Unit Testing MVC ComponentsExploring an MVC Application Lab : Handling Requests in ASP.NET Implementing an Exception HandlingPlanning in the Project Design Phase MVC 4 Web Applications StrategyDesigning Models, Controllers, and Views Writing a Web Handler that Uses Web Performing Unit TestsPlanning Controllers Sockets Configuring Exception HandlingPlanning Views Building a Chat Room in the Photo Analyzing Information ArchitectureArchitecting an MVC Application Sharing Application Configuring RoutesCreating MVC Models Deploying Web Applications Creating a Navigation StructureWorking with Data Deploying MVC 4 Applications Using the Routing EngineCreating an MVC Project and Adding a Lab: Deploying ASP.NET MVC 4 Web Building Navigation ControlsModel Applications Using Template ViewsCreating a New SQL Azure Database in Deploying an Application to Windows Applying CSS to an MVC ApplicationVisual Studio Azure Creating an Adaptive User InterfaceAdding Properties and Methods to MVC Testing the Completed Application Using Template ViewsModels Applying a Consistent Look and Feel to anUsing Display and Edit Annotations in MVC MVC ApplicationModels line Adapting Webpages for Different BrowsersWriting Controllers and Actions Overview of Microsoft Web Technologies Using AJAX and Partial Page UpdatesWriting Action Filters Overview of ASP.NET 4.5 Implementing a Caching StrategyAdding an MVC Controller and Writing the Introduction to ASP.NET MVC 4 Using Partial Page UpdatesActions Exploring a Photo Sharing Application Configuring ASP.NET CachesWriting the Action Filters in a Controller Exploring a Web Pages Application Rendering and Running JavaScript CodeUsing the Photo Controller Exploring a Web Forms Application Using jQuery and jQueryUICreating Views with Razor Syntax Exploring an MVC Application Using jQuery to Respond to UsersUsing HTML Helpers Planning in the Project Design Phase Using jQueryUI to Build a User InterfaceReusing Code in Views Designing Models, Controllers, and Views Implementing Authentication andAdding a View for Photo Display Planning Controllers AuthorizationAdding a View for New Photos Planning Views Assigning Roles and MembershipCreating and Using a Partial View Architecting an MVC Application Configuring AuthenticationAdding a Home View and Testing the Views Creating MVC Models Controlling Access to ResourcesUnit Testing MVC Components Working with Data Providing User Account FacilitiesImplementing an Exception Handling Creating an MVC Project and Adding a Developing Secure SitesStrategy Model State ManagementPerforming Unit Tests Creating a New SQL Azure Database in Storing User PreferencesConfiguring Exception Handling Visual Studio Using User Preferences in the PhotoAnalyzing Information Architecture Adding Properties and Methods to MVC GalleryConfiguring Routes Models Introduction to Windows AzureCreating a Navigation Structure Using Display and Edit Annotations in Designing and Writing Windows AzureUsing the Routing Engine MVC Models ServicesBuilding Navigation Controls Writing Controllers and Actions Consuming Windows Azure Services in aUsing Template Views Writing Action Filters Web ApplicationApplying CSS to an MVC Application Adding an MVC Controller and Writing Creating and Coding a Windows AzureCreating an Adaptive User Interface the Actions ServiceUsing Template Views Writing the Action Filters in a Controller Consuming Data from a Windows AzureApplying a Consistent Look and Feel to an Using the Photo Controller ServiceMVC Application Creating Views with Razor Syntax Developing a Web APIAdapting Webpages for Different Browsers Using HTML Helpers Calling a Web API from Mobile and WebUsing AJAX and Partial Page Updates Reusing Code in Views Applications

Page 46: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Implementing a Caching Strategy Adding a View for Photo Display Lab: Implementing Web APIs in ASP.NETUsing Partial Page Updates Adding a View for New Photos MVC 4 Web ApplicationsConfiguring ASP.NET Caches Creating and Using a Partial View Developing a Web API in MVC 4Rendering and Running JavaScript Code Adding a Home View and Testing the Adding Routes and Controllers to HandleUsing jQuery and jQueryUI Views REST RequestsUsing jQuery to Respond to Users Unit Testing MVC Components Calling RESTful services from Client-SideUsing jQueryUI to Build a User Interface Implementing an Exception Handling CodeImplementing Authentication and Strategy Using HTTP Modules and HTTP HandlersAuthorization Performing Unit Tests Using Web SocketsAssigning Roles and Membership Configuring Exception Handling Lab : Handling Requests in ASP.NET MVCConfiguring Authentication Analyzing Information Architecture 4 Web ApplicationsControlling Access to Resources Configuring Routes Writing a Web Handler that Uses WebProviding User Account Facilities Creating a Navigation Structure SocketsDeveloping Secure Sites Using the Routing Engine Building a Chat Room in the Photo SharingState Management Building Navigation Controls ApplicationStoring User Preferences Using Template Views Deploying Web ApplicationsUsing User Preferences in the Photo Gallery Applying CSS to an MVC Application Deploying MVC 4 ApplicationsIntroduction to Windows Azure Creating an Adaptive User Interface Lab: Deploying ASP.NET MVC 4 WebDesigning and Writing Windows Azure Using Template Views ApplicationsServices Applying a Consistent Look and Feel to Deploying an Application to WindowsConsuming Windows Azure Services in a an MVC Application AzureWeb Application Adapting Webpages for Different Testing the Completed ApplicationCreating and Coding a Windows Azure BrowsersService Using AJAX and Partial Page UpdatesConsuming Data from a Windows Azure Implementing a Caching Strategy lineService Using Partial Page Updates Overview of Microsoft Web TechnologiesDeveloping a Web API Configuring ASP.NET Caches Overview of ASP.NET 4.5Calling a Web API from Mobile and Web Rendering and Running JavaScript Code Introduction to ASP.NET MVC 4Applications Using jQuery and jQueryUI Exploring a Photo Sharing ApplicationLab: Implementing Web APIs in ASP.NET Using jQuery to Respond to Users Exploring a Web Pages ApplicationMVC 4 Web Applications Using jQueryUI to Build a User Interface Exploring a Web Forms ApplicationDeveloping a Web API in MVC 4 Implementing Authentication and Exploring an MVC ApplicationAdding Routes and Controllers to Handle Authorization Planning in the Project Design PhaseREST Requests Assigning Roles and Membership Designing Models, Controllers, and ViewsCalling RESTful services from Client-Side Configuring Authentication Planning ControllersCode Controlling Access to Resources Planning ViewsUsing HTTP Modules and HTTP Handlers Providing User Account Facilities Architecting an MVC ApplicationUsing Web Sockets Developing Secure Sites Creating MVC ModelsLab : Handling Requests in ASP.NET MVC State Management Working with Data4 Web Applications Storing User Preferences Creating an MVC Project and Adding aWriting a Web Handler that Uses Web Using User Preferences in the Photo ModelSockets Gallery Creating a New SQL Azure Database inBuilding a Chat Room in the Photo Sharing Introduction to Windows Azure Visual StudioApplication Designing and Writing Windows Azure Adding Properties and Methods to MVCDeploying Web Applications Services ModelsDeploying MVC 4 Applications Consuming Windows Azure Services in a Using Display and Edit Annotations inLab: Deploying ASP.NET MVC 4 Web Web Application MVC ModelsApplications Creating and Coding a Windows Azure Writing Controllers and ActionsDeploying an Application to Windows Azure Service Writing Action FiltersTesting the Completed Application Consuming Data from a Windows Azure Adding an MVC Controller and Writing the

Service Actions

Lab: Developing ASP.NET MVC 4 Developing a Web API Writing the Action Filters in a Controller

Controllers Calling a Web API from Mobile and Web Using the Photo Controllerline Applications Creating Views with Razor Syntax

Lab: Implementing Web APIs in Using HTML HelpersASP.NET MVC 4 Web Applications Reusing Code in Views

line Developing a Web API in MVC 4 Adding a View for Photo DisplayOverview of Microsoft Web Technologies Adding Routes and Controllers to Handle Adding a View for New PhotosOverview of ASP.NET 4.5 REST Requests Creating and Using a Partial ViewIntroduction to ASP.NET MVC 4 Calling RESTful services from Client-Side Adding a Home View and Testing theExploring a Photo Sharing Application Code ViewsExploring a Web Pages Application Using HTTP Modules and HTTP Unit Testing MVC ComponentsExploring a Web Forms Application Handlers Implementing an Exception HandlingExploring an MVC Application Using Web Sockets StrategyPlanning in the Project Design Phase Lab : Handling Requests in ASP.NET Performing Unit TestsDesigning Models, Controllers, and Views MVC 4 Web Applications Configuring Exception Handling

Page 47: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Planning Controllers Writing a Web Handler that Uses Web Analyzing Information ArchitecturePlanning Views Sockets Configuring RoutesArchitecting an MVC Application Building a Chat Room in the Photo Creating a Navigation StructureCreating MVC Models Sharing Application Using the Routing EngineWorking with Data Deploying Web Applications Building Navigation ControlsCreating an MVC Project and Adding a Deploying MVC 4 Applications Using Template ViewsModel Lab: Deploying ASP.NET MVC 4 Web Applying CSS to an MVC ApplicationCreating a New SQL Azure Database in Applications Creating an Adaptive User InterfaceVisual Studio Deploying an Application to Windows Using Template ViewsAdding Properties and Methods to MVC Azure Applying a Consistent Look and Feel to anModels Testing the Completed Application MVC ApplicationUsing Display and Edit Annotations in MVC Adapting Webpages for Different BrowsersModels Using AJAX and Partial Page UpdatesWriting Controllers and Actions line Implementing a Caching StrategyWriting Action Filters Overview of Microsoft Web Technologies Using Partial Page UpdatesAdding an MVC Controller and Writing the Overview of ASP.NET 4.5 Configuring ASP.NET CachesActions Introduction to ASP.NET MVC 4 Rendering and Running JavaScript CodeWriting the Action Filters in a Controller Exploring a Photo Sharing Application Using jQuery and jQueryUIUsing the Photo Controller Exploring a Web Pages Application Using jQuery to Respond to UsersCreating Views with Razor Syntax Exploring a Web Forms Application Using jQueryUI to Build a User InterfaceUsing HTML Helpers Exploring an MVC Application Implementing Authentication andReusing Code in Views Planning in the Project Design Phase AuthorizationAdding a View for Photo Display Designing Models, Controllers, and Views Assigning Roles and MembershipAdding a View for New Photos Planning Controllers Configuring AuthenticationCreating and Using a Partial View Planning Views Controlling Access to ResourcesAdding a Home View and Testing the Views Architecting an MVC Application Providing User Account FacilitiesUnit Testing MVC Components Creating MVC Models Developing Secure SitesImplementing an Exception Handling Working with Data State ManagementStrategy Creating an MVC Project and Adding a Storing User PreferencesPerforming Unit Tests Model Using User Preferences in the PhotoConfiguring Exception Handling Creating a New SQL Azure Database in GalleryAnalyzing Information Architecture Visual Studio Introduction to Windows AzureConfiguring Routes Adding Properties and Methods to MVC Designing and Writing Windows AzureCreating a Navigation Structure Models ServicesUsing the Routing Engine Using Display and Edit Annotations in Consuming Windows Azure Services in aBuilding Navigation Controls MVC Models Web ApplicationUsing Template Views Writing Controllers and Actions Creating and Coding a Windows AzureApplying CSS to an MVC Application Writing Action Filters ServiceCreating an Adaptive User Interface Adding an MVC Controller and Writing Consuming Data from a Windows AzureUsing Template Views the Actions ServiceApplying a Consistent Look and Feel to an Writing the Action Filters in a Controller Developing a Web APIMVC Application Using the Photo Controller Calling a Web API from Mobile and WebAdapting Webpages for Different Browsers Creating Views with Razor Syntax ApplicationsUsing AJAX and Partial Page Updates Using HTML Helpers Lab: Implementing Web APIs in ASP.NETImplementing a Caching Strategy Reusing Code in Views MVC 4 Web ApplicationsUsing Partial Page Updates Adding a View for Photo Display Developing a Web API in MVC 4Configuring ASP.NET Caches Adding a View for New Photos Adding Routes and Controllers to HandleRendering and Running JavaScript Code Creating and Using a Partial View REST RequestsUsing jQuery and jQueryUI Adding a Home View and Testing the Calling RESTful services from Client-SideUsing jQuery to Respond to Users Views CodeUsing jQueryUI to Build a User Interface Unit Testing MVC Components Using HTTP Modules and HTTP HandlersImplementing Authentication and Implementing an Exception Handling Using Web SocketsAuthorization Strategy Lab : Handling Requests in ASP.NET MVCAssigning Roles and Membership Performing Unit Tests 4 Web ApplicationsConfiguring Authentication Configuring Exception Handling Writing a Web Handler that Uses WebControlling Access to Resources Analyzing Information Architecture SocketsProviding User Account Facilities Configuring Routes Building a Chat Room in the Photo SharingDeveloping Secure Sites Creating a Navigation Structure ApplicationState Management Using the Routing Engine Deploying Web ApplicationsStoring User Preferences Building Navigation Controls Deploying MVC 4 ApplicationsUsing User Preferences in the Photo Gallery Using Template Views Lab: Deploying ASP.NET MVC 4 WebIntroduction to Windows Azure Applying CSS to an MVC Application ApplicationsDesigning and Writing Windows Azure Creating an Adaptive User Interface Deploying an Application to WindowsServices Using Template Views AzureConsuming Windows Azure Services in a Applying a Consistent Look and Feel to Testing the Completed ApplicationWeb Application an MVC Application

Page 48: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Creating and Coding a Windows Azure Adapting Webpages for Different Module 15: Handling Requests in ASP.NETService Browsers MVC 4 Web ApplicationsConsuming Data from a Windows Azure Using AJAX and Partial Page Updates lineService Implementing a Caching StrategyDeveloping a Web API Using Partial Page UpdatesCalling a Web API from Mobile and Web Configuring ASP.NET Caches lineApplications Rendering and Running JavaScript Code Overview of Microsoft Web TechnologiesLab: Implementing Web APIs in ASP.NET Using jQuery and jQueryUI Overview of ASP.NET 4.5MVC 4 Web Applications Using jQuery to Respond to Users Introduction to ASP.NET MVC 4Developing a Web API in MVC 4 Using jQueryUI to Build a User Interface Exploring a Photo Sharing ApplicationAdding Routes and Controllers to Handle Implementing Authentication and Exploring a Web Pages ApplicationREST Requests Authorization Exploring a Web Forms ApplicationCalling RESTful services from Client-Side Assigning Roles and Membership Exploring an MVC ApplicationCode Configuring Authentication Planning in the Project Design PhaseUsing HTTP Modules and HTTP Handlers Controlling Access to Resources Designing Models, Controllers, and ViewsUsing Web Sockets Providing User Account Facilities Planning ControllersLab : Handling Requests in ASP.NET MVC Developing Secure Sites Planning Views4 Web Applications State Management Architecting an MVC ApplicationWriting a Web Handler that Uses Web Storing User Preferences Creating MVC ModelsSockets Using User Preferences in the Photo Working with DataBuilding a Chat Room in the Photo Sharing Gallery Creating an MVC Project and Adding aApplication Introduction to Windows Azure ModelDeploying Web Applications Designing and Writing Windows Azure Creating a New SQL Azure Database inDeploying MVC 4 Applications Services Visual StudioLab: Deploying ASP.NET MVC 4 Web Consuming Windows Azure Services in a Adding Properties and Methods to MVCApplications Web Application ModelsDeploying an Application to Windows Azure Creating and Coding a Windows Azure Using Display and Edit Annotations inTesting the Completed Application Service MVC Models

Consuming Data from a Windows Azure Writing Controllers and ActionsService Writing Action Filters

line Developing a Web API Adding an MVC Controller and Writing theOverview of Microsoft Web Technologies Calling a Web API from Mobile and Web ActionsOverview of ASP.NET 4.5 Applications Writing the Action Filters in a ControllerIntroduction to ASP.NET MVC 4 Lab: Implementing Web APIs in Using the Photo ControllerExploring a Photo Sharing Application ASP.NET MVC 4 Web Applications Creating Views with Razor SyntaxExploring a Web Pages Application Developing a Web API in MVC 4 Using HTML HelpersExploring a Web Forms Application Adding Routes and Controllers to Handle Reusing Code in ViewsExploring an MVC Application REST Requests Adding a View for Photo DisplayPlanning in the Project Design Phase Calling RESTful services from Client-Side Adding a View for New PhotosDesigning Models, Controllers, and Views Code Creating and Using a Partial ViewPlanning Controllers Using HTTP Modules and HTTP Adding a Home View and Testing thePlanning Views Handlers ViewsArchitecting an MVC Application Using Web Sockets Unit Testing MVC ComponentsCreating MVC Models Lab : Handling Requests in ASP.NET Implementing an Exception HandlingWorking with Data MVC 4 Web Applications StrategyCreating an MVC Project and Adding a Writing a Web Handler that Uses Web Performing Unit TestsModel Sockets Configuring Exception HandlingCreating a New SQL Azure Database in Building a Chat Room in the Photo Analyzing Information ArchitectureVisual Studio Sharing Application Configuring RoutesAdding Properties and Methods to MVC Deploying Web Applications Creating a Navigation StructureModels Deploying MVC 4 Applications Using the Routing EngineUsing Display and Edit Annotations in MVC Lab: Deploying ASP.NET MVC 4 Web Building Navigation ControlsModels Applications Using Template ViewsWriting Controllers and Actions Deploying an Application to Windows Applying CSS to an MVC ApplicationWriting Action Filters Azure Creating an Adaptive User InterfaceAdding an MVC Controller and Writing the Testing the Completed Application Using Template ViewsActions Applying a Consistent Look and Feel to anWriting the Action Filters in a Controller Lab: Building Responsive Pages in MVC ApplicationUsing the Photo Controller ASP.NET MVC 4 Web Applications Adapting Webpages for Different BrowsersCreating Views with Razor Syntax line Using AJAX and Partial Page UpdatesUsing HTML Helpers Implementing a Caching StrategyReusing Code in Views Using Partial Page UpdatesAdding a View for Photo Display line Configuring ASP.NET CachesAdding a View for New Photos Overview of Microsoft Web Technologies Rendering and Running JavaScript CodeCreating and Using a Partial View Overview of ASP.NET 4.5 Using jQuery and jQueryUIAdding a Home View and Testing the Views Introduction to ASP.NET MVC 4 Using jQuery to Respond to Users

Page 49: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Unit Testing MVC Components Exploring a Photo Sharing Application Using jQueryUI to Build a User InterfaceImplementing an Exception Handling Exploring a Web Pages Application Implementing Authentication andStrategy Exploring a Web Forms Application AuthorizationPerforming Unit Tests Exploring an MVC Application Assigning Roles and MembershipConfiguring Exception Handling Planning in the Project Design Phase Configuring AuthenticationAnalyzing Information Architecture Designing Models, Controllers, and Views Controlling Access to ResourcesConfiguring Routes Planning Controllers Providing User Account FacilitiesCreating a Navigation Structure Planning Views Developing Secure SitesUsing the Routing Engine Architecting an MVC Application State ManagementBuilding Navigation Controls Creating MVC Models Storing User PreferencesUsing Template Views Working with Data Using User Preferences in the PhotoApplying CSS to an MVC Application Creating an MVC Project and Adding a GalleryCreating an Adaptive User Interface Model Introduction to Windows AzureUsing Template Views Creating a New SQL Azure Database in Designing and Writing Windows AzureApplying a Consistent Look and Feel to an Visual Studio ServicesMVC Application Adding Properties and Methods to MVC Consuming Windows Azure Services in aAdapting Webpages for Different Browsers Models Web ApplicationUsing AJAX and Partial Page Updates Using Display and Edit Annotations in Creating and Coding a Windows AzureImplementing a Caching Strategy MVC Models ServiceUsing Partial Page Updates Writing Controllers and Actions Consuming Data from a Windows AzureConfiguring ASP.NET Caches Writing Action Filters ServiceRendering and Running JavaScript Code Adding an MVC Controller and Writing Developing a Web APIUsing jQuery and jQueryUI the Actions Calling a Web API from Mobile and WebUsing jQuery to Respond to Users Writing the Action Filters in a Controller ApplicationsUsing jQueryUI to Build a User Interface Using the Photo Controller Lab: Implementing Web APIs in ASP.NETImplementing Authentication and Creating Views with Razor Syntax MVC 4 Web ApplicationsAuthorization Using HTML Helpers Developing a Web API in MVC 4Assigning Roles and Membership Reusing Code in Views Adding Routes and Controllers to HandleConfiguring Authentication Adding a View for Photo Display REST RequestsControlling Access to Resources Adding a View for New Photos Calling RESTful services from Client-SideProviding User Account Facilities Creating and Using a Partial View CodeDeveloping Secure Sites Adding a Home View and Testing the Using HTTP Modules and HTTP HandlersState Management Views Using Web SocketsStoring User Preferences Unit Testing MVC Components Lab : Handling Requests in ASP.NET MVCUsing User Preferences in the Photo Gallery Implementing an Exception Handling 4 Web ApplicationsIntroduction to Windows Azure Strategy Writing a Web Handler that Uses WebDesigning and Writing Windows Azure Performing Unit Tests SocketsServices Configuring Exception Handling Building a Chat Room in the Photo SharingConsuming Windows Azure Services in a Analyzing Information Architecture ApplicationWeb Application Configuring Routes Deploying Web ApplicationsCreating and Coding a Windows Azure Creating a Navigation Structure Deploying MVC 4 ApplicationsService Using the Routing Engine Lab: Deploying ASP.NET MVC 4 WebConsuming Data from a Windows Azure Building Navigation Controls ApplicationsService Using Template Views Deploying an Application to WindowsDeveloping a Web API Applying CSS to an MVC Application AzureCalling a Web API from Mobile and Web Creating an Adaptive User Interface Testing the Completed ApplicationApplications Using Template ViewsLab: Implementing Web APIs in ASP.NET Applying a Consistent Look and Feel toMVC 4 Web Applications an MVC Application lineDeveloping a Web API in MVC 4 Adapting Webpages for Different Overview of Microsoft Web TechnologiesAdding Routes and Controllers to Handle Browsers Overview of ASP.NET 4.5REST Requests Using AJAX and Partial Page Updates Introduction to ASP.NET MVC 4Calling RESTful services from Client-Side Implementing a Caching Strategy Exploring a Photo Sharing ApplicationCode Using Partial Page Updates Exploring a Web Pages ApplicationUsing HTTP Modules and HTTP Handlers Configuring ASP.NET Caches Exploring a Web Forms ApplicationUsing Web Sockets Rendering and Running JavaScript Code Exploring an MVC ApplicationLab : Handling Requests in ASP.NET MVC Using jQuery and jQueryUI Planning in the Project Design Phase4 Web Applications Using jQuery to Respond to Users Designing Models, Controllers, and ViewsWriting a Web Handler that Uses Web Using jQueryUI to Build a User Interface Planning ControllersSockets Implementing Authentication and Planning ViewsBuilding a Chat Room in the Photo Sharing Authorization Architecting an MVC ApplicationApplication Assigning Roles and Membership Creating MVC ModelsDeploying Web Applications Configuring Authentication Working with DataDeploying MVC 4 Applications Controlling Access to Resources Creating an MVC Project and Adding aLab: Deploying ASP.NET MVC 4 Web Providing User Account Facilities ModelApplications Developing Secure Sites Creating a New SQL Azure Database in

Page 50: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Deploying an Application to Windows Azure State Management Visual StudioTesting the Completed Application Storing User Preferences Adding Properties and Methods to MVC

Using User Preferences in the Photo ModelsGallery Using Display and Edit Annotations in

line Introduction to Windows Azure MVC ModelsOverview of Microsoft Web Technologies Designing and Writing Windows Azure Writing Controllers and ActionsOverview of ASP.NET 4.5 Services Writing Action FiltersIntroduction to ASP.NET MVC 4 Consuming Windows Azure Services in a Adding an MVC Controller and Writing theExploring a Photo Sharing Application Web Application ActionsExploring a Web Pages Application Creating and Coding a Windows Azure Writing the Action Filters in a ControllerExploring a Web Forms Application Service Using the Photo ControllerExploring an MVC Application Consuming Data from a Windows Azure Creating Views with Razor SyntaxPlanning in the Project Design Phase Service Using HTML HelpersDesigning Models, Controllers, and Views Developing a Web API Reusing Code in ViewsPlanning Controllers Calling a Web API from Mobile and Web Adding a View for Photo DisplayPlanning Views Applications Adding a View for New PhotosArchitecting an MVC Application Lab: Implementing Web APIs in Creating and Using a Partial ViewCreating MVC Models ASP.NET MVC 4 Web Applications Adding a Home View and Testing theWorking with Data Developing a Web API in MVC 4 ViewsCreating an MVC Project and Adding a Adding Routes and Controllers to Handle Unit Testing MVC ComponentsModel REST Requests Implementing an Exception HandlingCreating a New SQL Azure Database in Calling RESTful services from Client-Side StrategyVisual Studio Code Performing Unit TestsAdding Properties and Methods to MVC Using HTTP Modules and HTTP Configuring Exception HandlingModels Handlers Analyzing Information ArchitectureUsing Display and Edit Annotations in MVC Using Web Sockets Configuring RoutesModels Lab : Handling Requests in ASP.NET Creating a Navigation StructureWriting Controllers and Actions MVC 4 Web Applications Using the Routing EngineWriting Action Filters Writing a Web Handler that Uses Web Building Navigation ControlsAdding an MVC Controller and Writing the Sockets Using Template ViewsActions Building a Chat Room in the Photo Applying CSS to an MVC ApplicationWriting the Action Filters in a Controller Sharing Application Creating an Adaptive User InterfaceUsing the Photo Controller Deploying Web Applications Using Template ViewsCreating Views with Razor Syntax Deploying MVC 4 Applications Applying a Consistent Look and Feel to anUsing HTML Helpers Lab: Deploying ASP.NET MVC 4 Web MVC ApplicationReusing Code in Views Applications Adapting Webpages for Different BrowsersAdding a View for Photo Display Deploying an Application to Windows Using AJAX and Partial Page UpdatesAdding a View for New Photos Azure Implementing a Caching StrategyCreating and Using a Partial View Testing the Completed Application Using Partial Page UpdatesAdding a Home View and Testing the Views Configuring ASP.NET CachesUnit Testing MVC Components Rendering and Running JavaScript CodeImplementing an Exception Handling line Using jQuery and jQueryUIStrategy Overview of Microsoft Web Technologies Using jQuery to Respond to UsersPerforming Unit Tests Overview of ASP.NET 4.5 Using jQueryUI to Build a User InterfaceConfiguring Exception Handling Introduction to ASP.NET MVC 4 Implementing Authentication andAnalyzing Information Architecture Exploring a Photo Sharing Application AuthorizationConfiguring Routes Exploring a Web Pages Application Assigning Roles and MembershipCreating a Navigation Structure Exploring a Web Forms Application Configuring AuthenticationUsing the Routing Engine Exploring an MVC Application Controlling Access to ResourcesBuilding Navigation Controls Planning in the Project Design Phase Providing User Account FacilitiesUsing Template Views Designing Models, Controllers, and Views Developing Secure SitesApplying CSS to an MVC Application Planning Controllers State ManagementCreating an Adaptive User Interface Planning Views Storing User PreferencesUsing Template Views Architecting an MVC Application Using User Preferences in the PhotoApplying a Consistent Look and Feel to an Creating MVC Models GalleryMVC Application Working with Data Introduction to Windows AzureAdapting Webpages for Different Browsers Creating an MVC Project and Adding a Designing and Writing Windows AzureUsing AJAX and Partial Page Updates Model ServicesImplementing a Caching Strategy Creating a New SQL Azure Database in Consuming Windows Azure Services in aUsing Partial Page Updates Visual Studio Web ApplicationConfiguring ASP.NET Caches Adding Properties and Methods to MVC Creating and Coding a Windows AzureRendering and Running JavaScript Code Models ServiceUsing jQuery and jQueryUI Using Display and Edit Annotations in Consuming Data from a Windows AzureUsing jQuery to Respond to Users MVC Models ServiceUsing jQueryUI to Build a User Interface Writing Controllers and Actions Developing a Web APIImplementing Authentication and Writing Action Filters Calling a Web API from Mobile and Web

Page 51: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Authorization Adding an MVC Controller and Writing ApplicationsAssigning Roles and Membership the Actions Lab: Implementing Web APIs in ASP.NETConfiguring Authentication Writing the Action Filters in a Controller MVC 4 Web ApplicationsControlling Access to Resources Using the Photo Controller Developing a Web API in MVC 4Providing User Account Facilities Creating Views with Razor Syntax Adding Routes and Controllers to HandleDeveloping Secure Sites Using HTML Helpers REST RequestsState Management Reusing Code in Views Calling RESTful services from Client-SideStoring User Preferences Adding a View for Photo Display CodeUsing User Preferences in the Photo Gallery Adding a View for New Photos Using HTTP Modules and HTTP HandlersIntroduction to Windows Azure Creating and Using a Partial View Using Web SocketsDesigning and Writing Windows Azure Adding a Home View and Testing the Lab : Handling Requests in ASP.NET MVCServices Views 4 Web ApplicationsConsuming Windows Azure Services in a Unit Testing MVC Components Writing a Web Handler that Uses WebWeb Application Implementing an Exception Handling SocketsCreating and Coding a Windows Azure Strategy Building a Chat Room in the Photo SharingService Performing Unit Tests ApplicationConsuming Data from a Windows Azure Configuring Exception Handling Deploying Web ApplicationsService Analyzing Information Architecture Deploying MVC 4 ApplicationsDeveloping a Web API Configuring Routes Lab: Deploying ASP.NET MVC 4 WebCalling a Web API from Mobile and Web Creating a Navigation Structure ApplicationsApplications Using the Routing Engine Deploying an Application to WindowsLab: Implementing Web APIs in ASP.NET Building Navigation Controls AzureMVC 4 Web Applications Using Template Views Testing the Completed ApplicationDeveloping a Web API in MVC 4 Applying CSS to an MVC ApplicationAdding Routes and Controllers to Handle Creating an Adaptive User InterfaceREST Requests Using Template Views lineCalling RESTful services from Client-Side Applying a Consistent Look and Feel to Overview of Microsoft Web TechnologiesCode an MVC Application Overview of ASP.NET 4.5Using HTTP Modules and HTTP Handlers Adapting Webpages for Different Introduction to ASP.NET MVC 4Using Web Sockets Browsers Exploring a Photo Sharing ApplicationLab : Handling Requests in ASP.NET MVC Using AJAX and Partial Page Updates Exploring a Web Pages Application4 Web Applications Implementing a Caching Strategy Exploring a Web Forms ApplicationWriting a Web Handler that Uses Web Using Partial Page Updates Exploring an MVC ApplicationSockets Configuring ASP.NET Caches Planning in the Project Design PhaseBuilding a Chat Room in the Photo Sharing Rendering and Running JavaScript Code Designing Models, Controllers, and ViewsApplication Using jQuery and jQueryUI Planning ControllersDeploying Web Applications Using jQuery to Respond to Users Planning ViewsDeploying MVC 4 Applications Using jQueryUI to Build a User Interface Architecting an MVC ApplicationLab: Deploying ASP.NET MVC 4 Web Implementing Authentication and Creating MVC ModelsApplications Authorization Working with DataDeploying an Application to Windows Azure Assigning Roles and Membership Creating an MVC Project and Adding aTesting the Completed Application Configuring Authentication Model

Controlling Access to Resources Creating a New SQL Azure Database inProviding User Account Facilities Visual Studio

line Developing Secure Sites Adding Properties and Methods to MVCOverview of Microsoft Web Technologies State Management ModelsOverview of ASP.NET 4.5 Storing User Preferences Using Display and Edit Annotations inIntroduction to ASP.NET MVC 4 Using User Preferences in the Photo MVC ModelsExploring a Photo Sharing Application Gallery Writing Controllers and ActionsExploring a Web Pages Application Introduction to Windows Azure Writing Action FiltersExploring a Web Forms Application Designing and Writing Windows Azure Adding an MVC Controller and Writing theExploring an MVC Application Services ActionsPlanning in the Project Design Phase Consuming Windows Azure Services in a Writing the Action Filters in a ControllerDesigning Models, Controllers, and Views Web Application Using the Photo ControllerPlanning Controllers Creating and Coding a Windows Azure Creating Views with Razor SyntaxPlanning Views Service Using HTML HelpersArchitecting an MVC Application Consuming Data from a Windows Azure Reusing Code in ViewsCreating MVC Models Service Adding a View for Photo DisplayWorking with Data Developing a Web API Adding a View for New PhotosCreating an MVC Project and Adding a Calling a Web API from Mobile and Web Creating and Using a Partial ViewModel Applications Adding a Home View and Testing theCreating a New SQL Azure Database in Lab: Implementing Web APIs in ViewsVisual Studio ASP.NET MVC 4 Web Applications Unit Testing MVC ComponentsAdding Properties and Methods to MVC Developing a Web API in MVC 4 Implementing an Exception HandlingModels Adding Routes and Controllers to Handle StrategyUsing Display and Edit Annotations in MVC REST Requests Performing Unit Tests

Page 52: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Models Calling RESTful services from Client-Side Configuring Exception HandlingWriting Controllers and Actions Code Analyzing Information ArchitectureWriting Action Filters Using HTTP Modules and HTTP Configuring RoutesAdding an MVC Controller and Writing the Handlers Creating a Navigation StructureActions Using Web Sockets Using the Routing EngineWriting the Action Filters in a Controller Lab : Handling Requests in ASP.NET Building Navigation ControlsUsing the Photo Controller MVC 4 Web Applications Using Template ViewsCreating Views with Razor Syntax Writing a Web Handler that Uses Web Applying CSS to an MVC ApplicationUsing HTML Helpers Sockets Creating an Adaptive User InterfaceReusing Code in Views Building a Chat Room in the Photo Using Template ViewsAdding a View for Photo Display Sharing Application Applying a Consistent Look and Feel to anAdding a View for New Photos Deploying Web Applications MVC ApplicationCreating and Using a Partial View Deploying MVC 4 Applications Adapting Webpages for Different BrowsersAdding a Home View and Testing the Views Lab: Deploying ASP.NET MVC 4 Web Using AJAX and Partial Page UpdatesUnit Testing MVC Components Applications Implementing a Caching StrategyImplementing an Exception Handling Deploying an Application to Windows Using Partial Page UpdatesStrategy Azure Configuring ASP.NET CachesPerforming Unit Tests Testing the Completed Application Rendering and Running JavaScript CodeConfiguring Exception Handling Using jQuery and jQueryUIAnalyzing Information Architecture Using jQuery to Respond to UsersConfiguring Routes line Using jQueryUI to Build a User InterfaceCreating a Navigation Structure Overview of Microsoft Web Technologies Implementing Authentication andUsing the Routing Engine Overview of ASP.NET 4.5 AuthorizationBuilding Navigation Controls Introduction to ASP.NET MVC 4 Assigning Roles and MembershipUsing Template Views Exploring a Photo Sharing Application Configuring AuthenticationApplying CSS to an MVC Application Exploring a Web Pages Application Controlling Access to ResourcesCreating an Adaptive User Interface Exploring a Web Forms Application Providing User Account FacilitiesUsing Template Views Exploring an MVC Application Developing Secure SitesApplying a Consistent Look and Feel to an Planning in the Project Design Phase State ManagementMVC Application Designing Models, Controllers, and Views Storing User PreferencesAdapting Webpages for Different Browsers Planning Controllers Using User Preferences in the PhotoUsing AJAX and Partial Page Updates Planning Views GalleryImplementing a Caching Strategy Architecting an MVC Application Introduction to Windows AzureUsing Partial Page Updates Creating MVC Models Designing and Writing Windows AzureConfiguring ASP.NET Caches Working with Data ServicesRendering and Running JavaScript Code Creating an MVC Project and Adding a Consuming Windows Azure Services in aUsing jQuery and jQueryUI Model Web ApplicationUsing jQuery to Respond to Users Creating a New SQL Azure Database in Creating and Coding a Windows AzureUsing jQueryUI to Build a User Interface Visual Studio ServiceImplementing Authentication and Adding Properties and Methods to MVC Consuming Data from a Windows AzureAuthorization Models ServiceAssigning Roles and Membership Using Display and Edit Annotations in Developing a Web APIConfiguring Authentication MVC Models Calling a Web API from Mobile and WebControlling Access to Resources Writing Controllers and Actions ApplicationsProviding User Account Facilities Writing Action Filters Lab: Implementing Web APIs in ASP.NETDeveloping Secure Sites Adding an MVC Controller and Writing MVC 4 Web ApplicationsState Management the Actions Developing a Web API in MVC 4Storing User Preferences Writing the Action Filters in a Controller Adding Routes and Controllers to HandleUsing User Preferences in the Photo Gallery Using the Photo Controller REST RequestsIntroduction to Windows Azure Creating Views with Razor Syntax Calling RESTful services from Client-SideDesigning and Writing Windows Azure Using HTML Helpers CodeServices Reusing Code in Views Using HTTP Modules and HTTP HandlersConsuming Windows Azure Services in a Adding a View for Photo Display Using Web SocketsWeb Application Adding a View for New Photos Lab : Handling Requests in ASP.NET MVCCreating and Coding a Windows Azure Creating and Using a Partial View 4 Web ApplicationsService Adding a Home View and Testing the Writing a Web Handler that Uses WebConsuming Data from a Windows Azure Views SocketsService Unit Testing MVC Components Building a Chat Room in the Photo SharingDeveloping a Web API Implementing an Exception Handling ApplicationCalling a Web API from Mobile and Web Strategy Deploying Web ApplicationsApplications Performing Unit Tests Deploying MVC 4 ApplicationsLab: Implementing Web APIs in ASP.NET Configuring Exception Handling Lab: Deploying ASP.NET MVC 4 WebMVC 4 Web Applications Analyzing Information Architecture ApplicationsDeveloping a Web API in MVC 4 Configuring Routes Deploying an Application to WindowsAdding Routes and Controllers to Handle Creating a Navigation Structure AzureREST Requests Using the Routing Engine Testing the Completed Application

Page 53: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Calling RESTful services from Client-Side Building Navigation ControlsCode Using Template ViewsUsing HTTP Modules and HTTP Handlers Applying CSS to an MVC Application lineUsing Web Sockets Creating an Adaptive User Interface Overview of Microsoft Web TechnologiesLab : Handling Requests in ASP.NET MVC Using Template Views Overview of ASP.NET 4.54 Web Applications Applying a Consistent Look and Feel to Introduction to ASP.NET MVC 4Writing a Web Handler that Uses Web an MVC Application Exploring a Photo Sharing ApplicationSockets Adapting Webpages for Different Exploring a Web Pages ApplicationBuilding a Chat Room in the Photo Sharing Browsers Exploring a Web Forms ApplicationApplication Using AJAX and Partial Page Updates Exploring an MVC ApplicationDeploying Web Applications Implementing a Caching Strategy Planning in the Project Design PhaseDeploying MVC 4 Applications Using Partial Page Updates Designing Models, Controllers, and ViewsLab: Deploying ASP.NET MVC 4 Web Configuring ASP.NET Caches Planning ControllersApplications Rendering and Running JavaScript Code Planning ViewsDeploying an Application to Windows Azure Using jQuery and jQueryUI Architecting an MVC ApplicationTesting the Completed Application Using jQuery to Respond to Users Creating MVC Models

Using jQueryUI to Build a User Interface Working with DataModule 5: Developing ASP.NET MVC 4 Implementing Authentication and Creating an MVC Project and Adding aViews Authorization Modelline Assigning Roles and Membership Creating a New SQL Azure Database in

Configuring Authentication Visual StudioControlling Access to Resources Adding Properties and Methods to MVC

line Providing User Account Facilities ModelsOverview of Microsoft Web Technologies Developing Secure Sites Using Display and Edit Annotations inOverview of ASP.NET 4.5 State Management MVC ModelsIntroduction to ASP.NET MVC 4 Storing User Preferences Writing Controllers and ActionsExploring a Photo Sharing Application Using User Preferences in the Photo Writing Action FiltersExploring a Web Pages Application Gallery Adding an MVC Controller and Writing theExploring a Web Forms Application Introduction to Windows Azure ActionsExploring an MVC Application Designing and Writing Windows Azure Writing the Action Filters in a ControllerPlanning in the Project Design Phase Services Using the Photo ControllerDesigning Models, Controllers, and Views Consuming Windows Azure Services in a Creating Views with Razor SyntaxPlanning Controllers Web Application Using HTML HelpersPlanning Views Creating and Coding a Windows Azure Reusing Code in ViewsArchitecting an MVC Application Service Adding a View for Photo DisplayCreating MVC Models Consuming Data from a Windows Azure Adding a View for New PhotosWorking with Data Service Creating and Using a Partial ViewCreating an MVC Project and Adding a Developing a Web API Adding a Home View and Testing theModel Calling a Web API from Mobile and Web ViewsCreating a New SQL Azure Database in Applications Unit Testing MVC ComponentsVisual Studio Lab: Implementing Web APIs in Implementing an Exception HandlingAdding Properties and Methods to MVC ASP.NET MVC 4 Web Applications StrategyModels Developing a Web API in MVC 4 Performing Unit TestsUsing Display and Edit Annotations in MVC Adding Routes and Controllers to Handle Configuring Exception HandlingModels REST Requests Analyzing Information ArchitectureWriting Controllers and Actions Calling RESTful services from Client-Side Configuring RoutesWriting Action Filters Code Creating a Navigation StructureAdding an MVC Controller and Writing the Using HTTP Modules and HTTP Using the Routing EngineActions Handlers Building Navigation ControlsWriting the Action Filters in a Controller Using Web Sockets Using Template ViewsUsing the Photo Controller Lab : Handling Requests in ASP.NET Applying CSS to an MVC ApplicationCreating Views with Razor Syntax MVC 4 Web Applications Creating an Adaptive User InterfaceUsing HTML Helpers Writing a Web Handler that Uses Web Using Template ViewsReusing Code in Views Sockets Applying a Consistent Look and Feel to anAdding a View for Photo Display Building a Chat Room in the Photo MVC ApplicationAdding a View for New Photos Sharing Application Adapting Webpages for Different BrowsersCreating and Using a Partial View Deploying Web Applications Using AJAX and Partial Page UpdatesAdding a Home View and Testing the Views Deploying MVC 4 Applications Implementing a Caching StrategyUnit Testing MVC Components Lab: Deploying ASP.NET MVC 4 Web Using Partial Page UpdatesImplementing an Exception Handling Applications Configuring ASP.NET CachesStrategy Deploying an Application to Windows Rendering and Running JavaScript CodePerforming Unit Tests Azure Using jQuery and jQueryUIConfiguring Exception Handling Testing the Completed Application Using jQuery to Respond to UsersAnalyzing Information Architecture Using jQueryUI to Build a User InterfaceConfiguring Routes Module 10: Using JavaScript and jQuery Implementing Authentication andCreating a Navigation Structure for Responsive MVC 4 Web Applications Authorization

Page 54: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Using the Routing Engine line Assigning Roles and MembershipBuilding Navigation Controls Configuring AuthenticationUsing Template Views Controlling Access to ResourcesApplying CSS to an MVC Application line Providing User Account FacilitiesCreating an Adaptive User Interface Overview of Microsoft Web Technologies Developing Secure SitesUsing Template Views Overview of ASP.NET 4.5 State ManagementApplying a Consistent Look and Feel to an Introduction to ASP.NET MVC 4 Storing User PreferencesMVC Application Exploring a Photo Sharing Application Using User Preferences in the PhotoAdapting Webpages for Different Browsers Exploring a Web Pages Application GalleryUsing AJAX and Partial Page Updates Exploring a Web Forms Application Introduction to Windows AzureImplementing a Caching Strategy Exploring an MVC Application Designing and Writing Windows AzureUsing Partial Page Updates Planning in the Project Design Phase ServicesConfiguring ASP.NET Caches Designing Models, Controllers, and Views Consuming Windows Azure Services in aRendering and Running JavaScript Code Planning Controllers Web ApplicationUsing jQuery and jQueryUI Planning Views Creating and Coding a Windows AzureUsing jQuery to Respond to Users Architecting an MVC Application ServiceUsing jQueryUI to Build a User Interface Creating MVC Models Consuming Data from a Windows AzureImplementing Authentication and Working with Data ServiceAuthorization Creating an MVC Project and Adding a Developing a Web APIAssigning Roles and Membership Model Calling a Web API from Mobile and WebConfiguring Authentication Creating a New SQL Azure Database in ApplicationsControlling Access to Resources Visual Studio Lab: Implementing Web APIs in ASP.NETProviding User Account Facilities Adding Properties and Methods to MVC MVC 4 Web ApplicationsDeveloping Secure Sites Models Developing a Web API in MVC 4State Management Using Display and Edit Annotations in Adding Routes and Controllers to HandleStoring User Preferences MVC Models REST RequestsUsing User Preferences in the Photo Gallery Writing Controllers and Actions Calling RESTful services from Client-SideIntroduction to Windows Azure Writing Action Filters CodeDesigning and Writing Windows Azure Adding an MVC Controller and Writing Using HTTP Modules and HTTP HandlersServices the Actions Using Web SocketsConsuming Windows Azure Services in a Writing the Action Filters in a Controller Lab : Handling Requests in ASP.NET MVCWeb Application Using the Photo Controller 4 Web ApplicationsCreating and Coding a Windows Azure Creating Views with Razor Syntax Writing a Web Handler that Uses WebService Using HTML Helpers SocketsConsuming Data from a Windows Azure Reusing Code in Views Building a Chat Room in the Photo SharingService Adding a View for Photo Display ApplicationDeveloping a Web API Adding a View for New Photos Deploying Web ApplicationsCalling a Web API from Mobile and Web Creating and Using a Partial View Deploying MVC 4 ApplicationsApplications Adding a Home View and Testing the Lab: Deploying ASP.NET MVC 4 WebLab: Implementing Web APIs in ASP.NET Views ApplicationsMVC 4 Web Applications Unit Testing MVC Components Deploying an Application to WindowsDeveloping a Web API in MVC 4 Implementing an Exception Handling AzureAdding Routes and Controllers to Handle Strategy Testing the Completed ApplicationREST Requests Performing Unit TestsCalling RESTful services from Client-Side Configuring Exception HandlingCode Analyzing Information Architecture lineUsing HTTP Modules and HTTP Handlers Configuring Routes Overview of Microsoft Web TechnologiesUsing Web Sockets Creating a Navigation Structure Overview of ASP.NET 4.5Lab : Handling Requests in ASP.NET MVC Using the Routing Engine Introduction to ASP.NET MVC 44 Web Applications Building Navigation Controls Exploring a Photo Sharing ApplicationWriting a Web Handler that Uses Web Using Template Views Exploring a Web Pages ApplicationSockets Applying CSS to an MVC Application Exploring a Web Forms ApplicationBuilding a Chat Room in the Photo Sharing Creating an Adaptive User Interface Exploring an MVC ApplicationApplication Using Template Views Planning in the Project Design PhaseDeploying Web Applications Applying a Consistent Look and Feel to Designing Models, Controllers, and ViewsDeploying MVC 4 Applications an MVC Application Planning ControllersLab: Deploying ASP.NET MVC 4 Web Adapting Webpages for Different Planning ViewsApplications Browsers Architecting an MVC ApplicationDeploying an Application to Windows Azure Using AJAX and Partial Page Updates Creating MVC ModelsTesting the Completed Application Implementing a Caching Strategy Working with Data

Using Partial Page Updates Creating an MVC Project and Adding aConfiguring ASP.NET Caches Model

line Rendering and Running JavaScript Code Creating a New SQL Azure Database inOverview of Microsoft Web Technologies Using jQuery and jQueryUI Visual StudioOverview of ASP.NET 4.5 Using jQuery to Respond to Users Adding Properties and Methods to MVCIntroduction to ASP.NET MVC 4 Using jQueryUI to Build a User Interface Models

Page 55: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Exploring a Photo Sharing Application Implementing Authentication and Using Display and Edit Annotations inExploring a Web Pages Application Authorization MVC ModelsExploring a Web Forms Application Assigning Roles and Membership Writing Controllers and ActionsExploring an MVC Application Configuring Authentication Writing Action FiltersPlanning in the Project Design Phase Controlling Access to Resources Adding an MVC Controller and Writing theDesigning Models, Controllers, and Views Providing User Account Facilities ActionsPlanning Controllers Developing Secure Sites Writing the Action Filters in a ControllerPlanning Views State Management Using the Photo ControllerArchitecting an MVC Application Storing User Preferences Creating Views with Razor SyntaxCreating MVC Models Using User Preferences in the Photo Using HTML HelpersWorking with Data Gallery Reusing Code in ViewsCreating an MVC Project and Adding a Introduction to Windows Azure Adding a View for Photo DisplayModel Designing and Writing Windows Azure Adding a View for New PhotosCreating a New SQL Azure Database in Services Creating and Using a Partial ViewVisual Studio Consuming Windows Azure Services in a Adding a Home View and Testing theAdding Properties and Methods to MVC Web Application ViewsModels Creating and Coding a Windows Azure Unit Testing MVC ComponentsUsing Display and Edit Annotations in MVC Service Implementing an Exception HandlingModels Consuming Data from a Windows Azure StrategyWriting Controllers and Actions Service Performing Unit TestsWriting Action Filters Developing a Web API Configuring Exception HandlingAdding an MVC Controller and Writing the Calling a Web API from Mobile and Web Analyzing Information ArchitectureActions Applications Configuring RoutesWriting the Action Filters in a Controller Lab: Implementing Web APIs in Creating a Navigation StructureUsing the Photo Controller ASP.NET MVC 4 Web Applications Using the Routing EngineCreating Views with Razor Syntax Developing a Web API in MVC 4 Building Navigation ControlsUsing HTML Helpers Adding Routes and Controllers to Handle Using Template ViewsReusing Code in Views REST Requests Applying CSS to an MVC ApplicationAdding a View for Photo Display Calling RESTful services from Client-Side Creating an Adaptive User InterfaceAdding a View for New Photos Code Using Template ViewsCreating and Using a Partial View Using HTTP Modules and HTTP Applying a Consistent Look and Feel to anAdding a Home View and Testing the Views Handlers MVC ApplicationUnit Testing MVC Components Using Web Sockets Adapting Webpages for Different BrowsersImplementing an Exception Handling Lab : Handling Requests in ASP.NET Using AJAX and Partial Page UpdatesStrategy MVC 4 Web Applications Implementing a Caching StrategyPerforming Unit Tests Writing a Web Handler that Uses Web Using Partial Page UpdatesConfiguring Exception Handling Sockets Configuring ASP.NET CachesAnalyzing Information Architecture Building a Chat Room in the Photo Rendering and Running JavaScript CodeConfiguring Routes Sharing Application Using jQuery and jQueryUICreating a Navigation Structure Deploying Web Applications Using jQuery to Respond to UsersUsing the Routing Engine Deploying MVC 4 Applications Using jQueryUI to Build a User InterfaceBuilding Navigation Controls Lab: Deploying ASP.NET MVC 4 Web Implementing Authentication andUsing Template Views Applications AuthorizationApplying CSS to an MVC Application Deploying an Application to Windows Assigning Roles and MembershipCreating an Adaptive User Interface Azure Configuring AuthenticationUsing Template Views Testing the Completed Application Controlling Access to ResourcesApplying a Consistent Look and Feel to an Providing User Account FacilitiesMVC Application Developing Secure SitesAdapting Webpages for Different Browsers line State ManagementUsing AJAX and Partial Page Updates Overview of Microsoft Web Technologies Storing User PreferencesImplementing a Caching Strategy Overview of ASP.NET 4.5 Using User Preferences in the PhotoUsing Partial Page Updates Introduction to ASP.NET MVC 4 GalleryConfiguring ASP.NET Caches Exploring a Photo Sharing Application Introduction to Windows AzureRendering and Running JavaScript Code Exploring a Web Pages Application Designing and Writing Windows AzureUsing jQuery and jQueryUI Exploring a Web Forms Application ServicesUsing jQuery to Respond to Users Exploring an MVC Application Consuming Windows Azure Services in aUsing jQueryUI to Build a User Interface Planning in the Project Design Phase Web ApplicationImplementing Authentication and Designing Models, Controllers, and Views Creating and Coding a Windows AzureAuthorization Planning Controllers ServiceAssigning Roles and Membership Planning Views Consuming Data from a Windows AzureConfiguring Authentication Architecting an MVC Application ServiceControlling Access to Resources Creating MVC Models Developing a Web APIProviding User Account Facilities Working with Data Calling a Web API from Mobile and WebDeveloping Secure Sites Creating an MVC Project and Adding a ApplicationsState Management Model Lab: Implementing Web APIs in ASP.NETStoring User Preferences Creating a New SQL Azure Database in MVC 4 Web Applications

Page 56: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Using User Preferences in the Photo Gallery Visual Studio Developing a Web API in MVC 4Introduction to Windows Azure Adding Properties and Methods to MVC Adding Routes and Controllers to HandleDesigning and Writing Windows Azure Models REST RequestsServices Using Display and Edit Annotations in Calling RESTful services from Client-SideConsuming Windows Azure Services in a MVC Models CodeWeb Application Writing Controllers and Actions Using HTTP Modules and HTTP HandlersCreating and Coding a Windows Azure Writing Action Filters Using Web SocketsService Adding an MVC Controller and Writing Lab : Handling Requests in ASP.NET MVCConsuming Data from a Windows Azure the Actions 4 Web ApplicationsService Writing the Action Filters in a Controller Writing a Web Handler that Uses WebDeveloping a Web API Using the Photo Controller SocketsCalling a Web API from Mobile and Web Creating Views with Razor Syntax Building a Chat Room in the Photo SharingApplications Using HTML Helpers ApplicationLab: Implementing Web APIs in ASP.NET Reusing Code in Views Deploying Web ApplicationsMVC 4 Web Applications Adding a View for Photo Display Deploying MVC 4 ApplicationsDeveloping a Web API in MVC 4 Adding a View for New Photos Lab: Deploying ASP.NET MVC 4 WebAdding Routes and Controllers to Handle Creating and Using a Partial View ApplicationsREST Requests Adding a Home View and Testing the Deploying an Application to WindowsCalling RESTful services from Client-Side Views AzureCode Unit Testing MVC Components Testing the Completed ApplicationUsing HTTP Modules and HTTP Handlers Implementing an Exception HandlingUsing Web Sockets StrategyLab : Handling Requests in ASP.NET MVC Performing Unit Tests line4 Web Applications Configuring Exception Handling Overview of Microsoft Web TechnologiesWriting a Web Handler that Uses Web Analyzing Information Architecture Overview of ASP.NET 4.5Sockets Configuring Routes Introduction to ASP.NET MVC 4Building a Chat Room in the Photo Sharing Creating a Navigation Structure Exploring a Photo Sharing ApplicationApplication Using the Routing Engine Exploring a Web Pages ApplicationDeploying Web Applications Building Navigation Controls Exploring a Web Forms ApplicationDeploying MVC 4 Applications Using Template Views Exploring an MVC ApplicationLab: Deploying ASP.NET MVC 4 Web Applying CSS to an MVC Application Planning in the Project Design PhaseApplications Creating an Adaptive User Interface Designing Models, Controllers, and ViewsDeploying an Application to Windows Azure Using Template Views Planning ControllersTesting the Completed Application Applying a Consistent Look and Feel to Planning Views

an MVC Application Architecting an MVC ApplicationAdapting Webpages for Different Creating MVC Models

line Browsers Working with DataOverview of Microsoft Web Technologies Using AJAX and Partial Page Updates Creating an MVC Project and Adding aOverview of ASP.NET 4.5 Implementing a Caching Strategy ModelIntroduction to ASP.NET MVC 4 Using Partial Page Updates Creating a New SQL Azure Database inExploring a Photo Sharing Application Configuring ASP.NET Caches Visual StudioExploring a Web Pages Application Rendering and Running JavaScript Code Adding Properties and Methods to MVCExploring a Web Forms Application Using jQuery and jQueryUI ModelsExploring an MVC Application Using jQuery to Respond to Users Using Display and Edit Annotations inPlanning in the Project Design Phase Using jQueryUI to Build a User Interface MVC ModelsDesigning Models, Controllers, and Views Implementing Authentication and Writing Controllers and ActionsPlanning Controllers Authorization Writing Action FiltersPlanning Views Assigning Roles and Membership Adding an MVC Controller and Writing theArchitecting an MVC Application Configuring Authentication ActionsCreating MVC Models Controlling Access to Resources Writing the Action Filters in a ControllerWorking with Data Providing User Account Facilities Using the Photo ControllerCreating an MVC Project and Adding a Developing Secure Sites Creating Views with Razor SyntaxModel State Management Using HTML HelpersCreating a New SQL Azure Database in Storing User Preferences Reusing Code in ViewsVisual Studio Using User Preferences in the Photo Adding a View for Photo DisplayAdding Properties and Methods to MVC Gallery Adding a View for New PhotosModels Introduction to Windows Azure Creating and Using a Partial ViewUsing Display and Edit Annotations in MVC Designing and Writing Windows Azure Adding a Home View and Testing theModels Services ViewsWriting Controllers and Actions Consuming Windows Azure Services in a Unit Testing MVC ComponentsWriting Action Filters Web Application Implementing an Exception HandlingAdding an MVC Controller and Writing the Creating and Coding a Windows Azure StrategyActions Service Performing Unit TestsWriting the Action Filters in a Controller Consuming Data from a Windows Azure Configuring Exception HandlingUsing the Photo Controller Service Analyzing Information ArchitectureCreating Views with Razor Syntax Developing a Web API Configuring Routes

Page 57: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Using HTML Helpers Calling a Web API from Mobile and Web Creating a Navigation StructureReusing Code in Views Applications Using the Routing EngineAdding a View for Photo Display Lab: Implementing Web APIs in Building Navigation ControlsAdding a View for New Photos ASP.NET MVC 4 Web Applications Using Template ViewsCreating and Using a Partial View Developing a Web API in MVC 4 Applying CSS to an MVC ApplicationAdding a Home View and Testing the Views Adding Routes and Controllers to Handle Creating an Adaptive User InterfaceUnit Testing MVC Components REST Requests Using Template ViewsImplementing an Exception Handling Calling RESTful services from Client-Side Applying a Consistent Look and Feel to anStrategy Code MVC ApplicationPerforming Unit Tests Using HTTP Modules and HTTP Adapting Webpages for Different BrowsersConfiguring Exception Handling Handlers Using AJAX and Partial Page UpdatesAnalyzing Information Architecture Using Web Sockets Implementing a Caching StrategyConfiguring Routes Lab : Handling Requests in ASP.NET Using Partial Page UpdatesCreating a Navigation Structure MVC 4 Web Applications Configuring ASP.NET CachesUsing the Routing Engine Writing a Web Handler that Uses Web Rendering and Running JavaScript CodeBuilding Navigation Controls Sockets Using jQuery and jQueryUIUsing Template Views Building a Chat Room in the Photo Using jQuery to Respond to UsersApplying CSS to an MVC Application Sharing Application Using jQueryUI to Build a User InterfaceCreating an Adaptive User Interface Deploying Web Applications Implementing Authentication andUsing Template Views Deploying MVC 4 Applications AuthorizationApplying a Consistent Look and Feel to an Lab: Deploying ASP.NET MVC 4 Web Assigning Roles and MembershipMVC Application Applications Configuring AuthenticationAdapting Webpages for Different Browsers Deploying an Application to Windows Controlling Access to ResourcesUsing AJAX and Partial Page Updates Azure Providing User Account FacilitiesImplementing a Caching Strategy Testing the Completed Application Developing Secure SitesUsing Partial Page Updates State ManagementConfiguring ASP.NET Caches Storing User PreferencesRendering and Running JavaScript Code line Using User Preferences in the PhotoUsing jQuery and jQueryUI Overview of Microsoft Web Technologies GalleryUsing jQuery to Respond to Users Overview of ASP.NET 4.5 Introduction to Windows AzureUsing jQueryUI to Build a User Interface Introduction to ASP.NET MVC 4 Designing and Writing Windows AzureImplementing Authentication and Exploring a Photo Sharing Application ServicesAuthorization Exploring a Web Pages Application Consuming Windows Azure Services in aAssigning Roles and Membership Exploring a Web Forms Application Web ApplicationConfiguring Authentication Exploring an MVC Application Creating and Coding a Windows AzureControlling Access to Resources Planning in the Project Design Phase ServiceProviding User Account Facilities Designing Models, Controllers, and Views Consuming Data from a Windows AzureDeveloping Secure Sites Planning Controllers ServiceState Management Planning Views Developing a Web APIStoring User Preferences Architecting an MVC Application Calling a Web API from Mobile and WebUsing User Preferences in the Photo Gallery Creating MVC Models ApplicationsIntroduction to Windows Azure Working with Data Lab: Implementing Web APIs in ASP.NETDesigning and Writing Windows Azure Creating an MVC Project and Adding a MVC 4 Web ApplicationsServices Model Developing a Web API in MVC 4Consuming Windows Azure Services in a Creating a New SQL Azure Database in Adding Routes and Controllers to HandleWeb Application Visual Studio REST RequestsCreating and Coding a Windows Azure Adding Properties and Methods to MVC Calling RESTful services from Client-SideService Models CodeConsuming Data from a Windows Azure Using Display and Edit Annotations in Using HTTP Modules and HTTP HandlersService MVC Models Using Web SocketsDeveloping a Web API Writing Controllers and Actions Lab : Handling Requests in ASP.NET MVCCalling a Web API from Mobile and Web Writing Action Filters 4 Web ApplicationsApplications Adding an MVC Controller and Writing Writing a Web Handler that Uses WebLab: Implementing Web APIs in ASP.NET the Actions SocketsMVC 4 Web Applications Writing the Action Filters in a Controller Building a Chat Room in the Photo SharingDeveloping a Web API in MVC 4 Using the Photo Controller ApplicationAdding Routes and Controllers to Handle Creating Views with Razor Syntax Deploying Web ApplicationsREST Requests Using HTML Helpers Deploying MVC 4 ApplicationsCalling RESTful services from Client-Side Reusing Code in Views Lab: Deploying ASP.NET MVC 4 WebCode Adding a View for Photo Display ApplicationsUsing HTTP Modules and HTTP Handlers Adding a View for New Photos Deploying an Application to WindowsUsing Web Sockets Creating and Using a Partial View AzureLab : Handling Requests in ASP.NET MVC Adding a Home View and Testing the Testing the Completed Application4 Web Applications ViewsWriting a Web Handler that Uses Web Unit Testing MVC Components Module 16: Deploying ASP.NET MVC 4Sockets Implementing an Exception Handling Web Applications

Page 58: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Building a Chat Room in the Photo Sharing Strategy lineApplication Performing Unit TestsDeploying Web Applications Configuring Exception HandlingDeploying MVC 4 Applications Analyzing Information Architecture lineLab: Deploying ASP.NET MVC 4 Web Configuring Routes Overview of Microsoft Web TechnologiesApplications Creating a Navigation Structure Overview of ASP.NET 4.5Deploying an Application to Windows Azure Using the Routing Engine Introduction to ASP.NET MVC 4Testing the Completed Application Building Navigation Controls Exploring a Photo Sharing Application

Using Template Views Exploring a Web Pages ApplicationApplying CSS to an MVC Application Exploring a Web Forms Application

line Creating an Adaptive User Interface Exploring an MVC ApplicationOverview of Microsoft Web Technologies Using Template Views Planning in the Project Design PhaseOverview of ASP.NET 4.5 Applying a Consistent Look and Feel to Designing Models, Controllers, and ViewsIntroduction to ASP.NET MVC 4 an MVC Application Planning ControllersExploring a Photo Sharing Application Adapting Webpages for Different Planning ViewsExploring a Web Pages Application Browsers Architecting an MVC ApplicationExploring a Web Forms Application Using AJAX and Partial Page Updates Creating MVC ModelsExploring an MVC Application Implementing a Caching Strategy Working with DataPlanning in the Project Design Phase Using Partial Page Updates Creating an MVC Project and Adding aDesigning Models, Controllers, and Views Configuring ASP.NET Caches ModelPlanning Controllers Rendering and Running JavaScript Code Creating a New SQL Azure Database inPlanning Views Using jQuery and jQueryUI Visual StudioArchitecting an MVC Application Using jQuery to Respond to Users Adding Properties and Methods to MVCCreating MVC Models Using jQueryUI to Build a User Interface ModelsWorking with Data Implementing Authentication and Using Display and Edit Annotations inCreating an MVC Project and Adding a Authorization MVC ModelsModel Assigning Roles and Membership Writing Controllers and ActionsCreating a New SQL Azure Database in Configuring Authentication Writing Action FiltersVisual Studio Controlling Access to Resources Adding an MVC Controller and Writing theAdding Properties and Methods to MVC Providing User Account Facilities ActionsModels Developing Secure Sites Writing the Action Filters in a ControllerUsing Display and Edit Annotations in MVC State Management Using the Photo ControllerModels Storing User Preferences Creating Views with Razor SyntaxWriting Controllers and Actions Using User Preferences in the Photo Using HTML HelpersWriting Action Filters Gallery Reusing Code in ViewsAdding an MVC Controller and Writing the Introduction to Windows Azure Adding a View for Photo DisplayActions Designing and Writing Windows Azure Adding a View for New PhotosWriting the Action Filters in a Controller Services Creating and Using a Partial ViewUsing the Photo Controller Consuming Windows Azure Services in a Adding a Home View and Testing theCreating Views with Razor Syntax Web Application ViewsUsing HTML Helpers Creating and Coding a Windows Azure Unit Testing MVC ComponentsReusing Code in Views Service Implementing an Exception HandlingAdding a View for Photo Display Consuming Data from a Windows Azure StrategyAdding a View for New Photos Service Performing Unit TestsCreating and Using a Partial View Developing a Web API Configuring Exception HandlingAdding a Home View and Testing the Views Calling a Web API from Mobile and Web Analyzing Information ArchitectureUnit Testing MVC Components Applications Configuring RoutesImplementing an Exception Handling Lab: Implementing Web APIs in Creating a Navigation StructureStrategy ASP.NET MVC 4 Web Applications Using the Routing EnginePerforming Unit Tests Developing a Web API in MVC 4 Building Navigation ControlsConfiguring Exception Handling Adding Routes and Controllers to Handle Using Template ViewsAnalyzing Information Architecture REST Requests Applying CSS to an MVC ApplicationConfiguring Routes Calling RESTful services from Client-Side Creating an Adaptive User InterfaceCreating a Navigation Structure Code Using Template ViewsUsing the Routing Engine Using HTTP Modules and HTTP Applying a Consistent Look and Feel to anBuilding Navigation Controls Handlers MVC ApplicationUsing Template Views Using Web Sockets Adapting Webpages for Different BrowsersApplying CSS to an MVC Application Lab : Handling Requests in ASP.NET Using AJAX and Partial Page UpdatesCreating an Adaptive User Interface MVC 4 Web Applications Implementing a Caching StrategyUsing Template Views Writing a Web Handler that Uses Web Using Partial Page UpdatesApplying a Consistent Look and Feel to an Sockets Configuring ASP.NET CachesMVC Application Building a Chat Room in the Photo Rendering and Running JavaScript CodeAdapting Webpages for Different Browsers Sharing Application Using jQuery and jQueryUIUsing AJAX and Partial Page Updates Deploying Web Applications Using jQuery to Respond to UsersImplementing a Caching Strategy Deploying MVC 4 Applications Using jQueryUI to Build a User InterfaceUsing Partial Page Updates Lab: Deploying ASP.NET MVC 4 Web Implementing Authentication and

Page 59: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Configuring ASP.NET Caches Applications AuthorizationRendering and Running JavaScript Code Deploying an Application to Windows Assigning Roles and MembershipUsing jQuery and jQueryUI Azure Configuring AuthenticationUsing jQuery to Respond to Users Testing the Completed Application Controlling Access to ResourcesUsing jQueryUI to Build a User Interface Providing User Account FacilitiesImplementing Authentication and Lab: Using JavaScript and jQuery for Developing Secure SitesAuthorization Responsive MVC 4 Web Applications State ManagementAssigning Roles and Membership line Storing User PreferencesConfiguring Authentication Using User Preferences in the PhotoControlling Access to Resources GalleryProviding User Account Facilities line Introduction to Windows AzureDeveloping Secure Sites Overview of Microsoft Web Technologies Designing and Writing Windows AzureState Management Overview of ASP.NET 4.5 ServicesStoring User Preferences Introduction to ASP.NET MVC 4 Consuming Windows Azure Services in aUsing User Preferences in the Photo Gallery Exploring a Photo Sharing Application Web ApplicationIntroduction to Windows Azure Exploring a Web Pages Application Creating and Coding a Windows AzureDesigning and Writing Windows Azure Exploring a Web Forms Application ServiceServices Exploring an MVC Application Consuming Data from a Windows AzureConsuming Windows Azure Services in a Planning in the Project Design Phase ServiceWeb Application Designing Models, Controllers, and Views Developing a Web APICreating and Coding a Windows Azure Planning Controllers Calling a Web API from Mobile and WebService Planning Views ApplicationsConsuming Data from a Windows Azure Architecting an MVC Application Lab: Implementing Web APIs in ASP.NETService Creating MVC Models MVC 4 Web ApplicationsDeveloping a Web API Working with Data Developing a Web API in MVC 4Calling a Web API from Mobile and Web Creating an MVC Project and Adding a Adding Routes and Controllers to HandleApplications Model REST RequestsLab: Implementing Web APIs in ASP.NET Creating a New SQL Azure Database in Calling RESTful services from Client-SideMVC 4 Web Applications Visual Studio CodeDeveloping a Web API in MVC 4 Adding Properties and Methods to MVC Using HTTP Modules and HTTP HandlersAdding Routes and Controllers to Handle Models Using Web SocketsREST Requests Using Display and Edit Annotations in Lab : Handling Requests in ASP.NET MVCCalling RESTful services from Client-Side MVC Models 4 Web ApplicationsCode Writing Controllers and Actions Writing a Web Handler that Uses WebUsing HTTP Modules and HTTP Handlers Writing Action Filters SocketsUsing Web Sockets Adding an MVC Controller and Writing Building a Chat Room in the Photo SharingLab : Handling Requests in ASP.NET MVC the Actions Application4 Web Applications Writing the Action Filters in a Controller Deploying Web ApplicationsWriting a Web Handler that Uses Web Using the Photo Controller Deploying MVC 4 ApplicationsSockets Creating Views with Razor Syntax Lab: Deploying ASP.NET MVC 4 WebBuilding a Chat Room in the Photo Sharing Using HTML Helpers ApplicationsApplication Reusing Code in Views Deploying an Application to WindowsDeploying Web Applications Adding a View for Photo Display AzureDeploying MVC 4 Applications Adding a View for New Photos Testing the Completed ApplicationLab: Deploying ASP.NET MVC 4 Web Creating and Using a Partial ViewApplications Adding a Home View and Testing theDeploying an Application to Windows Azure Views lineTesting the Completed Application Unit Testing MVC Components Overview of Microsoft Web Technologies

Implementing an Exception Handling Overview of ASP.NET 4.5Lab: Developing ASP.NET MVC 4 Views Strategy Introduction to ASP.NET MVC 4line Performing Unit Tests Exploring a Photo Sharing Application

Configuring Exception Handling Exploring a Web Pages ApplicationAnalyzing Information Architecture Exploring a Web Forms Application

line Configuring Routes Exploring an MVC ApplicationOverview of Microsoft Web Technologies Creating a Navigation Structure Planning in the Project Design PhaseOverview of ASP.NET 4.5 Using the Routing Engine Designing Models, Controllers, and ViewsIntroduction to ASP.NET MVC 4 Building Navigation Controls Planning ControllersExploring a Photo Sharing Application Using Template Views Planning ViewsExploring a Web Pages Application Applying CSS to an MVC Application Architecting an MVC ApplicationExploring a Web Forms Application Creating an Adaptive User Interface Creating MVC ModelsExploring an MVC Application Using Template Views Working with DataPlanning in the Project Design Phase Applying a Consistent Look and Feel to Creating an MVC Project and Adding aDesigning Models, Controllers, and Views an MVC Application ModelPlanning Controllers Adapting Webpages for Different Creating a New SQL Azure Database inPlanning Views Browsers Visual StudioArchitecting an MVC Application Using AJAX and Partial Page Updates Adding Properties and Methods to MVC

Page 60: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Creating MVC Models Implementing a Caching Strategy ModelsWorking with Data Using Partial Page Updates Using Display and Edit Annotations inCreating an MVC Project and Adding a Configuring ASP.NET Caches MVC ModelsModel Rendering and Running JavaScript Code Writing Controllers and ActionsCreating a New SQL Azure Database in Using jQuery and jQueryUI Writing Action FiltersVisual Studio Using jQuery to Respond to Users Adding an MVC Controller and Writing theAdding Properties and Methods to MVC Using jQueryUI to Build a User Interface ActionsModels Implementing Authentication and Writing the Action Filters in a ControllerUsing Display and Edit Annotations in MVC Authorization Using the Photo ControllerModels Assigning Roles and Membership Creating Views with Razor SyntaxWriting Controllers and Actions Configuring Authentication Using HTML HelpersWriting Action Filters Controlling Access to Resources Reusing Code in ViewsAdding an MVC Controller and Writing the Providing User Account Facilities Adding a View for Photo DisplayActions Developing Secure Sites Adding a View for New PhotosWriting the Action Filters in a Controller State Management Creating and Using a Partial ViewUsing the Photo Controller Storing User Preferences Adding a Home View and Testing theCreating Views with Razor Syntax Using User Preferences in the Photo ViewsUsing HTML Helpers Gallery Unit Testing MVC ComponentsReusing Code in Views Introduction to Windows Azure Implementing an Exception HandlingAdding a View for Photo Display Designing and Writing Windows Azure StrategyAdding a View for New Photos Services Performing Unit TestsCreating and Using a Partial View Consuming Windows Azure Services in a Configuring Exception HandlingAdding a Home View and Testing the Views Web Application Analyzing Information ArchitectureUnit Testing MVC Components Creating and Coding a Windows Azure Configuring RoutesImplementing an Exception Handling Service Creating a Navigation StructureStrategy Consuming Data from a Windows Azure Using the Routing EnginePerforming Unit Tests Service Building Navigation ControlsConfiguring Exception Handling Developing a Web API Using Template ViewsAnalyzing Information Architecture Calling a Web API from Mobile and Web Applying CSS to an MVC ApplicationConfiguring Routes Applications Creating an Adaptive User InterfaceCreating a Navigation Structure Lab: Implementing Web APIs in Using Template ViewsUsing the Routing Engine ASP.NET MVC 4 Web Applications Applying a Consistent Look and Feel to anBuilding Navigation Controls Developing a Web API in MVC 4 MVC ApplicationUsing Template Views Adding Routes and Controllers to Handle Adapting Webpages for Different BrowsersApplying CSS to an MVC Application REST Requests Using AJAX and Partial Page UpdatesCreating an Adaptive User Interface Calling RESTful services from Client-Side Implementing a Caching StrategyUsing Template Views Code Using Partial Page UpdatesApplying a Consistent Look and Feel to an Using HTTP Modules and HTTP Configuring ASP.NET CachesMVC Application Handlers Rendering and Running JavaScript CodeAdapting Webpages for Different Browsers Using Web Sockets Using jQuery and jQueryUIUsing AJAX and Partial Page Updates Lab : Handling Requests in ASP.NET Using jQuery to Respond to UsersImplementing a Caching Strategy MVC 4 Web Applications Using jQueryUI to Build a User InterfaceUsing Partial Page Updates Writing a Web Handler that Uses Web Implementing Authentication andConfiguring ASP.NET Caches Sockets AuthorizationRendering and Running JavaScript Code Building a Chat Room in the Photo Assigning Roles and MembershipUsing jQuery and jQueryUI Sharing Application Configuring AuthenticationUsing jQuery to Respond to Users Deploying Web Applications Controlling Access to ResourcesUsing jQueryUI to Build a User Interface Deploying MVC 4 Applications Providing User Account FacilitiesImplementing Authentication and Lab: Deploying ASP.NET MVC 4 Web Developing Secure SitesAuthorization Applications State ManagementAssigning Roles and Membership Deploying an Application to Windows Storing User PreferencesConfiguring Authentication Azure Using User Preferences in the PhotoControlling Access to Resources Testing the Completed Application GalleryProviding User Account Facilities Introduction to Windows AzureDeveloping Secure Sites Designing and Writing Windows AzureState Management line ServicesStoring User Preferences Overview of Microsoft Web Technologies Consuming Windows Azure Services in aUsing User Preferences in the Photo Gallery Overview of ASP.NET 4.5 Web ApplicationIntroduction to Windows Azure Introduction to ASP.NET MVC 4 Creating and Coding a Windows AzureDesigning and Writing Windows Azure Exploring a Photo Sharing Application ServiceServices Exploring a Web Pages Application Consuming Data from a Windows AzureConsuming Windows Azure Services in a Exploring a Web Forms Application ServiceWeb Application Exploring an MVC Application Developing a Web APICreating and Coding a Windows Azure Planning in the Project Design Phase Calling a Web API from Mobile and WebService Designing Models, Controllers, and Views ApplicationsConsuming Data from a Windows Azure Planning Controllers Lab: Implementing Web APIs in ASP.NET

Page 61: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Service Planning Views MVC 4 Web ApplicationsDeveloping a Web API Architecting an MVC Application Developing a Web API in MVC 4Calling a Web API from Mobile and Web Creating MVC Models Adding Routes and Controllers to HandleApplications Working with Data REST RequestsLab: Implementing Web APIs in ASP.NET Creating an MVC Project and Adding a Calling RESTful services from Client-SideMVC 4 Web Applications Model CodeDeveloping a Web API in MVC 4 Creating a New SQL Azure Database in Using HTTP Modules and HTTP HandlersAdding Routes and Controllers to Handle Visual Studio Using Web SocketsREST Requests Adding Properties and Methods to MVC Lab : Handling Requests in ASP.NET MVCCalling RESTful services from Client-Side Models 4 Web ApplicationsCode Using Display and Edit Annotations in Writing a Web Handler that Uses WebUsing HTTP Modules and HTTP Handlers MVC Models SocketsUsing Web Sockets Writing Controllers and Actions Building a Chat Room in the Photo SharingLab : Handling Requests in ASP.NET MVC Writing Action Filters Application4 Web Applications Adding an MVC Controller and Writing Deploying Web ApplicationsWriting a Web Handler that Uses Web the Actions Deploying MVC 4 ApplicationsSockets Writing the Action Filters in a Controller Lab: Deploying ASP.NET MVC 4 WebBuilding a Chat Room in the Photo Sharing Using the Photo Controller ApplicationsApplication Creating Views with Razor Syntax Deploying an Application to WindowsDeploying Web Applications Using HTML Helpers AzureDeploying MVC 4 Applications Reusing Code in Views Testing the Completed ApplicationLab: Deploying ASP.NET MVC 4 Web Adding a View for Photo DisplayApplications Adding a View for New PhotosDeploying an Application to Windows Azure Creating and Using a Partial View lineTesting the Completed Application Adding a Home View and Testing the Overview of Microsoft Web Technologies

Views Overview of ASP.NET 4.5Unit Testing MVC Components Introduction to ASP.NET MVC 4

line Implementing an Exception Handling Exploring a Photo Sharing ApplicationOverview of Microsoft Web Technologies Strategy Exploring a Web Pages ApplicationOverview of ASP.NET 4.5 Performing Unit Tests Exploring a Web Forms ApplicationIntroduction to ASP.NET MVC 4 Configuring Exception Handling Exploring an MVC ApplicationExploring a Photo Sharing Application Analyzing Information Architecture Planning in the Project Design PhaseExploring a Web Pages Application Configuring Routes Designing Models, Controllers, and ViewsExploring a Web Forms Application Creating a Navigation Structure Planning ControllersExploring an MVC Application Using the Routing Engine Planning ViewsPlanning in the Project Design Phase Building Navigation Controls Architecting an MVC ApplicationDesigning Models, Controllers, and Views Using Template Views Creating MVC ModelsPlanning Controllers Applying CSS to an MVC Application Working with DataPlanning Views Creating an Adaptive User Interface Creating an MVC Project and Adding aArchitecting an MVC Application Using Template Views ModelCreating MVC Models Applying a Consistent Look and Feel to Creating a New SQL Azure Database inWorking with Data an MVC Application Visual StudioCreating an MVC Project and Adding a Adapting Webpages for Different Adding Properties and Methods to MVCModel Browsers ModelsCreating a New SQL Azure Database in Using AJAX and Partial Page Updates Using Display and Edit Annotations inVisual Studio Implementing a Caching Strategy MVC ModelsAdding Properties and Methods to MVC Using Partial Page Updates Writing Controllers and ActionsModels Configuring ASP.NET Caches Writing Action FiltersUsing Display and Edit Annotations in MVC Rendering and Running JavaScript Code Adding an MVC Controller and Writing theModels Using jQuery and jQueryUI ActionsWriting Controllers and Actions Using jQuery to Respond to Users Writing the Action Filters in a ControllerWriting Action Filters Using jQueryUI to Build a User Interface Using the Photo ControllerAdding an MVC Controller and Writing the Implementing Authentication and Creating Views with Razor SyntaxActions Authorization Using HTML HelpersWriting the Action Filters in a Controller Assigning Roles and Membership Reusing Code in ViewsUsing the Photo Controller Configuring Authentication Adding a View for Photo DisplayCreating Views with Razor Syntax Controlling Access to Resources Adding a View for New PhotosUsing HTML Helpers Providing User Account Facilities Creating and Using a Partial ViewReusing Code in Views Developing Secure Sites Adding a Home View and Testing theAdding a View for Photo Display State Management ViewsAdding a View for New Photos Storing User Preferences Unit Testing MVC ComponentsCreating and Using a Partial View Using User Preferences in the Photo Implementing an Exception HandlingAdding a Home View and Testing the Views Gallery StrategyUnit Testing MVC Components Introduction to Windows Azure Performing Unit TestsImplementing an Exception Handling Designing and Writing Windows Azure Configuring Exception HandlingStrategy Services Analyzing Information Architecture

Page 62: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Performing Unit Tests Consuming Windows Azure Services in a Configuring RoutesConfiguring Exception Handling Web Application Creating a Navigation StructureAnalyzing Information Architecture Creating and Coding a Windows Azure Using the Routing EngineConfiguring Routes Service Building Navigation ControlsCreating a Navigation Structure Consuming Data from a Windows Azure Using Template ViewsUsing the Routing Engine Service Applying CSS to an MVC ApplicationBuilding Navigation Controls Developing a Web API Creating an Adaptive User InterfaceUsing Template Views Calling a Web API from Mobile and Web Using Template ViewsApplying CSS to an MVC Application Applications Applying a Consistent Look and Feel to anCreating an Adaptive User Interface Lab: Implementing Web APIs in MVC ApplicationUsing Template Views ASP.NET MVC 4 Web Applications Adapting Webpages for Different BrowsersApplying a Consistent Look and Feel to an Developing a Web API in MVC 4 Using AJAX and Partial Page UpdatesMVC Application Adding Routes and Controllers to Handle Implementing a Caching StrategyAdapting Webpages for Different Browsers REST Requests Using Partial Page UpdatesUsing AJAX and Partial Page Updates Calling RESTful services from Client-Side Configuring ASP.NET CachesImplementing a Caching Strategy Code Rendering and Running JavaScript CodeUsing Partial Page Updates Using HTTP Modules and HTTP Using jQuery and jQueryUIConfiguring ASP.NET Caches Handlers Using jQuery to Respond to UsersRendering and Running JavaScript Code Using Web Sockets Using jQueryUI to Build a User InterfaceUsing jQuery and jQueryUI Lab : Handling Requests in ASP.NET Implementing Authentication andUsing jQuery to Respond to Users MVC 4 Web Applications AuthorizationUsing jQueryUI to Build a User Interface Writing a Web Handler that Uses Web Assigning Roles and MembershipImplementing Authentication and Sockets Configuring AuthenticationAuthorization Building a Chat Room in the Photo Controlling Access to ResourcesAssigning Roles and Membership Sharing Application Providing User Account FacilitiesConfiguring Authentication Deploying Web Applications Developing Secure SitesControlling Access to Resources Deploying MVC 4 Applications State ManagementProviding User Account Facilities Lab: Deploying ASP.NET MVC 4 Web Storing User PreferencesDeveloping Secure Sites Applications Using User Preferences in the PhotoState Management Deploying an Application to Windows GalleryStoring User Preferences Azure Introduction to Windows AzureUsing User Preferences in the Photo Gallery Testing the Completed Application Designing and Writing Windows AzureIntroduction to Windows Azure ServicesDesigning and Writing Windows Azure Consuming Windows Azure Services in aServices line Web ApplicationConsuming Windows Azure Services in a Overview of Microsoft Web Technologies Creating and Coding a Windows AzureWeb Application Overview of ASP.NET 4.5 ServiceCreating and Coding a Windows Azure Introduction to ASP.NET MVC 4 Consuming Data from a Windows AzureService Exploring a Photo Sharing Application ServiceConsuming Data from a Windows Azure Exploring a Web Pages Application Developing a Web APIService Exploring a Web Forms Application Calling a Web API from Mobile and WebDeveloping a Web API Exploring an MVC Application ApplicationsCalling a Web API from Mobile and Web Planning in the Project Design Phase Lab: Implementing Web APIs in ASP.NETApplications Designing Models, Controllers, and Views MVC 4 Web ApplicationsLab: Implementing Web APIs in ASP.NET Planning Controllers Developing a Web API in MVC 4MVC 4 Web Applications Planning Views Adding Routes and Controllers to HandleDeveloping a Web API in MVC 4 Architecting an MVC Application REST RequestsAdding Routes and Controllers to Handle Creating MVC Models Calling RESTful services from Client-SideREST Requests Working with Data CodeCalling RESTful services from Client-Side Creating an MVC Project and Adding a Using HTTP Modules and HTTP HandlersCode Model Using Web SocketsUsing HTTP Modules and HTTP Handlers Creating a New SQL Azure Database in Lab : Handling Requests in ASP.NET MVCUsing Web Sockets Visual Studio 4 Web ApplicationsLab : Handling Requests in ASP.NET MVC Adding Properties and Methods to MVC Writing a Web Handler that Uses Web4 Web Applications Models SocketsWriting a Web Handler that Uses Web Using Display and Edit Annotations in Building a Chat Room in the Photo SharingSockets MVC Models ApplicationBuilding a Chat Room in the Photo Sharing Writing Controllers and Actions Deploying Web ApplicationsApplication Writing Action Filters Deploying MVC 4 ApplicationsDeploying Web Applications Adding an MVC Controller and Writing Lab: Deploying ASP.NET MVC 4 WebDeploying MVC 4 Applications the Actions ApplicationsLab: Deploying ASP.NET MVC 4 Web Writing the Action Filters in a Controller Deploying an Application to WindowsApplications Using the Photo Controller AzureDeploying an Application to Windows Azure Creating Views with Razor Syntax Testing the Completed ApplicationTesting the Completed Application Using HTML Helpers

Reusing Code in Views

Page 63: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Adding a View for Photo Display lineAdding a View for New Photos Overview of Microsoft Web TechnologiesCreating and Using a Partial View Overview of ASP.NET 4.5Adding a Home View and Testing the Introduction to ASP.NET MVC 4Views Exploring a Photo Sharing ApplicationUnit Testing MVC Components Exploring a Web Pages ApplicationImplementing an Exception Handling Exploring a Web Forms ApplicationStrategy Exploring an MVC ApplicationPerforming Unit Tests Planning in the Project Design PhaseConfiguring Exception Handling Designing Models, Controllers, and ViewsAnalyzing Information Architecture Planning ControllersConfiguring Routes Planning ViewsCreating a Navigation Structure Architecting an MVC ApplicationUsing the Routing Engine Creating MVC ModelsBuilding Navigation Controls Working with DataUsing Template Views Creating an MVC Project and Adding aApplying CSS to an MVC Application ModelCreating an Adaptive User Interface Creating a New SQL Azure Database inUsing Template Views Visual StudioApplying a Consistent Look and Feel to Adding Properties and Methods to MVCan MVC Application ModelsAdapting Webpages for Different Using Display and Edit Annotations inBrowsers MVC ModelsUsing AJAX and Partial Page Updates Writing Controllers and ActionsImplementing a Caching Strategy Writing Action FiltersUsing Partial Page Updates Adding an MVC Controller and Writing theConfiguring ASP.NET Caches ActionsRendering and Running JavaScript Code Writing the Action Filters in a ControllerUsing jQuery and jQueryUI Using the Photo ControllerUsing jQuery to Respond to Users Creating Views with Razor SyntaxUsing jQueryUI to Build a User Interface Using HTML HelpersImplementing Authentication and Reusing Code in ViewsAuthorization Adding a View for Photo DisplayAssigning Roles and Membership Adding a View for New PhotosConfiguring Authentication Creating and Using a Partial ViewControlling Access to Resources Adding a Home View and Testing theProviding User Account Facilities ViewsDeveloping Secure Sites Unit Testing MVC ComponentsState Management Implementing an Exception HandlingStoring User Preferences StrategyUsing User Preferences in the Photo Performing Unit TestsGallery Configuring Exception HandlingIntroduction to Windows Azure Analyzing Information ArchitectureDesigning and Writing Windows Azure Configuring RoutesServices Creating a Navigation StructureConsuming Windows Azure Services in a Using the Routing EngineWeb Application Building Navigation ControlsCreating and Coding a Windows Azure Using Template ViewsService Applying CSS to an MVC ApplicationConsuming Data from a Windows Azure Creating an Adaptive User InterfaceService Using Template ViewsDeveloping a Web API Applying a Consistent Look and Feel to anCalling a Web API from Mobile and Web MVC ApplicationApplications Adapting Webpages for Different BrowsersLab: Implementing Web APIs in Using AJAX and Partial Page UpdatesASP.NET MVC 4 Web Applications Implementing a Caching StrategyDeveloping a Web API in MVC 4 Using Partial Page UpdatesAdding Routes and Controllers to Handle Configuring ASP.NET CachesREST Requests Rendering and Running JavaScript CodeCalling RESTful services from Client-Side Using jQuery and jQueryUICode Using jQuery to Respond to UsersUsing HTTP Modules and HTTP Using jQueryUI to Build a User InterfaceHandlers Implementing Authentication andUsing Web Sockets AuthorizationLab : Handling Requests in ASP.NET Assigning Roles and MembershipMVC 4 Web Applications Configuring Authentication

Page 64: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Writing a Web Handler that Uses Web Controlling Access to ResourcesSockets Providing User Account FacilitiesBuilding a Chat Room in the Photo Developing Secure SitesSharing Application State ManagementDeploying Web Applications Storing User PreferencesDeploying MVC 4 Applications Using User Preferences in the PhotoLab: Deploying ASP.NET MVC 4 Web GalleryApplications Introduction to Windows AzureDeploying an Application to Windows Designing and Writing Windows AzureAzure ServicesTesting the Completed Application Consuming Windows Azure Services in a

Web Application

Module 11: Controlling Access to ASP.NET Creating and Coding a Windows Azure

MVC 4 Web Applications Serviceline Consuming Data from a Windows Azure

ServiceDeveloping a Web APICalling a Web API from Mobile and WebApplicationsLab: Implementing Web APIs in ASP.NETMVC 4 Web ApplicationsDeveloping a Web API in MVC 4Adding Routes and Controllers to HandleREST RequestsCalling RESTful services from Client-SideCodeUsing HTTP Modules and HTTP HandlersUsing Web SocketsLab : Handling Requests in ASP.NET MVC4 Web ApplicationsWriting a Web Handler that Uses WebSocketsBuilding a Chat Room in the Photo SharingApplicationDeploying Web ApplicationsDeploying MVC 4 ApplicationsLab: Deploying ASP.NET MVC 4 WebApplicationsDeploying an Application to WindowsAzureTesting the Completed Application

lineOverview of Microsoft Web TechnologiesOverview of ASP.NET 4.5Introduction to ASP.NET MVC 4Exploring a Photo Sharing ApplicationExploring a Web Pages ApplicationExploring a Web Forms ApplicationExploring an MVC ApplicationPlanning in the Project Design PhaseDesigning Models, Controllers, and ViewsPlanning ControllersPlanning ViewsArchitecting an MVC ApplicationCreating MVC ModelsWorking with DataCreating an MVC Project and Adding aModelCreating a New SQL Azure Database inVisual StudioAdding Properties and Methods to MVCModelsUsing Display and Edit Annotations inMVC Models

Page 65: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

Writing Controllers and ActionsWriting Action FiltersAdding an MVC Controller and Writing theActionsWriting the Action Filters in a ControllerUsing the Photo ControllerCreating Views with Razor SyntaxUsing HTML HelpersReusing Code in ViewsAdding a View for Photo DisplayAdding a View for New PhotosCreating and Using a Partial ViewAdding a Home View and Testing theViewsUnit Testing MVC ComponentsImplementing an Exception HandlingStrategyPerforming Unit TestsConfiguring Exception HandlingAnalyzing Information ArchitectureConfiguring RoutesCreating a Navigation StructureUsing the Routing EngineBuilding Navigation ControlsUsing Template ViewsApplying CSS to an MVC ApplicationCreating an Adaptive User InterfaceUsing Template ViewsApplying a Consistent Look and Feel to anMVC ApplicationAdapting Webpages for Different BrowsersUsing AJAX and Partial Page UpdatesImplementing a Caching StrategyUsing Partial Page UpdatesConfiguring ASP.NET CachesRendering and Running JavaScript CodeUsing jQuery and jQueryUIUsing jQuery to Respond to UsersUsing jQueryUI to Build a User InterfaceImplementing Authentication andAuthorizationAssigning Roles and MembershipConfiguring AuthenticationControlling Access to ResourcesProviding User Account FacilitiesDeveloping Secure SitesState ManagementStoring User PreferencesUsing User Preferences in the PhotoGalleryIntroduction to Windows AzureDesigning and Writing Windows AzureServicesConsuming Windows Azure Services in aWeb ApplicationCreating and Coding a Windows AzureServiceConsuming Data from a Windows AzureServiceDeveloping a Web APICalling a Web API from Mobile and WebApplicationsLab: Implementing Web APIs in ASP.NETMVC 4 Web ApplicationsDeveloping a Web API in MVC 4Adding Routes and Controllers to Handle

Page 66: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/AE/M20486.pdfMicrosoft ASP.NET, proficiency in using the .NET Framework, and some familiarity with

M20486 www.globalknowledge.ae [email protected] 00 971 4 446 4987

REST RequestsCalling RESTful services from Client-SideCodeUsing HTTP Modules and HTTP HandlersUsing Web SocketsLab : Handling Requests in ASP.NET MVC4 Web ApplicationsWriting a Web Handler that Uses WebSocketsBuilding a Chat Room in the Photo SharingApplicationDeploying Web ApplicationsDeploying MVC 4 ApplicationsLab: Deploying ASP.NET MVC 4 WebApplicationsDeploying an Application to WindowsAzureTesting the Completed Application

Further Information:

For More information, or to book your course, please call us on 00 971 4 446 4987

[email protected]

www.globalknowledge.ae

Global Knowledge, Dubai Knowledge Village, Block 2A,First Floor, Office F68, Dubai, UAE