Looking at all the Stack Overflow architecture details posts, I understand SO is built with asp.net mvc 3 framework. If so, please could someone explain me how the URLs relate to the asp.net views?
For example: this url [http://stackoverflow.com/questions/4610101/source-control-bitbucket-and-assembla]
What is "source-control-bitbucket-and-assembla" part in the url? Is it one of the parameter to the controller method?