developing asp.net mvc 4 web applicationsstore.globalknowledge.net/course-overviews/no/m20486.pdfrun...

66
M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00 Developing ASP.NET MVC 4 Web Applications Varighet: 5 Days Kurskode: M20486 Beskrivelse: 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. Målgruppe: 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. Agenda: 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.

Upload: others

Post on 02-Aug-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Developing ASP.NET MVC 4 Web Applications

Varighet: 5 Days Kurskode: M20486

Beskrivelse:

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.

Målgruppe:

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.

Agenda:

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Forkunnskaper:

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Innhold:

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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 4

Page 8: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Exploring a Web Forms Application Applications 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 ASP.NET Overview of Microsoft Web TechnologiesArchitecting an MVC Application 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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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 MVCLab: 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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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 Web Creating a New SQL Azure Database inCreating a Navigation Structure 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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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 PreferencesApplications•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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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 UpdatesModule 3: Developing ASP.NET MVC 4 Models Using the Photo Controller Configuring ASP.NET Cachesline Creating Views with Razor Syntax Rendering and Running JavaScript Code

Using HTML Helpers Using jQuery and jQueryUIReusing Code in Views Using jQuery to Respond to Users

Page 29: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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

Page 30: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Providing User Account Facilities Writing a Web Handler that Uses Web Visual StudioDeveloping Secure Sites Sockets Adding Properties and Methods to MVCState Management Building a Chat Room in the Photo ModelsStoring User Preferences Sharing Application Using Display and Edit Annotations inUsing User Preferences in the Photo Gallery Deploying Web Applications MVC ModelsIntroduction to Windows Azure Deploying MVC 4 Applications Writing Controllers and ActionsDesigning and Writing Windows Azure Lab: Deploying ASP.NET MVC 4 Web Writing Action FiltersServices Applications Adding an MVC Controller and Writing theConsuming Windows Azure Services in a Deploying an Application to Windows ActionsWeb Application Azure Writing the Action Filters in a ControllerCreating and Coding a Windows Azure Testing the Completed Application Using the Photo ControllerService Creating Views with Razor SyntaxConsuming Data from a Windows Azure Module 8: Applying Styles to ASP.NET MVC Using HTML HelpersService 4 Web Applications Reusing Code in ViewsDeveloping a Web API line Adding a View for Photo DisplayCalling a Web API from Mobile and Web Adding a View for New PhotosApplications Creating and Using a Partial ViewLab: Implementing Web APIs in ASP.NET line Adding a Home View and Testing theMVC 4 Web Applications Overview of Microsoft Web Technologies ViewsDeveloping a Web API in MVC 4 Overview of ASP.NET 4.5 Unit Testing MVC ComponentsAdding Routes and Controllers to Handle Introduction to ASP.NET MVC 4 Implementing an Exception HandlingREST Requests Exploring a Photo Sharing Application StrategyCalling RESTful services from Client-Side Exploring a Web Pages Application Performing Unit TestsCode Exploring a Web Forms Application Configuring Exception HandlingUsing HTTP Modules and HTTP Handlers Exploring an MVC Application Analyzing Information ArchitectureUsing Web Sockets Planning in the Project Design Phase Configuring RoutesLab : Handling Requests in ASP.NET MVC Designing Models, Controllers, and Views Creating a Navigation Structure4 Web Applications Planning Controllers Using the Routing EngineWriting a Web Handler that Uses Web Planning Views Building Navigation ControlsSockets Architecting an MVC Application Using Template ViewsBuilding a Chat Room in the Photo Sharing Creating MVC Models Applying CSS to an MVC ApplicationApplication Working with Data Creating an Adaptive User InterfaceDeploying Web Applications Creating an MVC Project and Adding a Using Template ViewsDeploying MVC 4 Applications Model Applying a Consistent Look and Feel to anLab: Deploying ASP.NET MVC 4 Web Creating a New SQL Azure Database in MVC ApplicationApplications Visual Studio Adapting Webpages for Different BrowsersDeploying an Application to Windows Azure Adding Properties and Methods to MVC Using AJAX and Partial Page UpdatesTesting the Completed Application Models Implementing a Caching Strategy

Using Display and Edit Annotations in Using Partial Page UpdatesMVC Models Configuring ASP.NET Caches

line Writing Controllers and Actions Rendering and Running JavaScript CodeOverview of Microsoft Web Technologies Writing Action Filters Using jQuery and jQueryUIOverview of ASP.NET 4.5 Adding an MVC Controller and Writing Using jQuery to Respond to UsersIntroduction to ASP.NET MVC 4 the Actions Using jQueryUI to Build a User InterfaceExploring a Photo Sharing Application Writing the Action Filters in a Controller Implementing Authentication andExploring a Web Pages Application Using the Photo Controller AuthorizationExploring a Web Forms Application Creating Views with Razor Syntax Assigning Roles and MembershipExploring an MVC Application Using HTML Helpers Configuring AuthenticationPlanning in the Project Design Phase Reusing Code in Views Controlling Access to ResourcesDesigning Models, Controllers, and Views Adding a View for Photo Display Providing User Account FacilitiesPlanning Controllers Adding a View for New Photos Developing Secure SitesPlanning Views Creating and Using a Partial View State ManagementArchitecting an MVC Application Adding a Home View and Testing the Storing User PreferencesCreating MVC Models Views Using User Preferences in the PhotoWorking with Data Unit Testing MVC Components GalleryCreating an MVC Project and Adding a Implementing an Exception Handling Introduction to Windows AzureModel Strategy Designing and Writing Windows AzureCreating a New SQL Azure Database in Performing Unit Tests ServicesVisual Studio Configuring Exception Handling Consuming Windows Azure Services in aAdding Properties and Methods to MVC Analyzing Information Architecture Web ApplicationModels Configuring Routes Creating and Coding a Windows AzureUsing Display and Edit Annotations in MVC Creating a Navigation Structure ServiceModels Using the Routing Engine Consuming Data from a Windows AzureWriting Controllers and Actions Building Navigation Controls ServiceWriting Action Filters Using Template Views Developing a Web APIAdding an MVC Controller and Writing the 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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Actions Creating an Adaptive User Interface ApplicationsWriting the Action Filters in a Controller Using Template Views Lab: Implementing Web APIs in ASP.NETUsing the Photo Controller Applying a Consistent Look and Feel to MVC 4 Web ApplicationsCreating Views with Razor Syntax an MVC Application Developing a Web API in MVC 4Using HTML Helpers Adapting Webpages for Different Adding Routes and Controllers to HandleReusing Code in Views Browsers REST RequestsAdding a View for Photo Display Using AJAX and Partial Page Updates Calling RESTful services from Client-SideAdding a View for New Photos Implementing a Caching Strategy CodeCreating and Using a Partial View Using Partial Page Updates Using HTTP Modules and HTTP HandlersAdding a Home View and Testing the Views Configuring ASP.NET Caches Using Web SocketsUnit Testing MVC Components Rendering and Running JavaScript Code Lab : Handling Requests in ASP.NET MVCImplementing an Exception Handling Using jQuery and jQueryUI 4 Web ApplicationsStrategy Using jQuery to Respond to Users Writing a Web Handler that Uses WebPerforming Unit Tests Using jQueryUI to Build a User Interface SocketsConfiguring Exception Handling Implementing Authentication and Building a Chat Room in the Photo SharingAnalyzing Information Architecture Authorization ApplicationConfiguring Routes Assigning Roles and Membership Deploying Web ApplicationsCreating a Navigation Structure Configuring Authentication Deploying MVC 4 ApplicationsUsing the Routing Engine Controlling Access to Resources Lab: Deploying ASP.NET MVC 4 WebBuilding Navigation Controls Providing User Account Facilities ApplicationsUsing Template Views Developing Secure Sites Deploying an Application to WindowsApplying CSS to an MVC Application State Management AzureCreating an Adaptive User Interface Storing User Preferences Testing the Completed ApplicationUsing Template Views Using User Preferences in the PhotoApplying a Consistent Look and Feel to an Gallery Lab: Using Windows Azure Web Services inMVC Application Introduction to Windows Azure ASP.NET MVC 4 Web ApplicationsAdapting Webpages for Different Browsers Designing and Writing Windows Azure lineUsing AJAX and Partial Page Updates ServicesImplementing a Caching Strategy Consuming Windows Azure Services in aUsing Partial Page Updates Web Application lineConfiguring ASP.NET Caches Creating and Coding a Windows Azure Overview of Microsoft Web TechnologiesRendering and Running JavaScript Code Service Overview of ASP.NET 4.5Using jQuery and jQueryUI Consuming Data from a Windows Azure Introduction to ASP.NET MVC 4Using jQuery to Respond to Users Service Exploring a Photo Sharing ApplicationUsing jQueryUI to Build a User Interface Developing a Web API Exploring a Web Pages ApplicationImplementing Authentication and Calling a Web API from Mobile and Web Exploring a Web Forms ApplicationAuthorization Applications Exploring an MVC ApplicationAssigning Roles and Membership Lab: Implementing Web APIs in Planning in the Project Design PhaseConfiguring Authentication ASP.NET MVC 4 Web Applications Designing Models, Controllers, and ViewsControlling Access to Resources Developing a Web API in MVC 4 Planning ControllersProviding User Account Facilities Adding Routes and Controllers to Handle Planning ViewsDeveloping Secure Sites REST Requests Architecting an MVC ApplicationState Management Calling RESTful services from Client-Side Creating MVC ModelsStoring User Preferences Code Working with DataUsing User Preferences in the Photo Gallery Using HTTP Modules and HTTP Creating an MVC Project and Adding aIntroduction to Windows Azure Handlers ModelDesigning and Writing Windows Azure Using Web Sockets Creating a New SQL Azure Database inServices Lab : Handling Requests in ASP.NET Visual StudioConsuming Windows Azure Services in a MVC 4 Web Applications Adding Properties and Methods to MVCWeb Application Writing a Web Handler that Uses Web ModelsCreating and Coding a Windows Azure Sockets Using Display and Edit Annotations inService Building a Chat Room in the Photo MVC ModelsConsuming Data from a Windows Azure Sharing Application Writing Controllers and ActionsService Deploying Web Applications Writing Action FiltersDeveloping a Web API Deploying MVC 4 Applications Adding an MVC Controller and Writing theCalling a Web API from Mobile and Web Lab: Deploying ASP.NET MVC 4 Web ActionsApplications Applications Writing the Action Filters in a ControllerLab: Implementing Web APIs in ASP.NET Deploying an Application to Windows Using the Photo ControllerMVC 4 Web Applications Azure Creating Views with Razor SyntaxDeveloping a Web API in MVC 4 Testing the Completed Application Using HTML HelpersAdding Routes and Controllers to Handle Reusing Code in ViewsREST Requests Adding a View for Photo DisplayCalling RESTful services from Client-Side line Adding a View for New PhotosCode Overview of Microsoft Web Technologies Creating and Using a Partial ViewUsing HTTP Modules and HTTP Handlers Overview of ASP.NET 4.5 Adding a Home View and Testing theUsing Web Sockets Introduction to ASP.NET MVC 4 Views

Page 32: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Lab : Handling Requests in ASP.NET MVC Exploring a Photo Sharing Application Unit Testing MVC Components4 Web Applications Exploring a Web Pages Application Implementing an Exception HandlingWriting a Web Handler that Uses Web Exploring a Web Forms Application StrategySockets Exploring an MVC Application Performing Unit TestsBuilding a Chat Room in the Photo Sharing Planning in the Project Design Phase Configuring Exception HandlingApplication Designing Models, Controllers, and Views Analyzing Information ArchitectureDeploying Web Applications Planning Controllers Configuring RoutesDeploying MVC 4 Applications Planning Views Creating a Navigation StructureLab: Deploying ASP.NET MVC 4 Web Architecting an MVC Application Using the Routing EngineApplications Creating MVC Models Building Navigation ControlsDeploying an Application to Windows Azure Working with Data Using Template ViewsTesting the Completed Application Creating an MVC Project and Adding a Applying CSS to an MVC Application

Model Creating an Adaptive User InterfaceCreating a New SQL Azure Database in Using Template Views

line Visual Studio Applying a Consistent Look and Feel to anOverview of Microsoft Web Technologies Adding Properties and Methods to MVC MVC ApplicationOverview of ASP.NET 4.5 Models Adapting Webpages for Different BrowsersIntroduction to ASP.NET MVC 4 Using Display and Edit Annotations in Using AJAX and Partial Page UpdatesExploring a Photo Sharing Application MVC Models Implementing a Caching StrategyExploring a Web Pages Application Writing Controllers and Actions Using Partial Page UpdatesExploring a Web Forms Application Writing Action Filters Configuring ASP.NET CachesExploring an MVC Application Adding an MVC Controller and Writing Rendering and Running JavaScript CodePlanning in the Project Design Phase the Actions Using jQuery and jQueryUIDesigning Models, Controllers, and Views Writing the Action Filters in a Controller Using jQuery to Respond to UsersPlanning Controllers Using the Photo Controller Using jQueryUI to Build a User InterfacePlanning Views Creating Views with Razor Syntax Implementing Authentication andArchitecting an MVC Application Using HTML Helpers AuthorizationCreating MVC Models Reusing Code in Views Assigning Roles and MembershipWorking with Data Adding a View for Photo Display Configuring AuthenticationCreating an MVC Project and Adding a Adding a View for New Photos Controlling Access to ResourcesModel Creating and Using a Partial View Providing User Account FacilitiesCreating a New SQL Azure Database in Adding a Home View and Testing the Developing Secure SitesVisual Studio Views State ManagementAdding Properties and Methods to MVC Unit Testing MVC Components Storing User PreferencesModels Implementing an Exception Handling Using User Preferences in the PhotoUsing Display and Edit Annotations in MVC Strategy GalleryModels Performing Unit Tests Introduction to Windows AzureWriting Controllers and Actions Configuring Exception Handling Designing and Writing Windows AzureWriting Action Filters Analyzing Information Architecture ServicesAdding an MVC Controller and Writing the Configuring Routes Consuming Windows Azure Services in aActions Creating a Navigation Structure Web ApplicationWriting the Action Filters in a Controller Using the Routing Engine Creating and Coding a Windows AzureUsing the Photo Controller Building Navigation Controls ServiceCreating Views with Razor Syntax Using Template Views Consuming Data from a Windows AzureUsing HTML Helpers Applying CSS to an MVC Application ServiceReusing Code in Views Creating an Adaptive User Interface Developing a Web APIAdding a View for Photo Display Using Template Views Calling a Web API from Mobile and WebAdding a View for New Photos Applying a Consistent Look and Feel to ApplicationsCreating and Using a Partial View an MVC Application Lab: Implementing Web APIs in ASP.NETAdding a Home View and Testing the Views Adapting Webpages for Different MVC 4 Web ApplicationsUnit Testing MVC Components Browsers Developing a Web API in MVC 4Implementing an Exception Handling Using AJAX and Partial Page Updates Adding Routes and Controllers to HandleStrategy Implementing a Caching Strategy REST RequestsPerforming Unit Tests Using Partial Page Updates Calling RESTful services from Client-SideConfiguring Exception Handling Configuring ASP.NET Caches CodeAnalyzing Information Architecture Rendering and Running JavaScript Code Using HTTP Modules and HTTP HandlersConfiguring Routes Using jQuery and jQueryUI Using Web SocketsCreating a Navigation Structure Using jQuery to Respond to Users Lab : Handling Requests in ASP.NET MVCUsing the Routing Engine Using jQueryUI to Build a User Interface 4 Web ApplicationsBuilding Navigation Controls Implementing Authentication and Writing a Web Handler that Uses WebUsing Template Views Authorization SocketsApplying CSS to an MVC Application Assigning Roles and Membership Building a Chat Room in the Photo SharingCreating an Adaptive User Interface Configuring Authentication ApplicationUsing Template Views Controlling Access to Resources Deploying Web ApplicationsApplying a Consistent Look and Feel to an Providing User Account Facilities Deploying MVC 4 ApplicationsMVC Application Developing Secure Sites Lab: Deploying ASP.NET MVC 4 Web

