views:

344

answers:

3

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?

+1  A: 

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.

Peter Lillevold
+4  A: 

http://www.sharparchitecture.net/

Jason Watts
A: 

By far I think Who Can Help Me is an excellent implementation of ASP.NET MVC

I also think these are good coding examples to look at:

Some others that are also good (once you've gone through the above).

Jafin