最佳答案
In the StackOverflow Podcast #54, Jeff mentions they register their URL routes in the StackOverflow codebase via an attribute above the method that handles the route. Sounds like a good concept (with the caveat that Phil Haack brought up regarding route priorities).
Could someone provide some sample to make this happen?
Also, any "best practices" for using this style of routing?