Problem I have the following code which is a private method inside the form and retrieve all context menus from […]
Tag: winforms
Binding a DataGridView to a List
Problem I’m new to Databinding in MVP and I want to bind my DataGridView to a object list. This grid […]
Automatic Databinding of controls to Model [closed]
Problem Closed. This question is off-topic. It is not currently accepting answers. This question does not appear to be a […]
Extracting Power and Energy out of a slow regex
Problem My WinForms application is a bit slow, I’d like to make it faster. It extracts only the power and […]
Using JSON file for employee pay data
Problem I’m looking for some feedback on my code here. I want to eliminate duplicating the code through the different […]
Scrolly – A (very) simple infinite mouse “scroll”
Problem Out of fun, and to practice my rusty C# skills, I’ve made a very basic program. It only has […]
Calling a copy constructor in Presenter to prepare a list of Models
Problem I’m new to MVP. In a presenter I have following code. Here what am I trying is to create […]
CRUD menu creation
Problem I would like to re-write this C# code so it is easier to understand. Should I create a separate […]
Class design question
Problem I have Winform application and I want to separate the button click event from the main form. My application […]
Binding Lists of Commits to a DataGridView in Winforms with an MVP architecture
Problem I’m using Winforms and I find this pattern showing up in my code a lot. It works, but I’m […]