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.