Page 33: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Adapting Webpages for Different Browsers State Management ApplicationsUsing AJAX and Partial Page Updates Storing User Preferences Deploying an Application to WindowsImplementing a Caching Strategy Using User Preferences in the Photo AzureUsing Partial Page Updates Gallery Testing the Completed ApplicationConfiguring ASP.NET Caches Introduction to Windows AzureRendering and Running JavaScript Code Designing and Writing Windows AzureUsing jQuery and jQueryUI Services lineUsing jQuery to Respond to Users Consuming Windows Azure Services in a Overview of Microsoft Web TechnologiesUsing jQueryUI to Build a User Interface Web Application Overview of ASP.NET 4.5Implementing Authentication and Creating and Coding a Windows Azure Introduction to ASP.NET MVC 4Authorization Service Exploring a Photo Sharing ApplicationAssigning Roles and Membership Consuming Data from a Windows Azure Exploring a Web Pages ApplicationConfiguring Authentication Service Exploring a Web Forms ApplicationControlling Access to Resources Developing a Web API Exploring an MVC ApplicationProviding User Account Facilities Calling a Web API from Mobile and Web Planning in the Project Design PhaseDeveloping Secure Sites Applications Designing Models, Controllers, and ViewsState Management Lab: Implementing Web APIs in Planning ControllersStoring User Preferences ASP.NET MVC 4 Web Applications Planning ViewsUsing User Preferences in the Photo Gallery Developing a Web API in MVC 4 Architecting an MVC ApplicationIntroduction to Windows Azure Adding Routes and Controllers to Handle Creating MVC ModelsDesigning and Writing Windows Azure REST Requests Working with DataServices Calling RESTful services from Client-Side Creating an MVC Project and Adding aConsuming Windows Azure Services in a Code ModelWeb Application Using HTTP Modules and HTTP Creating a New SQL Azure Database inCreating and Coding a Windows Azure Handlers Visual StudioService Using Web Sockets Adding Properties and Methods to MVCConsuming Data from a Windows Azure Lab : Handling Requests in ASP.NET ModelsService MVC 4 Web Applications Using Display and Edit Annotations inDeveloping a Web API Writing a Web Handler that Uses Web MVC ModelsCalling a Web API from Mobile and Web Sockets Writing Controllers and ActionsApplications Building a Chat Room in the Photo Writing Action FiltersLab: Implementing Web APIs in ASP.NET Sharing Application Adding an MVC Controller and Writing theMVC 4 Web Applications Deploying Web Applications ActionsDeveloping a Web API in MVC 4 Deploying MVC 4 Applications Writing the Action Filters in a ControllerAdding Routes and Controllers to Handle Lab: Deploying ASP.NET MVC 4 Web Using the Photo ControllerREST Requests Applications Creating Views with Razor SyntaxCalling RESTful services from Client-Side Deploying an Application to Windows Using HTML HelpersCode Azure Reusing Code in ViewsUsing HTTP Modules and HTTP Handlers Testing the Completed Application Adding a View for Photo DisplayUsing Web Sockets Adding a View for New PhotosLab : Handling Requests in ASP.NET MVC Creating and Using a Partial View4 Web Applications line Adding a Home View and Testing theWriting a Web Handler that Uses Web Overview of Microsoft Web Technologies ViewsSockets Overview of ASP.NET 4.5 Unit Testing MVC ComponentsBuilding a Chat Room in the Photo Sharing Introduction to ASP.NET MVC 4 Implementing an Exception HandlingApplication Exploring a Photo Sharing Application StrategyDeploying Web Applications Exploring a Web Pages Application Performing Unit TestsDeploying MVC 4 Applications Exploring a Web Forms Application Configuring Exception HandlingLab: Deploying ASP.NET MVC 4 Web Exploring an MVC Application Analyzing Information ArchitectureApplications Planning in the Project Design Phase Configuring RoutesDeploying an Application to Windows Azure Designing Models, Controllers, and Views Creating a Navigation StructureTesting the Completed Application Planning Controllers Using the Routing Engine

Planning Views Building Navigation ControlsLab: Developing ASP.NET MVC 4 Models Architecting an MVC Application Using Template Viewsline Creating MVC Models Applying CSS to an MVC Application

Working with Data Creating an Adaptive User InterfaceCreating an MVC Project and Adding a Using Template Views

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

Page 34: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Designing Models, Controllers, and Views Adding an MVC Controller and Writing Using jQuery to Respond to UsersPlanning Controllers the Actions Using jQueryUI to Build a User InterfacePlanning Views Writing the Action Filters in a Controller Implementing Authentication andArchitecting an MVC Application Using the Photo Controller AuthorizationCreating MVC Models Creating Views with Razor Syntax Assigning Roles and MembershipWorking with Data Using HTML Helpers Configuring AuthenticationCreating an MVC Project and Adding a Reusing Code in Views Controlling Access to ResourcesModel Adding a View for Photo Display Providing User Account FacilitiesCreating a New SQL Azure Database in Adding a View for New Photos Developing Secure SitesVisual Studio Creating and Using a Partial View State ManagementAdding Properties and Methods to MVC Adding a Home View and Testing the Storing User PreferencesModels Views Using User Preferences in the PhotoUsing Display and Edit Annotations in MVC Unit Testing MVC Components GalleryModels Implementing an Exception Handling Introduction to Windows AzureWriting Controllers and Actions Strategy Designing and Writing Windows AzureWriting Action Filters Performing Unit Tests ServicesAdding an MVC Controller and Writing the Configuring Exception Handling Consuming Windows Azure Services in aActions Analyzing Information Architecture Web ApplicationWriting the Action Filters in a Controller Configuring Routes Creating and Coding a Windows AzureUsing the Photo Controller Creating a Navigation Structure ServiceCreating Views with Razor Syntax Using the Routing Engine Consuming Data from a Windows AzureUsing HTML Helpers Building Navigation Controls ServiceReusing Code in Views Using Template Views Developing a Web APIAdding a View for Photo Display Applying CSS to an MVC Application Calling a Web API from Mobile and WebAdding a View for New Photos Creating an Adaptive User Interface ApplicationsCreating and Using a Partial View Using Template Views Lab: Implementing Web APIs in ASP.NETAdding a Home View and Testing the Views Applying a Consistent Look and Feel to MVC 4 Web ApplicationsUnit Testing MVC Components an MVC Application Developing a Web API in MVC 4Implementing an Exception Handling Adapting Webpages for Different Adding Routes and Controllers to HandleStrategy Browsers REST RequestsPerforming Unit Tests Using AJAX and Partial Page Updates Calling RESTful services from Client-SideConfiguring Exception Handling Implementing a Caching Strategy CodeAnalyzing Information Architecture Using Partial Page Updates Using HTTP Modules and HTTP HandlersConfiguring Routes Configuring ASP.NET Caches Using Web SocketsCreating a Navigation Structure Rendering and Running JavaScript Code Lab : Handling Requests in ASP.NET MVCUsing the Routing Engine Using jQuery and jQueryUI 4 Web ApplicationsBuilding Navigation Controls Using jQuery to Respond to Users Writing a Web Handler that Uses WebUsing Template Views Using jQueryUI to Build a User Interface SocketsApplying CSS to an MVC Application Implementing Authentication and Building a Chat Room in the Photo SharingCreating an Adaptive User Interface Authorization ApplicationUsing Template Views Assigning Roles and Membership Deploying Web ApplicationsApplying a Consistent Look and Feel to an Configuring Authentication Deploying MVC 4 ApplicationsMVC Application Controlling Access to Resources Lab: Deploying ASP.NET MVC 4 WebAdapting Webpages for Different Browsers Providing User Account Facilities ApplicationsUsing AJAX and Partial Page Updates Developing Secure Sites Deploying an Application to WindowsImplementing a Caching Strategy State Management AzureUsing Partial Page Updates Storing User Preferences Testing the Completed ApplicationConfiguring ASP.NET Caches Using User Preferences in the PhotoRendering and Running JavaScript Code GalleryUsing jQuery and jQueryUI Introduction to Windows Azure lineUsing jQuery to Respond to Users Designing and Writing Windows Azure Overview of Microsoft Web TechnologiesUsing jQueryUI to Build a User Interface Services Overview of ASP.NET 4.5Implementing Authentication and Consuming Windows Azure Services in a Introduction to ASP.NET MVC 4Authorization Web Application Exploring a Photo Sharing ApplicationAssigning Roles and Membership Creating and Coding a Windows Azure Exploring a Web Pages ApplicationConfiguring Authentication Service Exploring a Web Forms ApplicationControlling Access to Resources Consuming Data from a Windows Azure Exploring an MVC ApplicationProviding User Account Facilities Service Planning in the Project Design PhaseDeveloping Secure Sites Developing a Web API Designing Models, Controllers, and ViewsState Management Calling a Web API from Mobile and Web Planning ControllersStoring User Preferences Applications Planning ViewsUsing User Preferences in the Photo Gallery Lab: Implementing Web APIs in Architecting an MVC ApplicationIntroduction to Windows Azure ASP.NET MVC 4 Web Applications Creating MVC ModelsDesigning and Writing Windows Azure Developing a Web API in MVC 4 Working with DataServices Adding Routes and Controllers to Handle Creating an MVC Project and Adding aConsuming Windows Azure Services in a REST Requests Model

Page 35: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Web Application Calling RESTful services from Client-Side Creating a New SQL Azure Database inCreating and Coding a Windows Azure Code Visual StudioService Using HTTP Modules and HTTP Adding Properties and Methods to MVCConsuming Data from a Windows Azure Handlers ModelsService Using Web Sockets Using Display and Edit Annotations inDeveloping a Web API Lab : Handling Requests in ASP.NET MVC ModelsCalling a Web API from Mobile and Web MVC 4 Web Applications Writing Controllers and ActionsApplications Writing a Web Handler that Uses Web Writing Action FiltersLab: Implementing Web APIs in ASP.NET Sockets Adding an MVC Controller and Writing theMVC 4 Web Applications Building a Chat Room in the Photo ActionsDeveloping a Web API in MVC 4 Sharing Application Writing the Action Filters in a ControllerAdding Routes and Controllers to Handle Deploying Web Applications Using the Photo ControllerREST Requests Deploying MVC 4 Applications Creating Views with Razor SyntaxCalling RESTful services from Client-Side Lab: Deploying ASP.NET MVC 4 Web Using HTML HelpersCode Applications Reusing Code in ViewsUsing HTTP Modules and HTTP Handlers Deploying an Application to Windows Adding a View for Photo DisplayUsing Web Sockets Azure Adding a View for New PhotosLab : Handling Requests in ASP.NET MVC Testing the Completed Application Creating and Using a Partial View4 Web Applications Adding a Home View and Testing theWriting a Web Handler that Uses Web ViewsSockets line Unit Testing MVC ComponentsBuilding a Chat Room in the Photo Sharing Overview of Microsoft Web Technologies Implementing an Exception HandlingApplication Overview of ASP.NET 4.5 StrategyDeploying Web Applications Introduction to ASP.NET MVC 4 Performing Unit TestsDeploying MVC 4 Applications Exploring a Photo Sharing Application Configuring Exception HandlingLab: Deploying ASP.NET MVC 4 Web Exploring a Web Pages Application Analyzing Information ArchitectureApplications Exploring a Web Forms Application Configuring RoutesDeploying an Application to Windows Azure Exploring an MVC Application Creating a Navigation StructureTesting the Completed Application Planning in the Project Design Phase Using the Routing Engine

Designing Models, Controllers, and Views Building Navigation ControlsPlanning Controllers Using Template Views

line Planning Views Applying CSS to an MVC ApplicationOverview of Microsoft Web Technologies Architecting an MVC Application Creating an Adaptive User InterfaceOverview of ASP.NET 4.5 Creating MVC Models Using Template ViewsIntroduction to ASP.NET MVC 4 Working with Data Applying a Consistent Look and Feel to anExploring a Photo Sharing Application Creating an MVC Project and Adding a MVC ApplicationExploring a Web Pages Application Model Adapting Webpages for Different BrowsersExploring a Web Forms Application Creating a New SQL Azure Database in Using AJAX and Partial Page UpdatesExploring an MVC Application Visual Studio Implementing a Caching StrategyPlanning in the Project Design Phase Adding Properties and Methods to MVC Using Partial Page UpdatesDesigning Models, Controllers, and Views Models Configuring ASP.NET CachesPlanning Controllers Using Display and Edit Annotations in Rendering and Running JavaScript CodePlanning Views MVC Models Using jQuery and jQueryUIArchitecting an MVC Application Writing Controllers and Actions Using jQuery to Respond to UsersCreating MVC Models Writing Action Filters Using jQueryUI to Build a User InterfaceWorking with Data Adding an MVC Controller and Writing Implementing Authentication andCreating an MVC Project and Adding a the Actions AuthorizationModel Writing the Action Filters in a Controller Assigning Roles and MembershipCreating a New SQL Azure Database in Using the Photo Controller Configuring AuthenticationVisual Studio Creating Views with Razor Syntax Controlling Access to ResourcesAdding Properties and Methods to MVC Using HTML Helpers Providing User Account FacilitiesModels Reusing Code in Views Developing Secure SitesUsing Display and Edit Annotations in MVC Adding a View for Photo Display State ManagementModels Adding a View for New Photos Storing User PreferencesWriting Controllers and Actions Creating and Using a Partial View Using User Preferences in the PhotoWriting Action Filters Adding a Home View and Testing the GalleryAdding an MVC Controller and Writing the Views Introduction to Windows AzureActions Unit Testing MVC Components Designing and Writing Windows AzureWriting the Action Filters in a Controller Implementing an Exception Handling ServicesUsing the Photo Controller Strategy Consuming Windows Azure Services in aCreating Views with Razor Syntax Performing Unit Tests Web ApplicationUsing HTML Helpers Configuring Exception Handling Creating and Coding a Windows AzureReusing Code in Views Analyzing Information Architecture ServiceAdding a View for Photo Display Configuring Routes Consuming Data from a Windows AzureAdding a View for New Photos Creating a Navigation Structure ServiceCreating and Using a Partial View Using the Routing Engine Developing a Web API

Page 36: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Adding a Home View and Testing the Views Building Navigation Controls Calling a Web API from Mobile and WebUnit Testing MVC Components Using Template Views ApplicationsImplementing an Exception Handling Applying CSS to an MVC Application Lab: Implementing Web APIs in ASP.NETStrategy Creating an Adaptive User Interface MVC 4 Web ApplicationsPerforming Unit Tests Using Template Views Developing a Web API in MVC 4Configuring Exception Handling Applying a Consistent Look and Feel to Adding Routes and Controllers to HandleAnalyzing Information Architecture an MVC Application REST RequestsConfiguring Routes Adapting Webpages for Different Calling RESTful services from Client-SideCreating a Navigation Structure Browsers CodeUsing the Routing Engine Using AJAX and Partial Page Updates Using HTTP Modules and HTTP HandlersBuilding Navigation Controls Implementing a Caching Strategy Using Web SocketsUsing Template Views Using Partial Page Updates Lab : Handling Requests in ASP.NET MVCApplying CSS to an MVC Application Configuring ASP.NET Caches 4 Web ApplicationsCreating an Adaptive User Interface Rendering and Running JavaScript Code Writing a Web Handler that Uses WebUsing Template Views Using jQuery and jQueryUI SocketsApplying a Consistent Look and Feel to an Using jQuery to Respond to Users Building a Chat Room in the Photo SharingMVC Application Using jQueryUI to Build a User Interface ApplicationAdapting Webpages for Different Browsers Implementing Authentication and Deploying Web ApplicationsUsing AJAX and Partial Page Updates Authorization Deploying MVC 4 ApplicationsImplementing a Caching Strategy Assigning Roles and Membership Lab: Deploying ASP.NET MVC 4 WebUsing Partial Page Updates Configuring Authentication ApplicationsConfiguring ASP.NET Caches Controlling Access to Resources Deploying an Application to WindowsRendering and Running JavaScript Code Providing User Account Facilities AzureUsing jQuery and jQueryUI Developing Secure Sites Testing the Completed ApplicationUsing jQuery to Respond to Users State ManagementUsing jQueryUI to Build a User Interface Storing User Preferences Module 14: Implementing Web APIs inImplementing Authentication and Using User Preferences in the Photo ASP.NET MVC 4 Web ApplicationsAuthorization Gallery lineAssigning Roles and Membership Introduction to Windows AzureConfiguring Authentication Designing and Writing Windows AzureControlling Access to Resources Services lineProviding User Account Facilities Consuming Windows Azure Services in a Overview of Microsoft Web TechnologiesDeveloping Secure Sites Web Application Overview of ASP.NET 4.5State Management Creating and Coding a Windows Azure Introduction to ASP.NET MVC 4Storing User Preferences Service Exploring a Photo Sharing ApplicationUsing User Preferences in the Photo Gallery Consuming Data from a Windows Azure Exploring a Web Pages ApplicationIntroduction to Windows Azure Service Exploring a Web Forms ApplicationDesigning and Writing Windows Azure Developing a Web API Exploring an MVC ApplicationServices Calling a Web API from Mobile and Web Planning in the Project Design PhaseConsuming Windows Azure Services in a Applications Designing Models, Controllers, and ViewsWeb Application Lab: Implementing Web APIs in Planning ControllersCreating and Coding a Windows Azure ASP.NET MVC 4 Web Applications Planning ViewsService Developing a Web API in MVC 4 Architecting an MVC ApplicationConsuming Data from a Windows Azure Adding Routes and Controllers to Handle Creating MVC ModelsService REST Requests Working with DataDeveloping a Web API Calling RESTful services from Client-Side Creating an MVC Project and Adding aCalling a Web API from Mobile and Web Code ModelApplications Using HTTP Modules and HTTP Creating a New SQL Azure Database inLab: Implementing Web APIs in ASP.NET Handlers Visual StudioMVC 4 Web Applications Using Web Sockets Adding Properties and Methods to MVCDeveloping a Web API in MVC 4 Lab : Handling Requests in ASP.NET ModelsAdding Routes and Controllers to Handle MVC 4 Web Applications Using Display and Edit Annotations inREST Requests Writing a Web Handler that Uses Web MVC ModelsCalling RESTful services from Client-Side Sockets Writing Controllers and ActionsCode Building a Chat Room in the Photo Writing Action FiltersUsing HTTP Modules and HTTP Handlers Sharing Application Adding an MVC Controller and Writing theUsing Web Sockets Deploying Web Applications ActionsLab : Handling Requests in ASP.NET MVC Deploying MVC 4 Applications Writing the Action Filters in a Controller4 Web Applications Lab: Deploying ASP.NET MVC 4 Web Using the Photo ControllerWriting a Web Handler that Uses Web Applications Creating Views with Razor SyntaxSockets Deploying an Application to Windows Using HTML HelpersBuilding a Chat Room in the Photo Sharing Azure Reusing Code in ViewsApplication Testing the Completed Application Adding a View for Photo DisplayDeploying Web Applications Adding a View for New PhotosDeploying MVC 4 Applications Lab: Applying Styles to ASP.NET MVC 4 Creating and Using a Partial ViewLab: Deploying ASP.NET MVC 4 Web Web Applications Adding a Home View and Testing the

Page 37: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Applications line ViewsDeploying an Application to Windows Azure Unit Testing MVC ComponentsTesting the Completed Application Implementing an Exception Handling

line StrategyOverview of Microsoft Web Technologies Performing Unit Tests

