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?

3 Answers 3

7

http://www.sharparchitecture.net/

Sign up to request clarification or add additional context in comments.

1 Comment

That link is dead, but it's now here: sharparchitecture.github.io
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.

Comments

0

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.