Hi,
I am trying to learn ASP.Net MVC framework and I was wondering if there were any good reference applications that I could use to learn about implementing ASP.Net as well as best practices for implementing LOB apps.
If possible I would like to see a ASP.Net MVC app that uses AJAX too.
-
Oxite project (an open source blog engine)
There are however opinions that it is not that good an example to learn from:
Chris Canal : That was before the did a large refactoring, the code base is in far better state and would night recommend checking it out as how an Mvc app. should be done. -
Code and Tutorial available as a free chapter from ASP.Net MVC 1.0 Book by Conery, Hanselman, Haack, and Guthrie (couldn't find SO user page)
Source code also available on CodePlex
-
Have you looked at NerdDinner?
also
-
NerdDinner
http://www.codeplex.com/NerdDinnerMVC Storefront
http://www.codeplex.com/mvcsamplesKIGG (MVC implementation of Digg running at dotnetshoutout.com)
http://www.codeplex.com/kiggOxite
http://www.codeplex.com/oxiteCode Camp Server
http://code.google.com/p/codecampserver/CarTrackr
http://www.codeplex.com/CarTrackrStackOverflow (no source of course)
http://www.stackoverflow.comPage Brooks : +1 for KIGG. Very comprehensive unit testing in this project! -
CarTrackr is a simple sample app from the book ASP.NET MVC 1.0 Quickly.
0 comments:
Post a Comment