CslaViewModel<t>

CslaViewModel<t>

Old forum URL: forums.lhotka.net/forums/t/7484.aspx


prasnair posted on Wednesday, August 19, 2009

Hi,

I am building a WPF app with Csla as the app framework... and was looking around for a good way to incorporate MVVM into the solution.

In a few of the posts, I came across references to a CslaViewModel<T> class...

Can someone provide a pointer as to where one can find this class ?

Thanks in advance...

Prasad

ajj3085 replied on Thursday, August 20, 2009

May have to pull it from rockys' svn server.

RockfordLhotka replied on Thursday, August 20, 2009

It is Csla.Silverlight.ViewModel<T> and you can find it in the alpha of 3.8.

All my experimentation with MVVM right now is with Silverlight. Once I'm reasonably happy with how things work I'll port it to WPF. Odds are the class will work in WPF now (or will work with very minor changes), so you can certainly take it and experiment too.

I'm looking for feedback and thoughts on the whole idea.

Copyright (c) Marimer LLC