Developing ASP.NET MVC Web...

32
M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456 Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486 Version: B Delivery Method: Company Event Overview: In this course, students will learn to develop advanced ASP.NET MVC applications using .NET Framework 4.5 tools and technologies. The focus will be on coding activities that enhance the performance and scalability of the Web site application. ASP.NET MVC will be introduced and compared with Web Forms so that students know when each should/could be used. This course will also prepare the student for exam 70-486. Company Events These events can be delivered exclusively for your company at our locations or yours, specifically for your delegates and your needs. The Company Events can be tailored or standard course deliveries. Target Audience: This course is intended for professional web developers who use Microsoft Visual Studio in an individual-based or team-based, small-sized to large development environment. Candidates for this course are interested in developing advanced web applications and want to manage the rendered HTML comprehensively. They want to create websites that separate the user interface, data access, and application logic. Objectives: Describe the Microsoft Web Technologies stack and select an Use partial page updates and caching to reduce the network appropriate technology to use to develop any given application. bandwidth used by an application and accelerate responses to user requests. Design the architecture and implementation of a web application that will meet a set of functional requirements, user interface Write JavaScript code that runs on the client-side and utilizes the requirements, and address business models. jQuery script library to optimize the responsiveness of an MVC web application. Create MVC Models and write code that implements business logic within Model methods, properties, and events. Implement a complete membership system in an MVC 4 web application. Add Controllers to an MVC Application to manage user interaction, update models, and select and return Views. Build an MVC application that resists malicious attacks and persists information about users and preferences. Create Views in an MVC application that display and edit data and interact with Models and Controllers. Describe how to write a Windows Azure web service and call it from and MVC application. Run unit tests and debugging tools against a web application in Visual Studio 2012 and configure an application for Describe what a Web API is and why developers might add a Web troubleshooting. API to an application. Develop a web application that uses the ASP.NET routing engine Modify the way browser requests are handled by an MVC to present friendly URLs and a logical navigation hierarchy to application. users.

Transcript of Developing ASP.NET MVC Web...

Page 1: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Developing ASP.NET MVC Web Applications

Duration: 5 Days Course Code: M20486 Version: B Delivery Method: Company Event

Overview:

In this course, students will learn to develop advanced ASP.NET MVC 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.

Company Events

These events can be delivered exclusively for your company at our locations or yours, specifically for your delegates and your needs. TheCompany Events can be tailored or standard course deliveries.

Target Audience:

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

Objectives:

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

requests.

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

application.

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

application.

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

information about users and preferences.

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

and MVC application.

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

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

Page 2: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

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.

Prerequisites: Testing and Certification

A minimum of two to three years of experience developing This course helps prepare candidated for exam 70-486.web-based applications by using Microsoft Visual Studio and Exam 70-486: Developing ASP.NET MVC 4 Web Applications:Microsoft ASP.NET, proficiency in using the .NET Framework, counts as credit toward the following certification(s):and some familiarity with the C# language. MCSD: Web Applications

Page 3: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Content:

Module 1: Exploring ASP.NET MVC 4 Module 11: Controlling Access to ASP.NETline line MVC 4 Web Applications

Overview of Microsoft Web Technologies Overview of ASP.NET 4.5 lineIntroduction to ASP.NET MVC 4 Implementing Authentication andExploring a Photo Sharing Application Authorization

line Exploring a Web Pages ApplicationOverview of ASP.NET 4.5 Exploring a Web Forms ApplicationIntroduction to ASP.NET MVC 4 Exploring an MVC Application lineExploring a Photo Sharing Application Designing Models, Controllers, and Views Overview of ASP.NET 4.5Exploring a Web Pages Application Planning Models Introduction to ASP.NET MVC 4Exploring a Web Forms Application Planning Controllers Exploring a Photo Sharing ApplicationExploring an MVC Application Planning Views Exploring a Web Pages ApplicationDesigning Models, Controllers, and Views Architecting an MVC Application Exploring a Web Forms ApplicationPlanning Models Working with Data Exploring an MVC Application Planning Controllers Creating an MVC Project and Adding a Designing Models, Controllers, and ViewsPlanning Views Model Planning ModelsArchitecting an MVC Application Creating a New SQL Azure Database in Planning ControllersWorking with Data Visual Studio Planning ViewsCreating an MVC Project and Adding a Adding Properties and Methods to MVC Architecting an MVC Application Model Models Working with DataCreating a New SQL Azure Database in Using Display and Edit Annotations in Creating an MVC Project and Adding aVisual Studio MVC Models ModelAdding Properties and Methods to MVC Writing Action Filters Creating a New SQL Azure Database inModels Adding an MVC Controller and Writing Visual StudioUsing Display and Edit Annotations in MVC the Actions Adding Properties and Methods to MVCModels Writing the Action Filters in a Controller ModelsWriting Action Filters Using the Photo Controller Using Display and Edit Annotations inAdding an MVC Controller and Writing the Using HTML Helpers MVC Models Actions Reusing Code in Views Writing Action FiltersWriting the Action Filters in a Controller Adding a View for Photo Display Adding an MVC Controller and Writing theUsing the Photo Controller Adding a View for New Photos ActionsUsing HTML Helpers Creating and Using a Partial View Writing the Action Filters in a ControllerReusing Code in Views Adding a Home View and Testing the Using the Photo Controller Adding a View for Photo Display Views Using HTML HelpersAdding a View for New Photos Implementing an Exception Handling Reusing Code in ViewsCreating and Using a Partial View Strategy Adding a View for Photo DisplayAdding a Home View and Testing the Views Performing Unit Tests Adding a View for New PhotosImplementing an Exception Handling Configuring Exception Handling Creating and Using a Partial ViewStrategy Configuring Routes Adding a Home View and Testing thePerforming Unit Tests Creating a Navigation Structure Views Configuring Exception Handling Using the Routing Engine Implementing an Exception HandlingConfiguring Routes Building Navigation Controls StrategyCreating a Navigation Structure Applying CSS to an MVC Application Performing Unit TestsUsing the Routing Engine Creating an Adaptive User Interface Configuring Exception Handling Building Navigation Controls Using Template Views Configuring RoutesApplying CSS to an MVC Application Applying a Consistent Look and Feel to Creating a Navigation StructureCreating an Adaptive User Interface an MVC Application Using the Routing EngineUsing Template Views Adapting Webpages for Different Building Navigation Controls Applying a Consistent Look and Feel to an Browsers Applying CSS to an MVC ApplicationMVC Application Implementing a Caching Strategy Creating an Adaptive User InterfaceAdapting Webpages for Different Browsers Using Partial Page Updates Using Template ViewsImplementing a Caching Strategy Configuring ASP.NET Caches Applying a Consistent Look and Feel to anUsing Partial Page Updates Using jQuery and jQueryUI MVC ApplicationConfiguring ASP.NET Caches Using jQuery to Respond to Users Adapting Webpages for Different BrowsersUsing jQuery and jQueryUI Using jQueryUI to Build a User Interface Implementing a Caching StrategyUsing jQuery to Respond to Users Assigning Roles and Membership Using Partial Page UpdatesUsing jQueryUI to Build a User Interface Configuring Authentication Configuring ASP.NET Caches Assigning Roles and Membership Controlling Access to Resources Using jQuery and jQueryUIConfiguring Authentication Providing User Account Facilities Using jQuery to Respond to UsersControlling Access to Resources State Management Using jQueryUI to Build a User Interface Providing User Account Facilities Storing User Preferences Assigning Roles and MembershipState Management Using User Preferences in the Photo Configuring AuthenticationStoring User Preferences Gallery Controlling Access to ResourcesUsing User Preferences in the Photo Gallery Designing and Writing Windows Azure Providing User Account Facilities

Page 4: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Designing and Writing Windows Azure Services State ManagementServices Consuming Windows Azure Services in a Storing User PreferencesConsuming Windows Azure Services in a Web Application Using User Preferences in the PhotoWeb Application Creating and Coding a Windows Azure Gallery Creating and Coding a Windows Azure Service Designing and Writing Windows AzureService Consuming Data from a Windows Azure ServicesConsuming Data from a Windows Azure Service Consuming Windows Azure Services in aService Calling a Web API from Mobile and Web Web ApplicationCalling a Web API from Mobile and Web Applications Creating and Coding a Windows AzureApplications Developing a Web API in MVC 4 ServiceDeveloping a Web API in MVC 4 Adding Routes and Controllers to Handle Consuming Data from a Windows AzureAdding Routes and Controllers to Handle REST Requests Service REST Requests Calling RESTful services from Client-Side Calling a Web API from Mobile and WebCalling RESTful services from Client-Side Code ApplicationsCode Using Web Sockets Developing a Web API in MVC 4Using Web Sockets Writing a Web Handler that Uses Web Adding Routes and Controllers to HandleWriting a Web Handler that Uses Web Sockets REST RequestsSockets Building a Chat Room in the Photo Calling RESTful services from Client-SideBuilding a Chat Room in the Photo Sharing Sharing Application Code Application Deploying MVC 4 Applications Using Web SocketsDeploying MVC 4 Applications Deploying an Application to Windows Writing a Web Handler that Uses WebDeploying an Application to Windows Azure Azure SocketsTesting the Completed Application Testing the Completed Application Building a Chat Room in the Photo Sharing

Application Deploying MVC 4 Applications

line line Deploying an Application to WindowsOverview of ASP.NET 4.5 Overview of ASP.NET 4.5 AzureIntroduction to ASP.NET MVC 4 Introduction to ASP.NET MVC 4 Testing the Completed ApplicationExploring a Photo Sharing Application Exploring a Photo Sharing ApplicationExploring a Web Pages Application Exploring a Web Pages ApplicationExploring a Web Forms Application Exploring a Web Forms Application lineExploring an MVC Application Exploring an MVC Application Overview of ASP.NET 4.5Designing Models, Controllers, and Views Designing Models, Controllers, and Views Introduction to ASP.NET MVC 4Planning Models Planning Models Exploring a Photo Sharing ApplicationPlanning Controllers Planning Controllers Exploring a Web Pages ApplicationPlanning Views Planning Views Exploring a Web Forms ApplicationArchitecting an MVC Application Architecting an MVC Application Exploring an MVC Application Working with Data Working with Data Designing Models, Controllers, and ViewsCreating an MVC Project and Adding a Creating an MVC Project and Adding a Planning ModelsModel Model Planning ControllersCreating a New SQL Azure Database in Creating a New SQL Azure Database in Planning ViewsVisual Studio Visual Studio Architecting an MVC Application Adding Properties and Methods to MVC Adding Properties and Methods to MVC Working with DataModels Models Creating an MVC Project and Adding aUsing Display and Edit Annotations in MVC Using Display and Edit Annotations in ModelModels MVC Models Creating a New SQL Azure Database inWriting Action Filters Writing Action Filters Visual StudioAdding an MVC Controller and Writing the Adding an MVC Controller and Writing Adding Properties and Methods to MVCActions the Actions ModelsWriting the Action Filters in a Controller Writing the Action Filters in a Controller Using Display and Edit Annotations inUsing the Photo Controller Using the Photo Controller MVC Models Using HTML Helpers Using HTML Helpers Writing Action FiltersReusing Code in Views Reusing Code in Views Adding an MVC Controller and Writing theAdding a View for Photo Display Adding a View for Photo Display ActionsAdding a View for New Photos Adding a View for New Photos Writing the Action Filters in a ControllerCreating and Using a Partial View Creating and Using a Partial View Using the Photo Controller Adding a Home View and Testing the Views Adding a Home View and Testing the Using HTML HelpersImplementing an Exception Handling Views Reusing Code in ViewsStrategy Implementing an Exception Handling Adding a View for Photo DisplayPerforming Unit Tests Strategy Adding a View for New PhotosConfiguring Exception Handling Performing Unit Tests Creating and Using a Partial ViewConfiguring Routes Configuring Exception Handling Adding a Home View and Testing theCreating a Navigation Structure Configuring Routes Views Using the Routing Engine Creating a Navigation Structure Implementing an Exception HandlingBuilding Navigation Controls Using the Routing Engine StrategyApplying CSS to an MVC Application Building Navigation Controls Performing Unit Tests

Page 5: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Creating an Adaptive User Interface Applying CSS to an MVC Application Configuring Exception Handling Using Template Views Creating an Adaptive User Interface Configuring RoutesApplying a Consistent Look and Feel to an Using Template Views Creating a Navigation StructureMVC Application Applying a Consistent Look and Feel to Using the Routing EngineAdapting Webpages for Different Browsers an MVC Application Building Navigation Controls Implementing a Caching Strategy Adapting Webpages for Different Applying CSS to an MVC ApplicationUsing Partial Page Updates Browsers Creating an Adaptive User InterfaceConfiguring ASP.NET Caches Implementing a Caching Strategy Using Template ViewsUsing jQuery and jQueryUI Using Partial Page Updates Applying a Consistent Look and Feel to anUsing jQuery to Respond to Users Configuring ASP.NET Caches MVC ApplicationUsing jQueryUI to Build a User Interface Using jQuery and jQueryUI Adapting Webpages for Different BrowsersAssigning Roles and Membership Using jQuery to Respond to Users Implementing a Caching StrategyConfiguring Authentication Using jQueryUI to Build a User Interface Using Partial Page UpdatesControlling Access to Resources Assigning Roles and Membership Configuring ASP.NET Caches Providing User Account Facilities Configuring Authentication Using jQuery and jQueryUIState Management Controlling Access to Resources Using jQuery to Respond to UsersStoring User Preferences Providing User Account Facilities Using jQueryUI to Build a User Interface Using User Preferences in the Photo Gallery State Management Assigning Roles and MembershipDesigning and Writing Windows Azure Storing User Preferences Configuring AuthenticationServices Using User Preferences in the Photo Controlling Access to ResourcesConsuming Windows Azure Services in a Gallery Providing User Account Facilities Web Application Designing and Writing Windows Azure State ManagementCreating and Coding a Windows Azure Services Storing User PreferencesService Consuming Windows Azure Services in a Using User Preferences in the PhotoConsuming Data from a Windows Azure Web Application Gallery Service Creating and Coding a Windows Azure Designing and Writing Windows AzureCalling a Web API from Mobile and Web Service ServicesApplications Consuming Data from a Windows Azure Consuming Windows Azure Services in aDeveloping a Web API in MVC 4 Service Web ApplicationAdding Routes and Controllers to Handle Calling a Web API from Mobile and Web Creating and Coding a Windows AzureREST Requests Applications ServiceCalling RESTful services from Client-Side Developing a Web API in MVC 4 Consuming Data from a Windows AzureCode Adding Routes and Controllers to Handle Service Using Web Sockets REST Requests Calling a Web API from Mobile and WebWriting a Web Handler that Uses Web Calling RESTful services from Client-Side ApplicationsSockets Code Developing a Web API in MVC 4Building a Chat Room in the Photo Sharing Using Web Sockets Adding Routes and Controllers to HandleApplication Writing a Web Handler that Uses Web REST RequestsDeploying MVC 4 Applications Sockets Calling RESTful services from Client-SideDeploying an Application to Windows Azure Building a Chat Room in the Photo Code Testing the Completed Application Sharing Application Using Web Sockets

Deploying MVC 4 Applications Writing a Web Handler that Uses WebDeploying an Application to Windows Sockets

line Azure Building a Chat Room in the Photo SharingOverview of ASP.NET 4.5 Testing the Completed Application Application Introduction to ASP.NET MVC 4 Deploying MVC 4 ApplicationsExploring a Photo Sharing Application Deploying an Application to WindowsExploring a Web Pages Application line AzureExploring a Web Forms Application Overview of ASP.NET 4.5 Testing the Completed ApplicationExploring an MVC Application Introduction to ASP.NET MVC 4Designing Models, Controllers, and Views Exploring a Photo Sharing ApplicationPlanning Models Exploring a Web Pages Application linePlanning Controllers Exploring a Web Forms Application Overview of ASP.NET 4.5Planning Views Exploring an MVC Application Introduction to ASP.NET MVC 4Architecting an MVC Application Designing Models, Controllers, and Views Exploring a Photo Sharing ApplicationWorking with Data Planning Models Exploring a Web Pages ApplicationCreating an MVC Project and Adding a Planning Controllers Exploring a Web Forms ApplicationModel Planning Views Exploring an MVC Application Creating a New SQL Azure Database in Architecting an MVC Application Designing Models, Controllers, and ViewsVisual Studio Working with Data Planning ModelsAdding Properties and Methods to MVC Creating an MVC Project and Adding a Planning ControllersModels Model Planning ViewsUsing Display and Edit Annotations in MVC Creating a New SQL Azure Database in Architecting an MVC Application Models Visual Studio Working with DataWriting Action Filters Adding Properties and Methods to MVC Creating an MVC Project and Adding aAdding an MVC Controller and Writing the Models Model

