Overview/Description
Learn how to implement both client and server-side data validation, as well as how to render application scripts in Visual Studio 2017.
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