I have achieved a beginner skills in mvc3 and now want to try next level. I want to create a super simple CMS that has following features:
- Support extensible skinning, i.e. start with some default dynamic skin and when change database setting for skin name, it should work with the new skin / theme
- Dynamic pages loaded from database
- partial view I think that can show available pages from database
Can somebody point me on how to get started? I tried to look into source code of orchard, and couple of other popular cms in mvc3 but because of lots of code, I am not just getting it properly to get started with.
Thanks in advance.