Problem I’ve coded a calculator in C# with WPF as the UI. I wish to know mainly about these points: […]
Tag: wpf
From event handler to command: on my way to MVVM
Problem I have a WPF C# application that I want to move to a MVVM pattern. My first step is […]
Removing this odd while(true) for checking the queue
Problem I was reviewing some WPF code I’ve written in C# last year. The scenario is the following: I’ve got […]
A list of students using MVVM
Problem Is this a proper MVVM implementation? I copied it off a sample but the source would not open so […]
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 […]
Suggestion for refactor wpf project
Problem I have done a WPF project and hope everyone can give suggestion for code refactor, especially for UpdateErrorList() method […]
C# Async and DataContext access
Problem I’m using a DataContext to insert an object. Currently it’s working, but I’m feeling things could be done better. […]
Animating the color of a line in WPF
Problem I’m thinking about how to do a color transition for a line in WPF. I’m looking for this to […]
Creating and Editing a UtilityMeter
Problem I have some functionality that allows the user to create a Meter, which counts your gas, water, and electricity […]
Initializing commands C# [closed]
Problem Closed. This question is off-topic. It is not currently accepting answers. Lacks concrete context: Code Review requires concrete code […]