Web API Presentation at DC DNUG

Posted by Steve Michelotti on Geeks with Blogs See other posts from Geeks with Blogs or by Steve Michelotti
Published on Sun, 17 Jun 2012 18:03:02 GMT Indexed on 2012/06/18 3:17 UTC
Read the original article Hit count: 158

Filed under:

This Tuesday (July 19), I’ll be presenting the ASP.NET Web API at the DC DotNet Users Group.

Abstract:

Modern web applications have seen an explosion in Web API creation. Twitter, Facebook, Google, Azure, you name it – it is becoming essential to provide a Web API so that consumers can build applications and mashups on top of your services. Web 2.0 has shown a trend away from SOAP towards a REST architecture style. With the new ASP.NET Web API, Microsoft is now providing first-class support for HTTP services including tools to apply the richness of a REST architectural style. This demo heavy presentation will show how the new ASP.NET Web API will enable you to build rich HTTP services in a REST architectural style while leveraging custom media types, custom HTTP handlers, jQuery and more! The presentation will also cover new features of MVC 4 including Razor enhancements, Web Optimizations, and more.

© Geeks with Blogs or respective owner