views:

182

answers:

4

I understand there are a number of small applications built on MVC. Is there an enterprise application sample that is standardized and uses best practices?

A: 

See this answer.

queen3
A: 

http://sharparchitecture.net/ is pretty good

Glennular
It is good, but it's not really an enterprise application sample, so it doesn't quite answer the question. It's a pretty useful toolkit; the Northwind sample included in the source might be a good demonstration of the conventions of the toolkit.
JasonTrue
A: 

When I was getting familiar with MVC, I used the Orchard CMS project to pick up the tricks of the trade.

http://orchard.codeplex.com/

bryanjonker
A: 

http://codecampserver.codeplex.com/

nos
That's a good example of how to waste 90% of your effort building a bloated infrastructure around an anemic domain. I don't recommend it.
Ryan