Hi,
I have an old winforms app which is pretty large. I want to convert it to WPF. This app mainly needs user actions like, the user has to click a button and the data is presented, click another button, show something else. (So, primarily it's button driven) and
users will be need to login and the user specific data will be shown. I wanted to find out if using MVVM is the right way to go , if so, which MVVM framework is good for this type of application? If MVVM doesn't suit this model, what other types of architecture
can you suggest in WPF?
Thank you
Abhi
Abhi