line Overview of ASP.NET 4.5 Configuring Exception HandlingOverview of Microsoft Web Technologies Introduction to ASP.NET MVC 4 Analyzing Information ArchitectureOverview of ASP.NET 4.5 Exploring a Photo Sharing Application Configuring RoutesIntroduction to ASP.NET MVC 4 Exploring a Web Pages Application Creating a Navigation StructureExploring a Photo Sharing Application Exploring a Web Forms Application Using the Routing EngineExploring a Web Pages Application Exploring an MVC Application Building Navigation ControlsExploring a Web Forms Application Planning in the Project Design Phase Using Template ViewsExploring an MVC Application Designing Models, Controllers, and Views Applying CSS to an MVC ApplicationPlanning in the Project Design Phase Planning Controllers Creating an Adaptive User InterfaceDesigning Models, Controllers, and Views Planning Views Using Template ViewsPlanning Controllers Architecting an MVC Application Applying a Consistent Look and Feel to anPlanning Views Creating MVC Models MVC ApplicationArchitecting an MVC Application Working with Data Adapting Webpages for Different BrowsersCreating MVC Models Creating an MVC Project and Adding a Using AJAX and Partial Page UpdatesWorking with Data Model Implementing a Caching StrategyCreating an MVC Project and Adding a Creating a New SQL Azure Database in Using Partial Page UpdatesModel Visual Studio Configuring ASP.NET CachesCreating a New SQL Azure Database in Adding Properties and Methods to MVC Rendering and Running JavaScript CodeVisual Studio Models Using jQuery and jQueryUIAdding Properties and Methods to MVC Using Display and Edit Annotations in Using jQuery to Respond to UsersModels MVC Models Using jQueryUI to Build a User InterfaceUsing Display and Edit Annotations in MVC Writing Controllers and Actions Implementing Authentication andModels Writing Action Filters AuthorizationWriting Controllers and Actions Adding an MVC Controller and Writing Assigning Roles and MembershipWriting Action Filters the Actions Configuring AuthenticationAdding an MVC Controller and Writing the Writing the Action Filters in a Controller Controlling Access to ResourcesActions Using the Photo Controller Providing User Account FacilitiesWriting the Action Filters in a Controller Creating Views with Razor Syntax Developing Secure SitesUsing the Photo Controller Using HTML Helpers State ManagementCreating Views with Razor Syntax Reusing Code in Views Storing User PreferencesUsing HTML Helpers Adding a View for Photo Display Using User Preferences in the PhotoReusing Code in Views Adding a View for New Photos GalleryAdding a View for Photo Display Creating and Using a Partial View Introduction to Windows AzureAdding a View for New Photos Adding a Home View and Testing the Designing and Writing Windows AzureCreating and Using a Partial View Views ServicesAdding a Home View and Testing the Views Unit Testing MVC Components Consuming Windows Azure Services in aUnit Testing MVC Components Implementing an Exception Handling Web ApplicationImplementing an Exception Handling Strategy Creating and Coding a Windows AzureStrategy Performing Unit Tests ServicePerforming Unit Tests Configuring Exception Handling Consuming Data from a Windows AzureConfiguring Exception Handling Analyzing Information Architecture ServiceAnalyzing Information Architecture Configuring Routes Developing a Web APIConfiguring Routes Creating a Navigation Structure Calling a Web API from Mobile and WebCreating a Navigation Structure Using the Routing Engine ApplicationsUsing the Routing Engine Building Navigation Controls Lab: Implementing Web APIs in ASP.NETBuilding Navigation Controls Using Template Views MVC 4 Web ApplicationsUsing Template Views Applying CSS to an MVC Application Developing a Web API in MVC 4Applying CSS to an MVC Application Creating an Adaptive User Interface Adding Routes and Controllers to HandleCreating an Adaptive User Interface Using Template Views REST RequestsUsing Template Views Applying a Consistent Look and Feel to Calling RESTful services from Client-SideApplying a Consistent Look and Feel to an an MVC Application CodeMVC Application Adapting Webpages for Different Using HTTP Modules and HTTP HandlersAdapting Webpages for Different Browsers Browsers Using Web SocketsUsing AJAX and Partial Page Updates Using AJAX and Partial Page Updates Lab : Handling Requests in ASP.NET MVCImplementing a Caching Strategy Implementing a Caching Strategy 4 Web ApplicationsUsing Partial Page Updates Using Partial Page Updates Writing a Web Handler that Uses WebConfiguring ASP.NET Caches Configuring ASP.NET Caches SocketsRendering and Running JavaScript Code Rendering and Running JavaScript Code Building a Chat Room in the Photo SharingUsing jQuery and jQueryUI Using jQuery and jQueryUI ApplicationUsing jQuery to Respond to Users Using jQuery to Respond to Users Deploying Web ApplicationsUsing jQueryUI to Build a User Interface Using jQueryUI to Build a User Interface Deploying MVC 4 Applications

Page 38: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Implementing Authentication and Implementing Authentication and Lab: Deploying ASP.NET MVC 4 WebAuthorization Authorization ApplicationsAssigning Roles and Membership Assigning Roles and Membership Deploying an Application to WindowsConfiguring Authentication Configuring Authentication AzureControlling Access to Resources Controlling Access to Resources Testing the Completed ApplicationProviding User Account Facilities Providing User Account FacilitiesDeveloping Secure Sites Developing Secure SitesState Management State Management lineStoring User Preferences Storing User Preferences Overview of Microsoft Web TechnologiesUsing User Preferences in the Photo Gallery Using User Preferences in the Photo Overview of ASP.NET 4.5Introduction to Windows Azure Gallery Introduction to ASP.NET MVC 4Designing and Writing Windows Azure Introduction to Windows Azure Exploring a Photo Sharing ApplicationServices Designing and Writing Windows Azure Exploring a Web Pages ApplicationConsuming Windows Azure Services in a Services Exploring a Web Forms ApplicationWeb Application Consuming Windows Azure Services in a Exploring an MVC ApplicationCreating and Coding a Windows Azure Web Application Planning in the Project Design PhaseService Creating and Coding a Windows Azure Designing Models, Controllers, and ViewsConsuming Data from a Windows Azure Service Planning ControllersService Consuming Data from a Windows Azure Planning ViewsDeveloping a Web API Service Architecting an MVC ApplicationCalling a Web API from Mobile and Web Developing a Web API Creating MVC ModelsApplications Calling a Web API from Mobile and Web Working with DataLab: Implementing Web APIs in ASP.NET Applications Creating an MVC Project and Adding aMVC 4 Web Applications Lab: Implementing Web APIs in ModelDeveloping a Web API in MVC 4 ASP.NET MVC 4 Web Applications Creating a New SQL Azure Database inAdding Routes and Controllers to Handle Developing a Web API in MVC 4 Visual StudioREST Requests Adding Routes and Controllers to Handle Adding Properties and Methods to MVCCalling RESTful services from Client-Side REST Requests ModelsCode Calling RESTful services from Client-Side Using Display and Edit Annotations inUsing HTTP Modules and HTTP Handlers Code MVC ModelsUsing Web Sockets Using HTTP Modules and HTTP Writing Controllers and ActionsLab : Handling Requests in ASP.NET MVC Handlers Writing Action Filters4 Web Applications Using Web Sockets Adding an MVC Controller and Writing theWriting a Web Handler that Uses Web Lab : Handling Requests in ASP.NET ActionsSockets MVC 4 Web Applications Writing the Action Filters in a ControllerBuilding a Chat Room in the Photo Sharing Writing a Web Handler that Uses Web Using the Photo ControllerApplication Sockets Creating Views with Razor SyntaxDeploying Web Applications Building a Chat Room in the Photo Using HTML HelpersDeploying MVC 4 Applications Sharing Application Reusing Code in ViewsLab: Deploying ASP.NET MVC 4 Web Deploying Web Applications Adding a View for Photo DisplayApplications Deploying MVC 4 Applications Adding a View for New PhotosDeploying an Application to Windows Azure Lab: Deploying ASP.NET MVC 4 Web Creating and Using a Partial ViewTesting the Completed Application Applications Adding a Home View and Testing the

Deploying an Application to Windows ViewsAzure Unit Testing MVC Components

line Testing the Completed Application Implementing an Exception HandlingOverview of Microsoft Web Technologies StrategyOverview of ASP.NET 4.5 Performing Unit TestsIntroduction to ASP.NET MVC 4 line Configuring Exception HandlingExploring a Photo Sharing Application Overview of Microsoft Web Technologies Analyzing Information ArchitectureExploring a Web Pages Application Overview of ASP.NET 4.5 Configuring RoutesExploring a Web Forms Application Introduction to ASP.NET MVC 4 Creating a Navigation StructureExploring an MVC Application Exploring a Photo Sharing Application Using the Routing EnginePlanning in the Project Design Phase Exploring a Web Pages Application Building Navigation ControlsDesigning Models, Controllers, and Views Exploring a Web Forms Application Using Template ViewsPlanning Controllers Exploring an MVC Application Applying CSS to an MVC ApplicationPlanning Views Planning in the Project Design Phase Creating an Adaptive User InterfaceArchitecting an MVC Application Designing Models, Controllers, and Views Using Template ViewsCreating MVC Models Planning Controllers Applying a Consistent Look and Feel to anWorking with Data Planning Views MVC ApplicationCreating an MVC Project and Adding a Architecting an MVC Application Adapting Webpages for Different BrowsersModel Creating MVC Models Using AJAX and Partial Page UpdatesCreating a New SQL Azure Database in Working with Data Implementing a Caching StrategyVisual Studio Creating an MVC Project and Adding a Using Partial Page UpdatesAdding Properties and Methods to MVC Model Configuring ASP.NET CachesModels 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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Using Display and Edit Annotations in MVC Visual Studio Using jQuery and jQueryUIModels Adding Properties and Methods to MVC Using jQuery to Respond to UsersWriting Controllers and Actions Models Using jQueryUI to Build a User InterfaceWriting Action Filters Using Display and Edit Annotations in Implementing Authentication andAdding an MVC Controller and Writing the MVC Models AuthorizationActions Writing Controllers and Actions Assigning Roles and MembershipWriting the Action Filters in a Controller Writing Action Filters Configuring AuthenticationUsing the Photo Controller Adding an MVC Controller and Writing Controlling Access to ResourcesCreating Views with Razor Syntax the Actions Providing User Account FacilitiesUsing HTML Helpers Writing the Action Filters in a Controller Developing Secure SitesReusing Code in Views Using the Photo Controller State ManagementAdding a View for Photo Display Creating Views with Razor Syntax Storing User PreferencesAdding a View for New Photos Using HTML Helpers Using User Preferences in the PhotoCreating and Using a Partial View Reusing Code in Views GalleryAdding a Home View and Testing the Views Adding a View for Photo Display Introduction to Windows AzureUnit Testing MVC Components Adding a View for New Photos Designing and Writing Windows AzureImplementing an Exception Handling Creating and Using a Partial View ServicesStrategy Adding a Home View and Testing the Consuming Windows Azure Services in aPerforming Unit Tests Views Web ApplicationConfiguring Exception Handling Unit Testing MVC Components Creating and Coding a Windows AzureAnalyzing Information Architecture Implementing an Exception Handling ServiceConfiguring Routes Strategy Consuming Data from a Windows AzureCreating a Navigation Structure Performing Unit Tests ServiceUsing the Routing Engine Configuring Exception Handling Developing a Web APIBuilding Navigation Controls Analyzing Information Architecture Calling a Web API from Mobile and WebUsing Template Views Configuring Routes ApplicationsApplying CSS to an MVC Application Creating a Navigation Structure Lab: Implementing Web APIs in ASP.NETCreating an Adaptive User Interface Using the Routing Engine MVC 4 Web ApplicationsUsing Template Views Building Navigation Controls Developing a Web API in MVC 4Applying a Consistent Look and Feel to an Using Template Views Adding Routes and Controllers to HandleMVC Application Applying CSS to an MVC Application REST RequestsAdapting Webpages for Different Browsers Creating an Adaptive User Interface Calling RESTful services from Client-SideUsing AJAX and Partial Page Updates Using Template Views CodeImplementing a Caching Strategy Applying a Consistent Look and Feel to Using HTTP Modules and HTTP HandlersUsing Partial Page Updates an MVC Application Using Web SocketsConfiguring ASP.NET Caches Adapting Webpages for Different Lab : Handling Requests in ASP.NET MVCRendering and Running JavaScript Code Browsers 4 Web ApplicationsUsing jQuery and jQueryUI Using AJAX and Partial Page Updates Writing a Web Handler that Uses WebUsing jQuery to Respond to Users Implementing a Caching Strategy SocketsUsing jQueryUI to Build a User Interface Using Partial Page Updates Building a Chat Room in the Photo SharingImplementing Authentication and Configuring ASP.NET Caches ApplicationAuthorization Rendering and Running JavaScript Code Deploying Web ApplicationsAssigning Roles and Membership Using jQuery and jQueryUI Deploying MVC 4 ApplicationsConfiguring Authentication Using jQuery to Respond to Users Lab: Deploying ASP.NET MVC 4 WebControlling Access to Resources Using jQueryUI to Build a User Interface ApplicationsProviding User Account Facilities Implementing Authentication and Deploying an Application to WindowsDeveloping Secure Sites Authorization AzureState Management Assigning Roles and Membership Testing the Completed ApplicationStoring User Preferences Configuring AuthenticationUsing User Preferences in the Photo Gallery Controlling Access to ResourcesIntroduction to Windows Azure Providing User Account Facilities lineDesigning and Writing Windows Azure Developing Secure Sites Overview of Microsoft Web TechnologiesServices State Management Overview of ASP.NET 4.5Consuming Windows Azure Services in a Storing User Preferences Introduction to ASP.NET MVC 4Web Application Using User Preferences in the Photo Exploring a Photo Sharing ApplicationCreating and Coding a Windows Azure Gallery Exploring a Web Pages ApplicationService Introduction to Windows Azure Exploring a Web Forms ApplicationConsuming Data from a Windows Azure Designing and Writing Windows Azure Exploring an MVC ApplicationService Services Planning in the Project Design PhaseDeveloping a Web API Consuming Windows Azure Services in a Designing Models, Controllers, and ViewsCalling a Web API from Mobile and Web Web Application Planning ControllersApplications Creating and Coding a Windows Azure Planning ViewsLab: Implementing Web APIs in ASP.NET Service Architecting an MVC ApplicationMVC 4 Web Applications Consuming Data from a Windows Azure Creating MVC ModelsDeveloping a Web API in MVC 4 Service Working with DataAdding Routes and Controllers to Handle Developing a Web API Creating an MVC Project and Adding a

Page 40: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

REST Requests Calling a Web API from Mobile and Web ModelCalling RESTful services from Client-Side Applications Creating a New SQL Azure Database inCode Lab: Implementing Web APIs in Visual StudioUsing HTTP Modules and HTTP Handlers ASP.NET MVC 4 Web Applications Adding Properties and Methods to MVCUsing Web Sockets Developing a Web API in MVC 4 ModelsLab : Handling Requests in ASP.NET MVC Adding Routes and Controllers to Handle Using Display and Edit Annotations in4 Web Applications REST Requests MVC ModelsWriting a Web Handler that Uses Web Calling RESTful services from Client-Side Writing Controllers and ActionsSockets Code Writing Action FiltersBuilding a Chat Room in the Photo Sharing Using HTTP Modules and HTTP Adding an MVC Controller and Writing theApplication Handlers ActionsDeploying Web Applications Using Web Sockets Writing the Action Filters in a ControllerDeploying MVC 4 Applications Lab : Handling Requests in ASP.NET Using the Photo ControllerLab: Deploying ASP.NET MVC 4 Web MVC 4 Web Applications Creating Views with Razor SyntaxApplications Writing a Web Handler that Uses Web Using HTML HelpersDeploying an Application to Windows Azure Sockets Reusing Code in ViewsTesting the Completed Application Building a Chat Room in the Photo Adding a View for Photo Display

Sharing Application Adding a View for New PhotosDeploying Web Applications Creating and Using a Partial View

line Deploying MVC 4 Applications Adding a Home View and Testing theOverview of Microsoft Web Technologies Lab: Deploying ASP.NET MVC 4 Web ViewsOverview of ASP.NET 4.5 Applications Unit Testing MVC ComponentsIntroduction to ASP.NET MVC 4 Deploying an Application to Windows Implementing an Exception HandlingExploring a Photo Sharing Application Azure StrategyExploring a Web Pages Application Testing the Completed Application Performing Unit TestsExploring a Web Forms Application Configuring Exception HandlingExploring an MVC Application Analyzing Information ArchitecturePlanning in the Project Design Phase line Configuring RoutesDesigning Models, Controllers, and Views Overview of Microsoft Web Technologies Creating a Navigation StructurePlanning Controllers Overview of ASP.NET 4.5 Using the Routing EnginePlanning Views Introduction to ASP.NET MVC 4 Building Navigation ControlsArchitecting an MVC Application Exploring a Photo Sharing Application Using Template ViewsCreating MVC Models Exploring a Web Pages Application Applying CSS to an MVC ApplicationWorking with Data Exploring a Web Forms Application Creating an Adaptive User InterfaceCreating an MVC Project and Adding a Exploring an MVC Application Using Template ViewsModel Planning in the Project Design Phase Applying a Consistent Look and Feel to anCreating a New SQL Azure Database in Designing Models, Controllers, and Views MVC ApplicationVisual Studio Planning Controllers Adapting Webpages for Different BrowsersAdding Properties and Methods to MVC Planning Views Using AJAX and Partial Page UpdatesModels Architecting an MVC Application Implementing a Caching StrategyUsing Display and Edit Annotations in MVC Creating MVC Models Using Partial Page UpdatesModels Working with Data Configuring ASP.NET CachesWriting Controllers and Actions Creating an MVC Project and Adding a Rendering and Running JavaScript CodeWriting Action Filters Model Using jQuery and jQueryUIAdding an MVC Controller and Writing the Creating a New SQL Azure Database in Using jQuery to Respond to UsersActions Visual Studio Using jQueryUI to Build a User InterfaceWriting the Action Filters in a Controller Adding Properties and Methods to MVC Implementing Authentication andUsing the Photo Controller Models AuthorizationCreating Views with Razor Syntax Using Display and Edit Annotations in Assigning Roles and MembershipUsing HTML Helpers MVC Models Configuring AuthenticationReusing Code in Views Writing Controllers and Actions Controlling Access to ResourcesAdding a View for Photo Display Writing Action Filters Providing User Account FacilitiesAdding a View for New Photos Adding an MVC Controller and Writing Developing Secure SitesCreating and Using a Partial View the Actions State ManagementAdding a Home View and Testing the Views Writing the Action Filters in a Controller Storing User PreferencesUnit Testing MVC Components Using the Photo Controller Using User Preferences in the PhotoImplementing an Exception Handling Creating Views with Razor Syntax GalleryStrategy Using HTML Helpers Introduction to Windows AzurePerforming Unit Tests Reusing Code in Views Designing and Writing Windows AzureConfiguring Exception Handling Adding a View for Photo Display ServicesAnalyzing Information Architecture Adding a View for New Photos Consuming Windows Azure Services in aConfiguring Routes Creating and Using a Partial View Web ApplicationCreating a Navigation Structure Adding a Home View and Testing the Creating and Coding a Windows AzureUsing the Routing Engine Views ServiceBuilding Navigation Controls Unit Testing MVC Components Consuming Data from a Windows AzureUsing Template Views Implementing an Exception Handling Service

