Wordpress like dynamic permalinks in ASP.NET MVC2/3 or ASP.NET 4.0

Posted by Aseem Gautam on Stack Overflow See other posts from Stack Overflow or by Aseem Gautam
Published on 2011-01-01T16:07:17Z Indexed on 2011/01/01 16:53 UTC
Read the original article Hit count: 285

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about mvc