Page 6: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Actions Using Display and Edit Annotations in Creating a New SQL Azure Database inWriting the Action Filters in a Controller MVC Models Visual StudioUsing the Photo Controller Writing Action Filters Adding Properties and Methods to MVCUsing HTML Helpers Adding an MVC Controller and Writing ModelsReusing Code in Views the Actions Using Display and Edit Annotations inAdding a View for Photo Display Writing the Action Filters in a Controller MVC Models Adding a View for New Photos Using the Photo Controller Writing Action FiltersCreating and Using a Partial View Using HTML Helpers Adding an MVC Controller and Writing theAdding a Home View and Testing the Views Reusing Code in Views ActionsImplementing an Exception Handling Adding a View for Photo Display Writing the Action Filters in a ControllerStrategy Adding a View for New Photos Using the Photo Controller Performing Unit Tests Creating and Using a Partial View Using HTML HelpersConfiguring Exception Handling Adding a Home View and Testing the Reusing Code in ViewsConfiguring Routes Views Adding a View for Photo DisplayCreating a Navigation Structure Implementing an Exception Handling Adding a View for New PhotosUsing the Routing Engine Strategy Creating and Using a Partial ViewBuilding Navigation Controls Performing Unit Tests Adding a Home View and Testing theApplying CSS to an MVC Application Configuring Exception Handling Views Creating an Adaptive User Interface Configuring Routes Implementing an Exception HandlingUsing Template Views Creating a Navigation Structure StrategyApplying a Consistent Look and Feel to an Using the Routing Engine Performing Unit TestsMVC Application Building Navigation Controls Configuring Exception Handling Adapting Webpages for Different Browsers Applying CSS to an MVC Application Configuring RoutesImplementing a Caching Strategy Creating an Adaptive User Interface Creating a Navigation StructureUsing Partial Page Updates Using Template Views Using the Routing EngineConfiguring ASP.NET Caches Applying a Consistent Look and Feel to Building Navigation Controls Using jQuery and jQueryUI an MVC Application Applying CSS to an MVC ApplicationUsing jQuery to Respond to Users Adapting Webpages for Different Creating an Adaptive User InterfaceUsing jQueryUI to Build a User Interface Browsers Using Template ViewsAssigning Roles and Membership Implementing a Caching Strategy Applying a Consistent Look and Feel to anConfiguring Authentication Using Partial Page Updates MVC ApplicationControlling Access to Resources Configuring ASP.NET Caches Adapting Webpages for Different BrowsersProviding User Account Facilities Using jQuery and jQueryUI Implementing a Caching StrategyState Management Using jQuery to Respond to Users Using Partial Page UpdatesStoring User Preferences Using jQueryUI to Build a User Interface Configuring ASP.NET Caches Using User Preferences in the Photo Gallery Assigning Roles and Membership Using jQuery and jQueryUIDesigning and Writing Windows Azure Configuring Authentication Using jQuery to Respond to UsersServices Controlling Access to Resources Using jQueryUI to Build a User Interface Consuming Windows Azure Services in a Providing User Account Facilities Assigning Roles and MembershipWeb Application State Management Configuring AuthenticationCreating and Coding a Windows Azure Storing User Preferences Controlling Access to ResourcesService Using User Preferences in the Photo Providing User Account Facilities Consuming Data from a Windows Azure Gallery State ManagementService Designing and Writing Windows Azure Storing User PreferencesCalling a Web API from Mobile and Web Services Using User Preferences in the PhotoApplications Consuming Windows Azure Services in a Gallery Developing a Web API in MVC 4 Web Application Designing and Writing Windows AzureAdding Routes and Controllers to Handle Creating and Coding a Windows Azure ServicesREST Requests Service Consuming Windows Azure Services in aCalling RESTful services from Client-Side Consuming Data from a Windows Azure Web ApplicationCode Service Creating and Coding a Windows AzureUsing Web Sockets Calling a Web API from Mobile and Web ServiceWriting a Web Handler that Uses Web Applications Consuming Data from a Windows AzureSockets Developing a Web API in MVC 4 Service Building a Chat Room in the Photo Sharing Adding Routes and Controllers to Handle Calling a Web API from Mobile and WebApplication REST Requests ApplicationsDeploying MVC 4 Applications Calling RESTful services from Client-Side Developing a Web API in MVC 4Deploying an Application to Windows Azure Code Adding Routes and Controllers to HandleTesting the Completed Application Using Web Sockets REST Requests

Writing a Web Handler that Uses Web Calling RESTful services from Client-SideSockets Code

line Building a Chat Room in the Photo Using Web SocketsOverview of ASP.NET 4.5 Sharing Application Writing a Web Handler that Uses WebIntroduction to ASP.NET MVC 4 Deploying MVC 4 Applications SocketsExploring a Photo Sharing Application Deploying an Application to Windows Building a Chat Room in the Photo SharingExploring a Web Pages Application Azure Application

Page 7: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Exploring a Web Forms Application Testing the Completed Application Deploying MVC 4 ApplicationsExploring an MVC Application Deploying an Application to WindowsDesigning Models, Controllers, and Views AzurePlanning Models line Testing the Completed ApplicationPlanning Controllers Overview of ASP.NET 4.5Planning Views Introduction to ASP.NET MVC 4Architecting an MVC Application Exploring a Photo Sharing Application lineWorking with Data Exploring a Web Pages Application Overview of ASP.NET 4.5Creating an MVC Project and Adding a Exploring a Web Forms Application Introduction to ASP.NET MVC 4Model Exploring an MVC Application Exploring a Photo Sharing ApplicationCreating a New SQL Azure Database in Designing Models, Controllers, and Views Exploring a Web Pages ApplicationVisual Studio Planning Models Exploring a Web Forms ApplicationAdding Properties and Methods to MVC Planning Controllers Exploring an MVC Application Models Planning Views Designing Models, Controllers, and ViewsUsing Display and Edit Annotations in MVC Architecting an MVC Application Planning ModelsModels Working with Data Planning ControllersWriting Action Filters Creating an MVC Project and Adding a Planning ViewsAdding an MVC Controller and Writing the Model Architecting an MVC Application Actions Creating a New SQL Azure Database in Working with DataWriting the Action Filters in a Controller Visual Studio Creating an MVC Project and Adding aUsing the Photo Controller Adding Properties and Methods to MVC ModelUsing HTML Helpers Models Creating a New SQL Azure Database inReusing Code in Views Using Display and Edit Annotations in Visual StudioAdding a View for Photo Display MVC Models Adding Properties and Methods to MVCAdding a View for New Photos Writing Action Filters ModelsCreating and Using a Partial View Adding an MVC Controller and Writing Using Display and Edit Annotations inAdding a Home View and Testing the Views the Actions MVC Models Implementing an Exception Handling Writing the Action Filters in a Controller Writing Action FiltersStrategy Using the Photo Controller Adding an MVC Controller and Writing thePerforming Unit Tests Using HTML Helpers ActionsConfiguring Exception Handling Reusing Code in Views Writing the Action Filters in a ControllerConfiguring Routes Adding a View for Photo Display Using the Photo Controller Creating a Navigation Structure Adding a View for New Photos Using HTML HelpersUsing the Routing Engine Creating and Using a Partial View Reusing Code in ViewsBuilding Navigation Controls Adding a Home View and Testing the Adding a View for Photo DisplayApplying CSS to an MVC Application Views Adding a View for New PhotosCreating an Adaptive User Interface Implementing an Exception Handling Creating and Using a Partial ViewUsing Template Views Strategy Adding a Home View and Testing theApplying a Consistent Look and Feel to an Performing Unit Tests Views MVC Application Configuring Exception Handling Implementing an Exception HandlingAdapting Webpages for Different Browsers Configuring Routes StrategyImplementing a Caching Strategy Creating a Navigation Structure Performing Unit TestsUsing Partial Page Updates Using the Routing Engine Configuring Exception Handling Configuring ASP.NET Caches Building Navigation Controls Configuring RoutesUsing jQuery and jQueryUI Applying CSS to an MVC Application Creating a Navigation StructureUsing jQuery to Respond to Users Creating an Adaptive User Interface Using the Routing EngineUsing jQueryUI to Build a User Interface Using Template Views Building Navigation Controls Assigning Roles and Membership Applying a Consistent Look and Feel to Applying CSS to an MVC ApplicationConfiguring Authentication an MVC Application Creating an Adaptive User InterfaceControlling Access to Resources Adapting Webpages for Different Using Template ViewsProviding User Account Facilities Browsers Applying a Consistent Look and Feel to anState Management Implementing a Caching Strategy MVC ApplicationStoring User Preferences Using Partial Page Updates Adapting Webpages for Different BrowsersUsing User Preferences in the Photo Gallery Configuring ASP.NET Caches Implementing a Caching StrategyDesigning and Writing Windows Azure Using jQuery and jQueryUI Using Partial Page UpdatesServices Using jQuery to Respond to Users Configuring ASP.NET Caches Consuming Windows Azure Services in a Using jQueryUI to Build a User Interface Using jQuery and jQueryUIWeb Application Assigning Roles and Membership Using jQuery to Respond to UsersCreating and Coding a Windows Azure Configuring Authentication Using jQueryUI to Build a User Interface Service Controlling Access to Resources Assigning Roles and MembershipConsuming Data from a Windows Azure Providing User Account Facilities Configuring AuthenticationService State Management Controlling Access to ResourcesCalling a Web API from Mobile and Web Storing User Preferences Providing User Account Facilities Applications Using User Preferences in the Photo State ManagementDeveloping a Web API in MVC 4 Gallery Storing User PreferencesAdding Routes and Controllers to Handle Designing and Writing Windows Azure Using User Preferences in the Photo

Page 8: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

REST Requests Services Gallery Calling RESTful services from Client-Side Consuming Windows Azure Services in a Designing and Writing Windows AzureCode Web Application ServicesUsing Web Sockets Creating and Coding a Windows Azure Consuming Windows Azure Services in aWriting a Web Handler that Uses Web Service Web ApplicationSockets Consuming Data from a Windows Azure Creating and Coding a Windows AzureBuilding a Chat Room in the Photo Sharing Service ServiceApplication Calling a Web API from Mobile and Web Consuming Data from a Windows AzureDeploying MVC 4 Applications Applications Service Deploying an Application to Windows Azure Developing a Web API in MVC 4 Calling a Web API from Mobile and WebTesting the Completed Application Adding Routes and Controllers to Handle Applications

REST Requests Developing a Web API in MVC 4Calling RESTful services from Client-Side Adding Routes and Controllers to Handle

line Code REST RequestsOverview of ASP.NET 4.5 Using Web Sockets Calling RESTful services from Client-SideIntroduction to ASP.NET MVC 4 Writing a Web Handler that Uses Web Code Exploring a Photo Sharing Application Sockets Using Web SocketsExploring a Web Pages Application Building a Chat Room in the Photo Writing a Web Handler that Uses WebExploring a Web Forms Application Sharing Application SocketsExploring an MVC Application Deploying MVC 4 Applications Building a Chat Room in the Photo SharingDesigning Models, Controllers, and Views Deploying an Application to Windows Application Planning Models Azure Deploying MVC 4 ApplicationsPlanning Controllers Testing the Completed Application Deploying an Application to WindowsPlanning Views AzureArchitecting an MVC Application Module 6: Testing and Debugging ASP.NET Testing the Completed ApplicationWorking with Data MVC 4 Web ApplicationsCreating an MVC Project and Adding a line Module 12: Building a Resilient ASP.NETModel Unit Testing MVC Components MVC 4 Web ApplicationCreating a New SQL Azure Database in lineVisual Studio Developing Secure SitesAdding Properties and Methods to MVC lineModels Overview of ASP.NET 4.5Using Display and Edit Annotations in MVC Introduction to ASP.NET MVC 4 lineModels Exploring a Photo Sharing Application Overview of ASP.NET 4.5Writing Action Filters Exploring a Web Pages Application Introduction to ASP.NET MVC 4Adding an MVC Controller and Writing the Exploring a Web Forms Application Exploring a Photo Sharing ApplicationActions Exploring an MVC Application Exploring a Web Pages ApplicationWriting the Action Filters in a Controller Designing Models, Controllers, and Views Exploring a Web Forms ApplicationUsing the Photo Controller Planning Models Exploring an MVC Application Using HTML Helpers Planning Controllers Designing Models, Controllers, and ViewsReusing Code in Views Planning Views Planning ModelsAdding a View for Photo Display Architecting an MVC Application Planning ControllersAdding a View for New Photos Working with Data Planning ViewsCreating and Using a Partial View Creating an MVC Project and Adding a Architecting an MVC Application Adding a Home View and Testing the Views Model Working with DataImplementing an Exception Handling Creating a New SQL Azure Database in Creating an MVC Project and Adding aStrategy Visual Studio ModelPerforming Unit Tests Adding Properties and Methods to MVC Creating a New SQL Azure Database inConfiguring Exception Handling Models Visual StudioConfiguring Routes Using Display and Edit Annotations in Adding Properties and Methods to MVCCreating a Navigation Structure MVC Models ModelsUsing the Routing Engine Writing Action Filters Using Display and Edit Annotations inBuilding Navigation Controls Adding an MVC Controller and Writing MVC Models Applying CSS to an MVC Application the Actions Writing Action FiltersCreating an Adaptive User Interface Writing the Action Filters in a Controller Adding an MVC Controller and Writing theUsing Template Views Using the Photo Controller ActionsApplying a Consistent Look and Feel to an Using HTML Helpers Writing the Action Filters in a ControllerMVC Application Reusing Code in Views Using the Photo Controller Adapting Webpages for Different Browsers Adding a View for Photo Display Using HTML HelpersImplementing a Caching Strategy Adding a View for New Photos Reusing Code in ViewsUsing Partial Page Updates Creating and Using a Partial View Adding a View for Photo DisplayConfiguring ASP.NET Caches Adding a Home View and Testing the Adding a View for New PhotosUsing jQuery and jQueryUI Views Creating and Using a Partial ViewUsing jQuery to Respond to Users Implementing an Exception Handling Adding a Home View and Testing theUsing jQueryUI to Build a User Interface Strategy Views Assigning Roles and Membership Performing Unit Tests Implementing an Exception Handling

Page 9: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Configuring Authentication Configuring Exception Handling StrategyControlling Access to Resources Configuring Routes Performing Unit TestsProviding User Account Facilities Creating a Navigation Structure Configuring Exception Handling State Management Using the Routing Engine Configuring RoutesStoring User Preferences Building Navigation Controls Creating a Navigation StructureUsing User Preferences in the Photo Gallery Applying CSS to an MVC Application Using the Routing EngineDesigning and Writing Windows Azure Creating an Adaptive User Interface Building Navigation Controls Services Using Template Views Applying CSS to an MVC ApplicationConsuming Windows Azure Services in a Applying a Consistent Look and Feel to Creating an Adaptive User InterfaceWeb Application an MVC Application Using Template ViewsCreating and Coding a Windows Azure Adapting Webpages for Different Applying a Consistent Look and Feel to anService Browsers MVC ApplicationConsuming Data from a Windows Azure Implementing a Caching Strategy Adapting Webpages for Different BrowsersService Using Partial Page Updates Implementing a Caching StrategyCalling a Web API from Mobile and Web Configuring ASP.NET Caches Using Partial Page UpdatesApplications Using jQuery and jQueryUI Configuring ASP.NET Caches Developing a Web API in MVC 4 Using jQuery to Respond to Users Using jQuery and jQueryUIAdding Routes and Controllers to Handle Using jQueryUI to Build a User Interface Using jQuery to Respond to UsersREST Requests Assigning Roles and Membership Using jQueryUI to Build a User Interface Calling RESTful services from Client-Side Configuring Authentication Assigning Roles and MembershipCode Controlling Access to Resources Configuring AuthenticationUsing Web Sockets Providing User Account Facilities Controlling Access to ResourcesWriting a Web Handler that Uses Web State Management Providing User Account Facilities Sockets Storing User Preferences State ManagementBuilding a Chat Room in the Photo Sharing Using User Preferences in the Photo Storing User PreferencesApplication Gallery Using User Preferences in the PhotoDeploying MVC 4 Applications Designing and Writing Windows Azure Gallery Deploying an Application to Windows Azure Services Designing and Writing Windows AzureTesting the Completed Application Consuming Windows Azure Services in a Services

Web Application Consuming Windows Azure Services in aCreating and Coding a Windows Azure Web Application

line Service Creating and Coding a Windows AzureOverview of ASP.NET 4.5 Consuming Data from a Windows Azure ServiceIntroduction to ASP.NET MVC 4 Service Consuming Data from a Windows AzureExploring a Photo Sharing Application Calling a Web API from Mobile and Web Service Exploring a Web Pages Application Applications Calling a Web API from Mobile and WebExploring a Web Forms Application Developing a Web API in MVC 4 ApplicationsExploring an MVC Application Adding Routes and Controllers to Handle Developing a Web API in MVC 4Designing Models, Controllers, and Views REST Requests Adding Routes and Controllers to HandlePlanning Models Calling RESTful services from Client-Side REST RequestsPlanning Controllers Code Calling RESTful services from Client-SidePlanning Views Using Web Sockets Code Architecting an MVC Application Writing a Web Handler that Uses Web Using Web SocketsWorking with Data Sockets Writing a Web Handler that Uses WebCreating an MVC Project and Adding a Building a Chat Room in the Photo SocketsModel Sharing Application Building a Chat Room in the Photo SharingCreating a New SQL Azure Database in Deploying MVC 4 Applications Application Visual Studio Deploying an Application to Windows Deploying MVC 4 ApplicationsAdding Properties and Methods to MVC Azure Deploying an Application to WindowsModels Testing the Completed Application AzureUsing Display and Edit Annotations in MVC Testing the Completed ApplicationModels Writing Action Filters lineAdding an MVC Controller and Writing the Overview of ASP.NET 4.5 lineActions Introduction to ASP.NET MVC 4 Overview of ASP.NET 4.5Writing the Action Filters in a Controller Exploring a Photo Sharing Application Introduction to ASP.NET MVC 4Using the Photo Controller Exploring a Web Pages Application Exploring a Photo Sharing ApplicationUsing HTML Helpers Exploring a Web Forms Application Exploring a Web Pages ApplicationReusing Code in Views Exploring an MVC Application Exploring a Web Forms ApplicationAdding a View for Photo Display Designing Models, Controllers, and Views Exploring an MVC Application Adding a View for New Photos Planning Models Designing Models, Controllers, and ViewsCreating and Using a Partial View Planning Controllers Planning ModelsAdding a Home View and Testing the Views Planning Views Planning ControllersImplementing an Exception Handling Architecting an MVC Application Planning ViewsStrategy Working with Data Architecting an MVC Application Performing Unit Tests Creating an MVC Project and Adding a Working with Data

