Creating dynamic pages in asp.net mvc
I need to integrate the functionality of generating dynamic pages (like google sites) into my normal asp.net mvc (C #) application. I like writing my own code with a database.
Any suggestions or links for this?
+2
Prasad
source
to share
1 answer
You can read this article by Phil Haack , ASP Scripting .NET MVC Views Stored in a Database .
+6
Çağdaş Tekin
source
to share