From Visual Studio.net 2003 to 2010

I shall start the journey by using Visual Studio.net 2003 before looking at migrating to VS.net 2005, Vs.net 2008 and Vs.net 2010.

My environment is Windows Professional XP installed on a XP Virtual Machine on a Dell Inspiron 14R powered by Windows 7-64 bits.

Microsoft SQL Express 2008/R2 serves as the database server

Thursday, February 9, 2012

Difference Between Projects & Solutions

A project file contains all the information of a project, such as its settings and especially the items (*.cs, *.aspx, etc.) in the project.

The solution is just a container for the projects and the configurations the projects can be build in. The .sln file is the contains the user specific settings of the solution (such as the opened windows etc.)

The solution file is usually stored in C:\Documents and Settings\Administrator\My Documents\Visual Studio Projects\WebApplication1.sln

No comments:

Post a Comment