The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Create the Solution Before Adding Projects

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Peter G Provost

Posts: 849
Nickname: pprovost
Registered: Aug, 2003

Peter G Provost is a Solution Architect for Interlink Group in Denver, CO.
Create the Solution Before Adding Projects Posted: Aug 12, 2003 6:11 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Peter G Provost.
Original Post: Create the Solution Before Adding Projects
Feed Title: Peter Provost's Geek Noise
Feed URL: /error.aspx?aspxerrorpath=/Rss.aspx
Feed Description: Technology news, development articles, Microsoft .NET, and other stuff...
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Peter G Provost
Latest Posts From Peter Provost's Geek Noise

Advertisement

Korby Parnell writes:

Here's my Source Control Tip of the Week: 

<<Create a blank solution before creating a project.>>

In Web Projects and Source Control Integration in Visual Studio .NET,  I state that doing so will, " ...improve the long-term manageability and discoverability of your projects [and] maintain a close symmetry between local project files and their master copies on the source control server."

I couldn't agree more. Even when you aren't using Source Control Integration you should follow this guideline. Unless I know I am creating a one-off Spike Solution, I always create a blank solution first.

As Korby shows, it is the only way to ensure that you get a parent solution folder containing child project folders. This is a good thing whether you are using the VS.NET Source Control stuff or not. I use CVS these days and it makes me a lot happier to have my folders structured this way.

Another thing that I do that I don't think many other people do (except Brad Wilson) is to create my web projects as Class Libraries instead of ASP.NET Projects. By doing this, you get to keep the source files in the normal project file tree instead of over in the wwwroot folder. With a little bit of tweaking you can debug just fine, add all the same kinds of project files, etc. Works like a charm. (Thanks to Brad for suggesting it.)

Read: Create the Solution Before Adding Projects

Topic: Who is responsible for your career? Previous Topic   Next Topic Topic: dasBlog vs. .Text

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use