Page 41: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Applying CSS to an MVC Application Strategy Developing a Web APICreating an Adaptive User Interface Performing Unit Tests Calling a Web API from Mobile and WebUsing Template Views Configuring Exception Handling ApplicationsApplying a Consistent Look and Feel to an Analyzing Information Architecture Lab: Implementing Web APIs in ASP.NETMVC Application Configuring Routes MVC 4 Web ApplicationsAdapting Webpages for Different Browsers Creating a Navigation Structure Developing a Web API in MVC 4Using AJAX and Partial Page Updates Using the Routing Engine Adding Routes and Controllers to HandleImplementing a Caching Strategy Building Navigation Controls REST RequestsUsing Partial Page Updates Using Template Views Calling RESTful services from Client-SideConfiguring ASP.NET Caches Applying CSS to an MVC Application CodeRendering and Running JavaScript Code Creating an Adaptive User Interface Using HTTP Modules and HTTP HandlersUsing jQuery and jQueryUI Using Template Views Using Web SocketsUsing jQuery to Respond to Users Applying a Consistent Look and Feel to Lab : Handling Requests in ASP.NET MVCUsing jQueryUI to Build a User Interface an MVC Application 4 Web ApplicationsImplementing Authentication and Adapting Webpages for Different Writing a Web Handler that Uses WebAuthorization Browsers SocketsAssigning Roles and Membership Using AJAX and Partial Page Updates Building a Chat Room in the Photo SharingConfiguring Authentication Implementing a Caching Strategy ApplicationControlling Access to Resources Using Partial Page Updates Deploying Web ApplicationsProviding User Account Facilities Configuring ASP.NET Caches Deploying MVC 4 ApplicationsDeveloping Secure Sites Rendering and Running JavaScript Code Lab: Deploying ASP.NET MVC 4 WebState Management Using jQuery and jQueryUI ApplicationsStoring User Preferences Using jQuery to Respond to Users Deploying an Application to WindowsUsing User Preferences in the Photo Gallery Using jQueryUI to Build a User Interface AzureIntroduction to Windows Azure Implementing Authentication and Testing the Completed ApplicationDesigning and Writing Windows Azure AuthorizationServices Assigning Roles and MembershipConsuming Windows Azure Services in a Configuring Authentication lineWeb Application Controlling Access to Resources Overview of Microsoft Web TechnologiesCreating and Coding a Windows Azure Providing User Account Facilities Overview of ASP.NET 4.5Service Developing Secure Sites Introduction to ASP.NET MVC 4Consuming Data from a Windows Azure State Management Exploring a Photo Sharing ApplicationService Storing User Preferences Exploring a Web Pages ApplicationDeveloping a Web API Using User Preferences in the Photo Exploring a Web Forms ApplicationCalling a Web API from Mobile and Web Gallery Exploring an MVC ApplicationApplications Introduction to Windows Azure Planning in the Project Design PhaseLab: Implementing Web APIs in ASP.NET Designing and Writing Windows Azure Designing Models, Controllers, and ViewsMVC 4 Web Applications Services Planning ControllersDeveloping a Web API in MVC 4 Consuming Windows Azure Services in a Planning ViewsAdding Routes and Controllers to Handle Web Application Architecting an MVC ApplicationREST Requests Creating and Coding a Windows Azure Creating MVC ModelsCalling RESTful services from Client-Side Service Working with DataCode Consuming Data from a Windows Azure Creating an MVC Project and Adding aUsing HTTP Modules and HTTP Handlers Service ModelUsing Web Sockets Developing a Web API Creating a New SQL Azure Database inLab : Handling Requests in ASP.NET MVC Calling a Web API from Mobile and Web Visual Studio4 Web Applications Applications Adding Properties and Methods to MVCWriting a Web Handler that Uses Web Lab: Implementing Web APIs in ModelsSockets ASP.NET MVC 4 Web Applications Using Display and Edit Annotations inBuilding a Chat Room in the Photo Sharing Developing a Web API in MVC 4 MVC ModelsApplication Adding Routes and Controllers to Handle Writing Controllers and ActionsDeploying Web Applications REST Requests Writing Action FiltersDeploying MVC 4 Applications Calling RESTful services from Client-Side Adding an MVC Controller and Writing theLab: Deploying ASP.NET MVC 4 Web Code ActionsApplications Using HTTP Modules and HTTP Writing the Action Filters in a ControllerDeploying an Application to Windows Azure Handlers Using the Photo ControllerTesting the Completed Application Using Web Sockets Creating Views with Razor Syntax

Lab : Handling Requests in ASP.NET Using HTML HelpersModule 4: Developing ASP.NET MVC 4 MVC 4 Web Applications Reusing Code in ViewsControllers Writing a Web Handler that Uses Web Adding a View for Photo Displayline Sockets Adding a View for New Photos

Building a Chat Room in the Photo Creating and Using a Partial ViewSharing Application Adding a Home View and Testing the

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

Page 42: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Introduction to ASP.NET MVC 4 Applications StrategyExploring a Photo Sharing Application Deploying an Application to Windows Performing Unit TestsExploring a Web Pages Application Azure Configuring Exception HandlingExploring a Web Forms Application Testing the Completed Application Analyzing Information ArchitectureExploring an MVC Application Configuring RoutesPlanning in the Project Design Phase Creating a Navigation StructureDesigning Models, Controllers, and Views line Using the Routing EnginePlanning Controllers Overview of Microsoft Web Technologies Building Navigation ControlsPlanning Views Overview of ASP.NET 4.5 Using Template ViewsArchitecting an MVC Application Introduction to ASP.NET MVC 4 Applying CSS to an MVC ApplicationCreating MVC Models Exploring a Photo Sharing Application Creating an Adaptive User InterfaceWorking with Data Exploring a Web Pages Application Using Template ViewsCreating an MVC Project and Adding a Exploring a Web Forms Application Applying a Consistent Look and Feel to anModel Exploring an MVC Application MVC ApplicationCreating a New SQL Azure Database in Planning in the Project Design Phase Adapting Webpages for Different BrowsersVisual Studio Designing Models, Controllers, and Views Using AJAX and Partial Page UpdatesAdding Properties and Methods to MVC Planning Controllers Implementing a Caching StrategyModels Planning Views Using Partial Page UpdatesUsing Display and Edit Annotations in MVC Architecting an MVC Application Configuring ASP.NET CachesModels Creating MVC Models Rendering and Running JavaScript CodeWriting Controllers and Actions Working with Data Using jQuery and jQueryUIWriting Action Filters Creating an MVC Project and Adding a Using jQuery to Respond to UsersAdding an MVC Controller and Writing the Model Using jQueryUI to Build a User InterfaceActions Creating a New SQL Azure Database in Implementing Authentication andWriting the Action Filters in a Controller Visual Studio AuthorizationUsing the Photo Controller Adding Properties and Methods to MVC Assigning Roles and MembershipCreating Views with Razor Syntax Models Configuring AuthenticationUsing HTML Helpers Using Display and Edit Annotations in Controlling Access to ResourcesReusing Code in Views MVC Models Providing User Account FacilitiesAdding a View for Photo Display Writing Controllers and Actions Developing Secure SitesAdding a View for New Photos Writing Action Filters State ManagementCreating and Using a Partial View Adding an MVC Controller and Writing Storing User PreferencesAdding a Home View and Testing the Views the Actions Using User Preferences in the PhotoUnit Testing MVC Components Writing the Action Filters in a Controller GalleryImplementing an Exception Handling Using the Photo Controller Introduction to Windows AzureStrategy Creating Views with Razor Syntax Designing and Writing Windows AzurePerforming Unit Tests Using HTML Helpers ServicesConfiguring Exception Handling Reusing Code in Views Consuming Windows Azure Services in aAnalyzing Information Architecture Adding a View for Photo Display Web ApplicationConfiguring Routes Adding a View for New Photos Creating and Coding a Windows AzureCreating a Navigation Structure Creating and Using a Partial View ServiceUsing the Routing Engine Adding a Home View and Testing the Consuming Data from a Windows AzureBuilding Navigation Controls Views ServiceUsing Template Views Unit Testing MVC Components Developing a Web APIApplying CSS to an MVC Application Implementing an Exception Handling Calling a Web API from Mobile and WebCreating an Adaptive User Interface Strategy ApplicationsUsing Template Views Performing Unit Tests Lab: Implementing Web APIs in ASP.NETApplying a Consistent Look and Feel to an Configuring Exception Handling MVC 4 Web ApplicationsMVC Application Analyzing Information Architecture Developing a Web API in MVC 4Adapting Webpages for Different Browsers Configuring Routes Adding Routes and Controllers to HandleUsing AJAX and Partial Page Updates Creating a Navigation Structure REST RequestsImplementing a Caching Strategy Using the Routing Engine Calling RESTful services from Client-SideUsing Partial Page Updates Building Navigation Controls CodeConfiguring ASP.NET Caches Using Template Views Using HTTP Modules and HTTP HandlersRendering and Running JavaScript Code Applying CSS to an MVC Application Using Web SocketsUsing jQuery and jQueryUI Creating an Adaptive User Interface Lab : Handling Requests in ASP.NET MVCUsing jQuery to Respond to Users Using Template Views 4 Web ApplicationsUsing jQueryUI to Build a User Interface Applying a Consistent Look and Feel to Writing a Web Handler that Uses WebImplementing Authentication and an MVC Application SocketsAuthorization Adapting Webpages for Different Building a Chat Room in the Photo SharingAssigning Roles and Membership Browsers ApplicationConfiguring Authentication Using AJAX and Partial Page Updates Deploying Web ApplicationsControlling Access to Resources Implementing a Caching Strategy Deploying MVC 4 ApplicationsProviding User Account Facilities Using Partial Page Updates Lab: Deploying ASP.NET MVC 4 WebDeveloping Secure Sites Configuring ASP.NET Caches ApplicationsState Management Rendering and Running JavaScript Code Deploying an Application to Windows

Page 43: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Storing User Preferences Using jQuery and jQueryUI AzureUsing User Preferences in the Photo Gallery Using jQuery to Respond to Users Testing the Completed ApplicationIntroduction to Windows Azure Using jQueryUI to Build a User InterfaceDesigning and Writing Windows Azure Implementing Authentication andServices Authorization lineConsuming Windows Azure Services in a Assigning Roles and Membership Overview of Microsoft Web TechnologiesWeb Application Configuring Authentication Overview of ASP.NET 4.5Creating and Coding a Windows Azure Controlling Access to Resources Introduction to ASP.NET MVC 4Service Providing User Account Facilities Exploring a Photo Sharing ApplicationConsuming Data from a Windows Azure Developing Secure Sites Exploring a Web Pages ApplicationService State Management Exploring a Web Forms ApplicationDeveloping a Web API Storing User Preferences Exploring an MVC ApplicationCalling a Web API from Mobile and Web Using User Preferences in the Photo Planning in the Project Design PhaseApplications Gallery Designing Models, Controllers, and ViewsLab: Implementing Web APIs in ASP.NET Introduction to Windows Azure Planning ControllersMVC 4 Web Applications Designing and Writing Windows Azure Planning ViewsDeveloping a Web API in MVC 4 Services Architecting an MVC ApplicationAdding Routes and Controllers to Handle Consuming Windows Azure Services in a Creating MVC ModelsREST Requests Web Application Working with DataCalling RESTful services from Client-Side Creating and Coding a Windows Azure Creating an MVC Project and Adding aCode Service ModelUsing HTTP Modules and HTTP Handlers Consuming Data from a Windows Azure Creating a New SQL Azure Database inUsing Web Sockets Service Visual StudioLab : Handling Requests in ASP.NET MVC Developing a Web API Adding Properties and Methods to MVC4 Web Applications Calling a Web API from Mobile and Web ModelsWriting a Web Handler that Uses Web Applications Using Display and Edit Annotations inSockets Lab: Implementing Web APIs in MVC ModelsBuilding a Chat Room in the Photo Sharing ASP.NET MVC 4 Web Applications Writing Controllers and ActionsApplication Developing a Web API in MVC 4 Writing Action FiltersDeploying Web Applications Adding Routes and Controllers to Handle Adding an MVC Controller and Writing theDeploying MVC 4 Applications REST Requests ActionsLab: Deploying ASP.NET MVC 4 Web Calling RESTful services from Client-Side Writing the Action Filters in a ControllerApplications Code Using the Photo ControllerDeploying an Application to Windows Azure Using HTTP Modules and HTTP Creating Views with Razor SyntaxTesting the Completed Application Handlers Using HTML Helpers

Using Web Sockets Reusing Code in ViewsLab : Handling Requests in ASP.NET Adding a View for Photo Display

line MVC 4 Web Applications Adding a View for New PhotosOverview of Microsoft Web Technologies Writing a Web Handler that Uses Web Creating and Using a Partial ViewOverview of ASP.NET 4.5 Sockets Adding a Home View and Testing theIntroduction to ASP.NET MVC 4 Building a Chat Room in the Photo ViewsExploring a Photo Sharing Application Sharing Application Unit Testing MVC ComponentsExploring a Web Pages Application Deploying Web Applications Implementing an Exception HandlingExploring a Web Forms Application Deploying MVC 4 Applications StrategyExploring an MVC Application Lab: Deploying ASP.NET MVC 4 Web Performing Unit TestsPlanning in the Project Design Phase Applications Configuring Exception HandlingDesigning Models, Controllers, and Views Deploying an Application to Windows Analyzing Information ArchitecturePlanning Controllers Azure Configuring RoutesPlanning Views Testing the Completed Application Creating a Navigation StructureArchitecting an MVC Application Using the Routing EngineCreating MVC Models Module 9: Building Responsive Pages in Building Navigation ControlsWorking with Data ASP.NET MVC 4 Web Applications Using Template ViewsCreating an MVC Project and Adding a line Applying CSS to an MVC ApplicationModel Creating an Adaptive User InterfaceCreating a New SQL Azure Database in Using Template ViewsVisual Studio line Applying a Consistent Look and Feel to anAdding Properties and Methods to MVC Overview of Microsoft Web Technologies MVC ApplicationModels Overview of ASP.NET 4.5 Adapting Webpages for Different BrowsersUsing Display and Edit Annotations in MVC Introduction to ASP.NET MVC 4 Using AJAX and Partial Page UpdatesModels Exploring a Photo Sharing Application Implementing a Caching StrategyWriting Controllers and Actions Exploring a Web Pages Application Using Partial Page UpdatesWriting Action Filters Exploring a Web Forms Application Configuring ASP.NET CachesAdding an MVC Controller and Writing the Exploring an MVC Application Rendering and Running JavaScript CodeActions Planning in the Project Design Phase Using jQuery and jQueryUIWriting the Action Filters in a Controller Designing Models, Controllers, and Views Using jQuery to Respond to UsersUsing the Photo Controller Planning Controllers Using jQueryUI to Build a User Interface