Page 10: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Configuring Exception Handling Model Creating an MVC Project and Adding aConfiguring Routes Creating a New SQL Azure Database in ModelCreating a Navigation Structure Visual Studio Creating a New SQL Azure Database inUsing the Routing Engine Adding Properties and Methods to MVC Visual StudioBuilding Navigation Controls Models Adding Properties and Methods to MVCApplying CSS to an MVC Application Using Display and Edit Annotations in ModelsCreating an Adaptive User Interface MVC Models Using Display and Edit Annotations inUsing Template Views Writing Action Filters MVC Models Applying a Consistent Look and Feel to an Adding an MVC Controller and Writing Writing Action FiltersMVC Application the Actions Adding an MVC Controller and Writing theAdapting Webpages for Different Browsers Writing the Action Filters in a Controller ActionsImplementing a Caching Strategy Using the Photo Controller Writing the Action Filters in a ControllerUsing Partial Page Updates Using HTML Helpers Using the Photo Controller Configuring ASP.NET Caches Reusing Code in Views Using HTML HelpersUsing jQuery and jQueryUI Adding a View for Photo Display Reusing Code in ViewsUsing jQuery to Respond to Users Adding a View for New Photos Adding a View for Photo DisplayUsing jQueryUI to Build a User Interface Creating and Using a Partial View Adding a View for New PhotosAssigning Roles and Membership Adding a Home View and Testing the Creating and Using a Partial ViewConfiguring Authentication Views Adding a Home View and Testing theControlling Access to Resources Implementing an Exception Handling Views Providing User Account Facilities Strategy Implementing an Exception HandlingState Management Performing Unit Tests StrategyStoring User Preferences Configuring Exception Handling Performing Unit TestsUsing User Preferences in the Photo Gallery Configuring Routes Configuring Exception Handling Designing and Writing Windows Azure Creating a Navigation Structure Configuring RoutesServices Using the Routing Engine Creating a Navigation StructureConsuming Windows Azure Services in a Building Navigation Controls Using the Routing EngineWeb Application Applying CSS to an MVC Application Building Navigation Controls Creating and Coding a Windows Azure Creating an Adaptive User Interface Applying CSS to an MVC ApplicationService Using Template Views Creating an Adaptive User InterfaceConsuming Data from a Windows Azure Applying a Consistent Look and Feel to Using Template ViewsService an MVC Application Applying a Consistent Look and Feel to anCalling a Web API from Mobile and Web Adapting Webpages for Different MVC ApplicationApplications Browsers Adapting Webpages for Different BrowsersDeveloping a Web API in MVC 4 Implementing a Caching Strategy Implementing a Caching StrategyAdding Routes and Controllers to Handle Using Partial Page Updates Using Partial Page UpdatesREST Requests Configuring ASP.NET Caches Configuring ASP.NET Caches Calling RESTful services from Client-Side Using jQuery and jQueryUI Using jQuery and jQueryUICode Using jQuery to Respond to Users Using jQuery to Respond to UsersUsing Web Sockets Using jQueryUI to Build a User Interface Using jQueryUI to Build a User Interface Writing a Web Handler that Uses Web Assigning Roles and Membership Assigning Roles and MembershipSockets Configuring Authentication Configuring AuthenticationBuilding a Chat Room in the Photo Sharing Controlling Access to Resources Controlling Access to ResourcesApplication Providing User Account Facilities Providing User Account Facilities Deploying MVC 4 Applications State Management State ManagementDeploying an Application to Windows Azure Storing User Preferences Storing User PreferencesTesting the Completed Application Using User Preferences in the Photo Using User Preferences in the Photo

Gallery Gallery Module 2: Designing ASP.NET MVC 4 Web Designing and Writing Windows Azure Designing and Writing Windows AzureApplications Services Servicesline Consuming Windows Azure Services in a Consuming Windows Azure Services in a

Planning in the Project Design Phase Web Application Web ApplicationCreating and Coding a Windows Azure Creating and Coding a Windows AzureService Service

line Consuming Data from a Windows Azure Consuming Data from a Windows AzureOverview of ASP.NET 4.5 Service Service Introduction to ASP.NET MVC 4 Calling a Web API from Mobile and Web Calling a Web API from Mobile and WebExploring a Photo Sharing Application Applications ApplicationsExploring a Web Pages Application Developing a Web API in MVC 4 Developing a Web API in MVC 4Exploring a Web Forms Application Adding Routes and Controllers to Handle Adding Routes and Controllers to HandleExploring an MVC Application REST Requests REST RequestsDesigning Models, Controllers, and Views Calling RESTful services from Client-Side Calling RESTful services from Client-SidePlanning Models Code Code Planning Controllers Using Web Sockets Using Web SocketsPlanning Views Writing a Web Handler that Uses Web Writing a Web Handler that Uses WebArchitecting an MVC Application Sockets Sockets

Page 11: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Working with Data Building a Chat Room in the Photo Building a Chat Room in the Photo SharingCreating an MVC Project and Adding a Sharing Application Application Model Deploying MVC 4 Applications Deploying MVC 4 ApplicationsCreating a New SQL Azure Database in Deploying an Application to Windows Deploying an Application to WindowsVisual Studio Azure AzureAdding Properties and Methods to MVC Testing the Completed Application Testing the Completed ApplicationModelsUsing Display and Edit Annotations in MVCModels line lineWriting Action Filters Overview of ASP.NET 4.5 Overview of ASP.NET 4.5Adding an MVC Controller and Writing the Introduction to ASP.NET MVC 4 Introduction to ASP.NET MVC 4Actions Exploring a Photo Sharing Application Exploring a Photo Sharing ApplicationWriting the Action Filters in a Controller Exploring a Web Pages Application Exploring a Web Pages ApplicationUsing the Photo Controller Exploring a Web Forms Application Exploring a Web Forms ApplicationUsing HTML Helpers Exploring an MVC Application Exploring an MVC Application Reusing Code in Views Designing Models, Controllers, and Views Designing Models, Controllers, and ViewsAdding a View for Photo Display Planning Models Planning ModelsAdding a View for New Photos Planning Controllers Planning ControllersCreating and Using a Partial View Planning Views Planning ViewsAdding a Home View and Testing the Views Architecting an MVC Application Architecting an MVC Application Implementing an Exception Handling Working with Data Working with DataStrategy Creating an MVC Project and Adding a Creating an MVC Project and Adding aPerforming Unit Tests Model ModelConfiguring Exception Handling Creating a New SQL Azure Database in Creating a New SQL Azure Database inConfiguring Routes Visual Studio Visual StudioCreating a Navigation Structure Adding Properties and Methods to MVC Adding Properties and Methods to MVCUsing the Routing Engine Models ModelsBuilding Navigation Controls Using Display and Edit Annotations in Using Display and Edit Annotations inApplying CSS to an MVC Application MVC Models MVC Models Creating an Adaptive User Interface Writing Action Filters Writing Action FiltersUsing Template Views Adding an MVC Controller and Writing Adding an MVC Controller and Writing theApplying a Consistent Look and Feel to an the Actions ActionsMVC Application Writing the Action Filters in a Controller Writing the Action Filters in a ControllerAdapting Webpages for Different Browsers Using the Photo Controller Using the Photo Controller Implementing a Caching Strategy Using HTML Helpers Using HTML HelpersUsing Partial Page Updates Reusing Code in Views Reusing Code in ViewsConfiguring ASP.NET Caches Adding a View for Photo Display Adding a View for Photo DisplayUsing jQuery and jQueryUI Adding a View for New Photos Adding a View for New PhotosUsing jQuery to Respond to Users Creating and Using a Partial View Creating and Using a Partial ViewUsing jQueryUI to Build a User Interface Adding a Home View and Testing the Adding a Home View and Testing theAssigning Roles and Membership Views Views Configuring Authentication Implementing an Exception Handling Implementing an Exception HandlingControlling Access to Resources Strategy StrategyProviding User Account Facilities Performing Unit Tests Performing Unit TestsState Management Configuring Exception Handling Configuring Exception Handling Storing User Preferences Configuring Routes Configuring RoutesUsing User Preferences in the Photo Gallery Creating a Navigation Structure Creating a Navigation StructureDesigning and Writing Windows Azure Using the Routing Engine Using the Routing EngineServices Building Navigation Controls Building Navigation Controls Consuming Windows Azure Services in a Applying CSS to an MVC Application Applying CSS to an MVC ApplicationWeb Application Creating an Adaptive User Interface Creating an Adaptive User InterfaceCreating and Coding a Windows Azure Using Template Views Using Template ViewsService Applying a Consistent Look and Feel to Applying a Consistent Look and Feel to anConsuming Data from a Windows Azure an MVC Application MVC ApplicationService Adapting Webpages for Different Adapting Webpages for Different BrowsersCalling a Web API from Mobile and Web Browsers Implementing a Caching StrategyApplications Implementing a Caching Strategy Using Partial Page UpdatesDeveloping a Web API in MVC 4 Using Partial Page Updates Configuring ASP.NET Caches Adding Routes and Controllers to Handle Configuring ASP.NET Caches Using jQuery and jQueryUIREST Requests Using jQuery and jQueryUI Using jQuery to Respond to UsersCalling RESTful services from Client-Side Using jQuery to Respond to Users Using jQueryUI to Build a User Interface Code Using jQueryUI to Build a User Interface Assigning Roles and MembershipUsing Web Sockets Assigning Roles and Membership Configuring AuthenticationWriting a Web Handler that Uses Web Configuring Authentication Controlling Access to ResourcesSockets Controlling Access to Resources Providing User Account Facilities Building a Chat Room in the Photo Sharing Providing User Account Facilities State Management

Page 12: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Application State Management Storing User PreferencesDeploying MVC 4 Applications Storing User Preferences Using User Preferences in the PhotoDeploying an Application to Windows Azure Using User Preferences in the Photo Gallery Testing the Completed Application Gallery Designing and Writing Windows Azure

Designing and Writing Windows Azure ServicesServices Consuming Windows Azure Services in a

line Consuming Windows Azure Services in a Web ApplicationOverview of ASP.NET 4.5 Web Application Creating and Coding a Windows AzureIntroduction to ASP.NET MVC 4 Creating and Coding a Windows Azure ServiceExploring a Photo Sharing Application Service Consuming Data from a Windows AzureExploring a Web Pages Application Consuming Data from a Windows Azure Service Exploring a Web Forms Application Service Calling a Web API from Mobile and WebExploring an MVC Application Calling a Web API from Mobile and Web ApplicationsDesigning Models, Controllers, and Views Applications Developing a Web API in MVC 4Planning Models Developing a Web API in MVC 4 Adding Routes and Controllers to HandlePlanning Controllers Adding Routes and Controllers to Handle REST RequestsPlanning Views REST Requests Calling RESTful services from Client-SideArchitecting an MVC Application Calling RESTful services from Client-Side Code Working with Data Code Using Web SocketsCreating an MVC Project and Adding a Using Web Sockets Writing a Web Handler that Uses WebModel Writing a Web Handler that Uses Web SocketsCreating a New SQL Azure Database in Sockets Building a Chat Room in the Photo SharingVisual Studio Building a Chat Room in the Photo Application Adding Properties and Methods to MVC Sharing Application Deploying MVC 4 ApplicationsModels Deploying MVC 4 Applications Deploying an Application to WindowsUsing Display and Edit Annotations in MVC Deploying an Application to Windows AzureModels Azure Testing the Completed ApplicationWriting Action Filters Testing the Completed ApplicationAdding an MVC Controller and Writing the Module 13: Using Windows Azure WebActions Module 7: Structuring ASP.NET MVC 4 Web Services in ASP.NET MVC 4 WebWriting the Action Filters in a Controller Applications ApplicationsUsing the Photo Controller line lineUsing HTML Helpers Analyzing Information Architecture Introduction to Windows AzureReusing Code in ViewsAdding a View for Photo DisplayAdding a View for New Photos line lineCreating and Using a Partial View Overview of ASP.NET 4.5 Overview of ASP.NET 4.5Adding a Home View and Testing the Views Introduction to ASP.NET MVC 4 Introduction to ASP.NET MVC 4Implementing an Exception Handling Exploring a Photo Sharing Application Exploring a Photo Sharing ApplicationStrategy Exploring a Web Pages Application Exploring a Web Pages ApplicationPerforming Unit Tests Exploring a Web Forms Application Exploring a Web Forms ApplicationConfiguring Exception Handling Exploring an MVC Application Exploring an MVC Application Configuring Routes Designing Models, Controllers, and Views Designing Models, Controllers, and ViewsCreating a Navigation Structure Planning Models Planning ModelsUsing the Routing Engine Planning Controllers Planning ControllersBuilding Navigation Controls Planning Views Planning ViewsApplying CSS to an MVC Application Architecting an MVC Application Architecting an MVC Application Creating an Adaptive User Interface Working with Data Working with DataUsing Template Views Creating an MVC Project and Adding a Creating an MVC Project and Adding aApplying a Consistent Look and Feel to an Model ModelMVC Application Creating a New SQL Azure Database in Creating a New SQL Azure Database inAdapting Webpages for Different Browsers Visual Studio Visual StudioImplementing a Caching Strategy Adding Properties and Methods to MVC Adding Properties and Methods to MVCUsing Partial Page Updates Models ModelsConfiguring ASP.NET Caches Using Display and Edit Annotations in Using Display and Edit Annotations inUsing jQuery and jQueryUI MVC Models MVC Models Using jQuery to Respond to Users Writing Action Filters Writing Action FiltersUsing jQueryUI to Build a User Interface Adding an MVC Controller and Writing Adding an MVC Controller and Writing theAssigning Roles and Membership the Actions ActionsConfiguring Authentication Writing the Action Filters in a Controller Writing the Action Filters in a ControllerControlling Access to Resources Using the Photo Controller Using the Photo Controller Providing User Account Facilities Using HTML Helpers Using HTML HelpersState Management Reusing Code in Views Reusing Code in ViewsStoring User Preferences Adding a View for Photo Display Adding a View for Photo DisplayUsing User Preferences in the Photo Gallery Adding a View for New Photos Adding a View for New PhotosDesigning and Writing Windows Azure Creating and Using a Partial View Creating and Using a Partial View

Page 13: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Services Adding a Home View and Testing the Adding a Home View and Testing theConsuming Windows Azure Services in a Views Views Web Application Implementing an Exception Handling Implementing an Exception HandlingCreating and Coding a Windows Azure Strategy StrategyService Performing Unit Tests Performing Unit TestsConsuming Data from a Windows Azure Configuring Exception Handling Configuring Exception Handling Service Configuring Routes Configuring RoutesCalling a Web API from Mobile and Web Creating a Navigation Structure Creating a Navigation StructureApplications Using the Routing Engine Using the Routing EngineDeveloping a Web API in MVC 4 Building Navigation Controls Building Navigation Controls Adding Routes and Controllers to Handle Applying CSS to an MVC Application Applying CSS to an MVC ApplicationREST Requests Creating an Adaptive User Interface Creating an Adaptive User InterfaceCalling RESTful services from Client-Side Using Template Views Using Template ViewsCode Applying a Consistent Look and Feel to Applying a Consistent Look and Feel to anUsing Web Sockets an MVC Application MVC ApplicationWriting a Web Handler that Uses Web Adapting Webpages for Different Adapting Webpages for Different BrowsersSockets Browsers Implementing a Caching StrategyBuilding a Chat Room in the Photo Sharing Implementing a Caching Strategy Using Partial Page UpdatesApplication Using Partial Page Updates Configuring ASP.NET Caches Deploying MVC 4 Applications Configuring ASP.NET Caches Using jQuery and jQueryUIDeploying an Application to Windows Azure Using jQuery and jQueryUI Using jQuery to Respond to UsersTesting the Completed Application Using jQuery to Respond to Users Using jQueryUI to Build a User Interface

Using jQueryUI to Build a User Interface Assigning Roles and MembershipAssigning Roles and Membership Configuring Authentication

