views:

43

answers:

2

Hi,

As you may have seen the question from the title, i'm little bit confused about where to put the ViewModel classes in our web project. What is the best practice to putting ViewModel classes? Seperate assembly or in UI project?

We're working on a project that is built upon Asp.net MVC2 with DDD approach.

Thank you.

A: 

Wow, an answer, Thank you. :)

Michael Batson
Wow - almost half an hour between you asking a question and your response to yourself about not getting any answers. Did not get the memo that you would need help last night.
joseph.ferris
A: 

you can put them in your presentation layer (WebUI for me in asp.net mvc) or in your infrastructure project, or you can create a Dto project and put them in there

Omu