i have one problem that i have to show list of category and a specific category information as per url.
say when the url will look like www.mysite.com/learn/designpatterns/ then i need to show list of article names whose category is design pattern and when url would look like below one
www.mysite.com/learn/designpatterns/template-method-design-pattern-c-sharp then i have to show text about template-method-design-pattern-c-sharp in same view
so tell me how could i design my controller and action method name and how to configure custom route for this. can i do it by single action or do i need to have separate action method for this.