Best Practices with MVC Route
- by codemnky
if this is asked before just point me in the right direction
I am a OO and MVC newbie. I am following along the MVC Storefront(a little outdated now)
where they are talking about routes and adding them to global.asax.cs
My question is this. wouldn't it be better if only 1 route is defined and after that everything is done programatically?
I dont want the user to navigate using the address bar
thank you