MarimerLLC / cslaforum

Discussion forum for CSLA .NET
https://cslanet.com
Other
31 stars 6 forks source link

Using Csla with Bxf and MVVM pattern #120

Open ConstantinPatak opened 8 years ago

ConstantinPatak commented 8 years ago

Hello everybody, In the training courses of how to use the CSLA with the MVVM pattern Mr. Lhotka propose to use the Bxf framework. As I notices the ViewModelBase class, from which inherit all the view models classes, derives from the DependencyObject class. Doesn't this strongly couples the view model classes with the WPF?

Thanks in advance, Constantin Patak

rockfordlhotka commented 8 years ago

I want to clarify that Bxf is very simplistic and I created it for my demos, not necessarily for production. There are far more sophisticated and powerful MVVM frameworks out there that I'd use if I were creating a production app.

ConstantinPatak commented 8 years ago

Thank you Rockford for your response.