© Bipin Joshi 2019
B. JoshiBeginning Database Programming Using ASP.NET Core 3 https://doi.org/10.1007/978-1-4842-5509-4_6

6. jQuery

Bipin Joshi1 
(1)
Thane, India
 
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
  • Build asynchronous Web APIs

  • Invoke Web APIs using Ajax capabilities of the jQuery library

  • Use ...

Get Beginning Database Programming Using ASP.NET Core 3: With MVC, Razor Pages, Web API, jQuery, Angular, SQL Server, and NoSQL now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.