What are some projects which are examples of best pratices for ASP.NET MVC?
I'd like to see examples of fairly large projects.
I'm already looking at Kigg. Any others?
What are some projects which are examples of best pratices for ASP.NET MVC?
I'd like to see examples of fairly large projects.
I'm already looking at Kigg. Any others?
Consider Code Camp Server, besides being a good MVC example it's also a good example of some of the practices from Domain Driven Design, NHibernate etc.
There's also S#arp Architecture which is more of a web framework built on top of aspnet-mvc.
The asp.net mvc version of the Beerhouse starter kit is nice to study as well.
http://leedumond.com/blog/thebeerhouse-mvc-beta-now-on-codeplex/
http://www.codeplex.com/TheBeerHouse/SourceControl/ListDownloadableCommits.aspx
We just put out the second beta release for the TheBeerHouse MVC, its pretty solid place to start if you want to learn about MVC, LINQ to SQL, and jQuery.