I recently started working for a small software company and we are developing a small app with WPF, 6 to 10 screens (views?) probably.
The first thing I noticed is that no toolkits are being used. I have little experience with WPF, mainly dealing with existing controls. In my old company they used to work with Prism 'cause it was a big project.
My questions are:
- Is Prism good for this kind of projects? MVVM Light maybe? Or not using toolkits is also good?
- Right now they set the data context in code behind, which i know breaks MVVM, why is that bad?