ASP.NET Web API (Part 1)
Posted by: ScottGus Blog,
on 24 Feb 2012 |
View original | Bookmarked: 0 time(s)
Earlier this week I blogged about the release of the ASP.NET MVC 4 Beta. ASP.NET MVC 4 is a significant update that brings with it a bunch of great new features and capabilities. One of the improvements Im most excited about is the support it brings for creating Web APIs. Todays blog post is the first of several Im going to do that talk about this new functionality. Web APIs The last few years have seen the rise of Web APIs - services exposed over plain HTTP rather than through...