Today ASP.NET MVC supports friendly URLs out of the box through its routing feature, but the default implementation only supports hard coding of routes and pre-population of routes during application startup. This post shows how to change the default implementation into a dynamic one that reads the routing information from a database. ...
Go to the complete details ...