We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

REST with ASP.NET MVC

Formal Metadata

Title
REST with ASP.NET MVC
Title of Series
Number of Parts
110
Author
License
CC Attribution - NonCommercial - ShareAlike 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal and non-commercial purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Creating ReST architectures with ASP.NET MVC is more than just decorating actions with verbs. It’s about leveraging HTTP as an application protocol to its full potential. In doing so, we can create robust and scalable applications, not only from a performance point of view but also in terms of change and maintainability. ASP.NET MVC offers us great potential to create ReST architectures that can be consumed by computers and humans alike, reducing the amount of effort involved. Now combined with the WCF Web API which is focused exclusively around ReSTful constraint, MVC offers us even more possibilities. Come to this session to learn what ReST is really about and how we can create simple yet powerful systems with the Microsoft MVC stack.