Where and why should I add other applications to a single solution?
What are the usages of adding multiple apps to a single solution?
I’ve searched a lot but I found no clear description about this issue.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You might want to create a dll that holds your application model (database model). You need to make an WPF application that can work with the model AND you need to create a website so users can also access the data without the wpf app. Since you work on the same model project you don’t write the code 2 times but instead you write it 1 time and link the projects together in 1 solution.