In the preceding chapter, you created Web APIs and consumed them using HttpClient. Another popular way to invoke Web APIs is to invoke them using jQuery Ajax.
jQuery is a feature-rich JavaScript library for performing HTML-centric operations such as DOM manipulation, event handling, animations, and Ajax. jQuery is being used by thousands of web sites, and it would be worthwhile to learn how to perform
CRUD operations using this popular client-side library. To that end, this chapter teaches you to