Page 44: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Creating Views with Razor Syntax Planning Views Implementing Authentication andUsing HTML Helpers Architecting an MVC Application AuthorizationReusing Code in Views Creating MVC Models Assigning Roles and MembershipAdding a View for Photo Display Working with Data Configuring AuthenticationAdding a View for New Photos Creating an MVC Project and Adding a Controlling Access to ResourcesCreating and Using a Partial View Model Providing User Account FacilitiesAdding a Home View and Testing the Views Creating a New SQL Azure Database in Developing Secure SitesUnit Testing MVC Components Visual Studio State ManagementImplementing an Exception Handling Adding Properties and Methods to MVC Storing User PreferencesStrategy Models Using User Preferences in the PhotoPerforming Unit Tests Using Display and Edit Annotations in GalleryConfiguring Exception Handling MVC Models Introduction to Windows AzureAnalyzing Information Architecture Writing Controllers and Actions Designing and Writing Windows AzureConfiguring Routes Writing Action Filters ServicesCreating a Navigation Structure Adding an MVC Controller and Writing Consuming Windows Azure Services in aUsing the Routing Engine the Actions Web ApplicationBuilding Navigation Controls Writing the Action Filters in a Controller Creating and Coding a Windows AzureUsing Template Views Using the Photo Controller ServiceApplying CSS to an MVC Application Creating Views with Razor Syntax Consuming Data from a Windows AzureCreating an Adaptive User Interface Using HTML Helpers ServiceUsing Template Views Reusing Code in Views Developing a Web APIApplying a Consistent Look and Feel to an Adding a View for Photo Display Calling a Web API from Mobile and WebMVC Application Adding a View for New Photos ApplicationsAdapting Webpages for Different Browsers Creating and Using a Partial View Lab: Implementing Web APIs in ASP.NETUsing AJAX and Partial Page Updates Adding a Home View and Testing the MVC 4 Web ApplicationsImplementing a Caching Strategy Views Developing a Web API in MVC 4Using Partial Page Updates Unit Testing MVC Components Adding Routes and Controllers to HandleConfiguring ASP.NET Caches Implementing an Exception Handling REST RequestsRendering and Running JavaScript Code Strategy Calling RESTful services from Client-SideUsing jQuery and jQueryUI Performing Unit Tests CodeUsing jQuery to Respond to Users Configuring Exception Handling Using HTTP Modules and HTTP HandlersUsing jQueryUI to Build a User Interface Analyzing Information Architecture Using Web SocketsImplementing Authentication and Configuring Routes Lab : Handling Requests in ASP.NET MVCAuthorization Creating a Navigation Structure 4 Web ApplicationsAssigning Roles and Membership Using the Routing Engine Writing a Web Handler that Uses WebConfiguring Authentication Building Navigation Controls SocketsControlling Access to Resources Using Template Views Building a Chat Room in the Photo SharingProviding User Account Facilities Applying CSS to an MVC Application ApplicationDeveloping Secure Sites Creating an Adaptive User Interface Deploying Web ApplicationsState Management Using Template Views Deploying MVC 4 ApplicationsStoring User Preferences Applying a Consistent Look and Feel to Lab: Deploying ASP.NET MVC 4 WebUsing User Preferences in the Photo Gallery an MVC Application ApplicationsIntroduction to Windows Azure Adapting Webpages for Different Deploying an Application to WindowsDesigning and Writing Windows Azure Browsers AzureServices Using AJAX and Partial Page Updates Testing the Completed ApplicationConsuming Windows Azure Services in a Implementing a Caching StrategyWeb Application Using Partial Page UpdatesCreating and Coding a Windows Azure Configuring ASP.NET Caches lineService Rendering and Running JavaScript Code Overview of Microsoft Web TechnologiesConsuming Data from a Windows Azure Using jQuery and jQueryUI Overview of ASP.NET 4.5Service Using jQuery to Respond to Users Introduction to ASP.NET MVC 4Developing a Web API Using jQueryUI to Build a User Interface Exploring a Photo Sharing ApplicationCalling a Web API from Mobile and Web Implementing Authentication and Exploring a Web Pages ApplicationApplications Authorization Exploring a Web Forms ApplicationLab: Implementing Web APIs in ASP.NET Assigning Roles and Membership Exploring an MVC ApplicationMVC 4 Web Applications Configuring Authentication Planning in the Project Design PhaseDeveloping a Web API in MVC 4 Controlling Access to Resources Designing Models, Controllers, and ViewsAdding Routes and Controllers to Handle Providing User Account Facilities Planning ControllersREST Requests Developing Secure Sites Planning ViewsCalling RESTful services from Client-Side State Management Architecting an MVC ApplicationCode Storing User Preferences Creating MVC ModelsUsing HTTP Modules and HTTP Handlers Using User Preferences in the Photo Working with DataUsing Web Sockets Gallery Creating an MVC Project and Adding aLab : Handling Requests in ASP.NET MVC Introduction to Windows Azure Model4 Web Applications Designing and Writing Windows Azure Creating a New SQL Azure Database inWriting a Web Handler that Uses Web Services Visual Studio

Page 45: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Sockets Consuming Windows Azure Services in a Adding Properties and Methods to MVCBuilding a Chat Room in the Photo Sharing Web Application ModelsApplication Creating and Coding a Windows Azure Using Display and Edit Annotations inDeploying Web Applications Service MVC ModelsDeploying MVC 4 Applications Consuming Data from a Windows Azure Writing Controllers and ActionsLab: Deploying ASP.NET MVC 4 Web Service Writing Action FiltersApplications Developing a Web API Adding an MVC Controller and Writing theDeploying an Application to Windows Azure Calling a Web API from Mobile and Web ActionsTesting the Completed Application Applications Writing the Action Filters in a Controller

Lab: Implementing Web APIs in Using the Photo ControllerASP.NET MVC 4 Web Applications Creating Views with Razor Syntax

line Developing a Web API in MVC 4 Using HTML HelpersOverview of Microsoft Web Technologies Adding Routes and Controllers to Handle Reusing Code in ViewsOverview of ASP.NET 4.5 REST Requests Adding a View for Photo DisplayIntroduction to ASP.NET MVC 4 Calling RESTful services from Client-Side Adding a View for New PhotosExploring a Photo Sharing Application Code Creating and Using a Partial ViewExploring a Web Pages Application Using HTTP Modules and HTTP Adding a Home View and Testing theExploring a Web Forms Application Handlers ViewsExploring an MVC Application Using Web Sockets Unit Testing MVC ComponentsPlanning in the Project Design Phase Lab : Handling Requests in ASP.NET Implementing an Exception HandlingDesigning Models, Controllers, and Views MVC 4 Web Applications StrategyPlanning Controllers Writing a Web Handler that Uses Web Performing Unit TestsPlanning Views Sockets Configuring Exception HandlingArchitecting an MVC Application Building a Chat Room in the Photo Analyzing Information ArchitectureCreating MVC Models Sharing Application Configuring RoutesWorking with Data Deploying Web Applications Creating a Navigation StructureCreating an MVC Project and Adding a Deploying MVC 4 Applications Using the Routing EngineModel Lab: Deploying ASP.NET MVC 4 Web Building Navigation ControlsCreating a New SQL Azure Database in Applications Using Template ViewsVisual Studio Deploying an Application to Windows Applying CSS to an MVC ApplicationAdding Properties and Methods to MVC Azure Creating an Adaptive User InterfaceModels Testing the Completed Application Using Template ViewsUsing Display and Edit Annotations in MVC Applying a Consistent Look and Feel to anModels MVC ApplicationWriting Controllers and Actions line Adapting Webpages for Different BrowsersWriting Action Filters Overview of Microsoft Web Technologies Using AJAX and Partial Page UpdatesAdding an MVC Controller and Writing the Overview of ASP.NET 4.5 Implementing a Caching StrategyActions Introduction to ASP.NET MVC 4 Using Partial Page UpdatesWriting the Action Filters in a Controller Exploring a Photo Sharing Application Configuring ASP.NET CachesUsing the Photo Controller Exploring a Web Pages Application Rendering and Running JavaScript CodeCreating Views with Razor Syntax Exploring a Web Forms Application Using jQuery and jQueryUIUsing HTML Helpers Exploring an MVC Application Using jQuery to Respond to UsersReusing Code in Views Planning in the Project Design Phase Using jQueryUI to Build a User InterfaceAdding a View for Photo Display Designing Models, Controllers, and Views Implementing Authentication andAdding a View for New Photos Planning Controllers AuthorizationCreating and Using a Partial View Planning Views Assigning Roles and MembershipAdding a Home View and Testing the Views Architecting an MVC Application Configuring AuthenticationUnit Testing MVC Components Creating MVC Models Controlling Access to ResourcesImplementing an Exception Handling Working with Data Providing User Account FacilitiesStrategy Creating an MVC Project and Adding a Developing Secure SitesPerforming Unit Tests Model State ManagementConfiguring Exception Handling Creating a New SQL Azure Database in Storing User PreferencesAnalyzing Information Architecture Visual Studio Using User Preferences in the PhotoConfiguring Routes Adding Properties and Methods to MVC GalleryCreating a Navigation Structure Models Introduction to Windows AzureUsing the Routing Engine Using Display and Edit Annotations in Designing and Writing Windows AzureBuilding Navigation Controls MVC Models ServicesUsing Template Views Writing Controllers and Actions Consuming Windows Azure Services in aApplying CSS to an MVC Application Writing Action Filters Web ApplicationCreating an Adaptive User Interface Adding an MVC Controller and Writing Creating and Coding a Windows AzureUsing Template Views the Actions ServiceApplying a Consistent Look and Feel to an Writing the Action Filters in a Controller Consuming Data from a Windows AzureMVC Application Using the Photo Controller ServiceAdapting Webpages for Different Browsers Creating Views with Razor Syntax Developing a Web APIUsing AJAX and Partial Page Updates Using HTML Helpers Calling a Web API from Mobile and WebImplementing a Caching Strategy Reusing Code in Views Applications

Page 46: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Using Partial Page Updates Adding a View for Photo Display Lab: Implementing Web APIs in ASP.NETConfiguring ASP.NET Caches Adding a View for New Photos MVC 4 Web ApplicationsRendering and Running JavaScript Code Creating and Using a Partial View Developing a Web API in MVC 4Using jQuery and jQueryUI Adding a Home View and Testing the Adding Routes and Controllers to HandleUsing jQuery to Respond to Users Views REST RequestsUsing jQueryUI to Build a User Interface Unit Testing MVC Components Calling RESTful services from Client-SideImplementing Authentication and Implementing an Exception Handling CodeAuthorization Strategy Using HTTP Modules and HTTP HandlersAssigning Roles and Membership Performing Unit Tests Using Web SocketsConfiguring Authentication Configuring Exception Handling Lab : Handling Requests in ASP.NET MVCControlling Access to Resources Analyzing Information Architecture 4 Web ApplicationsProviding User Account Facilities Configuring Routes Writing a Web Handler that Uses WebDeveloping Secure Sites Creating a Navigation Structure SocketsState Management Using the Routing Engine Building a Chat Room in the Photo SharingStoring User Preferences Building Navigation Controls ApplicationUsing User Preferences in the Photo Gallery Using Template Views Deploying Web ApplicationsIntroduction to Windows Azure Applying CSS to an MVC Application Deploying MVC 4 ApplicationsDesigning and Writing Windows Azure Creating an Adaptive User Interface Lab: Deploying ASP.NET MVC 4 WebServices Using Template Views ApplicationsConsuming Windows Azure Services in a Applying a Consistent Look and Feel to Deploying an Application to WindowsWeb Application an MVC Application AzureCreating and Coding a Windows Azure Adapting Webpages for Different Testing the Completed ApplicationService BrowsersConsuming Data from a Windows Azure Using AJAX and Partial Page UpdatesService Implementing a Caching Strategy lineDeveloping a Web API Using Partial Page Updates Overview of Microsoft Web TechnologiesCalling a Web API from Mobile and Web Configuring ASP.NET Caches Overview of ASP.NET 4.5Applications Rendering and Running JavaScript Code Introduction to ASP.NET MVC 4Lab: Implementing Web APIs in ASP.NET Using jQuery and jQueryUI Exploring a Photo Sharing ApplicationMVC 4 Web Applications Using jQuery to Respond to Users Exploring a Web Pages ApplicationDeveloping a Web API in MVC 4 Using jQueryUI to Build a User Interface Exploring a Web Forms ApplicationAdding Routes and Controllers to Handle Implementing Authentication and Exploring an MVC ApplicationREST Requests Authorization Planning in the Project Design PhaseCalling RESTful services from Client-Side Assigning Roles and Membership Designing Models, Controllers, and ViewsCode Configuring Authentication Planning ControllersUsing HTTP Modules and HTTP Handlers Controlling Access to Resources Planning ViewsUsing Web Sockets Providing User Account Facilities Architecting an MVC ApplicationLab : Handling Requests in ASP.NET MVC Developing Secure Sites Creating MVC Models4 Web Applications State Management Working with DataWriting a Web Handler that Uses Web Storing User Preferences Creating an MVC Project and Adding aSockets Using User Preferences in the Photo ModelBuilding a Chat Room in the Photo Sharing Gallery Creating a New SQL Azure Database inApplication Introduction to Windows Azure Visual StudioDeploying Web Applications Designing and Writing Windows Azure Adding Properties and Methods to MVCDeploying MVC 4 Applications Services ModelsLab: Deploying ASP.NET MVC 4 Web Consuming Windows Azure Services in a Using Display and Edit Annotations inApplications Web Application MVC ModelsDeploying an Application to Windows Azure Creating and Coding a Windows Azure Writing Controllers and ActionsTesting the Completed Application Service Writing Action Filters

Consuming Data from a Windows Azure Adding an MVC Controller and Writing theLab: Developing ASP.NET MVC 4 Controllers Service Actionsline Developing a Web API Writing the Action Filters in a Controller

Calling a Web API from Mobile and Web Using the Photo ControllerApplications Creating Views with Razor Syntax

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

Page 47: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Architecting an MVC Application Writing a Web Handler that Uses Web Analyzing Information ArchitectureCreating MVC Models Sockets Configuring RoutesWorking with Data Building a Chat Room in the Photo Creating a Navigation StructureCreating an MVC Project and Adding a Sharing Application Using the Routing EngineModel Deploying Web Applications Building Navigation ControlsCreating a New SQL Azure Database in Deploying MVC 4 Applications Using Template ViewsVisual Studio Lab: Deploying ASP.NET MVC 4 Web Applying CSS to an MVC ApplicationAdding Properties and Methods to MVC Applications Creating an Adaptive User InterfaceModels Deploying an Application to Windows Using Template ViewsUsing Display and Edit Annotations in MVC Azure Applying a Consistent Look and Feel to anModels Testing the Completed Application MVC ApplicationWriting Controllers and Actions Adapting Webpages for Different BrowsersWriting Action Filters Using AJAX and Partial Page UpdatesAdding an MVC Controller and Writing the line Implementing a Caching StrategyActions Overview of Microsoft Web Technologies Using Partial Page UpdatesWriting the Action Filters in a Controller Overview of ASP.NET 4.5 Configuring ASP.NET CachesUsing the Photo Controller Introduction to ASP.NET MVC 4 Rendering and Running JavaScript CodeCreating Views with Razor Syntax Exploring a Photo Sharing Application Using jQuery and jQueryUIUsing HTML Helpers Exploring a Web Pages Application Using jQuery to Respond to UsersReusing Code in Views Exploring a Web Forms Application Using jQueryUI to Build a User InterfaceAdding a View for Photo Display Exploring an MVC Application Implementing Authentication andAdding a View for New Photos Planning in the Project Design Phase AuthorizationCreating and Using a Partial View Designing Models, Controllers, and Views Assigning Roles and MembershipAdding a Home View and Testing the Views Planning Controllers Configuring AuthenticationUnit Testing MVC Components Planning Views Controlling Access to ResourcesImplementing an Exception Handling Architecting an MVC Application Providing User Account FacilitiesStrategy Creating MVC Models Developing Secure SitesPerforming Unit Tests Working with Data State ManagementConfiguring Exception Handling Creating an MVC Project and Adding a Storing User PreferencesAnalyzing Information Architecture Model Using User Preferences in the PhotoConfiguring Routes Creating a New SQL Azure Database in GalleryCreating a Navigation Structure Visual Studio Introduction to Windows AzureUsing the Routing Engine Adding Properties and Methods to MVC Designing and Writing Windows AzureBuilding Navigation Controls Models ServicesUsing Template Views Using Display and Edit Annotations in Consuming Windows Azure Services in aApplying CSS to an MVC Application MVC Models Web ApplicationCreating an Adaptive User Interface Writing Controllers and Actions Creating and Coding a Windows AzureUsing Template Views Writing Action Filters ServiceApplying a Consistent Look and Feel to an Adding an MVC Controller and Writing Consuming Data from a Windows AzureMVC Application the Actions ServiceAdapting Webpages for Different Browsers Writing the Action Filters in a Controller Developing a Web APIUsing AJAX and Partial Page Updates Using the Photo Controller Calling a Web API from Mobile and WebImplementing a Caching Strategy Creating Views with Razor Syntax ApplicationsUsing Partial Page Updates Using HTML Helpers Lab: Implementing Web APIs in ASP.NETConfiguring ASP.NET Caches Reusing Code in Views MVC 4 Web ApplicationsRendering and Running JavaScript Code Adding a View for Photo Display Developing a Web API in MVC 4Using jQuery and jQueryUI Adding a View for New Photos Adding Routes and Controllers to HandleUsing jQuery to Respond to Users Creating and Using a Partial View REST RequestsUsing jQueryUI to Build a User Interface Adding a Home View and Testing the Calling RESTful services from Client-SideImplementing Authentication and Views CodeAuthorization Unit Testing MVC Components Using HTTP Modules and HTTP HandlersAssigning Roles and Membership Implementing an Exception Handling Using Web SocketsConfiguring Authentication Strategy Lab : Handling Requests in ASP.NET MVCControlling Access to Resources Performing Unit Tests 4 Web ApplicationsProviding User Account Facilities Configuring Exception Handling Writing a Web Handler that Uses WebDeveloping Secure Sites Analyzing Information Architecture SocketsState Management Configuring Routes Building a Chat Room in the Photo SharingStoring User Preferences Creating a Navigation Structure ApplicationUsing User Preferences in the Photo Gallery Using the Routing Engine Deploying Web ApplicationsIntroduction to Windows Azure Building Navigation Controls Deploying MVC 4 ApplicationsDesigning and Writing Windows Azure Using Template Views Lab: Deploying ASP.NET MVC 4 WebServices Applying CSS to an MVC Application ApplicationsConsuming Windows Azure Services in a Creating an Adaptive User Interface Deploying an Application to WindowsWeb Application Using Template Views AzureCreating and Coding a Windows Azure Applying a Consistent Look and Feel to Testing the Completed ApplicationService an MVC Application

