I need to develop a POC (.NET, C#, ASP.NET...). The application should create WebPages dynamically from domain objects. The application is about collecting new potential clients and it is a lot about UX. In such scenarios, we often need some kind of JQuery to show or hide fields according to other fields selections, and we need very flexible client-side validation policies.
I was thinking about creating a DSL with Microsoft DSL Toolkit (with T4), but now, I definitely think it would be much better to render my WebPages at runtime. I am very interested in Naked Objects. On Microsoft side, there is Dynamic Data.
Do you think these frameworks are suitable for my POC, or should I abandon because I am looking for something that does not exist ?