Replies: 1 comment 2 replies
-
I think the MVVM Community toolkit is the evolution of mvvmlite right? I didn't personally use it, but I know people did use it with WPF, etc. The one thing I have noticed is that if you use a DI approach to implementing the UI (like Blazor for example), then MVVM frameworks lose a lot of their value, because dependency injection automatically handles a lot of the wiring between view, viewmodel, and model. Things that used to require a framework are now basically built-in with DI. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been delving into the MVVM Community toolkit that came out almost a year ago. It appears that CSLA is totally consistent with that framework and should work seamlessly. In fact, many of the MVVM capabilities that it introduces already exist due to CSLA observing the necessary interfaces (as Rocky said in his book/e-books). Are there any advantages in the toolkit in working with CSLA, or trapdoors to be aware of?
Beta Was this translation helpful? Give feedback.
All reactions