Wordpress like dynamic permalinks in ASP.NET MVC2/3 or ASP.NET 4.0
- by Aseem Gautam
Scenario:
There are two entities say 'Books' and 'Book Reviews'. There can be multiple books and each book can have multiple reviews.
Each review and book should have a separate permalink. Books and Reviews can be added by users using separate input forms. As soon as any book/review is added it should be accessible by its permalink.
Anyone can point me in the right direction on how should this be implemented?