5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Professional Certifications     Microsoft     Microsoft Certified Solutions Associate (MCSA): Web Applications     70-486 Developing ASP.NET MVC Web Applications
Learn how to implement both client and server-side data validation, as well as how to render application scripts in Visual Studio 2017.

Objectives

ASP.NET MVC Web Applications: Design and Implement UI Behavior

  • use the NuGet package manager to add a JavaScript library and then use the added library in an ASP.NET MVC web application
  • specify how we can structure the user interface using HTML5 layout options
  • recall how to manipulate DOM using JavaScript
  • use jQuery selectors to select HTML elements; use jQuery "val" function to change HTML element values; use jQuery "css" function to change HTML element styling
  • add and display a jQuery UI widget in an ASP.NET MVC application view
  • add a jQuery effect to show and hide HTML elements in an ASP.NET web application view
  • use prototypal inheritance in an ASP.NET MVC web application
  • add and use jQuery from Microsoft AJAX CDN
  • use jQuery to call a web service in an ASP.NET MVC web application
  • use AJAX to make partial page updates to an ASP.NET MVC web application view
  • use an AJAX helper function (Ajax.ActionLink) to make an asynchronous HTTP request to server in an ASP.NET MVC web application
  • Implement dynamic page content based on a design