Storing ASP.Net MVC Views in the Database
Posted
by Adam Albrecht
on Stack Overflow
See other posts from Stack Overflow
or by Adam Albrecht
Published on 2010-03-16T18:46:13Z
Indexed on
2010/03/16
18:51 UTC
Read the original article
Hit count: 370
For an ASP.Net MVC application, I'm interested in storing some views and/or partial views in the database so that a few semi-technical users can do some basic view logic. Does anyone have any tips or lessons from experience on doing this?
I know Phil Haack wrote a blog post on this about a year ago. He used IronRuby for scripting his views, (which would be fine for me). He created a quick proof-of-concept, but I can't find any other information on the topic.
Any ideas, thoughts, tips, etc would be appreciated.
Thanks!
© Stack Overflow or respective owner