Problem I am currently developing a small tool intended to help me keep track of the myriad of characters in […]
Tag: mvvm
Correct usage of MVVM and object for method
Problem I’m writing my first C# Windows Store app and am learning C# from scratch. I’m trying to implement MVVM […]
Create Products TableView with PAGINATION and LIKE product feature in RxSwift MVVM
Problem I have tried to develop a simple product listing app in RxSwift with MVVM design pattern. I have managed […]
Combobox with multiple itemssources MVVM
Problem I’m trying to make a list of either customers or suppliers based on a radio button. I have a […]
Passing a password to a viewmodel
Problem I’ve got a project I’ve been working on that connect to a file server and writes some data to […]
MVVM, Navigation, and More – Part 3
Problem This is actually a second follow-up to Correct MVVM format, but I have made different changes. This is my […]
MVVM Navigation WPF
Problem Currently, I’m trying to learn every aspect of the MVVM design pattern. So basically I’ve written a little WPF […]
node.js MVVM framework concept
Problem Not sure how subjective this question is however I am looking for a peer review and general feedback on […]
Unit of Work and repositories in MVVM / Windows 10 app
Problem I’m currently aiming to make my first app for the Universal Windows Platform (UWP) / windows 10. It’s a […]
Converting between data and presentation types
Problem Below is how I’m solving the problem of converting between data and presentation types, I’d like to know if […]