Part 1 some difference from asp.net to asp.net mvc4
In MVC URL's are mapped to controller Action Methods
In a WebForms URL's are mapped to Physical Files
Please Note:Functon in a controller are generally called as controller Action Methods