newbie: projects and solutions

R

R.A.M.

Hello,
(Sorry for my English...)
I am learning .NET 2.0. Could you explain me please the difference between
solutions and projects. What are the solutions used for?
/RAM/
 
N

news.microsoft.com

http://msdn2.microsoft.com/en-us/library/df8st53z(VS.80).aspx

Visual Studio implements conceptual containers called solutions and projects
to enable the integrated development environment (IDE) to apply its wide
range of tools, designers, templates, and settings. Also, Visual Studio
provides Solution Folders to organize related projects into groups and then
perform actions on those groups of projects.
A project includes a set of source files, plus related metadata such as
component references and build instructions. Projects generally produce one
or more output files when built. A solution includes one or more projects,
plus files and metadata that help define the solution as a whole:

Also: http://msdn2.microsoft.com/en-us/library/x916y769(VS.80).aspx


--
Regards,

Gregory Silvano
Stature Software, LLC
http://www.staturesoftware.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top