views:

461

answers:

2

Hey guys

Just wondering if there are any good projects out there that use View Models. I am trying to get my implementation nailed down for how we are going to use VM's and there seems to be a few cross roads that I am coming up to and am wanting to see how other people handle these.

Big bonus if the project uses ASP.net MVC 2.0.

Cheers Anthony

+2  A: 

The best example / sample out there, download numbers: 109459

some other:

A lot more here, make your own choice.

Hope This helps

Asad Butt
Ya i saw this but as far as I am aware there are only a couple of places it uses VM's...
vdh_ant
ASP.NET MVC 2 - Sample Application? I can't see anything but MVC 1.0...
vdh_ant
Sorry, I have made the correction, It is a Blog/CMS application and uses TDD, DDD, Linq2Sql, Model/Code Generation, CommonLibrary.NET as well. It is pointing to the right URL now. my apologies
Asad Butt
A: 

Try CodeCampServer.

CodeCampServer is a free, open source Code Camp management web application. Built on the ASP.NET MVC Framework, this project was founded by Jeffrey Palermo and has been contributed to by many people over the past year+. CodeCampServer is in active development, and uses MvcContrib.

Built on the ASP.NET MVC Framework, this application is the foundation for the examples of the ASP.NET MVC in Action book from Manning and started by Jeffrey Palermo. Jeffrey serves as Product Owner.

Source is hosted on Google Code.

Miroslav Popovic