In this chapter, we will cover the following recipes:
Downloading jQuery from jQuery.com
Understanding CDN for jQuery
Using the NuGet Package Manager to download jQuery
Adding jQuery to an empty ASP.NET web project using a script block
Adding jQuery to an empty ASP.NET web project using the ScriptManager control
Adding jQuery to an ASP.NET Master Page
Adding jQuery programmatically to a web form
Understanding the jQuery reference in the default Web Application template
Hello World in a web project using jQuery
Bundling jQuery in ASP.NET MVC
Using a CDN to load jQuery in MVC
Hello World in ASP.NET MVC using jQuery
Debugging jQuery code in Visual Studio