DotNetStories
This is the second post discussing the
ASP.Net Web API. I will continue building a small
ASP.Net MVC 4.0 application that I started
implementing in my last post.
In this post I would like to show you a hands on example
on ASP.Net Web API by building a small ASP.Net
application. I am going to build an
ASP.Net MVC 4.0 Web application to create a
Web API that returns a list of football players.
I will also use the popular Javascript library
JQuery to issue requests to the server.In the
second part of this blog post I will show you how to
support more operations in an HTTP service like
create,update,delete players using a
REST architectural style.