Page 48: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Consuming Data from a Windows Azure Adapting Webpages for Different Module 15: Handling Requests in ASP.NETService Browsers MVC 4 Web ApplicationsDeveloping a Web API Using AJAX and Partial Page Updates lineCalling a Web API from Mobile and Web Implementing a Caching StrategyApplications Using Partial Page UpdatesLab: Implementing Web APIs in ASP.NET Configuring ASP.NET Caches lineMVC 4 Web Applications Rendering and Running JavaScript Code Overview of Microsoft Web TechnologiesDeveloping a Web API in MVC 4 Using jQuery and jQueryUI Overview of ASP.NET 4.5Adding Routes and Controllers to Handle Using jQuery to Respond to Users Introduction to ASP.NET MVC 4REST Requests Using jQueryUI to Build a User Interface Exploring a Photo Sharing ApplicationCalling RESTful services from Client-Side Implementing Authentication and Exploring a Web Pages ApplicationCode Authorization Exploring a Web Forms ApplicationUsing HTTP Modules and HTTP Handlers Assigning Roles and Membership Exploring an MVC ApplicationUsing Web Sockets Configuring Authentication Planning in the Project Design PhaseLab : Handling Requests in ASP.NET MVC Controlling Access to Resources Designing Models, Controllers, and Views4 Web Applications Providing User Account Facilities Planning ControllersWriting a Web Handler that Uses Web Developing Secure Sites Planning ViewsSockets State Management Architecting an MVC ApplicationBuilding a Chat Room in the Photo Sharing Storing User Preferences Creating MVC ModelsApplication Using User Preferences in the Photo Working with DataDeploying Web Applications Gallery Creating an MVC Project and Adding aDeploying MVC 4 Applications Introduction to Windows Azure ModelLab: Deploying ASP.NET MVC 4 Web Designing and Writing Windows Azure Creating a New SQL Azure Database inApplications Services Visual StudioDeploying an Application to Windows Azure Consuming Windows Azure Services in a Adding Properties and Methods to MVCTesting the Completed Application Web Application Models

Creating and Coding a Windows Azure Using Display and Edit Annotations inService MVC Models

line Consuming Data from a Windows Azure Writing Controllers and ActionsOverview of Microsoft Web Technologies Service Writing Action FiltersOverview of ASP.NET 4.5 Developing a Web API Adding an MVC Controller and Writing theIntroduction to ASP.NET MVC 4 Calling a Web API from Mobile and Web ActionsExploring a Photo Sharing Application Applications Writing the Action Filters in a ControllerExploring a Web Pages Application Lab: Implementing Web APIs in Using the Photo ControllerExploring a Web Forms Application ASP.NET MVC 4 Web Applications Creating Views with Razor SyntaxExploring an MVC Application Developing a Web API in MVC 4 Using HTML HelpersPlanning in the Project Design Phase Adding Routes and Controllers to Handle Reusing Code in ViewsDesigning Models, Controllers, and Views REST Requests Adding a View for Photo DisplayPlanning Controllers Calling RESTful services from Client-Side Adding a View for New PhotosPlanning Views Code Creating and Using a Partial ViewArchitecting an MVC Application Using HTTP Modules and HTTP Adding a Home View and Testing theCreating MVC Models Handlers ViewsWorking with Data Using Web Sockets Unit Testing MVC ComponentsCreating an MVC Project and Adding a Lab : Handling Requests in ASP.NET Implementing an Exception HandlingModel MVC 4 Web Applications StrategyCreating a New SQL Azure Database in Writing a Web Handler that Uses Web Performing Unit TestsVisual Studio Sockets Configuring Exception HandlingAdding Properties and Methods to MVC Building a Chat Room in the Photo Analyzing Information ArchitectureModels Sharing Application Configuring RoutesUsing Display and Edit Annotations in MVC Deploying Web Applications Creating a Navigation StructureModels Deploying MVC 4 Applications Using the Routing EngineWriting Controllers and Actions Lab: Deploying ASP.NET MVC 4 Web Building Navigation ControlsWriting Action Filters Applications Using Template ViewsAdding an MVC Controller and Writing the Deploying an Application to Windows Applying CSS to an MVC ApplicationActions Azure Creating an Adaptive User InterfaceWriting the Action Filters in a Controller Testing the Completed Application Using Template ViewsUsing the Photo Controller Applying a Consistent Look and Feel to anCreating Views with Razor Syntax Lab: Building Responsive Pages in ASP.NET MVC ApplicationUsing HTML Helpers MVC 4 Web Applications Adapting Webpages for Different BrowsersReusing Code in Views line Using AJAX and Partial Page UpdatesAdding a View for Photo Display Implementing a Caching StrategyAdding a View for New Photos Using Partial Page UpdatesCreating and Using a Partial View line Configuring ASP.NET CachesAdding a Home View and Testing the Views Overview of Microsoft Web Technologies Rendering and Running JavaScript CodeUnit Testing MVC Components Overview of ASP.NET 4.5 Using jQuery and jQueryUIImplementing an Exception Handling 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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Strategy Exploring a Photo Sharing Application Using jQueryUI to Build a User InterfacePerforming Unit Tests Exploring a Web Pages Application Implementing Authentication andConfiguring Exception Handling Exploring a Web Forms Application AuthorizationAnalyzing Information Architecture Exploring an MVC Application Assigning Roles and MembershipConfiguring Routes Planning in the Project Design Phase Configuring AuthenticationCreating a Navigation Structure Designing Models, Controllers, and Views Controlling Access to ResourcesUsing the Routing Engine Planning Controllers Providing User Account FacilitiesBuilding Navigation Controls Planning Views Developing Secure SitesUsing Template Views Architecting an MVC Application State ManagementApplying CSS to an MVC Application Creating MVC Models Storing User PreferencesCreating an Adaptive User Interface Working with Data Using User Preferences in the PhotoUsing Template Views Creating an MVC Project and Adding a GalleryApplying a Consistent Look and Feel to an Model Introduction to Windows AzureMVC Application Creating a New SQL Azure Database in Designing and Writing Windows AzureAdapting Webpages for Different Browsers Visual Studio ServicesUsing AJAX and Partial Page Updates Adding Properties and Methods to MVC Consuming Windows Azure Services in aImplementing a Caching Strategy Models Web ApplicationUsing Partial Page Updates Using Display and Edit Annotations in Creating and Coding a Windows AzureConfiguring ASP.NET Caches MVC Models ServiceRendering and Running JavaScript Code Writing Controllers and Actions Consuming Data from a Windows AzureUsing jQuery and jQueryUI Writing Action Filters ServiceUsing jQuery to Respond to Users Adding an MVC Controller and Writing Developing a Web APIUsing jQueryUI to Build a User Interface the Actions Calling a Web API from Mobile and WebImplementing Authentication and Writing the Action Filters in a Controller ApplicationsAuthorization Using the Photo Controller Lab: Implementing Web APIs in ASP.NETAssigning Roles and Membership Creating Views with Razor Syntax MVC 4 Web ApplicationsConfiguring Authentication Using HTML Helpers Developing a Web API in MVC 4Controlling Access to Resources Reusing Code in Views Adding Routes and Controllers to HandleProviding User Account Facilities Adding a View for Photo Display REST RequestsDeveloping Secure Sites Adding a View for New Photos Calling RESTful services from Client-SideState Management Creating and Using a Partial View CodeStoring User Preferences Adding a Home View and Testing the Using HTTP Modules and HTTP HandlersUsing User Preferences in the Photo Gallery Views Using Web SocketsIntroduction to Windows Azure Unit Testing MVC Components Lab : Handling Requests in ASP.NET MVCDesigning and Writing Windows Azure Implementing an Exception Handling 4 Web ApplicationsServices Strategy Writing a Web Handler that Uses WebConsuming Windows Azure Services in a Performing Unit Tests SocketsWeb Application Configuring Exception Handling Building a Chat Room in the Photo SharingCreating and Coding a Windows Azure Analyzing Information Architecture ApplicationService Configuring Routes Deploying Web ApplicationsConsuming Data from a Windows Azure Creating a Navigation Structure Deploying MVC 4 ApplicationsService Using the Routing Engine Lab: Deploying ASP.NET MVC 4 WebDeveloping a Web API Building Navigation Controls ApplicationsCalling a Web API from Mobile and Web Using Template Views Deploying an Application to WindowsApplications Applying CSS to an MVC Application AzureLab: Implementing Web APIs in ASP.NET Creating an Adaptive User Interface Testing the Completed ApplicationMVC 4 Web Applications Using Template ViewsDeveloping a Web API in MVC 4 Applying a Consistent Look and Feel toAdding Routes and Controllers to Handle an MVC Application lineREST Requests Adapting Webpages for Different Overview of Microsoft Web TechnologiesCalling RESTful services from Client-Side Browsers Overview of ASP.NET 4.5Code Using AJAX and Partial Page Updates Introduction to ASP.NET MVC 4Using HTTP Modules and HTTP Handlers Implementing a Caching Strategy Exploring a Photo Sharing ApplicationUsing Web Sockets Using Partial Page Updates Exploring a Web Pages ApplicationLab : Handling Requests in ASP.NET MVC Configuring ASP.NET Caches Exploring a Web Forms Application4 Web Applications Rendering and Running JavaScript Code Exploring an MVC ApplicationWriting a Web Handler that Uses Web Using jQuery and jQueryUI Planning in the Project Design PhaseSockets Using jQuery to Respond to Users Designing Models, Controllers, and ViewsBuilding a Chat Room in the Photo Sharing Using jQueryUI to Build a User Interface Planning ControllersApplication Implementing Authentication and Planning ViewsDeploying Web Applications Authorization Architecting an MVC ApplicationDeploying MVC 4 Applications Assigning Roles and Membership Creating MVC ModelsLab: Deploying ASP.NET MVC 4 Web Configuring Authentication Working with DataApplications Controlling Access to Resources Creating an MVC Project and Adding aDeploying an Application to Windows Azure Providing User Account Facilities ModelTesting the Completed Application Developing Secure Sites Creating a New SQL Azure Database in

Page 50: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

State Management Visual StudioStoring User Preferences Adding Properties and Methods to MVC

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

Page 51: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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

Assigning Roles and Membership Creating an MVC Project and Adding aConfiguring Authentication Model

line Controlling Access to Resources Creating a New SQL Azure Database inOverview of Microsoft Web Technologies Providing User Account Facilities Visual StudioOverview of ASP.NET 4.5 Developing Secure Sites Adding Properties and Methods to MVCIntroduction to ASP.NET MVC 4 State Management ModelsExploring a Photo Sharing Application Storing User Preferences Using Display and Edit Annotations inExploring a Web Pages Application Using User Preferences in the Photo MVC ModelsExploring a Web Forms Application Gallery Writing Controllers and ActionsExploring an MVC Application Introduction to Windows Azure Writing Action FiltersPlanning in the Project Design Phase Designing and Writing Windows Azure Adding an MVC Controller and Writing theDesigning Models, Controllers, and Views Services ActionsPlanning Controllers Consuming Windows Azure Services in a Writing the Action Filters in a ControllerPlanning Views Web Application Using the Photo ControllerArchitecting an MVC Application Creating and Coding a Windows Azure Creating Views with Razor SyntaxCreating MVC Models Service Using HTML HelpersWorking with Data Consuming Data from a Windows Azure Reusing Code in ViewsCreating an MVC Project and Adding a Service Adding a View for Photo DisplayModel Developing a Web API Adding a View for New PhotosCreating a New SQL Azure Database in Calling a Web API from Mobile and Web Creating and Using a Partial ViewVisual Studio Applications Adding a Home View and Testing theAdding Properties and Methods to MVC Lab: Implementing Web APIs in ViewsModels ASP.NET MVC 4 Web Applications Unit Testing MVC ComponentsUsing Display and Edit Annotations in MVC Developing a Web API in MVC 4 Implementing an Exception HandlingModels Adding Routes and Controllers to Handle StrategyWriting Controllers and Actions REST Requests Performing Unit Tests

Page 52: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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

Page 53: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Using HTTP Modules and HTTP Handlers Building Navigation ControlsUsing Web Sockets Using Template ViewsLab : Handling Requests in ASP.NET MVC Applying CSS to an MVC Application line4 Web Applications Creating an Adaptive User Interface Overview of Microsoft Web TechnologiesWriting a Web Handler that Uses Web Using Template Views Overview of ASP.NET 4.5Sockets Applying a Consistent Look and Feel to Introduction to ASP.NET MVC 4Building a Chat Room in the Photo Sharing an MVC Application Exploring a Photo Sharing ApplicationApplication Adapting Webpages for Different Exploring a Web Pages ApplicationDeploying Web Applications Browsers Exploring a Web Forms ApplicationDeploying MVC 4 Applications Using AJAX and Partial Page Updates Exploring an MVC ApplicationLab: Deploying ASP.NET MVC 4 Web Implementing a Caching Strategy Planning in the Project Design PhaseApplications Using Partial Page Updates Designing Models, Controllers, and ViewsDeploying an Application to Windows Azure Configuring ASP.NET Caches Planning ControllersTesting the Completed Application Rendering and Running JavaScript Code Planning Views

Using jQuery and jQueryUI Architecting an MVC ApplicationModule 5: Developing ASP.NET MVC 4 Views Using jQuery to Respond to Users Creating MVC Modelsline Using jQueryUI to Build a User Interface Working with Data

Implementing Authentication and Creating an MVC Project and Adding aAuthorization Model

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

Page 54: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Applying CSS to an MVC Application line Assigning Roles and MembershipCreating an Adaptive User Interface Configuring AuthenticationUsing Template Views Controlling Access to ResourcesApplying a Consistent Look and Feel to an line Providing User Account FacilitiesMVC Application Overview of Microsoft Web Technologies Developing Secure SitesAdapting Webpages for Different Browsers Overview of ASP.NET 4.5 State ManagementUsing AJAX and Partial Page Updates Introduction to ASP.NET MVC 4 Storing User PreferencesImplementing a Caching Strategy Exploring a Photo Sharing Application Using User Preferences in the PhotoUsing Partial Page Updates Exploring a Web Pages Application GalleryConfiguring ASP.NET Caches Exploring a Web Forms Application Introduction to Windows AzureRendering and Running JavaScript Code Exploring an MVC Application Designing and Writing Windows AzureUsing jQuery and jQueryUI Planning in the Project Design Phase ServicesUsing jQuery to Respond to Users Designing Models, Controllers, and Views Consuming Windows Azure Services in aUsing jQueryUI to Build a User Interface Planning Controllers Web ApplicationImplementing Authentication and Planning Views Creating and Coding a Windows AzureAuthorization Architecting an MVC Application ServiceAssigning Roles and Membership Creating MVC Models Consuming Data from a Windows AzureConfiguring Authentication Working with Data ServiceControlling Access to Resources Creating an MVC Project and Adding a Developing a Web APIProviding User Account Facilities Model Calling a Web API from Mobile and WebDeveloping Secure Sites Creating a New SQL Azure Database in ApplicationsState Management Visual Studio Lab: Implementing Web APIs in ASP.NETStoring User Preferences Adding Properties and Methods to MVC MVC 4 Web ApplicationsUsing User Preferences in the Photo Gallery Models Developing a Web API in MVC 4Introduction to Windows Azure Using Display and Edit Annotations in Adding Routes and Controllers to HandleDesigning and Writing Windows Azure MVC Models REST RequestsServices Writing Controllers and Actions Calling RESTful services from Client-SideConsuming Windows Azure Services in a Writing Action Filters CodeWeb Application Adding an MVC Controller and Writing Using HTTP Modules and HTTP HandlersCreating and Coding a Windows Azure the Actions Using Web SocketsService Writing the Action Filters in a Controller Lab : Handling Requests in ASP.NET MVCConsuming Data from a Windows Azure Using the Photo Controller 4 Web ApplicationsService Creating Views with Razor Syntax Writing a Web Handler that Uses WebDeveloping a Web API Using HTML Helpers SocketsCalling a Web API from Mobile and Web Reusing Code in Views Building a Chat Room in the Photo SharingApplications Adding a View for Photo Display ApplicationLab: Implementing Web APIs in ASP.NET Adding a View for New Photos Deploying Web ApplicationsMVC 4 Web Applications Creating and Using a Partial View Deploying MVC 4 ApplicationsDeveloping a Web API in MVC 4 Adding a Home View and Testing the Lab: Deploying ASP.NET MVC 4 WebAdding Routes and Controllers to Handle Views ApplicationsREST Requests Unit Testing MVC Components Deploying an Application to WindowsCalling RESTful services from Client-Side Implementing an Exception Handling AzureCode Strategy Testing the Completed ApplicationUsing HTTP Modules and HTTP Handlers Performing Unit TestsUsing Web Sockets Configuring Exception HandlingLab : Handling Requests in ASP.NET MVC Analyzing Information Architecture line4 Web Applications Configuring Routes Overview of Microsoft Web TechnologiesWriting a Web Handler that Uses Web Creating a Navigation Structure Overview of ASP.NET 4.5Sockets Using the Routing Engine Introduction to ASP.NET MVC 4Building a Chat Room in the Photo Sharing Building Navigation Controls Exploring a Photo Sharing ApplicationApplication Using Template Views Exploring a Web Pages ApplicationDeploying Web Applications Applying CSS to an MVC Application Exploring a Web Forms ApplicationDeploying MVC 4 Applications Creating an Adaptive User Interface Exploring an MVC ApplicationLab: Deploying ASP.NET MVC 4 Web Using Template Views Planning in the Project Design PhaseApplications Applying a Consistent Look and Feel to Designing Models, Controllers, and ViewsDeploying an Application to Windows Azure an MVC Application Planning ControllersTesting the Completed Application Adapting Webpages for Different Planning Views

Browsers Architecting an MVC ApplicationUsing AJAX and Partial Page Updates Creating MVC Models

line Implementing a Caching Strategy Working with DataOverview of Microsoft Web Technologies Using Partial Page Updates Creating an MVC Project and Adding aOverview of ASP.NET 4.5 Configuring ASP.NET Caches ModelIntroduction to ASP.NET MVC 4 Rendering and Running JavaScript Code Creating a New SQL Azure Database inExploring a Photo Sharing Application Using jQuery and jQueryUI Visual StudioExploring a Web Pages Application Using jQuery to Respond to Users Adding Properties and Methods to MVCExploring a Web Forms Application Using jQueryUI to Build a User Interface Models

