Essentials you should know about Visual Studio's Solution Structure

A Solution should be thought of as a container of related projects.

1. VS's Solution Structure


There are three types of solutions, which are single solution, partitioned solution, multiple solutions. I concerns only the single.

In addition, a thing should be remembered, Solution folders don't map to a physical folder, they can be added, renamed, or deleted at any time without causing invalid file references or source control issues (Bruce Johnson)

A project can then be made up of a series of both code files and folders. As shown in the figure below.


How the projects relate to each other.



I raised a question.
I raise a question. The solution file also contains project dependency information used by the build process. For example, in the preceding diagram, the dependency information indicates that Project A depends upon Project B and Project B depends upon Project C. As a result, the build order must be Project C, then Project B, and then Project A. When project references are used within a single solution, Visual Studio .NET ensures the correct build order.
Share on Google Plus

About Chien

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.

0 comments:

Post a Comment