Setting Up the CSLA .NET Solution

Anytime we're creating a VS .NET solution that will contain multiple projects (as is the case here), it's best to create the solution before creating any of the projects. The reason for this is that otherwise VS .NET will name the solution after the name we give to the first project we create.

As shown in Figure 4-2, open VS .NET and choose File image from book New image from book Blank Solution. Give it the name CSLA , because that's the name of our framework.

image from book
Figure 4-2: Creating the blank CSLA solution

Notice that the solution is created in its own directory within our Visual Studio Projects directory. Any projects we add to this solution will, by default, be placed in subdirectories beneath this CSLA directory. This provides automatic organization of all our framework projects into a nice directory tree on the disk, and also into a single solution within VS .NET.



Expert C# Business Objects
Expert C# 2008 Business Objects
ISBN: 1430210192
EAN: 2147483647
Year: 2006
Pages: 111

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net