Page 55: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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

Page 56: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Services Visual Studio Developing a Web API in MVC 4Consuming Windows Azure Services in a Adding Properties and Methods to MVC Adding Routes and Controllers to HandleWeb Application Models REST RequestsCreating and Coding a Windows Azure Using Display and Edit Annotations in Calling RESTful services from Client-SideService MVC Models CodeConsuming Data from a Windows Azure Writing Controllers and Actions Using HTTP Modules and HTTP HandlersService Writing Action Filters Using Web SocketsDeveloping a Web API Adding an MVC Controller and Writing Lab : Handling Requests in ASP.NET MVCCalling a Web API from Mobile and Web the Actions 4 Web ApplicationsApplications Writing the Action Filters in a Controller Writing a Web Handler that Uses WebLab: Implementing Web APIs in ASP.NET Using the Photo Controller SocketsMVC 4 Web Applications Creating Views with Razor Syntax Building a Chat Room in the Photo SharingDeveloping a Web API in MVC 4 Using HTML Helpers ApplicationAdding Routes and Controllers to Handle Reusing Code in Views Deploying Web ApplicationsREST Requests Adding a View for Photo Display Deploying MVC 4 ApplicationsCalling RESTful services from Client-Side Adding a View for New Photos Lab: Deploying ASP.NET MVC 4 WebCode Creating and Using a Partial View ApplicationsUsing HTTP Modules and HTTP Handlers Adding a Home View and Testing the Deploying an Application to WindowsUsing Web Sockets Views AzureLab : Handling Requests in ASP.NET MVC Unit Testing MVC Components Testing the Completed Application4 Web Applications Implementing an Exception HandlingWriting a Web Handler that Uses Web StrategySockets Performing Unit Tests lineBuilding a Chat Room in the Photo Sharing Configuring Exception Handling Overview of Microsoft Web TechnologiesApplication Analyzing Information Architecture Overview of ASP.NET 4.5Deploying Web Applications Configuring Routes Introduction to ASP.NET MVC 4Deploying MVC 4 Applications Creating a Navigation Structure Exploring a Photo Sharing ApplicationLab: Deploying ASP.NET MVC 4 Web Using the Routing Engine Exploring a Web Pages ApplicationApplications Building Navigation Controls Exploring a Web Forms ApplicationDeploying an Application to Windows Azure Using Template Views Exploring an MVC ApplicationTesting the Completed Application Applying CSS to an MVC Application Planning in the Project Design Phase

Creating an Adaptive User Interface Designing Models, Controllers, and ViewsUsing Template Views Planning Controllers

line Applying a Consistent Look and Feel to Planning ViewsOverview of Microsoft Web Technologies an MVC Application Architecting an MVC ApplicationOverview of ASP.NET 4.5 Adapting Webpages for Different Creating MVC ModelsIntroduction to ASP.NET MVC 4 Browsers Working with DataExploring a Photo Sharing Application Using AJAX and Partial Page Updates Creating an MVC Project and Adding aExploring a Web Pages Application Implementing a Caching Strategy ModelExploring a Web Forms Application Using Partial Page Updates Creating a New SQL Azure Database inExploring an MVC Application Configuring ASP.NET Caches Visual StudioPlanning in the Project Design Phase Rendering and Running JavaScript Code Adding Properties and Methods to MVCDesigning Models, Controllers, and Views Using jQuery and jQueryUI ModelsPlanning Controllers Using jQuery to Respond to Users Using Display and Edit Annotations inPlanning Views Using jQueryUI to Build a User Interface MVC ModelsArchitecting an MVC Application Implementing Authentication and Writing Controllers and ActionsCreating MVC Models Authorization Writing Action FiltersWorking with Data Assigning Roles and Membership Adding an MVC Controller and Writing theCreating an MVC Project and Adding a Configuring Authentication ActionsModel Controlling Access to Resources Writing the Action Filters in a ControllerCreating a New SQL Azure Database in Providing User Account Facilities Using the Photo ControllerVisual Studio Developing Secure Sites Creating Views with Razor SyntaxAdding Properties and Methods to MVC State Management Using HTML HelpersModels Storing User Preferences Reusing Code in ViewsUsing Display and Edit Annotations in MVC Using User Preferences in the Photo Adding a View for Photo DisplayModels Gallery Adding a View for New PhotosWriting Controllers and Actions Introduction to Windows Azure Creating and Using a Partial ViewWriting Action Filters Designing and Writing Windows Azure Adding a Home View and Testing theAdding an MVC Controller and Writing the Services ViewsActions Consuming Windows Azure Services in a Unit Testing MVC ComponentsWriting the Action Filters in a Controller Web Application Implementing an Exception HandlingUsing the Photo Controller Creating and Coding a Windows Azure StrategyCreating Views with Razor Syntax Service Performing Unit TestsUsing HTML Helpers Consuming Data from a Windows Azure Configuring Exception HandlingReusing Code in Views Service Analyzing Information ArchitectureAdding a View for Photo Display Developing a Web API Configuring Routes

Page 57: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Adding a View for New Photos Calling a Web API from Mobile and Web Creating a Navigation StructureCreating and Using a Partial View Applications Using the Routing EngineAdding a Home View and Testing the Views Lab: Implementing Web APIs in Building Navigation ControlsUnit Testing MVC Components ASP.NET MVC 4 Web Applications Using Template ViewsImplementing an Exception Handling Developing a Web API in MVC 4 Applying CSS to an MVC ApplicationStrategy Adding Routes and Controllers to Handle Creating an Adaptive User InterfacePerforming Unit Tests REST Requests Using Template ViewsConfiguring Exception Handling Calling RESTful services from Client-Side Applying a Consistent Look and Feel to anAnalyzing Information Architecture Code MVC ApplicationConfiguring Routes Using HTTP Modules and HTTP Adapting Webpages for Different BrowsersCreating a Navigation Structure Handlers Using AJAX and Partial Page UpdatesUsing the Routing Engine Using Web Sockets Implementing a Caching StrategyBuilding Navigation Controls Lab : Handling Requests in ASP.NET Using Partial Page UpdatesUsing Template Views MVC 4 Web Applications Configuring ASP.NET CachesApplying CSS to an MVC Application Writing a Web Handler that Uses Web Rendering and Running JavaScript CodeCreating an Adaptive User Interface Sockets Using jQuery and jQueryUIUsing Template Views Building a Chat Room in the Photo Using jQuery to Respond to UsersApplying a Consistent Look and Feel to an Sharing Application Using jQueryUI to Build a User InterfaceMVC Application Deploying Web Applications Implementing Authentication andAdapting Webpages for Different Browsers Deploying MVC 4 Applications AuthorizationUsing AJAX and Partial Page Updates Lab: Deploying ASP.NET MVC 4 Web Assigning Roles and MembershipImplementing a Caching Strategy Applications Configuring AuthenticationUsing Partial Page Updates Deploying an Application to Windows Controlling Access to ResourcesConfiguring ASP.NET Caches Azure Providing User Account FacilitiesRendering and Running JavaScript Code Testing the Completed Application Developing Secure SitesUsing jQuery and jQueryUI State ManagementUsing jQuery to Respond to Users Storing User PreferencesUsing jQueryUI to Build a User Interface line Using User Preferences in the PhotoImplementing Authentication and Overview of Microsoft Web Technologies GalleryAuthorization Overview of ASP.NET 4.5 Introduction to Windows AzureAssigning Roles and Membership Introduction to ASP.NET MVC 4 Designing and Writing Windows AzureConfiguring Authentication Exploring a Photo Sharing Application ServicesControlling Access to Resources Exploring a Web Pages Application Consuming Windows Azure Services in aProviding User Account Facilities Exploring a Web Forms Application Web ApplicationDeveloping Secure Sites Exploring an MVC Application Creating and Coding a Windows AzureState Management Planning in the Project Design Phase ServiceStoring User Preferences Designing Models, Controllers, and Views Consuming Data from a Windows AzureUsing User Preferences in the Photo Gallery Planning Controllers ServiceIntroduction to Windows Azure Planning Views Developing a Web APIDesigning and Writing Windows Azure Architecting an MVC Application Calling a Web API from Mobile and WebServices Creating MVC Models ApplicationsConsuming Windows Azure Services in a Working with Data Lab: Implementing Web APIs in ASP.NETWeb Application Creating an MVC Project and Adding a MVC 4 Web ApplicationsCreating and Coding a Windows Azure Model Developing a Web API in MVC 4Service Creating a New SQL Azure Database in Adding Routes and Controllers to HandleConsuming Data from a Windows Azure Visual Studio REST RequestsService Adding Properties and Methods to MVC Calling RESTful services from Client-SideDeveloping a Web API Models CodeCalling a Web API from Mobile and Web Using Display and Edit Annotations in Using HTTP Modules and HTTP HandlersApplications MVC Models Using Web SocketsLab: Implementing Web APIs in ASP.NET Writing Controllers and Actions Lab : Handling Requests in ASP.NET MVCMVC 4 Web Applications Writing Action Filters 4 Web ApplicationsDeveloping a Web API in MVC 4 Adding an MVC Controller and Writing Writing a Web Handler that Uses WebAdding Routes and Controllers to Handle the Actions SocketsREST Requests Writing the Action Filters in a Controller Building a Chat Room in the Photo SharingCalling RESTful services from Client-Side Using the Photo Controller ApplicationCode Creating Views with Razor Syntax Deploying Web ApplicationsUsing HTTP Modules and HTTP Handlers Using HTML Helpers Deploying MVC 4 ApplicationsUsing Web Sockets Reusing Code in Views Lab: Deploying ASP.NET MVC 4 WebLab : Handling Requests in ASP.NET MVC Adding a View for Photo Display Applications4 Web Applications Adding a View for New Photos Deploying an Application to WindowsWriting a Web Handler that Uses Web Creating and Using a Partial View AzureSockets Adding a Home View and Testing the Testing the Completed ApplicationBuilding a Chat Room in the Photo Sharing ViewsApplication Unit Testing MVC Components Module 16: Deploying ASP.NET MVC 4 WebDeploying Web Applications Implementing an Exception Handling Applications

Page 58: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Deploying MVC 4 Applications Strategy lineLab: Deploying ASP.NET MVC 4 Web Performing Unit TestsApplications Configuring Exception HandlingDeploying an Application to Windows Azure Analyzing Information Architecture lineTesting the Completed Application Configuring Routes Overview of Microsoft Web Technologies

Creating a Navigation Structure Overview of ASP.NET 4.5Using the Routing Engine Introduction to ASP.NET MVC 4

line Building Navigation Controls Exploring a Photo Sharing ApplicationOverview of Microsoft Web Technologies Using Template Views Exploring a Web Pages ApplicationOverview of ASP.NET 4.5 Applying CSS to an MVC Application Exploring a Web Forms ApplicationIntroduction to ASP.NET MVC 4 Creating an Adaptive User Interface Exploring an MVC ApplicationExploring a Photo Sharing Application Using Template Views Planning in the Project Design PhaseExploring a Web Pages Application Applying a Consistent Look and Feel to Designing Models, Controllers, and ViewsExploring a Web Forms Application an MVC Application Planning ControllersExploring an MVC Application Adapting Webpages for Different Planning ViewsPlanning in the Project Design Phase Browsers Architecting an MVC ApplicationDesigning Models, Controllers, and Views Using AJAX and Partial Page Updates Creating MVC ModelsPlanning Controllers Implementing a Caching Strategy Working with DataPlanning Views Using Partial Page Updates Creating an MVC Project and Adding aArchitecting an MVC Application Configuring ASP.NET Caches ModelCreating MVC Models Rendering and Running JavaScript Code Creating a New SQL Azure Database inWorking with Data Using jQuery and jQueryUI Visual StudioCreating an MVC Project and Adding a Using jQuery to Respond to Users Adding Properties and Methods to MVCModel Using jQueryUI to Build a User Interface ModelsCreating a New SQL Azure Database in Implementing Authentication and Using Display and Edit Annotations inVisual Studio Authorization MVC ModelsAdding Properties and Methods to MVC Assigning Roles and Membership Writing Controllers and ActionsModels Configuring Authentication Writing Action FiltersUsing Display and Edit Annotations in MVC Controlling Access to Resources Adding an MVC Controller and Writing theModels Providing User Account Facilities ActionsWriting Controllers and Actions Developing Secure Sites Writing the Action Filters in a ControllerWriting Action Filters State Management Using the Photo ControllerAdding an MVC Controller and Writing the Storing User Preferences Creating Views with Razor SyntaxActions Using User Preferences in the Photo Using HTML HelpersWriting the Action Filters in a Controller Gallery Reusing Code in ViewsUsing the Photo Controller Introduction to Windows Azure Adding a View for Photo DisplayCreating Views with Razor Syntax Designing and Writing Windows Azure Adding a View for New PhotosUsing HTML Helpers Services Creating and Using a Partial ViewReusing Code in Views Consuming Windows Azure Services in a Adding a Home View and Testing theAdding a View for Photo Display Web Application ViewsAdding a View for New Photos Creating and Coding a Windows Azure Unit Testing MVC ComponentsCreating and Using a Partial View Service Implementing an Exception HandlingAdding a Home View and Testing the Views Consuming Data from a Windows Azure StrategyUnit Testing MVC Components Service Performing Unit TestsImplementing an Exception Handling Developing a Web API Configuring Exception HandlingStrategy Calling a Web API from Mobile and Web Analyzing Information ArchitecturePerforming Unit Tests Applications Configuring RoutesConfiguring Exception Handling Lab: Implementing Web APIs in Creating a Navigation StructureAnalyzing Information Architecture ASP.NET MVC 4 Web Applications Using the Routing EngineConfiguring Routes Developing a Web API in MVC 4 Building Navigation ControlsCreating a Navigation Structure Adding Routes and Controllers to Handle Using Template ViewsUsing the Routing Engine REST Requests Applying CSS to an MVC ApplicationBuilding Navigation Controls Calling RESTful services from Client-Side Creating an Adaptive User InterfaceUsing Template Views Code Using Template ViewsApplying CSS to an MVC Application Using HTTP Modules and HTTP Applying a Consistent Look and Feel to anCreating an Adaptive User Interface Handlers MVC ApplicationUsing Template Views Using Web Sockets Adapting Webpages for Different BrowsersApplying a Consistent Look and Feel to an Lab : Handling Requests in ASP.NET Using AJAX and Partial Page UpdatesMVC Application MVC 4 Web Applications Implementing a Caching StrategyAdapting Webpages for Different Browsers Writing a Web Handler that Uses Web Using Partial Page UpdatesUsing AJAX and Partial Page Updates Sockets Configuring ASP.NET CachesImplementing a Caching Strategy Building a Chat Room in the Photo Rendering and Running JavaScript CodeUsing Partial Page Updates Sharing Application Using jQuery and jQueryUIConfiguring ASP.NET Caches Deploying Web Applications Using jQuery to Respond to UsersRendering and Running JavaScript Code Deploying MVC 4 Applications Using jQueryUI to Build a User InterfaceUsing jQuery and jQueryUI Lab: Deploying ASP.NET MVC 4 Web Implementing Authentication and

Page 59: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Using jQuery to Respond to Users Applications AuthorizationUsing jQueryUI to Build a User Interface Deploying an Application to Windows Assigning Roles and MembershipImplementing Authentication and Azure Configuring AuthenticationAuthorization Testing the Completed Application Controlling Access to ResourcesAssigning Roles and Membership Providing User Account FacilitiesConfiguring Authentication Lab: Using JavaScript and jQuery for Developing Secure SitesControlling Access to Resources Responsive MVC 4 Web Applications State ManagementProviding User Account Facilities line Storing User PreferencesDeveloping Secure Sites Using User Preferences in the PhotoState Management GalleryStoring User Preferences line Introduction to Windows AzureUsing User Preferences in the Photo Gallery Overview of Microsoft Web Technologies Designing and Writing Windows AzureIntroduction to Windows Azure Overview of ASP.NET 4.5 ServicesDesigning and Writing Windows Azure Introduction to ASP.NET MVC 4 Consuming Windows Azure Services in aServices Exploring a Photo Sharing Application Web ApplicationConsuming Windows Azure Services in a Exploring a Web Pages Application Creating and Coding a Windows AzureWeb Application Exploring a Web Forms Application ServiceCreating and Coding a Windows Azure Exploring an MVC Application Consuming Data from a Windows AzureService Planning in the Project Design Phase ServiceConsuming Data from a Windows Azure Designing Models, Controllers, and Views Developing a Web APIService Planning Controllers Calling a Web API from Mobile and WebDeveloping a Web API Planning Views ApplicationsCalling a Web API from Mobile and Web Architecting an MVC Application Lab: Implementing Web APIs in ASP.NETApplications Creating MVC Models MVC 4 Web ApplicationsLab: Implementing Web APIs in ASP.NET Working with Data Developing a Web API in MVC 4MVC 4 Web Applications Creating an MVC Project and Adding a Adding Routes and Controllers to HandleDeveloping a Web API in MVC 4 Model REST RequestsAdding Routes and Controllers to Handle Creating a New SQL Azure Database in Calling RESTful services from Client-SideREST Requests Visual Studio CodeCalling RESTful services from Client-Side Adding Properties and Methods to MVC Using HTTP Modules and HTTP HandlersCode Models Using Web SocketsUsing HTTP Modules and HTTP Handlers Using Display and Edit Annotations in Lab : Handling Requests in ASP.NET MVCUsing Web Sockets MVC Models 4 Web ApplicationsLab : Handling Requests in ASP.NET MVC Writing Controllers and Actions Writing a Web Handler that Uses Web4 Web Applications Writing Action Filters SocketsWriting a Web Handler that Uses Web Adding an MVC Controller and Writing Building a Chat Room in the Photo SharingSockets the Actions ApplicationBuilding a Chat Room in the Photo Sharing Writing the Action Filters in a Controller Deploying Web ApplicationsApplication Using the Photo Controller Deploying MVC 4 ApplicationsDeploying Web Applications Creating Views with Razor Syntax Lab: Deploying ASP.NET MVC 4 WebDeploying MVC 4 Applications Using HTML Helpers ApplicationsLab: Deploying ASP.NET MVC 4 Web Reusing Code in Views Deploying an Application to WindowsApplications Adding a View for Photo Display AzureDeploying an Application to Windows Azure Adding a View for New Photos Testing the Completed ApplicationTesting the Completed Application Creating and Using a Partial View

