Slide 15
Slide 15 text
ASP.NET Web API Strengths
◦ First-class modern HTTP programming model
◦ Easily map resources to URIs and implement the uniform interface of HTTP
◦ Rich support for formats and HTTP content negotiation
◦ Request validation
◦ Enable hypermedia with link generation
◦ Separate out cross cutting concerns
◦ Help page generation
◦ Flexible hosting
◦ Light-weight, testable, scales
From http://channel9.msdn.com/Events/Build/2014/3-603