You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
mvvm pattern
About this tag
The MVVM pattern is a software architectural pattern that separates the development of the user interface from the business logic and data model. On WindowsForum.com, discussions about the MVVM pattern often arise in the context of building Windows applications, particularly with technologies like WPF, UWP, or Xamarin. Users share code examples, ask for advice on implementing data binding, commands, and view models, and troubleshoot common issues such as performance problems or incorrect data updates. The pattern is valued for improving testability, maintainability, and separation of concerns in Windows development projects.
Taking user feedback about the application into consideration, it’s time to make some improvements! J
Here are some of the reports we got from the users:
The application is too slow when exchanging currencies
It uses too much data traffic/should cache the exchange rates
It doesn’t work for some...