在asp.net mvc中创建动态页面
我需要将创建动态页面(如 google 网站)的功能集成到我的常规 asp.net mvc(C#) 应用程序中。我喜欢用数据库编写自己的代码。
对此有何建议或参考?
I need to integrate the functionality of creating dynamic pages (like google sites) to my regular asp.net mvc(C#) application. I like to write my own code with database.
Any suggestions or reference for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想阅读 Phil Haack 撰写的这篇文章,编写存储在数据库中的 ASP.NET MVC 视图脚本。
You might want to read this article by Phil Haack, Scripting ASP.NET MVC Views Stored In The Database.