| MVC5 uses AttributeRouting. Just put the routing on the controllers. No need for a routing table. (or routes.rb ;) ) ASP.Net Identity 2 is just that, easy and extensible membership. Owin requests also give you what you're asking for also. Don't like the S, change it? lowercaseroutes=true. ;) Oh, and just to be snarky, the "programmers who don't understand HTTP" were lead by Henrik Nielsen, author of the HTTP spec, used to work for Tim Berners-Lee. ;) |
(noticed some changes on their website recently)
I wanted to use it to implement my API, but i got kinda "scared" knowing that Netflix changed from OData to something else. Any examples of popular API's using OData for example?