Could anybody kindly advise me what is the difference between Solution and project in vb.net
If I load either of this from my project folder, will effect be the same?
Thanks
Furqan
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.
The concepts are visual studio concepts and are not specific to VB.NET.
A solution can contain several different projects.
If you load a solution that contains several projects, they will all load and you will be able to compile them as one unit. You cannot do this if you open a single project.
See this article – Structuring Solutions and Projects for in-depth guidance on how to use solutions and projects.