ASP.NET MVC Best Implementation Practices

Posted by RSolberg on Stack Overflow See other posts from Stack Overflow or by RSolberg
Published on 2009-04-03T22:38:55Z Indexed on 2010/06/01 5:43 UTC
Read the original article Hit count: 411

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?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-mvc