line Configuring Authentication Controlling Access to ResourcesOverview of ASP.NET 4.5 Controlling Access to Resources Providing User Account Facilities Introduction to ASP.NET MVC 4 Providing User Account Facilities State ManagementExploring a Photo Sharing Application State Management Storing User PreferencesExploring a Web Pages Application Storing User Preferences Using User Preferences in the PhotoExploring a Web Forms Application Using User Preferences in the Photo Gallery Exploring an MVC Application Gallery Designing and Writing Windows AzureDesigning Models, Controllers, and Views Designing and Writing Windows Azure ServicesPlanning Models Services Consuming Windows Azure Services in aPlanning Controllers Consuming Windows Azure Services in a Web ApplicationPlanning Views Web Application Creating and Coding a Windows AzureArchitecting an MVC Application Creating and Coding a Windows Azure ServiceWorking with Data Service Consuming Data from a Windows AzureCreating an MVC Project and Adding a Consuming Data from a Windows Azure Service Model Service Calling a Web API from Mobile and WebCreating a New SQL Azure Database in Calling a Web API from Mobile and Web ApplicationsVisual Studio Applications Developing a Web API in MVC 4Adding Properties and Methods to MVC Developing a Web API in MVC 4 Adding Routes and Controllers to HandleModels Adding Routes and Controllers to Handle REST RequestsUsing Display and Edit Annotations in MVC REST Requests Calling RESTful services from Client-SideModels Calling RESTful services from Client-Side Code Writing Action Filters Code Using Web SocketsAdding an MVC Controller and Writing the Using Web Sockets Writing a Web Handler that Uses WebActions Writing a Web Handler that Uses Web SocketsWriting the Action Filters in a Controller Sockets Building a Chat Room in the Photo SharingUsing the Photo Controller Building a Chat Room in the Photo Application Using HTML Helpers Sharing Application Deploying MVC 4 ApplicationsReusing Code in Views Deploying MVC 4 Applications Deploying an Application to WindowsAdding a View for Photo Display Deploying an Application to Windows AzureAdding a View for New Photos Azure Testing the Completed ApplicationCreating and Using a Partial View Testing the Completed ApplicationAdding a Home View and Testing the Views Implementing an Exception Handling lineStrategy line Overview of ASP.NET 4.5Performing Unit Tests Overview of ASP.NET 4.5 Introduction to ASP.NET MVC 4Configuring Exception Handling Introduction to ASP.NET MVC 4 Exploring a Photo Sharing ApplicationConfiguring Routes Exploring a Photo Sharing Application Exploring a Web Pages ApplicationCreating a Navigation Structure Exploring a Web Pages Application Exploring a Web Forms ApplicationUsing the Routing Engine Exploring a Web Forms Application Exploring an MVC Application Building Navigation Controls Exploring an MVC Application Designing Models, Controllers, and ViewsApplying CSS to an MVC Application Designing Models, Controllers, and Views Planning ModelsCreating an Adaptive User Interface Planning Models Planning Controllers

Page 14: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Using Template Views Planning Controllers Planning ViewsApplying a Consistent Look and Feel to an Planning Views Architecting an MVC Application MVC Application Architecting an MVC Application Working with DataAdapting Webpages for Different Browsers Working with Data Creating an MVC Project and Adding aImplementing a Caching Strategy Creating an MVC Project and Adding a ModelUsing Partial Page Updates Model Creating a New SQL Azure Database inConfiguring ASP.NET Caches Creating a New SQL Azure Database in Visual StudioUsing jQuery and jQueryUI Visual Studio Adding Properties and Methods to MVCUsing jQuery to Respond to Users Adding Properties and Methods to MVC ModelsUsing jQueryUI to Build a User Interface Models Using Display and Edit Annotations inAssigning Roles and Membership Using Display and Edit Annotations in MVC Models Configuring Authentication MVC Models Writing Action FiltersControlling Access to Resources Writing Action Filters Adding an MVC Controller and Writing theProviding User Account Facilities Adding an MVC Controller and Writing ActionsState Management the Actions Writing the Action Filters in a ControllerStoring User Preferences Writing the Action Filters in a Controller Using the Photo Controller Using User Preferences in the Photo Gallery Using the Photo Controller Using HTML HelpersDesigning and Writing Windows Azure Using HTML Helpers Reusing Code in ViewsServices Reusing Code in Views Adding a View for Photo DisplayConsuming Windows Azure Services in a Adding a View for Photo Display Adding a View for New PhotosWeb Application Adding a View for New Photos Creating and Using a Partial ViewCreating and Coding a Windows Azure Creating and Using a Partial View Adding a Home View and Testing theService Adding a Home View and Testing the Views Consuming Data from a Windows Azure Views Implementing an Exception HandlingService Implementing an Exception Handling StrategyCalling a Web API from Mobile and Web Strategy Performing Unit TestsApplications Performing Unit Tests Configuring Exception Handling Developing a Web API in MVC 4 Configuring Exception Handling Configuring RoutesAdding Routes and Controllers to Handle Configuring Routes Creating a Navigation StructureREST Requests Creating a Navigation Structure Using the Routing EngineCalling RESTful services from Client-Side Using the Routing Engine Building Navigation Controls Code Building Navigation Controls Applying CSS to an MVC ApplicationUsing Web Sockets Applying CSS to an MVC Application Creating an Adaptive User InterfaceWriting a Web Handler that Uses Web Creating an Adaptive User Interface Using Template ViewsSockets Using Template Views Applying a Consistent Look and Feel to anBuilding a Chat Room in the Photo Sharing Applying a Consistent Look and Feel to MVC ApplicationApplication an MVC Application Adapting Webpages for Different BrowsersDeploying MVC 4 Applications Adapting Webpages for Different Implementing a Caching StrategyDeploying an Application to Windows Azure Browsers Using Partial Page UpdatesTesting the Completed Application Implementing a Caching Strategy Configuring ASP.NET Caches

Using Partial Page Updates Using jQuery and jQueryUIConfiguring ASP.NET Caches Using jQuery to Respond to Users

line Using jQuery and jQueryUI Using jQueryUI to Build a User Interface Overview of ASP.NET 4.5 Using jQuery to Respond to Users Assigning Roles and MembershipIntroduction to ASP.NET MVC 4 Using jQueryUI to Build a User Interface Configuring AuthenticationExploring a Photo Sharing Application Assigning Roles and Membership Controlling Access to ResourcesExploring a Web Pages Application Configuring Authentication Providing User Account Facilities Exploring a Web Forms Application Controlling Access to Resources State ManagementExploring an MVC Application Providing User Account Facilities Storing User PreferencesDesigning Models, Controllers, and Views State Management Using User Preferences in the PhotoPlanning Models Storing User Preferences Gallery Planning Controllers Using User Preferences in the Photo Designing and Writing Windows AzurePlanning Views Gallery ServicesArchitecting an MVC Application Designing and Writing Windows Azure Consuming Windows Azure Services in aWorking with Data Services Web ApplicationCreating an MVC Project and Adding a Consuming Windows Azure Services in a Creating and Coding a Windows AzureModel Web Application ServiceCreating a New SQL Azure Database in Creating and Coding a Windows Azure Consuming Data from a Windows AzureVisual Studio Service Service Adding Properties and Methods to MVC Consuming Data from a Windows Azure Calling a Web API from Mobile and WebModels Service ApplicationsUsing Display and Edit Annotations in MVC Calling a Web API from Mobile and Web Developing a Web API in MVC 4Models Applications Adding Routes and Controllers to HandleWriting Action Filters Developing a Web API in MVC 4 REST RequestsAdding an MVC Controller and Writing the Adding Routes and Controllers to Handle Calling RESTful services from Client-SideActions REST Requests Code

Page 15: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Writing the Action Filters in a Controller Calling RESTful services from Client-Side Using Web SocketsUsing the Photo Controller Code Writing a Web Handler that Uses WebUsing HTML Helpers Using Web Sockets SocketsReusing Code in Views Writing a Web Handler that Uses Web Building a Chat Room in the Photo SharingAdding a View for Photo Display Sockets Application Adding a View for New Photos Building a Chat Room in the Photo Deploying MVC 4 ApplicationsCreating and Using a Partial View Sharing Application Deploying an Application to WindowsAdding a Home View and Testing the Views Deploying MVC 4 Applications AzureImplementing an Exception Handling Deploying an Application to Windows Testing the Completed ApplicationStrategy AzurePerforming Unit Tests Testing the Completed ApplicationConfiguring Exception Handling lineConfiguring Routes Overview of ASP.NET 4.5Creating a Navigation Structure line Introduction to ASP.NET MVC 4Using the Routing Engine Overview of ASP.NET 4.5 Exploring a Photo Sharing ApplicationBuilding Navigation Controls Introduction to ASP.NET MVC 4 Exploring a Web Pages ApplicationApplying CSS to an MVC Application Exploring a Photo Sharing Application Exploring a Web Forms ApplicationCreating an Adaptive User Interface Exploring a Web Pages Application Exploring an MVC Application Using Template Views Exploring a Web Forms Application Designing Models, Controllers, and ViewsApplying a Consistent Look and Feel to an Exploring an MVC Application Planning ModelsMVC Application Designing Models, Controllers, and Views Planning ControllersAdapting Webpages for Different Browsers Planning Models Planning ViewsImplementing a Caching Strategy Planning Controllers Architecting an MVC Application Using Partial Page Updates Planning Views Working with DataConfiguring ASP.NET Caches Architecting an MVC Application Creating an MVC Project and Adding aUsing jQuery and jQueryUI Working with Data ModelUsing jQuery to Respond to Users Creating an MVC Project and Adding a Creating a New SQL Azure Database inUsing jQueryUI to Build a User Interface Model Visual StudioAssigning Roles and Membership Creating a New SQL Azure Database in Adding Properties and Methods to MVCConfiguring Authentication Visual Studio ModelsControlling Access to Resources Adding Properties and Methods to MVC Using Display and Edit Annotations inProviding User Account Facilities Models MVC Models State Management Using Display and Edit Annotations in Writing Action FiltersStoring User Preferences MVC Models Adding an MVC Controller and Writing theUsing User Preferences in the Photo Gallery Writing Action Filters ActionsDesigning and Writing Windows Azure Adding an MVC Controller and Writing Writing the Action Filters in a ControllerServices the Actions Using the Photo Controller Consuming Windows Azure Services in a Writing the Action Filters in a Controller Using HTML HelpersWeb Application Using the Photo Controller Reusing Code in ViewsCreating and Coding a Windows Azure Using HTML Helpers Adding a View for Photo DisplayService Reusing Code in Views Adding a View for New PhotosConsuming Data from a Windows Azure Adding a View for Photo Display Creating and Using a Partial ViewService Adding a View for New Photos Adding a Home View and Testing theCalling a Web API from Mobile and Web Creating and Using a Partial View Views Applications Adding a Home View and Testing the Implementing an Exception HandlingDeveloping a Web API in MVC 4 Views StrategyAdding Routes and Controllers to Handle Implementing an Exception Handling Performing Unit TestsREST Requests Strategy Configuring Exception Handling Calling RESTful services from Client-Side Performing Unit Tests Configuring RoutesCode Configuring Exception Handling Creating a Navigation StructureUsing Web Sockets Configuring Routes Using the Routing EngineWriting a Web Handler that Uses Web Creating a Navigation Structure Building Navigation Controls Sockets Using the Routing Engine Applying CSS to an MVC ApplicationBuilding a Chat Room in the Photo Sharing Building Navigation Controls Creating an Adaptive User InterfaceApplication Applying CSS to an MVC Application Using Template ViewsDeploying MVC 4 Applications Creating an Adaptive User Interface Applying a Consistent Look and Feel to anDeploying an Application to Windows Azure Using Template Views MVC ApplicationTesting the Completed Application Applying a Consistent Look and Feel to Adapting Webpages for Different Browsers

an MVC Application Implementing a Caching StrategyAdapting Webpages for Different Using Partial Page Updates

line Browsers Configuring ASP.NET Caches Overview of ASP.NET 4.5 Implementing a Caching Strategy Using jQuery and jQueryUIIntroduction to ASP.NET MVC 4 Using Partial Page Updates Using jQuery to Respond to UsersExploring a Photo Sharing Application Configuring ASP.NET Caches Using jQueryUI to Build a User Interface Exploring a Web Pages Application Using jQuery and jQueryUI Assigning Roles and MembershipExploring a Web Forms Application Using jQuery to Respond to Users Configuring Authentication

Page 16: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Exploring an MVC Application Using jQueryUI to Build a User Interface Controlling Access to ResourcesDesigning Models, Controllers, and Views Assigning Roles and Membership Providing User Account Facilities Planning Models Configuring Authentication State ManagementPlanning Controllers Controlling Access to Resources Storing User PreferencesPlanning Views Providing User Account Facilities Using User Preferences in the PhotoArchitecting an MVC Application State Management Gallery Working with Data Storing User Preferences Designing and Writing Windows AzureCreating an MVC Project and Adding a Using User Preferences in the Photo ServicesModel Gallery Consuming Windows Azure Services in aCreating a New SQL Azure Database in Designing and Writing Windows Azure Web ApplicationVisual Studio Services Creating and Coding a Windows AzureAdding Properties and Methods to MVC Consuming Windows Azure Services in a ServiceModels Web Application Consuming Data from a Windows AzureUsing Display and Edit Annotations in MVC Creating and Coding a Windows Azure Service Models Service Calling a Web API from Mobile and WebWriting Action Filters Consuming Data from a Windows Azure ApplicationsAdding an MVC Controller and Writing the Service Developing a Web API in MVC 4Actions Calling a Web API from Mobile and Web Adding Routes and Controllers to HandleWriting the Action Filters in a Controller Applications REST RequestsUsing the Photo Controller Developing a Web API in MVC 4 Calling RESTful services from Client-SideUsing HTML Helpers Adding Routes and Controllers to Handle Code Reusing Code in Views REST Requests Using Web SocketsAdding a View for Photo Display Calling RESTful services from Client-Side Writing a Web Handler that Uses WebAdding a View for New Photos Code SocketsCreating and Using a Partial View Using Web Sockets Building a Chat Room in the Photo SharingAdding a Home View and Testing the Views Writing a Web Handler that Uses Web Application Implementing an Exception Handling Sockets Deploying MVC 4 ApplicationsStrategy Building a Chat Room in the Photo Deploying an Application to WindowsPerforming Unit Tests Sharing Application AzureConfiguring Exception Handling Deploying MVC 4 Applications Testing the Completed ApplicationConfiguring Routes Deploying an Application to WindowsCreating a Navigation Structure AzureUsing the Routing Engine Testing the Completed Application lineBuilding Navigation Controls Overview of ASP.NET 4.5Applying CSS to an MVC Application Introduction to ASP.NET MVC 4Creating an Adaptive User Interface line Exploring a Photo Sharing ApplicationUsing Template Views Overview of ASP.NET 4.5 Exploring a Web Pages ApplicationApplying a Consistent Look and Feel to an Introduction to ASP.NET MVC 4 Exploring a Web Forms ApplicationMVC Application Exploring a Photo Sharing Application Exploring an MVC Application Adapting Webpages for Different Browsers Exploring a Web Pages Application Designing Models, Controllers, and ViewsImplementing a Caching Strategy Exploring a Web Forms Application Planning ModelsUsing Partial Page Updates Exploring an MVC Application Planning ControllersConfiguring ASP.NET Caches Designing Models, Controllers, and Views Planning ViewsUsing jQuery and jQueryUI Planning Models Architecting an MVC Application Using jQuery to Respond to Users Planning Controllers Working with DataUsing jQueryUI to Build a User Interface Planning Views Creating an MVC Project and Adding aAssigning Roles and Membership Architecting an MVC Application ModelConfiguring Authentication Working with Data Creating a New SQL Azure Database inControlling Access to Resources Creating an MVC Project and Adding a Visual StudioProviding User Account Facilities Model Adding Properties and Methods to MVCState Management Creating a New SQL Azure Database in ModelsStoring User Preferences Visual Studio Using Display and Edit Annotations inUsing User Preferences in the Photo Gallery Adding Properties and Methods to MVC MVC Models Designing and Writing Windows Azure Models Writing Action FiltersServices Using Display and Edit Annotations in Adding an MVC Controller and Writing theConsuming Windows Azure Services in a MVC Models ActionsWeb Application Writing Action Filters Writing the Action Filters in a ControllerCreating and Coding a Windows Azure Adding an MVC Controller and Writing Using the Photo Controller Service the Actions Using HTML HelpersConsuming Data from a Windows Azure Writing the Action Filters in a Controller Reusing Code in ViewsService Using the Photo Controller Adding a View for Photo DisplayCalling a Web API from Mobile and Web Using HTML Helpers Adding a View for New PhotosApplications Reusing Code in Views Creating and Using a Partial ViewDeveloping a Web API in MVC 4 Adding a View for Photo Display Adding a Home View and Testing theAdding Routes and Controllers to Handle Adding a View for New Photos Views REST Requests Creating and Using a Partial View Implementing an Exception Handling

Page 17: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Calling RESTful services from Client-Side Adding a Home View and Testing the StrategyCode Views Performing Unit TestsUsing Web Sockets Implementing an Exception Handling Configuring Exception Handling Writing a Web Handler that Uses Web Strategy Configuring RoutesSockets Performing Unit Tests Creating a Navigation StructureBuilding a Chat Room in the Photo Sharing Configuring Exception Handling Using the Routing EngineApplication Configuring Routes Building Navigation Controls Deploying MVC 4 Applications Creating a Navigation Structure Applying CSS to an MVC ApplicationDeploying an Application to Windows Azure Using the Routing Engine Creating an Adaptive User InterfaceTesting the Completed Application Building Navigation Controls Using Template Views

