All Questions
Tagged with wpf object-oriented
6 questions
2
votes
1
answer
2k
views
WPF Extension to directly inject dependencies in the Window constructor
I just finished writing the core for my WPF application and because I'm still a very beginner at software design I wanted to get some feedback about the design decisions I've made.
I've uploaded ...
2
votes
2
answers
262
views
C# page creator - best practices, improvements and dynamically calling classes
I'm a self-taught programmer and I've recently started working as a junior developer. Unfortunately I'm also the most experienced member of the team due to my employers unwillingness to pay senior ...
1
vote
2
answers
912
views
WPF wizard-like app
I'm designing and developing wizard-like app for populating the database I created with data from different sources. It's my first attempt to design and develop well-structured object-oriented ...
3
votes
1
answer
205
views
Managing documents with manager class
So I have a program that visualizes data from files (csv,txt,etc.). These files are saved to database as individual tables. In my application I have DocumentExplorer...
1
vote
3
answers
165
views
Update extremities losses when selected type changes
The following code works, but is it a good idea to call another method in a setter?
...
3
votes
1
answer
2k
views
Wrapper classes for objects returned by 3rd party APIs
I am building a WPF application which uses a third party library to fetch objects which I want to allow the user to interact with.
The objects are returned as interface types. Am I right in thinking ...