Search results for query: *

  1. D

    MVVM approach advice needed

    Thanks. This helped me a lot!
  2. D

    MVVM approach advice needed

    Last question: what about open/save files? In winform I open it in button click event, and put the stream in a public array, in mvvm I should bind the button in the view with the command in the viewmodel, but the array should be in the model right?
  3. D

    MVVM approach advice needed

    thanks for the link , my goal is not to stay to winform way because this is an ide like app,and It has more than 4000 lines of code for form, when need to change something it's a mess.. Same thing when needed to add feature.. All view have to show the same data but showed in different way. I...
  4. D

    MVVM approach advice needed

    Hello, I'm a beginner in MVVM, and WPF. My boss asked me to port a winform application in WPF; Basically it have an interface with docked windows (like VS), where each window display some data( loaded from a file) in different way: simple chart, tables, 3d chart, raw data ecc(should be 6...
Back
Top Bottom