Applying CSS to an MVC Application Applying a Consistent Look and Feel to anModule 3: Developing ASP.NET MVC 4 Models Creating an Adaptive User Interface MVC Applicationline Using Template Views Adapting Webpages for Different Browsers

Creating MVC Models Applying a Consistent Look and Feel to Implementing a Caching Strategyan MVC Application Using Partial Page UpdatesAdapting Webpages for Different Configuring ASP.NET Caches

line Browsers Using jQuery and jQueryUIOverview of ASP.NET 4.5 Implementing a Caching Strategy Using jQuery to Respond to UsersIntroduction to ASP.NET MVC 4 Using Partial Page Updates Using jQueryUI to Build a User Interface Exploring a Photo Sharing Application Configuring ASP.NET Caches Assigning Roles and MembershipExploring a Web Pages Application Using jQuery and jQueryUI Configuring AuthenticationExploring a Web Forms Application Using jQuery to Respond to Users Controlling Access to ResourcesExploring an MVC Application Using jQueryUI to Build a User Interface Providing User Account Facilities Designing Models, Controllers, and Views Assigning Roles and Membership State ManagementPlanning Models Configuring Authentication Storing User PreferencesPlanning Controllers Controlling Access to Resources Using User Preferences in the PhotoPlanning Views Providing User Account Facilities Gallery Architecting an MVC Application State Management Designing and Writing Windows AzureWorking with Data Storing User Preferences ServicesCreating an MVC Project and Adding a Using User Preferences in the Photo Consuming Windows Azure Services in aModel Gallery Web ApplicationCreating a New SQL Azure Database in Designing and Writing Windows Azure Creating and Coding a Windows AzureVisual Studio Services ServiceAdding Properties and Methods to MVC Consuming Windows Azure Services in a Consuming Data from a Windows AzureModels Web Application Service Using Display and Edit Annotations in MVC Creating and Coding a Windows Azure Calling a Web API from Mobile and WebModels Service ApplicationsWriting Action Filters Consuming Data from a Windows Azure Developing a Web API in MVC 4Adding an MVC Controller and Writing the Service Adding Routes and Controllers to HandleActions Calling a Web API from Mobile and Web REST RequestsWriting the Action Filters in a Controller Applications Calling RESTful services from Client-SideUsing the Photo Controller Developing a Web API in MVC 4 Code Using HTML Helpers Adding Routes and Controllers to Handle Using Web SocketsReusing Code in Views REST Requests Writing a Web Handler that Uses WebAdding a View for Photo Display Calling RESTful services from Client-Side SocketsAdding a View for New Photos Code Building a Chat Room in the Photo SharingCreating and Using a Partial View Using Web Sockets Application Adding a Home View and Testing the Views Writing a Web Handler that Uses Web Deploying MVC 4 ApplicationsImplementing an Exception Handling Sockets Deploying an Application to WindowsStrategy Building a Chat Room in the Photo AzurePerforming Unit Tests Sharing Application Testing the Completed ApplicationConfiguring Exception Handling Deploying MVC 4 ApplicationsConfiguring Routes Deploying an Application to Windows Module 14: Implementing Web APIs inCreating a Navigation Structure Azure ASP.NET MVC 4 Web ApplicationsUsing the Routing Engine Testing the Completed Application lineBuilding Navigation Controls Developing a Web APIApplying CSS to an MVC Application Module 8: Applying Styles to ASP.NET MVCCreating an Adaptive User Interface 4 Web ApplicationsUsing Template Views line lineApplying a Consistent Look and Feel to an Using Template Views Overview of ASP.NET 4.5MVC Application Introduction to ASP.NET MVC 4Adapting Webpages for Different Browsers Exploring a Photo Sharing ApplicationImplementing a Caching Strategy line Exploring a Web Pages ApplicationUsing Partial Page Updates Overview of ASP.NET 4.5 Exploring a Web Forms ApplicationConfiguring ASP.NET Caches Introduction to ASP.NET MVC 4 Exploring an MVC Application Using jQuery and jQueryUI Exploring a Photo Sharing Application Designing Models, Controllers, and Views

Page 18: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Using jQuery to Respond to Users Exploring a Web Pages Application Planning ModelsUsing jQueryUI to Build a User Interface Exploring a Web Forms Application Planning ControllersAssigning Roles and Membership Exploring an MVC Application Planning ViewsConfiguring Authentication Designing Models, Controllers, and Views Architecting an MVC Application Controlling Access to Resources Planning Models Working with DataProviding User Account Facilities Planning Controllers Creating an MVC Project and Adding aState Management Planning Views ModelStoring User Preferences Architecting an MVC Application Creating a New SQL Azure Database inUsing User Preferences in the Photo Gallery Working with Data Visual StudioDesigning and Writing Windows Azure Creating an MVC Project and Adding a Adding Properties and Methods to MVCServices Model ModelsConsuming Windows Azure Services in a Creating a New SQL Azure Database in Using Display and Edit Annotations inWeb Application Visual Studio MVC Models Creating and Coding a Windows Azure Adding Properties and Methods to MVC Writing Action FiltersService Models Adding an MVC Controller and Writing theConsuming Data from a Windows Azure Using Display and Edit Annotations in ActionsService MVC Models Writing the Action Filters in a ControllerCalling a Web API from Mobile and Web Writing Action Filters Using the Photo Controller Applications Adding an MVC Controller and Writing Using HTML HelpersDeveloping a Web API in MVC 4 the Actions Reusing Code in ViewsAdding Routes and Controllers to Handle Writing the Action Filters in a Controller Adding a View for Photo DisplayREST Requests Using the Photo Controller Adding a View for New PhotosCalling RESTful services from Client-Side Using HTML Helpers Creating and Using a Partial ViewCode Reusing Code in Views Adding a Home View and Testing theUsing Web Sockets Adding a View for Photo Display Views Writing a Web Handler that Uses Web Adding a View for New Photos Implementing an Exception HandlingSockets Creating and Using a Partial View StrategyBuilding a Chat Room in the Photo Sharing Adding a Home View and Testing the Performing Unit TestsApplication Views Configuring Exception Handling Deploying MVC 4 Applications Implementing an Exception Handling Configuring RoutesDeploying an Application to Windows Azure Strategy Creating a Navigation StructureTesting the Completed Application Performing Unit Tests Using the Routing Engine

Configuring Exception Handling Building Navigation Controls Configuring Routes Applying CSS to an MVC Application

line Creating a Navigation Structure Creating an Adaptive User InterfaceOverview of ASP.NET 4.5 Using the Routing Engine Using Template ViewsIntroduction to ASP.NET MVC 4 Building Navigation Controls Applying a Consistent Look and Feel to anExploring a Photo Sharing Application Applying CSS to an MVC Application MVC ApplicationExploring a Web Pages Application Creating an Adaptive User Interface Adapting Webpages for Different BrowsersExploring a Web Forms Application Using Template Views Implementing a Caching StrategyExploring an MVC Application Applying a Consistent Look and Feel to Using Partial Page UpdatesDesigning Models, Controllers, and Views an MVC Application Configuring ASP.NET Caches Planning Models Adapting Webpages for Different Using jQuery and jQueryUIPlanning Controllers Browsers Using jQuery to Respond to UsersPlanning Views Implementing a Caching Strategy Using jQueryUI to Build a User Interface Architecting an MVC Application Using Partial Page Updates Assigning Roles and MembershipWorking with Data Configuring ASP.NET Caches Configuring AuthenticationCreating an MVC Project and Adding a Using jQuery and jQueryUI Controlling Access to ResourcesModel Using jQuery to Respond to Users Providing User Account Facilities Creating a New SQL Azure Database in Using jQueryUI to Build a User Interface State ManagementVisual Studio Assigning Roles and Membership Storing User PreferencesAdding Properties and Methods to MVC Configuring Authentication Using User Preferences in the PhotoModels Controlling Access to Resources Gallery Using Display and Edit Annotations in MVC Providing User Account Facilities Designing and Writing Windows AzureModels State Management ServicesWriting Action Filters Storing User Preferences Consuming Windows Azure Services in aAdding an MVC Controller and Writing the Using User Preferences in the Photo Web ApplicationActions Gallery Creating and Coding a Windows AzureWriting the Action Filters in a Controller Designing and Writing Windows Azure ServiceUsing the Photo Controller Services Consuming Data from a Windows AzureUsing HTML Helpers Consuming Windows Azure Services in a Service Reusing Code in Views Web Application Calling a Web API from Mobile and WebAdding a View for Photo Display Creating and Coding a Windows Azure ApplicationsAdding a View for New Photos Service Developing a Web API in MVC 4Creating and Using a Partial View Consuming Data from a Windows Azure Adding Routes and Controllers to HandleAdding a Home View and Testing the Views Service REST Requests

Page 19: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Implementing an Exception Handling Calling a Web API from Mobile and Web Calling RESTful services from Client-SideStrategy Applications Code Performing Unit Tests Developing a Web API in MVC 4 Using Web SocketsConfiguring Exception Handling Adding Routes and Controllers to Handle Writing a Web Handler that Uses WebConfiguring Routes REST Requests SocketsCreating a Navigation Structure Calling RESTful services from Client-Side Building a Chat Room in the Photo SharingUsing the Routing Engine Code Application Building Navigation Controls Using Web Sockets Deploying MVC 4 ApplicationsApplying CSS to an MVC Application Writing a Web Handler that Uses Web Deploying an Application to WindowsCreating an Adaptive User Interface Sockets AzureUsing Template Views Building a Chat Room in the Photo Testing the Completed ApplicationApplying a Consistent Look and Feel to an Sharing Application MVC Application Deploying MVC 4 ApplicationsAdapting Webpages for Different Browsers Deploying an Application to Windows lineImplementing a Caching Strategy Azure Overview of ASP.NET 4.5Using Partial Page Updates Testing the Completed Application Introduction to ASP.NET MVC 4Configuring ASP.NET Caches Exploring a Photo Sharing ApplicationUsing jQuery and jQueryUI Exploring a Web Pages ApplicationUsing jQuery to Respond to Users line Exploring a Web Forms ApplicationUsing jQueryUI to Build a User Interface Overview of ASP.NET 4.5 Exploring an MVC Application Assigning Roles and Membership Introduction to ASP.NET MVC 4 Designing Models, Controllers, and ViewsConfiguring Authentication Exploring a Photo Sharing Application Planning ModelsControlling Access to Resources Exploring a Web Pages Application Planning ControllersProviding User Account Facilities Exploring a Web Forms Application Planning ViewsState Management Exploring an MVC Application Architecting an MVC Application Storing User Preferences Designing Models, Controllers, and Views Working with DataUsing User Preferences in the Photo Gallery Planning Models Creating an MVC Project and Adding aDesigning and Writing Windows Azure Planning Controllers ModelServices Planning Views Creating a New SQL Azure Database inConsuming Windows Azure Services in a Architecting an MVC Application Visual StudioWeb Application Working with Data Adding Properties and Methods to MVCCreating and Coding a Windows Azure Creating an MVC Project and Adding a ModelsService Model Using Display and Edit Annotations inConsuming Data from a Windows Azure Creating a New SQL Azure Database in MVC Models Service Visual Studio Writing Action FiltersCalling a Web API from Mobile and Web Adding Properties and Methods to MVC Adding an MVC Controller and Writing theApplications Models ActionsDeveloping a Web API in MVC 4 Using Display and Edit Annotations in Writing the Action Filters in a ControllerAdding Routes and Controllers to Handle MVC Models Using the Photo Controller REST Requests Writing Action Filters Using HTML HelpersCalling RESTful services from Client-Side Adding an MVC Controller and Writing Reusing Code in ViewsCode the Actions Adding a View for Photo DisplayUsing Web Sockets Writing the Action Filters in a Controller Adding a View for New PhotosWriting a Web Handler that Uses Web Using the Photo Controller Creating and Using a Partial ViewSockets Using HTML Helpers Adding a Home View and Testing theBuilding a Chat Room in the Photo Sharing Reusing Code in Views Views Application Adding a View for Photo Display Implementing an Exception HandlingDeploying MVC 4 Applications Adding a View for New Photos StrategyDeploying an Application to Windows Azure Creating and Using a Partial View Performing Unit TestsTesting the Completed Application Adding a Home View and Testing the Configuring Exception Handling

Views Configuring RoutesImplementing an Exception Handling Creating a Navigation Structure

line Strategy Using the Routing EngineOverview of ASP.NET 4.5 Performing Unit Tests Building Navigation Controls Introduction to ASP.NET MVC 4 Configuring Exception Handling Applying CSS to an MVC ApplicationExploring a Photo Sharing Application Configuring Routes Creating an Adaptive User InterfaceExploring a Web Pages Application Creating a Navigation Structure Using Template ViewsExploring a Web Forms Application Using the Routing Engine Applying a Consistent Look and Feel to anExploring an MVC Application Building Navigation Controls MVC ApplicationDesigning Models, Controllers, and Views Applying CSS to an MVC Application Adapting Webpages for Different BrowsersPlanning Models Creating an Adaptive User Interface Implementing a Caching StrategyPlanning Controllers Using Template Views Using Partial Page UpdatesPlanning Views Applying a Consistent Look and Feel to Configuring ASP.NET Caches Architecting an MVC Application an MVC Application Using jQuery and jQueryUIWorking with Data Adapting Webpages for Different Using jQuery to Respond to UsersCreating an MVC Project and Adding a Browsers Using jQueryUI to Build a User Interface

Page 20: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Model Implementing a Caching Strategy Assigning Roles and MembershipCreating a New SQL Azure Database in Using Partial Page Updates Configuring AuthenticationVisual Studio Configuring ASP.NET Caches Controlling Access to ResourcesAdding Properties and Methods to MVC Using jQuery and jQueryUI Providing User Account Facilities Models Using jQuery to Respond to Users State ManagementUsing Display and Edit Annotations in MVC Using jQueryUI to Build a User Interface Storing User PreferencesModels Assigning Roles and Membership Using User Preferences in the PhotoWriting Action Filters Configuring Authentication Gallery Adding an MVC Controller and Writing the Controlling Access to Resources Designing and Writing Windows AzureActions Providing User Account Facilities ServicesWriting the Action Filters in a Controller State Management Consuming Windows Azure Services in aUsing the Photo Controller Storing User Preferences Web ApplicationUsing HTML Helpers Using User Preferences in the Photo Creating and Coding a Windows AzureReusing Code in Views Gallery ServiceAdding a View for Photo Display Designing and Writing Windows Azure Consuming Data from a Windows AzureAdding a View for New Photos Services Service Creating and Using a Partial View Consuming Windows Azure Services in a Calling a Web API from Mobile and WebAdding a Home View and Testing the Views Web Application ApplicationsImplementing an Exception Handling Creating and Coding a Windows Azure Developing a Web API in MVC 4Strategy Service Adding Routes and Controllers to HandlePerforming Unit Tests Consuming Data from a Windows Azure REST RequestsConfiguring Exception Handling Service Calling RESTful services from Client-SideConfiguring Routes Calling a Web API from Mobile and Web Code Creating a Navigation Structure Applications Using Web SocketsUsing the Routing Engine Developing a Web API in MVC 4 Writing a Web Handler that Uses WebBuilding Navigation Controls Adding Routes and Controllers to Handle SocketsApplying CSS to an MVC Application REST Requests Building a Chat Room in the Photo SharingCreating an Adaptive User Interface Calling RESTful services from Client-Side Application Using Template Views Code Deploying MVC 4 ApplicationsApplying a Consistent Look and Feel to an Using Web Sockets Deploying an Application to WindowsMVC Application Writing a Web Handler that Uses Web AzureAdapting Webpages for Different Browsers Sockets Testing the Completed ApplicationImplementing a Caching Strategy Building a Chat Room in the PhotoUsing Partial Page Updates Sharing Application Configuring ASP.NET Caches Deploying MVC 4 Applications lineUsing jQuery and jQueryUI Deploying an Application to Windows Overview of ASP.NET 4.5Using jQuery to Respond to Users Azure Introduction to ASP.NET MVC 4Using jQueryUI to Build a User Interface Testing the Completed Application Exploring a Photo Sharing ApplicationAssigning Roles and Membership Exploring a Web Pages ApplicationConfiguring Authentication Exploring a Web Forms ApplicationControlling Access to Resources line Exploring an MVC Application Providing User Account Facilities Overview of ASP.NET 4.5 Designing Models, Controllers, and ViewsState Management Introduction to ASP.NET MVC 4 Planning ModelsStoring User Preferences Exploring a Photo Sharing Application Planning ControllersUsing User Preferences in the Photo Gallery Exploring a Web Pages Application Planning ViewsDesigning and Writing Windows Azure Exploring a Web Forms Application Architecting an MVC Application Services Exploring an MVC Application Working with DataConsuming Windows Azure Services in a Designing Models, Controllers, and Views Creating an MVC Project and Adding aWeb Application Planning Models ModelCreating and Coding a Windows Azure Planning Controllers Creating a New SQL Azure Database inService Planning Views Visual StudioConsuming Data from a Windows Azure Architecting an MVC Application Adding Properties and Methods to MVCService Working with Data ModelsCalling a Web API from Mobile and Web Creating an MVC Project and Adding a Using Display and Edit Annotations inApplications Model MVC Models Developing a Web API in MVC 4 Creating a New SQL Azure Database in Writing Action FiltersAdding Routes and Controllers to Handle Visual Studio Adding an MVC Controller and Writing theREST Requests Adding Properties and Methods to MVC ActionsCalling RESTful services from Client-Side Models Writing the Action Filters in a ControllerCode Using Display and Edit Annotations in Using the Photo Controller Using Web Sockets MVC Models Using HTML HelpersWriting a Web Handler that Uses Web Writing Action Filters Reusing Code in ViewsSockets Adding an MVC Controller and Writing Adding a View for Photo DisplayBuilding a Chat Room in the Photo Sharing the Actions Adding a View for New PhotosApplication Writing the Action Filters in a Controller Creating and Using a Partial ViewDeploying MVC 4 Applications Using the Photo Controller Adding a Home View and Testing the

