Domain model for an online WYSYWG webpage generator / runtime
- by CharlieBrown
Hi all,
I'm using C#, MVC, NHibernate and StructureMap as my IoC container, and need some ideas regarding my domain model.
The application I'm working has two parts: an Authoring part and a Runtime part. The idea is to allow the user to create a webpage in Authoring (mostly a form actually) by choosing from a set of predefined controls. That…