I am working on a classified ads project using mvc. This is my first project in mvc, so I am facing problems to build a small CMS.
In this website scenario is this:
- User will create a page and this will be created dynamically and this page will be its home page.
- This page contents like (header, menu bar, footer etc.) will be create dynamically.
- User can add more pages like about us or contact us. As you would with www.wordpress.com.
I am using tye word dynamically to mean generated by c# or any other method
So I am confused how to create these pages and how to save and manage css, html of these pages.
Please help me with any books or articles (I searched a lot but I did not find a solution)
I don't want to use any CMS Tool (it is a client's requirement)