Adding a Home View and Testing theLab: Developing ASP.NET MVC 4 Views Views lineline Unit Testing MVC Components Overview of Microsoft Web Technologies

Implementing an Exception Handling Overview of ASP.NET 4.5Strategy Introduction to ASP.NET MVC 4

line Performing Unit Tests Exploring a Photo Sharing ApplicationOverview of Microsoft Web Technologies Configuring Exception Handling Exploring a Web Pages ApplicationOverview of ASP.NET 4.5 Analyzing Information Architecture Exploring a Web Forms ApplicationIntroduction to ASP.NET MVC 4 Configuring Routes Exploring an MVC ApplicationExploring a Photo Sharing Application Creating a Navigation Structure Planning in the Project Design PhaseExploring a Web Pages Application Using the Routing Engine Designing Models, Controllers, and ViewsExploring a Web Forms Application Building Navigation Controls Planning ControllersExploring an MVC Application Using Template Views Planning ViewsPlanning in the Project Design Phase Applying CSS to an MVC Application Architecting an MVC ApplicationDesigning Models, Controllers, and Views Creating an Adaptive User Interface Creating MVC ModelsPlanning Controllers Using Template Views Working with DataPlanning Views Applying a Consistent Look and Feel to Creating an MVC Project and Adding aArchitecting an MVC Application an MVC Application ModelCreating MVC Models Adapting Webpages for Different Creating a New SQL Azure Database inWorking with Data Browsers Visual StudioCreating an MVC Project and Adding a 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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Model Implementing a Caching Strategy ModelsCreating a New SQL Azure Database in Using Partial Page Updates Using Display and Edit Annotations inVisual Studio Configuring ASP.NET Caches MVC ModelsAdding Properties and Methods to MVC Rendering and Running JavaScript Code Writing Controllers and ActionsModels Using jQuery and jQueryUI Writing Action FiltersUsing Display and Edit Annotations in MVC Using jQuery to Respond to Users Adding an MVC Controller and Writing theModels Using jQueryUI to Build a User Interface ActionsWriting Controllers and Actions Implementing Authentication and Writing the Action Filters in a ControllerWriting Action Filters Authorization Using the Photo ControllerAdding an MVC Controller and Writing the Assigning Roles and Membership Creating Views with Razor SyntaxActions Configuring Authentication Using HTML HelpersWriting the Action Filters in a Controller Controlling Access to Resources Reusing Code in ViewsUsing the Photo Controller Providing User Account Facilities Adding a View for Photo DisplayCreating Views with Razor Syntax Developing Secure Sites Adding a View for New PhotosUsing HTML Helpers State Management Creating and Using a Partial ViewReusing Code in Views Storing User Preferences Adding a Home View and Testing theAdding a View for Photo Display Using User Preferences in the Photo ViewsAdding a View for New Photos Gallery Unit Testing MVC ComponentsCreating and Using a Partial View Introduction to Windows Azure Implementing an Exception HandlingAdding a Home View and Testing the Views Designing and Writing Windows Azure StrategyUnit Testing MVC Components Services Performing Unit TestsImplementing an Exception Handling Consuming Windows Azure Services in a Configuring Exception HandlingStrategy Web Application Analyzing Information ArchitecturePerforming Unit Tests Creating and Coding a Windows Azure Configuring RoutesConfiguring Exception Handling Service Creating a Navigation StructureAnalyzing Information Architecture Consuming Data from a Windows Azure Using the Routing EngineConfiguring Routes Service Building Navigation ControlsCreating a Navigation Structure Developing a Web API Using Template ViewsUsing the Routing Engine Calling a Web API from Mobile and Web Applying CSS to an MVC ApplicationBuilding Navigation Controls Applications Creating an Adaptive User InterfaceUsing Template Views Lab: Implementing Web APIs in Using Template ViewsApplying CSS to an MVC Application ASP.NET MVC 4 Web Applications Applying a Consistent Look and Feel to anCreating an Adaptive User Interface Developing a Web API in MVC 4 MVC ApplicationUsing Template Views Adding Routes and Controllers to Handle Adapting Webpages for Different BrowsersApplying a Consistent Look and Feel to an REST Requests Using AJAX and Partial Page UpdatesMVC Application Calling RESTful services from Client-Side Implementing a Caching StrategyAdapting Webpages for Different Browsers Code Using Partial Page UpdatesUsing AJAX and Partial Page Updates Using HTTP Modules and HTTP Configuring ASP.NET CachesImplementing a Caching Strategy Handlers Rendering and Running JavaScript CodeUsing Partial Page Updates Using Web Sockets Using jQuery and jQueryUIConfiguring ASP.NET Caches Lab : Handling Requests in ASP.NET Using jQuery to Respond to UsersRendering and Running JavaScript Code MVC 4 Web Applications Using jQueryUI to Build a User InterfaceUsing jQuery and jQueryUI Writing a Web Handler that Uses Web Implementing Authentication andUsing jQuery to Respond to Users Sockets AuthorizationUsing jQueryUI to Build a User Interface Building a Chat Room in the Photo Assigning Roles and MembershipImplementing Authentication and Sharing Application Configuring AuthenticationAuthorization Deploying Web Applications Controlling Access to ResourcesAssigning Roles and Membership Deploying MVC 4 Applications Providing User Account FacilitiesConfiguring Authentication Lab: Deploying ASP.NET MVC 4 Web Developing Secure SitesControlling Access to Resources Applications State ManagementProviding User Account Facilities Deploying an Application to Windows Storing User PreferencesDeveloping Secure Sites Azure Using User Preferences in the PhotoState Management Testing the Completed Application GalleryStoring User Preferences Introduction to Windows AzureUsing User Preferences in the Photo Gallery Designing and Writing Windows AzureIntroduction to Windows Azure line ServicesDesigning and Writing Windows Azure Overview of Microsoft Web Technologies Consuming Windows Azure Services in aServices Overview of ASP.NET 4.5 Web ApplicationConsuming Windows Azure Services in a Introduction to ASP.NET MVC 4 Creating and Coding a Windows AzureWeb Application Exploring a Photo Sharing Application ServiceCreating and Coding a Windows Azure Exploring a Web Pages Application Consuming Data from a Windows AzureService Exploring a Web Forms Application ServiceConsuming Data from a Windows Azure Exploring an MVC Application Developing a Web APIService Planning in the Project Design Phase Calling a Web API from Mobile and WebDeveloping a Web API Designing Models, Controllers, and Views ApplicationsCalling a Web API from Mobile and Web Planning Controllers Lab: Implementing Web APIs in ASP.NET

Page 61: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Applications Planning Views MVC 4 Web ApplicationsLab: Implementing Web APIs in ASP.NET Architecting an MVC Application Developing a Web API in MVC 4MVC 4 Web Applications Creating MVC Models Adding Routes and Controllers to HandleDeveloping a Web API in MVC 4 Working with Data REST RequestsAdding Routes and Controllers to Handle Creating an MVC Project and Adding a Calling RESTful services from Client-SideREST Requests Model CodeCalling RESTful services from Client-Side Creating a New SQL Azure Database in Using HTTP Modules and HTTP HandlersCode Visual Studio Using Web SocketsUsing HTTP Modules and HTTP Handlers Adding Properties and Methods to MVC Lab : Handling Requests in ASP.NET MVCUsing Web Sockets Models 4 Web ApplicationsLab : Handling Requests in ASP.NET MVC Using Display and Edit Annotations in Writing a Web Handler that Uses Web4 Web Applications MVC Models SocketsWriting a Web Handler that Uses Web Writing Controllers and Actions Building a Chat Room in the Photo SharingSockets Writing Action Filters ApplicationBuilding a Chat Room in the Photo Sharing Adding an MVC Controller and Writing Deploying Web ApplicationsApplication the Actions Deploying MVC 4 ApplicationsDeploying Web Applications Writing the Action Filters in a Controller Lab: Deploying ASP.NET MVC 4 WebDeploying MVC 4 Applications Using the Photo Controller ApplicationsLab: Deploying ASP.NET MVC 4 Web Creating Views with Razor Syntax Deploying an Application to WindowsApplications Using HTML Helpers AzureDeploying an Application to Windows Azure Reusing Code in Views Testing the Completed ApplicationTesting the Completed Application Adding a View for Photo Display

Adding a View for New PhotosCreating and Using a Partial View line

line Adding a Home View and Testing the Overview of Microsoft Web TechnologiesOverview of Microsoft Web Technologies Views Overview of ASP.NET 4.5Overview of ASP.NET 4.5 Unit Testing MVC Components Introduction to ASP.NET MVC 4Introduction to ASP.NET MVC 4 Implementing an Exception Handling Exploring a Photo Sharing ApplicationExploring a Photo Sharing Application Strategy Exploring a Web Pages ApplicationExploring a Web Pages Application Performing Unit Tests Exploring a Web Forms ApplicationExploring a Web Forms Application Configuring Exception Handling Exploring an MVC ApplicationExploring an MVC Application Analyzing Information Architecture Planning in the Project Design PhasePlanning in the Project Design Phase Configuring Routes Designing Models, Controllers, and ViewsDesigning Models, Controllers, and Views Creating a Navigation Structure Planning ControllersPlanning Controllers Using the Routing Engine Planning ViewsPlanning Views Building Navigation Controls Architecting an MVC ApplicationArchitecting an MVC Application Using Template Views Creating MVC ModelsCreating MVC Models Applying CSS to an MVC Application Working with DataWorking with Data Creating an Adaptive User Interface Creating an MVC Project and Adding aCreating an MVC Project and Adding a Using Template Views ModelModel Applying a Consistent Look and Feel to Creating a New SQL Azure Database inCreating a New SQL Azure Database in an MVC Application Visual StudioVisual Studio Adapting Webpages for Different Adding Properties and Methods to MVCAdding Properties and Methods to MVC Browsers ModelsModels Using AJAX and Partial Page Updates Using Display and Edit Annotations inUsing Display and Edit Annotations in MVC Implementing a Caching Strategy MVC ModelsModels Using Partial Page Updates Writing Controllers and ActionsWriting Controllers and Actions Configuring ASP.NET Caches Writing Action FiltersWriting Action Filters Rendering and Running JavaScript Code Adding an MVC Controller and Writing theAdding an MVC Controller and Writing the Using jQuery and jQueryUI ActionsActions Using jQuery to Respond to Users Writing the Action Filters in a ControllerWriting the Action Filters in a Controller Using jQueryUI to Build a User Interface Using the Photo ControllerUsing the Photo Controller Implementing Authentication and Creating Views with Razor SyntaxCreating Views with Razor Syntax Authorization Using HTML HelpersUsing HTML Helpers Assigning Roles and Membership Reusing Code in ViewsReusing Code in Views Configuring Authentication Adding a View for Photo DisplayAdding a View for Photo Display Controlling Access to Resources Adding a View for New PhotosAdding a View for New Photos Providing User Account Facilities Creating and Using a Partial ViewCreating and Using a Partial View Developing Secure Sites Adding a Home View and Testing theAdding a Home View and Testing the Views State Management ViewsUnit Testing MVC Components Storing User Preferences Unit Testing MVC ComponentsImplementing an Exception Handling Using User Preferences in the Photo Implementing an Exception HandlingStrategy Gallery StrategyPerforming Unit Tests Introduction to Windows Azure Performing Unit TestsConfiguring Exception Handling Designing and Writing Windows Azure Configuring Exception HandlingAnalyzing Information Architecture Services Analyzing Information Architecture

Page 62: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

Configuring Routes Consuming Windows Azure Services in a Configuring RoutesCreating a Navigation Structure Web Application Creating a Navigation StructureUsing the Routing Engine Creating and Coding a Windows Azure Using the Routing EngineBuilding Navigation Controls Service Building Navigation ControlsUsing Template Views Consuming Data from a Windows Azure Using Template ViewsApplying CSS to an MVC Application Service Applying CSS to an MVC ApplicationCreating an Adaptive User Interface Developing a Web API Creating an Adaptive User InterfaceUsing Template Views Calling a Web API from Mobile and Web Using Template ViewsApplying a Consistent Look and Feel to an Applications Applying a Consistent Look and Feel to anMVC Application Lab: Implementing Web APIs in MVC ApplicationAdapting Webpages for Different Browsers ASP.NET MVC 4 Web Applications Adapting Webpages for Different BrowsersUsing AJAX and Partial Page Updates Developing a Web API in MVC 4 Using AJAX and Partial Page UpdatesImplementing a Caching Strategy Adding Routes and Controllers to Handle Implementing a Caching StrategyUsing Partial Page Updates REST Requests Using Partial Page UpdatesConfiguring ASP.NET Caches Calling RESTful services from Client-Side Configuring ASP.NET CachesRendering and Running JavaScript Code Code Rendering and Running JavaScript CodeUsing jQuery and jQueryUI Using HTTP Modules and HTTP Using jQuery and jQueryUIUsing jQuery to Respond to Users Handlers Using jQuery to Respond to UsersUsing jQueryUI to Build a User Interface Using Web Sockets Using jQueryUI to Build a User InterfaceImplementing Authentication and Lab : Handling Requests in ASP.NET Implementing Authentication andAuthorization MVC 4 Web Applications AuthorizationAssigning Roles and Membership Writing a Web Handler that Uses Web Assigning Roles and MembershipConfiguring Authentication Sockets Configuring AuthenticationControlling Access to Resources Building a Chat Room in the Photo Controlling Access to ResourcesProviding User Account Facilities Sharing Application Providing User Account FacilitiesDeveloping Secure Sites Deploying Web Applications Developing Secure SitesState Management Deploying MVC 4 Applications State ManagementStoring User Preferences Lab: Deploying ASP.NET MVC 4 Web Storing User PreferencesUsing User Preferences in the Photo Gallery Applications Using User Preferences in the PhotoIntroduction to Windows Azure Deploying an Application to Windows GalleryDesigning and Writing Windows Azure Azure Introduction to Windows AzureServices Testing the Completed Application Designing and Writing Windows AzureConsuming Windows Azure Services in a ServicesWeb Application Consuming Windows Azure Services in aCreating and Coding a Windows Azure line Web ApplicationService Overview of Microsoft Web Technologies Creating and Coding a Windows AzureConsuming Data from a Windows Azure Overview of ASP.NET 4.5 ServiceService Introduction to ASP.NET MVC 4 Consuming Data from a Windows AzureDeveloping a Web API Exploring a Photo Sharing Application ServiceCalling a Web API from Mobile and Web Exploring a Web Pages Application Developing a Web APIApplications Exploring a Web Forms Application Calling a Web API from Mobile and WebLab: Implementing Web APIs in ASP.NET Exploring an MVC Application ApplicationsMVC 4 Web Applications Planning in the Project Design Phase Lab: Implementing Web APIs in ASP.NETDeveloping a Web API in MVC 4 Designing Models, Controllers, and Views MVC 4 Web ApplicationsAdding Routes and Controllers to Handle Planning Controllers Developing a Web API in MVC 4REST Requests Planning Views Adding Routes and Controllers to HandleCalling RESTful services from Client-Side Architecting an MVC Application REST RequestsCode Creating MVC Models Calling RESTful services from Client-SideUsing HTTP Modules and HTTP Handlers Working with Data CodeUsing Web Sockets Creating an MVC Project and Adding a Using HTTP Modules and HTTP HandlersLab : Handling Requests in ASP.NET MVC Model Using Web Sockets4 Web Applications Creating a New SQL Azure Database in Lab : Handling Requests in ASP.NET MVCWriting a Web Handler that Uses Web Visual Studio 4 Web ApplicationsSockets Adding Properties and Methods to MVC Writing a Web Handler that Uses WebBuilding a Chat Room in the Photo Sharing Models SocketsApplication Using Display and Edit Annotations in Building a Chat Room in the Photo SharingDeploying Web Applications MVC Models ApplicationDeploying MVC 4 Applications Writing Controllers and Actions Deploying Web ApplicationsLab: Deploying ASP.NET MVC 4 Web Writing Action Filters Deploying MVC 4 ApplicationsApplications Adding an MVC Controller and Writing Lab: Deploying ASP.NET MVC 4 WebDeploying an Application to Windows Azure the Actions ApplicationsTesting the Completed Application Writing the Action Filters in a Controller Deploying an Application to Windows

Using the Photo Controller AzureCreating Views with Razor Syntax Testing the Completed ApplicationUsing HTML HelpersReusing Code in Views

Page 63: Developing ASP.NET MVC 4 Web Applicationsstore.globalknowledge.net/course-overviews/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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 ApplicationModule 11: Controlling Access to ASP.NET Creating and Coding a Windows AzureMVC 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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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/NO/M20486.pdfRun unit tests and debugging tools against a web application in Visual Studio 2012

M20486 www.globalknowledge.com/nb-no/ [email protected] 22 95 66 00

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

Ytterligere informasjon:

For mer informasjon eller kursbooking, vennligst ring oss 22 95 66 00

[email protected]

www.globalknowledge.com/nb-no/

Grenseveien 90, 0663 Oslo, PO Box 6256 Etterstad, 0606 Oslo, Norway