WebApi is the most
important part of ASP.net going forward. Since most of the web-magic of the
future will take place in the browser (AngularJS, etc.) the server will focus
on delivering application parts and data. This is where WebAPI comes in. In the
first set of posts I'll talk about the basics of WebApi and I'll start with a
simple example.
In the following 7-minute Video, I'll show you
- How to install the
pre-requisites for this tutorial. Here are the links you'll need:
- 2sxc (in case you
don't auto-install like in the video)
- The basic WebAPI App
- Demonstrating the output
- Walk you through the parts of
the demo, including
- The WebAPI
Controller on the server
- The client side code
- Explain what happens in
between by looking at the HTTP-traffic
Let's go!
With love from Switzerland,
Daniel