spivonious said:Here's another good article with an example on MVVM:
http://msdn.microsoft.com/en-us/magazine/dd419663.aspx#id0090102
The domain/business layer typically is in between the model and the presenter.
Hey ,
Thanks for the reply.
Ok, The domain/business layer typically is in between the model and the presenter(View) . Then if the infrastructure layer is maintained seperately for logging, DAL, sending mails etc.. Am i right ?
Thanks
Devasena