Web API 2.0 Preview – Introducing Attribute Routing [feedly]

Worth a look but servicestack still ahead from what I've seen so far but I'm open minded about it.
 
 
Shared via feedly // published on DevCurry // visit site
Web API 2.0 Preview – Introducing Attribute Routing
Web API routing has been pretty flexible using the convention based routing and custom Route Templates. We could specify custom routes, but things got verbose and disconnected for situations where we had to define routes for sub-resources, like for example if you had a list of Books and each book had more than one author, to fetch the authors for a book, you might want a route like http://myapp/