Recently I was asked to completely rewrite and redesign the website, and the owner of the company emphasized that he wants the site to be created using the latest and best technologies, but to avoid additional costs.
I'm currently torn between finding a CMS implementation and writing a new implementation with MVC.
A site is basically a brochure, but it should allow visitors to submit some data through forms. There are quite a few lists and content functions that are dynamic and should be considered as such. Since ASP.NET MVC is new, I don’t want to strike an implementation if I go this way ...
Any best practice implementation guidelines for the MVC website? Also, did anyone have an MVC implementation anywhere that they recommend?
source
share