Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Consume ASP.NET Core Web API using jQuery

In the previous article you learnt to create a Web API using ASP.NET Core. A Web API can be consumed by local clients or remote clients. Local clients are the clients that are housed in the same web application as the Web API. Remote clients are the clients that are not part of the Web API application. As far as web applications are concerned a typical local client takes a form of jQuery (or JavaScript) Ajax driven user interface that consumes the Web API.

http://www.binaryintellect.net/articles/1f93b9fd-585e-416e-b3ca-a60e13b5909c.aspx