Temporary Projects in Visual Studio 2005#
Jeff Key created a great little tool called Snippet Compiler, which allowed you to experiment with some throwaway .NET code. This is useful for doing a quick technical proof of concept (a "spike" in agile practitioner terms). Before Snippet Compiler, I used to fill my Visual Studio Projects folder with a bunch of junk projects that I intended to delete eventually.
However, with Visual Studio 2005, I think Snippet Compiler's days are numbered (no offense Mr. Key). VS2005 supports a seemingly little known feature that I'll call "temporary projects". It allows you to create and work on a new project without saving it to disk. You can work on the project as long as you want. When you close the project, you have the option to save it, but more importantly, you have the option to just discard it (this should all sound familiar to fellow VB6 converts). If you use the new Web Application Project model, you can even use this feature to create throwaway websites.

I use this feature all the time while trying to brush up on on the new functionality in the 2.0 framework.

To enable temporary projects:

1) In Visual Studio 2005, go to the Tools | Options... menu
2) Go to the Projects and Solutions node
3) Uncheck "Save new projects when created"
Thursday, March 23, 2006 10:00:28 PM (Central Standard Time, UTC-06:00) #    Comments [1]  | 

 

All content © 2008, Joshua Flanagan
About this site
Send mail to the author(s) Contact me
Feed your aggregator (RSS 2.0)
Joshua Flanagan
I have been developing software professionally for 10 years; focusing on .NET since its release. I use this site to interact with, and contribute to, the .NET software development community.
Microsoft Certified Application Developer

On this page
Archives
Rest of the world

Acknowledgements

Powered by: newtelligence dasBlog 1.9.7170.677

The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

Site theme based on the essence design by Jelle Druyts