Page 21: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Deploying an Application to Windows Azure Using HTML Helpers Views Testing the Completed Application Reusing Code in Views Implementing an Exception Handling

Adding a View for Photo Display StrategyAdding a View for New Photos Performing Unit Tests

line Creating and Using a Partial View Configuring Exception Handling Overview of ASP.NET 4.5 Adding a Home View and Testing the Configuring RoutesIntroduction to ASP.NET MVC 4 Views Creating a Navigation StructureExploring a Photo Sharing Application Implementing an Exception Handling Using the Routing EngineExploring a Web Pages Application Strategy Building Navigation Controls Exploring a Web Forms Application Performing Unit Tests Applying CSS to an MVC ApplicationExploring an MVC Application Configuring Exception Handling Creating an Adaptive User InterfaceDesigning Models, Controllers, and Views Configuring Routes Using Template ViewsPlanning Models Creating a Navigation Structure Applying a Consistent Look and Feel to anPlanning Controllers Using the Routing Engine MVC ApplicationPlanning Views Building Navigation Controls Adapting Webpages for Different BrowsersArchitecting an MVC Application Applying CSS to an MVC Application Implementing a Caching StrategyWorking with Data Creating an Adaptive User Interface Using Partial Page UpdatesCreating an MVC Project and Adding a Using Template Views Configuring ASP.NET Caches Model Applying a Consistent Look and Feel to Using jQuery and jQueryUICreating a New SQL Azure Database in an MVC Application Using jQuery to Respond to UsersVisual Studio Adapting Webpages for Different Using jQueryUI to Build a User Interface Adding Properties and Methods to MVC Browsers Assigning Roles and MembershipModels Implementing a Caching Strategy Configuring AuthenticationUsing Display and Edit Annotations in MVC Using Partial Page Updates Controlling Access to ResourcesModels Configuring ASP.NET Caches Providing User Account Facilities Writing Action Filters Using jQuery and jQueryUI State ManagementAdding an MVC Controller and Writing the Using jQuery to Respond to Users Storing User PreferencesActions Using jQueryUI to Build a User Interface Using User Preferences in the PhotoWriting the Action Filters in a Controller Assigning Roles and Membership Gallery Using the Photo Controller Configuring Authentication Designing and Writing Windows AzureUsing HTML Helpers Controlling Access to Resources ServicesReusing Code in Views Providing User Account Facilities Consuming Windows Azure Services in aAdding a View for Photo Display State Management Web ApplicationAdding a View for New Photos Storing User Preferences Creating and Coding a Windows AzureCreating and Using a Partial View Using User Preferences in the Photo ServiceAdding a Home View and Testing the Views Gallery Consuming Data from a Windows AzureImplementing an Exception Handling Designing and Writing Windows Azure Service Strategy Services Calling a Web API from Mobile and WebPerforming Unit Tests Consuming Windows Azure Services in a ApplicationsConfiguring Exception Handling Web Application Developing a Web API in MVC 4Configuring Routes Creating and Coding a Windows Azure Adding Routes and Controllers to HandleCreating a Navigation Structure Service REST RequestsUsing the Routing Engine Consuming Data from a Windows Azure Calling RESTful services from Client-SideBuilding Navigation Controls Service Code Applying CSS to an MVC Application Calling a Web API from Mobile and Web Using Web SocketsCreating an Adaptive User Interface Applications Writing a Web Handler that Uses WebUsing Template Views Developing a Web API in MVC 4 SocketsApplying a Consistent Look and Feel to an Adding Routes and Controllers to Handle Building a Chat Room in the Photo SharingMVC Application REST Requests Application Adapting Webpages for Different Browsers Calling RESTful services from Client-Side Deploying MVC 4 ApplicationsImplementing a Caching Strategy Code Deploying an Application to WindowsUsing Partial Page Updates Using Web Sockets AzureConfiguring ASP.NET Caches Writing a Web Handler that Uses Web Testing the Completed ApplicationUsing jQuery and jQueryUI SocketsUsing jQuery to Respond to Users Building a Chat Room in the PhotoUsing jQueryUI to Build a User Interface Sharing Application lineAssigning Roles and Membership Deploying MVC 4 Applications Overview of ASP.NET 4.5Configuring Authentication Deploying an Application to Windows Introduction to ASP.NET MVC 4Controlling Access to Resources Azure Exploring a Photo Sharing ApplicationProviding User Account Facilities Testing the Completed Application Exploring a Web Pages ApplicationState Management Exploring a Web Forms ApplicationStoring User Preferences Exploring an MVC Application Using User Preferences in the Photo Gallery line Designing Models, Controllers, and ViewsDesigning and Writing Windows Azure Overview of ASP.NET 4.5 Planning ModelsServices Introduction to ASP.NET MVC 4 Planning ControllersConsuming Windows Azure Services in a Exploring a Photo Sharing Application Planning Views

Page 22: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Web Application Exploring a Web Pages Application Architecting an MVC Application Creating and Coding a Windows Azure Exploring a Web Forms Application Working with DataService Exploring an MVC Application Creating an MVC Project and Adding aConsuming Data from a Windows Azure Designing Models, Controllers, and Views ModelService Planning Models Creating a New SQL Azure Database inCalling a Web API from Mobile and Web Planning Controllers Visual StudioApplications Planning Views Adding Properties and Methods to MVCDeveloping a Web API in MVC 4 Architecting an MVC Application ModelsAdding Routes and Controllers to Handle Working with Data Using Display and Edit Annotations inREST Requests Creating an MVC Project and Adding a MVC Models Calling RESTful services from Client-Side Model Writing Action FiltersCode Creating a New SQL Azure Database in Adding an MVC Controller and Writing theUsing Web Sockets Visual Studio ActionsWriting a Web Handler that Uses Web Adding Properties and Methods to MVC Writing the Action Filters in a ControllerSockets Models Using the Photo Controller Building a Chat Room in the Photo Sharing Using Display and Edit Annotations in Using HTML HelpersApplication MVC Models Reusing Code in ViewsDeploying MVC 4 Applications Writing Action Filters Adding a View for Photo DisplayDeploying an Application to Windows Azure Adding an MVC Controller and Writing Adding a View for New PhotosTesting the Completed Application the Actions Creating and Using a Partial View

Writing the Action Filters in a Controller Adding a Home View and Testing theUsing the Photo Controller Views

line Using HTML Helpers Implementing an Exception HandlingOverview of ASP.NET 4.5 Reusing Code in Views StrategyIntroduction to ASP.NET MVC 4 Adding a View for Photo Display Performing Unit TestsExploring a Photo Sharing Application Adding a View for New Photos Configuring Exception Handling Exploring a Web Pages Application Creating and Using a Partial View Configuring RoutesExploring a Web Forms Application Adding a Home View and Testing the Creating a Navigation StructureExploring an MVC Application Views Using the Routing EngineDesigning Models, Controllers, and Views Implementing an Exception Handling Building Navigation Controls Planning Models Strategy Applying CSS to an MVC ApplicationPlanning Controllers Performing Unit Tests Creating an Adaptive User InterfacePlanning Views Configuring Exception Handling Using Template ViewsArchitecting an MVC Application Configuring Routes Applying a Consistent Look and Feel to anWorking with Data Creating a Navigation Structure MVC ApplicationCreating an MVC Project and Adding a Using the Routing Engine Adapting Webpages for Different BrowsersModel Building Navigation Controls Implementing a Caching StrategyCreating a New SQL Azure Database in Applying CSS to an MVC Application Using Partial Page UpdatesVisual Studio Creating an Adaptive User Interface Configuring ASP.NET Caches Adding Properties and Methods to MVC Using Template Views Using jQuery and jQueryUIModels Applying a Consistent Look and Feel to Using jQuery to Respond to UsersUsing Display and Edit Annotations in MVC an MVC Application Using jQueryUI to Build a User Interface Models Adapting Webpages for Different Assigning Roles and MembershipWriting Action Filters Browsers Configuring AuthenticationAdding an MVC Controller and Writing the Implementing a Caching Strategy Controlling Access to ResourcesActions Using Partial Page Updates Providing User Account Facilities Writing the Action Filters in a Controller Configuring ASP.NET Caches State ManagementUsing the Photo Controller Using jQuery and jQueryUI Storing User PreferencesUsing HTML Helpers Using jQuery to Respond to Users Using User Preferences in the PhotoReusing Code in Views Using jQueryUI to Build a User Interface Gallery Adding a View for Photo Display Assigning Roles and Membership Designing and Writing Windows AzureAdding a View for New Photos Configuring Authentication ServicesCreating and Using a Partial View Controlling Access to Resources Consuming Windows Azure Services in aAdding a Home View and Testing the Views Providing User Account Facilities Web ApplicationImplementing an Exception Handling State Management Creating and Coding a Windows AzureStrategy Storing User Preferences ServicePerforming Unit Tests Using User Preferences in the Photo Consuming Data from a Windows AzureConfiguring Exception Handling Gallery Service Configuring Routes Designing and Writing Windows Azure Calling a Web API from Mobile and WebCreating a Navigation Structure Services ApplicationsUsing the Routing Engine Consuming Windows Azure Services in a Developing a Web API in MVC 4Building Navigation Controls Web Application Adding Routes and Controllers to HandleApplying CSS to an MVC Application Creating and Coding a Windows Azure REST RequestsCreating an Adaptive User Interface Service Calling RESTful services from Client-SideUsing Template Views Consuming Data from a Windows Azure Code Applying a Consistent Look and Feel to an Service Using Web Sockets

Page 23: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

MVC Application Calling a Web API from Mobile and Web Writing a Web Handler that Uses WebAdapting Webpages for Different Browsers Applications SocketsImplementing a Caching Strategy Developing a Web API in MVC 4 Building a Chat Room in the Photo SharingUsing Partial Page Updates Adding Routes and Controllers to Handle Application Configuring ASP.NET Caches REST Requests Deploying MVC 4 ApplicationsUsing jQuery and jQueryUI Calling RESTful services from Client-Side Deploying an Application to WindowsUsing jQuery to Respond to Users Code AzureUsing jQueryUI to Build a User Interface Using Web Sockets Testing the Completed ApplicationAssigning Roles and Membership Writing a Web Handler that Uses WebConfiguring Authentication Sockets Module 15: Handling Requests in ASP.NETControlling Access to Resources Building a Chat Room in the Photo MVC 4 Web ApplicationsProviding User Account Facilities Sharing Application lineState Management Deploying MVC 4 Applications Using HTTP Modules and HTTP HandlersStoring User Preferences Deploying an Application to WindowsUsing User Preferences in the Photo Gallery AzureDesigning and Writing Windows Azure Testing the Completed Application lineServices Overview of ASP.NET 4.5Consuming Windows Azure Services in a Introduction to ASP.NET MVC 4Web Application line Exploring a Photo Sharing ApplicationCreating and Coding a Windows Azure Overview of ASP.NET 4.5 Exploring a Web Pages ApplicationService Introduction to ASP.NET MVC 4 Exploring a Web Forms ApplicationConsuming Data from a Windows Azure Exploring a Photo Sharing Application Exploring an MVC Application Service Exploring a Web Pages Application Designing Models, Controllers, and ViewsCalling a Web API from Mobile and Web Exploring a Web Forms Application Planning ModelsApplications Exploring an MVC Application Planning ControllersDeveloping a Web API in MVC 4 Designing Models, Controllers, and Views Planning ViewsAdding Routes and Controllers to Handle Planning Models Architecting an MVC Application REST Requests Planning Controllers Working with DataCalling RESTful services from Client-Side Planning Views Creating an MVC Project and Adding aCode Architecting an MVC Application ModelUsing Web Sockets Working with Data Creating a New SQL Azure Database inWriting a Web Handler that Uses Web Creating an MVC Project and Adding a Visual StudioSockets Model Adding Properties and Methods to MVCBuilding a Chat Room in the Photo Sharing Creating a New SQL Azure Database in ModelsApplication Visual Studio Using Display and Edit Annotations inDeploying MVC 4 Applications Adding Properties and Methods to MVC MVC Models Deploying an Application to Windows Azure Models Writing Action FiltersTesting the Completed Application Using Display and Edit Annotations in Adding an MVC Controller and Writing the

MVC Models ActionsModule 4: Developing ASP.NET MVC 4 Writing Action Filters Writing the Action Filters in a ControllerControllers Adding an MVC Controller and Writing Using the Photo Controller line the Actions Using HTML Helpers

Writing Controllers and Actions Writing the Action Filters in a Controller Reusing Code in ViewsUsing the Photo Controller Adding a View for Photo DisplayUsing HTML Helpers Adding a View for New Photos

line Reusing Code in Views Creating and Using a Partial ViewOverview of ASP.NET 4.5 Adding a View for Photo Display Adding a Home View and Testing theIntroduction to ASP.NET MVC 4 Adding a View for New Photos Views Exploring a Photo Sharing Application Creating and Using a Partial View Implementing an Exception HandlingExploring a Web Pages Application Adding a Home View and Testing the StrategyExploring a Web Forms Application Views Performing Unit TestsExploring an MVC Application Implementing an Exception Handling Configuring Exception Handling Designing Models, Controllers, and Views Strategy Configuring RoutesPlanning Models Performing Unit Tests Creating a Navigation StructurePlanning Controllers Configuring Exception Handling Using the Routing EnginePlanning Views Configuring Routes Building Navigation Controls Architecting an MVC Application Creating a Navigation Structure Applying CSS to an MVC ApplicationWorking with Data Using the Routing Engine Creating an Adaptive User InterfaceCreating an MVC Project and Adding a Building Navigation Controls Using Template ViewsModel Applying CSS to an MVC Application Applying a Consistent Look and Feel to anCreating a New SQL Azure Database in Creating an Adaptive User Interface MVC ApplicationVisual Studio Using Template Views Adapting Webpages for Different BrowsersAdding Properties and Methods to MVC Applying a Consistent Look and Feel to Implementing a Caching StrategyModels an MVC Application Using Partial Page UpdatesUsing Display and Edit Annotations in MVC Adapting Webpages for Different Configuring ASP.NET Caches Models Browsers Using jQuery and jQueryUI

Page 24: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Writing Action Filters Implementing a Caching Strategy Using jQuery to Respond to UsersAdding an MVC Controller and Writing the Using Partial Page Updates Using jQueryUI to Build a User Interface Actions Configuring ASP.NET Caches Assigning Roles and MembershipWriting the Action Filters in a Controller Using jQuery and jQueryUI Configuring AuthenticationUsing the Photo Controller Using jQuery to Respond to Users Controlling Access to ResourcesUsing HTML Helpers Using jQueryUI to Build a User Interface Providing User Account Facilities Reusing Code in Views Assigning Roles and Membership State ManagementAdding a View for Photo Display Configuring Authentication Storing User PreferencesAdding a View for New Photos Controlling Access to Resources Using User Preferences in the PhotoCreating and Using a Partial View Providing User Account Facilities Gallery Adding a Home View and Testing the Views State Management Designing and Writing Windows AzureImplementing an Exception Handling Storing User Preferences ServicesStrategy Using User Preferences in the Photo Consuming Windows Azure Services in aPerforming Unit Tests Gallery Web ApplicationConfiguring Exception Handling Designing and Writing Windows Azure Creating and Coding a Windows AzureConfiguring Routes Services ServiceCreating a Navigation Structure Consuming Windows Azure Services in a Consuming Data from a Windows AzureUsing the Routing Engine Web Application Service Building Navigation Controls Creating and Coding a Windows Azure Calling a Web API from Mobile and WebApplying CSS to an MVC Application Service ApplicationsCreating an Adaptive User Interface Consuming Data from a Windows Azure Developing a Web API in MVC 4Using Template Views Service Adding Routes and Controllers to HandleApplying a Consistent Look and Feel to an Calling a Web API from Mobile and Web REST RequestsMVC Application Applications Calling RESTful services from Client-SideAdapting Webpages for Different Browsers Developing a Web API in MVC 4 Code Implementing a Caching Strategy Adding Routes and Controllers to Handle Using Web SocketsUsing Partial Page Updates REST Requests Writing a Web Handler that Uses WebConfiguring ASP.NET Caches Calling RESTful services from Client-Side SocketsUsing jQuery and jQueryUI Code Building a Chat Room in the Photo SharingUsing jQuery to Respond to Users Using Web Sockets Application Using jQueryUI to Build a User Interface Writing a Web Handler that Uses Web Deploying MVC 4 ApplicationsAssigning Roles and Membership Sockets Deploying an Application to WindowsConfiguring Authentication Building a Chat Room in the Photo AzureControlling Access to Resources Sharing Application Testing the Completed ApplicationProviding User Account Facilities Deploying MVC 4 ApplicationsState Management Deploying an Application to WindowsStoring User Preferences Azure lineUsing User Preferences in the Photo Gallery Testing the Completed Application Overview of ASP.NET 4.5Designing and Writing Windows Azure Introduction to ASP.NET MVC 4Services Module 9: Building Responsive Pages in Exploring a Photo Sharing ApplicationConsuming Windows Azure Services in a ASP.NET MVC 4 Web Applications Exploring a Web Pages ApplicationWeb Application line Exploring a Web Forms ApplicationCreating and Coding a Windows Azure Using AJAX and Partial Page Updates Exploring an MVC Application Service Designing Models, Controllers, and ViewsConsuming Data from a Windows Azure Planning ModelsService line Planning ControllersCalling a Web API from Mobile and Web Overview of ASP.NET 4.5 Planning ViewsApplications Introduction to ASP.NET MVC 4 Architecting an MVC Application Developing a Web API in MVC 4 Exploring a Photo Sharing Application Working with DataAdding Routes and Controllers to Handle Exploring a Web Pages Application Creating an MVC Project and Adding aREST Requests Exploring a Web Forms Application ModelCalling RESTful services from Client-Side Exploring an MVC Application Creating a New SQL Azure Database inCode Designing Models, Controllers, and Views Visual StudioUsing Web Sockets Planning Models Adding Properties and Methods to MVCWriting a Web Handler that Uses Web Planning Controllers ModelsSockets Planning Views Using Display and Edit Annotations inBuilding a Chat Room in the Photo Sharing Architecting an MVC Application MVC Models Application Working with Data Writing Action FiltersDeploying MVC 4 Applications Creating an MVC Project and Adding a Adding an MVC Controller and Writing theDeploying an Application to Windows Azure Model ActionsTesting the Completed Application Creating a New SQL Azure Database in Writing the Action Filters in a Controller

