views:

17

answers:

0

i'm starting to develop an asp.net mvc cms.

i want to backend for administrator and frontend for users, how i need to build my structure? for now the cms will handle just simple pages with title and body. in the frontend i need to show the menu (pages). in the backend i need to allow view pages list, crud (create,read,update,delete) page.

this is for now later i will make some more thing (like more type of pages...)