Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smichelotti/webapi-presentation
Code samples for Web API presentation.
https://github.com/smichelotti/webapi-presentation
Last synced: about 1 month ago
JSON representation
Code samples for Web API presentation.
- Host: GitHub
- URL: https://github.com/smichelotti/webapi-presentation
- Owner: smichelotti
- Created: 2012-06-21T19:31:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-21T19:42:07.000Z (over 12 years ago)
- Last Synced: 2024-04-14T18:02:40.394Z (9 months ago)
- Language: JavaScript
- Size: 15 MB
- Stars: 8
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Web API Demo
This repository contains sample code, PowerPoint, and documentation for my ASP.NET Web API presentation. It includes the before and after code.
### Presentation 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, support for mobile apps, and single page applications.