I've recently been asked to completely rewrite and redesign a web site and the owner of the company has stressed that he wants the site to be made with the latest and greatest technology available, but to avoid additional costs.
我最近被要求完全重写并重新设计一个网站,该公司的所有者强调他希望该网站使用最新和最好的技术,但要避免额外的费用。
As of right now, I'm torn between looking into a CMS implementation and writing a new implementation with MVC.
截至目前,我在寻找CMS实现和用MVC编写新实现之间徘徊。
The site is mainly brochure ware, but will need to allow the visitors to submit some data through forms. There are quite a few lists and content features that are dynamic and should be treated as such. Since ASP.NET MVC is new, I don't want to bastardize the implementation if I go that way...
该网站主要是宣传册,但需要允许访问者通过表格提交一些数据。有很多列表和内容功能是动态的,应该这样处理。由于ASP.NET MVC是新的,如果我这样做,我不想把实现混为一谈......
Any recommendations on best implementation practices for a MVC website? Also, has anyone had their MVC implementation hosted anywhere that they would recommend?
有关MVC网站最佳实施实践的建议吗?此外,是否有人将MVC实施托管在他们推荐的任何地方?
3 个解决方案
#1
There's also ASP.Net Dynamic Data to be considered. You can use both MVC and DD together. SHanselman has a nice article on how this can work out.
还有ASP.Net动态数据需要考虑。您可以同时使用MVC和DD。 SHanselman有一篇关于如何解决这个问题的好文章。
#3
By far I think Who Can Help Me is an excellent implementation of ASP.NET MVC
到目前为止,我认为Who Can Help Me是ASP.NET MVC的优秀实现
I also think these are good coding examples to look at:
我也认为这些是很好的编码示例:
- Sharp Architecture (Who Can Help Me utilizes some of this framework)
- MVC Turbine
Sharp Architecture(谁可以帮助我利用这个框架的一部分)
Some others that are also good (once you've gone through the above).
其他一些也很好(一旦你完成了上述)。
- N2CMS Content management System
- BlogService (AtomSite) Blogging Engine
- Orchard CMS Content Management System
N2CMS内容管理系统
BlogService(AtomSite)博客引擎
Orchard CMS内容管理系统
#1
There's also ASP.Net Dynamic Data to be considered. You can use both MVC and DD together. SHanselman has a nice article on how this can work out.
还有ASP.Net动态数据需要考虑。您可以同时使用MVC和DD。 SHanselman有一篇关于如何解决这个问题的好文章。
#2
#3
By far I think Who Can Help Me is an excellent implementation of ASP.NET MVC
到目前为止,我认为Who Can Help Me是ASP.NET MVC的优秀实现
I also think these are good coding examples to look at:
我也认为这些是很好的编码示例:
- Sharp Architecture (Who Can Help Me utilizes some of this framework)
- MVC Turbine
Sharp Architecture(谁可以帮助我利用这个框架的一部分)
Some others that are also good (once you've gone through the above).
其他一些也很好(一旦你完成了上述)。
- N2CMS Content management System
- BlogService (AtomSite) Blogging Engine
- Orchard CMS Content Management System
N2CMS内容管理系统
BlogService(AtomSite)博客引擎
Orchard CMS内容管理系统