Questions tagged [projects-and-solutions]
The projects-and-solutions tag has no summary.
56 questions
-1 votes
1 answer
146 views
Rigorous way to compare designs that support the same project
When having 4 different designs that can be delivered for a project and there is a strong difference of opinions on which design is preferred taking into account functional/non-functional requirements/...
1 vote
2 answers
778 views
How to structure libraries/solution for Onion Architecture with Model View Presenter pattern?
Hobby coder here, so please be gentle! My coding is taking me into the necessary realms of architecture due to increasingly complex apps. I'm wondering how to structure my solutions which will involve ...
0 votes
0 answers
649 views
Structuring a "Large" Windows Forms Project and Solution To something with Multiple Sub-Projects
I've willingly inherited a VB.Net forms project based on .Net 3.5 last edited with VS2012. I was able to open it up and up-convert it to VS2017. I can compile and run it and make some little tweaks. ...
0 votes
0 answers
613 views
log centralization and central aggregation system design
I'm thinking of how would I go about creating my own logging centralization and centralized aggregation system. Imagined system has 10 - 100 nodes. Each node runs a LAMP(Linux, Apache, MySql, PHP) ...
0 votes
1 answer
2k views
Simplest Architecture to separate UI and business logic on Windows
I guess the goal of separating UI and business logic goes way back. I found a Martin Fowler article, from nearly 20 years ago, which is pretty clear about the benefits of the separation: https://www....
2 votes
1 answer
117 views
How best to organise a multitargeted VS solution being ported from .net Framework to both .net Framework+Core?
I'm not a native English speaker, and i'm new to .net Core. I have a task to port the logic of a WPF app to .Net Core while leaving this app working like previously. The app has approximately 70 ...
-1 votes
1 answer
187 views
What is the ideal project organization for interfaces in a C++/CLI solution?
We have a legacy C++/CLI solution that generates primary executable, but is being expanded out to generate libraries as well as including relevant unit testing. Since we have a number of classes in ...
0 votes
1 answer
379 views
How to properly organize multiple WPF/Entity Framework applications that share resources?
Company A is building 5 separate in-house WPF applications, and they would like to share UserControls, ResourceDictionaries, and ADO Entity Data Models between each project. They would also like to ...