vote up 1 vote down
star

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.

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...

Any recommendations on best implementation practices for a MVC website? Also, has anyone had their MVC implementation hosted anywhere that they would recommend?

flag
add comment

2 Answers:

vote up 1 vote down
check

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.

link|flag
add comment

Your Answer:

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.