Overview/Description
In this course, you will learn how to implement client and server-side data validation, and how to render application scripts in Visual Studio 2017.
Target Audience
Web developers seeking an introductory guide to developing efficient, secure, distributed web applications with adaptive user interfaces using the ASP.NET MVC and MVC 5 frameworks in Visual Studio 2017, and individuals preparing for exam 70-486: Developing ASP.NET MVC Web Applications
use the NuGet package manager to add a JavaScript library and then use the added library in an ASP.NET MVC web application
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