Is MVVM in WPF outdated? [closed]
Closed 10 years ago.
Is MVVM in WPF outdated? [closed]
Closed 10 years ago.
Is MVVM in WPF outdated? [closed]
Closed 10 years ago.
Is MVVM in WPF outdated? [closed]
Closed 10 years ago.
Value of MVVM in a Line of Business Application (and a Rant of Current Development Practices)
After 2 years, I’m still struggling with MVVM as a practical method of producing working software. In some cases it’s great. I did a multithreaded application that controlled a small assembly line that would have been a nightmere without MVVM concepts. An abstraction from the physical assembly line was almost a no brainer.
Value of MVVM in a Line of Business Application (and a Rant of Current Development Practices)
After 2 years, I’m still struggling with MVVM as a practical method of producing working software. In some cases it’s great. I did a multithreaded application that controlled a small assembly line that would have been a nightmere without MVVM concepts. An abstraction from the physical assembly line was almost a no brainer.
MVVM pattern – Best design approach to manage an application
One year ago, I discovered the WPF technology and I developed a little application, as first experiment, to compare the content of two different directories. The content of each directory is shown in a different DataGrid.
At that time, I didn’t develop the application using MVVM pattern, because it was only an experiment, not so good, but it worked.
MVVM pattern – Best design approach to manage an application
One year ago, I discovered the WPF technology and I developed a little application, as first experiment, to compare the content of two different directories. The content of each directory is shown in a different DataGrid.
At that time, I didn’t develop the application using MVVM pattern, because it was only an experiment, not so good, but it worked.
Should Item Grouping/Filter be in the ViewModel or View layer?
I’m in a situation where I have a list of items that need to be displayed depending on their properties. What I’m unsure of is where is the best place to put the filtering/grouping logic of the viewmodel state?
Should Item Grouping/Filter be in the ViewModel or View layer?
I’m in a situation where I have a list of items that need to be displayed depending on their properties. What I’m unsure of is where is the best place to put the filtering/grouping logic of the viewmodel state?