Visual Studio Using the Photo Controller Adding Properties and Methods to MVC Using HTML Helpers

line Models Reusing Code in ViewsOverview of ASP.NET 4.5 Using Display and Edit Annotations in Adding a View for Photo DisplayIntroduction to ASP.NET MVC 4 MVC Models Adding a View for New Photos

Page 25: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Exploring a Photo Sharing Application Writing Action Filters Creating and Using a Partial ViewExploring a Web Pages Application Adding an MVC Controller and Writing Adding a Home View and Testing theExploring a Web Forms Application the Actions Views Exploring an MVC Application Writing the Action Filters in a Controller Implementing an Exception HandlingDesigning Models, Controllers, and Views Using the Photo Controller StrategyPlanning Models Using HTML Helpers Performing Unit TestsPlanning Controllers Reusing Code in Views Configuring Exception Handling Planning Views Adding a View for Photo Display Configuring RoutesArchitecting an MVC Application Adding a View for New Photos Creating a Navigation StructureWorking with Data Creating and Using a Partial View Using the Routing EngineCreating an MVC Project and Adding a Adding a Home View and Testing the Building Navigation Controls Model Views Applying CSS to an MVC ApplicationCreating a New SQL Azure Database in Implementing an Exception Handling Creating an Adaptive User InterfaceVisual Studio Strategy Using Template ViewsAdding Properties and Methods to MVC Performing Unit Tests Applying a Consistent Look and Feel to anModels Configuring Exception Handling MVC ApplicationUsing Display and Edit Annotations in MVC Configuring Routes Adapting Webpages for Different BrowsersModels Creating a Navigation Structure Implementing a Caching StrategyWriting Action Filters Using the Routing Engine Using Partial Page UpdatesAdding an MVC Controller and Writing the Building Navigation Controls Configuring ASP.NET Caches Actions Applying CSS to an MVC Application Using jQuery and jQueryUIWriting the Action Filters in a Controller Creating an Adaptive User Interface Using jQuery to Respond to UsersUsing the Photo Controller Using Template Views Using jQueryUI to Build a User Interface Using HTML Helpers Applying a Consistent Look and Feel to Assigning Roles and MembershipReusing Code in Views an MVC Application Configuring AuthenticationAdding a View for Photo Display Adapting Webpages for Different Controlling Access to ResourcesAdding a View for New Photos Browsers Providing User Account Facilities Creating and Using a Partial View Implementing a Caching Strategy State ManagementAdding a Home View and Testing the Views Using Partial Page Updates Storing User PreferencesImplementing an Exception Handling Configuring ASP.NET Caches Using User Preferences in the PhotoStrategy Using jQuery and jQueryUI Gallery Performing Unit Tests Using jQuery to Respond to Users Designing and Writing Windows AzureConfiguring Exception Handling Using jQueryUI to Build a User Interface ServicesConfiguring Routes Assigning Roles and Membership Consuming Windows Azure Services in aCreating a Navigation Structure Configuring Authentication Web ApplicationUsing the Routing Engine Controlling Access to Resources Creating and Coding a Windows AzureBuilding Navigation Controls Providing User Account Facilities ServiceApplying CSS to an MVC Application State Management Consuming Data from a Windows AzureCreating an Adaptive User Interface Storing User Preferences Service Using Template Views Using User Preferences in the Photo Calling a Web API from Mobile and WebApplying a Consistent Look and Feel to an Gallery ApplicationsMVC Application Designing and Writing Windows Azure Developing a Web API in MVC 4Adapting Webpages for Different Browsers Services Adding Routes and Controllers to HandleImplementing a Caching Strategy Consuming Windows Azure Services in a REST RequestsUsing Partial Page Updates Web Application Calling RESTful services from Client-SideConfiguring ASP.NET Caches Creating and Coding a Windows Azure Code Using jQuery and jQueryUI Service Using Web SocketsUsing jQuery to Respond to Users Consuming Data from a Windows Azure Writing a Web Handler that Uses WebUsing jQueryUI to Build a User Interface Service SocketsAssigning Roles and Membership Calling a Web API from Mobile and Web Building a Chat Room in the Photo SharingConfiguring Authentication Applications Application Controlling Access to Resources Developing a Web API in MVC 4 Deploying MVC 4 ApplicationsProviding User Account Facilities Adding Routes and Controllers to Handle Deploying an Application to WindowsState Management REST Requests AzureStoring User Preferences Calling RESTful services from Client-Side Testing the Completed ApplicationUsing User Preferences in the Photo Gallery Code Designing and Writing Windows Azure Using Web SocketsServices Writing a Web Handler that Uses Web lineConsuming Windows Azure Services in a Sockets Overview of ASP.NET 4.5Web Application Building a Chat Room in the Photo Introduction to ASP.NET MVC 4Creating and Coding a Windows Azure Sharing Application Exploring a Photo Sharing ApplicationService Deploying MVC 4 Applications Exploring a Web Pages ApplicationConsuming Data from a Windows Azure Deploying an Application to Windows Exploring a Web Forms ApplicationService Azure Exploring an MVC Application Calling a Web API from Mobile and Web Testing the Completed Application Designing Models, Controllers, and ViewsApplications Planning Models

Page 26: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Developing a Web API in MVC 4 Planning ControllersAdding Routes and Controllers to Handle line Planning ViewsREST Requests Overview of ASP.NET 4.5 Architecting an MVC Application Calling RESTful services from Client-Side Introduction to ASP.NET MVC 4 Working with DataCode Exploring a Photo Sharing Application Creating an MVC Project and Adding aUsing Web Sockets Exploring a Web Pages Application ModelWriting a Web Handler that Uses Web Exploring a Web Forms Application Creating a New SQL Azure Database inSockets Exploring an MVC Application Visual StudioBuilding a Chat Room in the Photo Sharing Designing Models, Controllers, and Views Adding Properties and Methods to MVCApplication Planning Models ModelsDeploying MVC 4 Applications Planning Controllers Using Display and Edit Annotations inDeploying an Application to Windows Azure Planning Views MVC Models Testing the Completed Application Architecting an MVC Application Writing Action Filters

Working with Data Adding an MVC Controller and Writing theCreating an MVC Project and Adding a Actions

line Model Writing the Action Filters in a ControllerOverview of ASP.NET 4.5 Creating a New SQL Azure Database in Using the Photo Controller Introduction to ASP.NET MVC 4 Visual Studio Using HTML HelpersExploring a Photo Sharing Application Adding Properties and Methods to MVC Reusing Code in ViewsExploring a Web Pages Application Models Adding a View for Photo DisplayExploring a Web Forms Application Using Display and Edit Annotations in Adding a View for New PhotosExploring an MVC Application MVC Models Creating and Using a Partial ViewDesigning Models, Controllers, and Views Writing Action Filters Adding a Home View and Testing thePlanning Models Adding an MVC Controller and Writing Views Planning Controllers the Actions Implementing an Exception HandlingPlanning Views Writing the Action Filters in a Controller StrategyArchitecting an MVC Application Using the Photo Controller Performing Unit TestsWorking with Data Using HTML Helpers Configuring Exception Handling Creating an MVC Project and Adding a Reusing Code in Views Configuring RoutesModel Adding a View for Photo Display Creating a Navigation StructureCreating a New SQL Azure Database in Adding a View for New Photos Using the Routing EngineVisual Studio Creating and Using a Partial View Building Navigation Controls Adding Properties and Methods to MVC Adding a Home View and Testing the Applying CSS to an MVC ApplicationModels Views Creating an Adaptive User InterfaceUsing Display and Edit Annotations in MVC Implementing an Exception Handling Using Template ViewsModels Strategy Applying a Consistent Look and Feel to anWriting Action Filters Performing Unit Tests MVC ApplicationAdding an MVC Controller and Writing the Configuring Exception Handling Adapting Webpages for Different BrowsersActions Configuring Routes Implementing a Caching StrategyWriting the Action Filters in a Controller Creating a Navigation Structure Using Partial Page UpdatesUsing the Photo Controller Using the Routing Engine Configuring ASP.NET Caches Using HTML Helpers Building Navigation Controls Using jQuery and jQueryUIReusing Code in Views Applying CSS to an MVC Application Using jQuery to Respond to UsersAdding a View for Photo Display Creating an Adaptive User Interface Using jQueryUI to Build a User Interface Adding a View for New Photos Using Template Views Assigning Roles and MembershipCreating and Using a Partial View Applying a Consistent Look and Feel to Configuring AuthenticationAdding a Home View and Testing the Views an MVC Application Controlling Access to ResourcesImplementing an Exception Handling Adapting Webpages for Different Providing User Account Facilities Strategy Browsers State ManagementPerforming Unit Tests Implementing a Caching Strategy Storing User PreferencesConfiguring Exception Handling Using Partial Page Updates Using User Preferences in the PhotoConfiguring Routes Configuring ASP.NET Caches Gallery Creating a Navigation Structure Using jQuery and jQueryUI Designing and Writing Windows AzureUsing the Routing Engine Using jQuery to Respond to Users ServicesBuilding Navigation Controls Using jQueryUI to Build a User Interface Consuming Windows Azure Services in aApplying CSS to an MVC Application Assigning Roles and Membership Web ApplicationCreating an Adaptive User Interface Configuring Authentication Creating and Coding a Windows AzureUsing Template Views Controlling Access to Resources ServiceApplying a Consistent Look and Feel to an Providing User Account Facilities Consuming Data from a Windows AzureMVC Application State Management Service Adapting Webpages for Different Browsers Storing User Preferences Calling a Web API from Mobile and WebImplementing a Caching Strategy Using User Preferences in the Photo ApplicationsUsing Partial Page Updates Gallery Developing a Web API in MVC 4Configuring ASP.NET Caches Designing and Writing Windows Azure Adding Routes and Controllers to HandleUsing jQuery and jQueryUI Services REST RequestsUsing jQuery to Respond to Users Consuming Windows Azure Services in a Calling RESTful services from Client-Side

Page 27: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Using jQueryUI to Build a User Interface Web Application Code Assigning Roles and Membership Creating and Coding a Windows Azure Using Web SocketsConfiguring Authentication Service Writing a Web Handler that Uses WebControlling Access to Resources Consuming Data from a Windows Azure SocketsProviding User Account Facilities Service Building a Chat Room in the Photo SharingState Management Calling a Web API from Mobile and Web Application Storing User Preferences Applications Deploying MVC 4 ApplicationsUsing User Preferences in the Photo Gallery Developing a Web API in MVC 4 Deploying an Application to WindowsDesigning and Writing Windows Azure Adding Routes and Controllers to Handle AzureServices REST Requests Testing the Completed ApplicationConsuming Windows Azure Services in a Calling RESTful services from Client-SideWeb Application Code Module 16: Deploying ASP.NET MVC 4 WebCreating and Coding a Windows Azure Using Web Sockets ApplicationsService Writing a Web Handler that Uses Web lineConsuming Data from a Windows Azure Sockets Deploying Web ApplicationsService Building a Chat Room in the PhotoCalling a Web API from Mobile and Web Sharing Application Applications Deploying MVC 4 Applications lineDeveloping a Web API in MVC 4 Deploying an Application to Windows Overview of ASP.NET 4.5Adding Routes and Controllers to Handle Azure Introduction to ASP.NET MVC 4REST Requests Testing the Completed Application Exploring a Photo Sharing ApplicationCalling RESTful services from Client-Side Exploring a Web Pages ApplicationCode Exploring a Web Forms ApplicationUsing Web Sockets line Exploring an MVC Application Writing a Web Handler that Uses Web Overview of ASP.NET 4.5 Designing Models, Controllers, and ViewsSockets Introduction to ASP.NET MVC 4 Planning ModelsBuilding a Chat Room in the Photo Sharing Exploring a Photo Sharing Application Planning ControllersApplication Exploring a Web Pages Application Planning ViewsDeploying MVC 4 Applications Exploring a Web Forms Application Architecting an MVC Application Deploying an Application to Windows Azure Exploring an MVC Application Working with DataTesting the Completed Application Designing Models, Controllers, and Views Creating an MVC Project and Adding a

Planning Models ModelPlanning Controllers Creating a New SQL Azure Database in

line Planning Views Visual StudioOverview of ASP.NET 4.5 Architecting an MVC Application Adding Properties and Methods to MVCIntroduction to ASP.NET MVC 4 Working with Data ModelsExploring a Photo Sharing Application Creating an MVC Project and Adding a Using Display and Edit Annotations inExploring a Web Pages Application Model MVC Models Exploring a Web Forms Application Creating a New SQL Azure Database in Writing Action FiltersExploring an MVC Application Visual Studio Adding an MVC Controller and Writing theDesigning Models, Controllers, and Views Adding Properties and Methods to MVC ActionsPlanning Models Models Writing the Action Filters in a ControllerPlanning Controllers Using Display and Edit Annotations in Using the Photo Controller Planning Views MVC Models Using HTML HelpersArchitecting an MVC Application Writing Action Filters Reusing Code in ViewsWorking with Data Adding an MVC Controller and Writing Adding a View for Photo DisplayCreating an MVC Project and Adding a the Actions Adding a View for New PhotosModel Writing the Action Filters in a Controller Creating and Using a Partial ViewCreating a New SQL Azure Database in Using the Photo Controller Adding a Home View and Testing theVisual Studio Using HTML Helpers Views Adding Properties and Methods to MVC Reusing Code in Views Implementing an Exception HandlingModels Adding a View for Photo Display StrategyUsing Display and Edit Annotations in MVC Adding a View for New Photos Performing Unit TestsModels Creating and Using a Partial View Configuring Exception Handling Writing Action Filters Adding a Home View and Testing the Configuring RoutesAdding an MVC Controller and Writing the Views Creating a Navigation StructureActions Implementing an Exception Handling Using the Routing EngineWriting the Action Filters in a Controller Strategy Building Navigation Controls Using the Photo Controller Performing Unit Tests Applying CSS to an MVC ApplicationUsing HTML Helpers Configuring Exception Handling Creating an Adaptive User InterfaceReusing Code in Views Configuring Routes Using Template ViewsAdding a View for Photo Display Creating a Navigation Structure Applying a Consistent Look and Feel to anAdding a View for New Photos Using the Routing Engine MVC ApplicationCreating and Using a Partial View Building Navigation Controls Adapting Webpages for Different BrowsersAdding a Home View and Testing the Views Applying CSS to an MVC Application Implementing a Caching StrategyImplementing an Exception Handling Creating an Adaptive User Interface Using Partial Page Updates

