WebApi is IMHO the most important part of ASP.net going forward. In this post I'll explain more about the client side of WebAPI and the helpers that make it easy and efficient to code with.
Pre-Requisites
In the following 5 minute Video, I'll show you
- A basic JavaScript code to call the service from the browser
- Where to put your code which is run when data is returned (since it's an async-call)
- Explain the basics of Async JavaScript Promises
- Explain some security features which the client side controller automatically takes care of
Further links
With love from Switzerland,
Daniel