Answer the question
In order to leave comments, you need to log in
How to correctly implement a project in .NET (WPF Desktop)?
Goodnight. At this stage, there is a project in Visual Studio, which is the following program:
Window, Ribbon, TabControl and StatusBar below. The ribbon contains buttons that add tabs to the TabControl, which in turn contain UserControls (implemented in MVVM). In total, there are about 40 UserControls now, and Solution Explorer is already starting to have problems finding the necessary files (each UserControl is stored in its own folder). In connection with the above, several questions arose:
- Shouldn't each UserControl be rewritten into its own separate project (.dll) and then dragged into the main window?
- what in general can be read about the correct architecture of the application (as far as I understand, the question is on this topic)?
- I would like to start working with versions of my project. Visual Studio Team Services seems to fit, where to start learning about this service?
Thanks in advance for advice and replies.
Answer the question
In order to leave comments, you need to log in
- Shouldn't each UserControl be rewritten into its own separate project (.dll) and then dragged into the main window?
Shouldn't each UserControl be rewritten into its own separate project (.dll) and then dragged into the main window?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question