Page 28: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Strategy Using Template Views Configuring ASP.NET Caches Performing Unit Tests Applying a Consistent Look and Feel to Using jQuery and jQueryUIConfiguring Exception Handling an MVC Application Using jQuery to Respond to UsersConfiguring Routes Adapting Webpages for Different Using jQueryUI to Build a User Interface Creating a Navigation Structure Browsers Assigning Roles and MembershipUsing the Routing Engine Implementing a Caching Strategy Configuring AuthenticationBuilding Navigation Controls Using Partial Page Updates Controlling Access to ResourcesApplying CSS to an MVC Application Configuring ASP.NET Caches Providing User Account Facilities Creating an Adaptive User Interface Using jQuery and jQueryUI State ManagementUsing Template Views Using jQuery to Respond to Users Storing User PreferencesApplying a Consistent Look and Feel to an Using jQueryUI to Build a User Interface Using User Preferences in the PhotoMVC Application Assigning Roles and Membership Gallery Adapting Webpages for Different Browsers Configuring Authentication Designing and Writing Windows AzureImplementing a Caching Strategy Controlling Access to Resources ServicesUsing Partial Page Updates Providing User Account Facilities Consuming Windows Azure Services in aConfiguring ASP.NET Caches State Management Web ApplicationUsing jQuery and jQueryUI Storing User Preferences Creating and Coding a Windows AzureUsing jQuery to Respond to Users Using User Preferences in the Photo ServiceUsing jQueryUI to Build a User Interface Gallery Consuming Data from a Windows AzureAssigning Roles and Membership Designing and Writing Windows Azure Service Configuring Authentication Services Calling a Web API from Mobile and WebControlling Access to Resources Consuming Windows Azure Services in a ApplicationsProviding User Account Facilities Web Application Developing a Web API in MVC 4State Management Creating and Coding a Windows Azure Adding Routes and Controllers to HandleStoring User Preferences Service REST RequestsUsing User Preferences in the Photo Gallery Consuming Data from a Windows Azure Calling RESTful services from Client-SideDesigning and Writing Windows Azure Service Code Services Calling a Web API from Mobile and Web Using Web SocketsConsuming Windows Azure Services in a Applications Writing a Web Handler that Uses WebWeb Application Developing a Web API in MVC 4 SocketsCreating and Coding a Windows Azure Adding Routes and Controllers to Handle Building a Chat Room in the Photo SharingService REST Requests Application Consuming Data from a Windows Azure Calling RESTful services from Client-Side Deploying MVC 4 ApplicationsService Code Deploying an Application to WindowsCalling a Web API from Mobile and Web Using Web Sockets AzureApplications Writing a Web Handler that Uses Web Testing the Completed ApplicationDeveloping a Web API in MVC 4 SocketsAdding Routes and Controllers to Handle Building a Chat Room in the PhotoREST Requests Sharing Application lineCalling RESTful services from Client-Side Deploying MVC 4 Applications Overview of ASP.NET 4.5Code Deploying an Application to Windows Introduction to ASP.NET MVC 4Using Web Sockets Azure Exploring a Photo Sharing ApplicationWriting a Web Handler that Uses Web Testing the Completed Application Exploring a Web Pages ApplicationSockets Exploring a Web Forms ApplicationBuilding a Chat Room in the Photo Sharing Module 10: Using JavaScript and jQuery for Exploring an MVC Application Application Responsive MVC 4 Web Applications Designing Models, Controllers, and ViewsDeploying MVC 4 Applications line Planning ModelsDeploying an Application to Windows Azure Rendering and Running JavaScript Code Planning ControllersTesting the Completed Application Planning Views

Architecting an MVC Application Module 5: Developing ASP.NET MVC 4 Views line Working with Dataline Overview of ASP.NET 4.5 Creating an MVC Project and Adding a

Creating Views with Razor Syntax Introduction to ASP.NET MVC 4 ModelExploring a Photo Sharing Application Creating a New SQL Azure Database inExploring a Web Pages Application Visual Studio

line Exploring a Web Forms Application Adding Properties and Methods to MVCOverview of ASP.NET 4.5 Exploring an MVC Application ModelsIntroduction to ASP.NET MVC 4 Designing Models, Controllers, and Views Using Display and Edit Annotations inExploring a Photo Sharing Application Planning Models MVC Models Exploring a Web Pages Application Planning Controllers Writing Action FiltersExploring a Web Forms Application Planning Views Adding an MVC Controller and Writing theExploring an MVC Application Architecting an MVC Application ActionsDesigning Models, Controllers, and Views Working with Data Writing the Action Filters in a ControllerPlanning Models Creating an MVC Project and Adding a Using the Photo Controller Planning Controllers Model Using HTML HelpersPlanning Views Creating a New SQL Azure Database in Reusing Code in Views

Page 29: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Architecting an MVC Application Visual Studio Adding a View for Photo DisplayWorking with Data Adding Properties and Methods to MVC Adding a View for New PhotosCreating an MVC Project and Adding a Models Creating and Using a Partial ViewModel Using Display and Edit Annotations in Adding a Home View and Testing theCreating a New SQL Azure Database in MVC Models Views Visual Studio Writing Action Filters Implementing an Exception HandlingAdding Properties and Methods to MVC Adding an MVC Controller and Writing StrategyModels the Actions Performing Unit TestsUsing Display and Edit Annotations in MVC Writing the Action Filters in a Controller Configuring Exception Handling Models Using the Photo Controller Configuring RoutesWriting Action Filters Using HTML Helpers Creating a Navigation StructureAdding an MVC Controller and Writing the Reusing Code in Views Using the Routing EngineActions Adding a View for Photo Display Building Navigation Controls Writing the Action Filters in a Controller Adding a View for New Photos Applying CSS to an MVC ApplicationUsing the Photo Controller Creating and Using a Partial View Creating an Adaptive User InterfaceUsing HTML Helpers Adding a Home View and Testing the Using Template ViewsReusing Code in Views Views Applying a Consistent Look and Feel to anAdding a View for Photo Display Implementing an Exception Handling MVC ApplicationAdding a View for New Photos Strategy Adapting Webpages for Different BrowsersCreating and Using a Partial View Performing Unit Tests Implementing a Caching StrategyAdding a Home View and Testing the Views Configuring Exception Handling Using Partial Page UpdatesImplementing an Exception Handling Configuring Routes Configuring ASP.NET Caches Strategy Creating a Navigation Structure Using jQuery and jQueryUIPerforming Unit Tests Using the Routing Engine Using jQuery to Respond to UsersConfiguring Exception Handling Building Navigation Controls Using jQueryUI to Build a User Interface Configuring Routes Applying CSS to an MVC Application Assigning Roles and MembershipCreating a Navigation Structure Creating an Adaptive User Interface Configuring AuthenticationUsing the Routing Engine Using Template Views Controlling Access to ResourcesBuilding Navigation Controls Applying a Consistent Look and Feel to Providing User Account Facilities Applying CSS to an MVC Application an MVC Application State ManagementCreating an Adaptive User Interface Adapting Webpages for Different Storing User PreferencesUsing Template Views Browsers Using User Preferences in the PhotoApplying a Consistent Look and Feel to an Implementing a Caching Strategy Gallery MVC Application Using Partial Page Updates Designing and Writing Windows AzureAdapting Webpages for Different Browsers Configuring ASP.NET Caches ServicesImplementing a Caching Strategy Using jQuery and jQueryUI Consuming Windows Azure Services in aUsing Partial Page Updates Using jQuery to Respond to Users Web ApplicationConfiguring ASP.NET Caches Using jQueryUI to Build a User Interface Creating and Coding a Windows AzureUsing jQuery and jQueryUI Assigning Roles and Membership ServiceUsing jQuery to Respond to Users Configuring Authentication Consuming Data from a Windows AzureUsing jQueryUI to Build a User Interface Controlling Access to Resources Service Assigning Roles and Membership Providing User Account Facilities Calling a Web API from Mobile and WebConfiguring Authentication State Management ApplicationsControlling Access to Resources Storing User Preferences Developing a Web API in MVC 4Providing User Account Facilities Using User Preferences in the Photo Adding Routes and Controllers to HandleState Management Gallery REST RequestsStoring User Preferences Designing and Writing Windows Azure Calling RESTful services from Client-SideUsing User Preferences in the Photo Gallery Services Code Designing and Writing Windows Azure Consuming Windows Azure Services in a Using Web SocketsServices Web Application Writing a Web Handler that Uses WebConsuming Windows Azure Services in a Creating and Coding a Windows Azure SocketsWeb Application Service Building a Chat Room in the Photo SharingCreating and Coding a Windows Azure Consuming Data from a Windows Azure Application Service Service Deploying MVC 4 ApplicationsConsuming Data from a Windows Azure Calling a Web API from Mobile and Web Deploying an Application to WindowsService Applications AzureCalling a Web API from Mobile and Web Developing a Web API in MVC 4 Testing the Completed ApplicationApplications Adding Routes and Controllers to HandleDeveloping a Web API in MVC 4 REST RequestsAdding Routes and Controllers to Handle Calling RESTful services from Client-Side lineREST Requests Code Overview of ASP.NET 4.5Calling RESTful services from Client-Side Using Web Sockets Introduction to ASP.NET MVC 4Code Writing a Web Handler that Uses Web Exploring a Photo Sharing ApplicationUsing Web Sockets Sockets Exploring a Web Pages ApplicationWriting a Web Handler that Uses Web Building a Chat Room in the Photo Exploring a Web Forms ApplicationSockets Sharing Application Exploring an MVC Application

Page 30: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Building a Chat Room in the Photo Sharing Deploying MVC 4 Applications Designing Models, Controllers, and ViewsApplication Deploying an Application to Windows Planning ModelsDeploying MVC 4 Applications Azure Planning ControllersDeploying an Application to Windows Azure Testing the Completed Application Planning ViewsTesting the Completed Application Architecting an MVC Application

Working with Dataline Creating an MVC Project and Adding a

line Overview of ASP.NET 4.5 ModelOverview of ASP.NET 4.5 Introduction to ASP.NET MVC 4 Creating a New SQL Azure Database inIntroduction to ASP.NET MVC 4 Exploring a Photo Sharing Application Visual StudioExploring a Photo Sharing Application Exploring a Web Pages Application Adding Properties and Methods to MVCExploring a Web Pages Application Exploring a Web Forms Application ModelsExploring a Web Forms Application Exploring an MVC Application Using Display and Edit Annotations inExploring an MVC Application Designing Models, Controllers, and Views MVC Models Designing Models, Controllers, and Views Planning Models Writing Action FiltersPlanning Models Planning Controllers Adding an MVC Controller and Writing thePlanning Controllers Planning Views ActionsPlanning Views Architecting an MVC Application Writing the Action Filters in a ControllerArchitecting an MVC Application Working with Data Using the Photo Controller Working with Data Creating an MVC Project and Adding a Using HTML HelpersCreating an MVC Project and Adding a Model Reusing Code in ViewsModel Creating a New SQL Azure Database in Adding a View for Photo DisplayCreating a New SQL Azure Database in Visual Studio Adding a View for New PhotosVisual Studio Adding Properties and Methods to MVC Creating and Using a Partial ViewAdding Properties and Methods to MVC Models Adding a Home View and Testing theModels Using Display and Edit Annotations in Views Using Display and Edit Annotations in MVC MVC Models Implementing an Exception HandlingModels Writing Action Filters StrategyWriting Action Filters Adding an MVC Controller and Writing Performing Unit TestsAdding an MVC Controller and Writing the the Actions Configuring Exception Handling Actions Writing the Action Filters in a Controller Configuring RoutesWriting the Action Filters in a Controller Using the Photo Controller Creating a Navigation StructureUsing the Photo Controller Using HTML Helpers Using the Routing EngineUsing HTML Helpers Reusing Code in Views Building Navigation Controls Reusing Code in Views Adding a View for Photo Display Applying CSS to an MVC ApplicationAdding a View for Photo Display Adding a View for New Photos Creating an Adaptive User InterfaceAdding a View for New Photos Creating and Using a Partial View Using Template ViewsCreating and Using a Partial View Adding a Home View and Testing the Applying a Consistent Look and Feel to anAdding a Home View and Testing the Views Views MVC ApplicationImplementing an Exception Handling Implementing an Exception Handling Adapting Webpages for Different BrowsersStrategy Strategy Implementing a Caching StrategyPerforming Unit Tests Performing Unit Tests Using Partial Page UpdatesConfiguring Exception Handling Configuring Exception Handling Configuring ASP.NET Caches Configuring Routes Configuring Routes Using jQuery and jQueryUICreating a Navigation Structure Creating a Navigation Structure Using jQuery to Respond to UsersUsing the Routing Engine Using the Routing Engine Using jQueryUI to Build a User Interface Building Navigation Controls Building Navigation Controls Assigning Roles and MembershipApplying CSS to an MVC Application Applying CSS to an MVC Application Configuring AuthenticationCreating an Adaptive User Interface Creating an Adaptive User Interface Controlling Access to ResourcesUsing Template Views Using Template Views Providing User Account Facilities Applying a Consistent Look and Feel to an Applying a Consistent Look and Feel to State ManagementMVC Application an MVC Application Storing User PreferencesAdapting Webpages for Different Browsers Adapting Webpages for Different Using User Preferences in the PhotoImplementing a Caching Strategy Browsers Gallery Using Partial Page Updates Implementing a Caching Strategy Designing and Writing Windows AzureConfiguring ASP.NET Caches Using Partial Page Updates ServicesUsing jQuery and jQueryUI Configuring ASP.NET Caches Consuming Windows Azure Services in aUsing jQuery to Respond to Users Using jQuery and jQueryUI Web ApplicationUsing jQueryUI to Build a User Interface Using jQuery to Respond to Users Creating and Coding a Windows AzureAssigning Roles and Membership Using jQueryUI to Build a User Interface ServiceConfiguring Authentication Assigning Roles and Membership Consuming Data from a Windows AzureControlling Access to Resources Configuring Authentication Service Providing User Account Facilities Controlling Access to Resources Calling a Web API from Mobile and WebState Management Providing User Account Facilities ApplicationsStoring User Preferences State Management Developing a Web API in MVC 4Using User Preferences in the Photo Gallery Storing User Preferences Adding Routes and Controllers to Handle

Page 31: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Designing and Writing Windows Azure Using User Preferences in the Photo REST RequestsServices Gallery Calling RESTful services from Client-SideConsuming Windows Azure Services in a Designing and Writing Windows Azure Code Web Application Services Using Web SocketsCreating and Coding a Windows Azure Consuming Windows Azure Services in a Writing a Web Handler that Uses WebService Web Application SocketsConsuming Data from a Windows Azure Creating and Coding a Windows Azure Building a Chat Room in the Photo SharingService Service Application Calling a Web API from Mobile and Web Consuming Data from a Windows Azure Deploying MVC 4 ApplicationsApplications Service Deploying an Application to WindowsDeveloping a Web API in MVC 4 Calling a Web API from Mobile and Web AzureAdding Routes and Controllers to Handle Applications Testing the Completed ApplicationREST Requests Developing a Web API in MVC 4Calling RESTful services from Client-Side Adding Routes and Controllers to HandleCode REST RequestsUsing Web Sockets Calling RESTful services from Client-SideWriting a Web Handler that Uses Web Code Sockets Using Web SocketsBuilding a Chat Room in the Photo Sharing Writing a Web Handler that Uses WebApplication SocketsDeploying MVC 4 Applications Building a Chat Room in the PhotoDeploying an Application to Windows Azure Sharing Application Testing the Completed Application Deploying MVC 4 Applications

Deploying an Application to WindowsAzureTesting the Completed Application

lineOverview of ASP.NET 4.5Introduction to ASP.NET MVC 4Exploring a Photo Sharing ApplicationExploring a Web Pages ApplicationExploring a Web Forms ApplicationExploring an MVC Application Designing Models, Controllers, and ViewsPlanning ModelsPlanning ControllersPlanning ViewsArchitecting an MVC Application Working 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 Writing Action FiltersAdding an MVC Controller and Writingthe ActionsWriting the Action Filters in a ControllerUsing the Photo Controller Using 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 theViews Implementing an Exception HandlingStrategyPerforming Unit TestsConfiguring Exception Handling Configuring Routes

Page 32: Developing ASP.NET MVC Web Applicationsstore.globalknowledge.net/course-overviews/UK/M20486_CO_B_.pdf · Developing ASP.NET MVC Web Applications Duration: 5 Days Course Code: M20486

M20486 B www.globalknowledge.com/en-gb/ [email protected] 01189 123456

Creating a Navigation StructureUsing the Routing EngineBuilding Navigation Controls Applying CSS to an MVC ApplicationCreating an Adaptive User InterfaceUsing Template ViewsApplying a Consistent Look and Feel toan MVC ApplicationAdapting Webpages for DifferentBrowsers Implementing a Caching StrategyUsing Partial Page UpdatesConfiguring ASP.NET Caches Using jQuery and jQueryUIUsing jQuery to Respond to UsersUsing jQueryUI to Build a User Interface Assigning Roles and MembershipConfiguring AuthenticationControlling Access to ResourcesProviding User Account Facilities State ManagementStoring User PreferencesUsing User Preferences in the PhotoGallery Designing and Writing Windows AzureServicesConsuming Windows Azure Services in aWeb ApplicationCreating and Coding a Windows AzureServiceConsuming Data from a Windows AzureService Calling a Web API from Mobile and WebApplicationsDeveloping a Web API in MVC 4Adding Routes and Controllers to HandleREST RequestsCalling RESTful services from Client-SideCode Using Web SocketsWriting a Web Handler that Uses WebSocketsBuilding a Chat Room in the PhotoSharing Application Deploying MVC 4 ApplicationsDeploying an Application to WindowsAzureTesting the Completed Application

Further Information:

For More information, or to book your course, please call us on Head Office 01189 123456 / Northern Office 0113 242 5931

[email protected]

www.globalknowledge.com/en-gb/

Global Knowledge, Mulberry Business Park, Fishponds Road, Wokingham Berkshire RG41 2GY UK