Use temporary projects in Visual Studio
I like experimenting with code. I typically have no idea what my experiment will be called or what kind of project it will eventually become. In Visual FoxPro, you can start writing code or creating components such as tables, forms, reports, etc. without ever having created a project.
When using Visual Studio to write new code, the first thing you have to do is create and name a project. Which should I choose? Web Control Library? Windows Control Library? Windows Application? I just want to experiment with some code.
VS 2005 has a new feature called Temporary Projects which I love. When you create a new project with this option on, you don’t have to specify where to store it or even its name. It will be stored in a temporary location, and will allow you to save it when you decide.
See How to: Enable Temporary Projects
Comments
Anonymous
August 18, 2006
You can use an array of PictureBox controls to display multiple photographs or other images. The sample...Anonymous
May 16, 2007
It’s simple to create a VFP object that can be used within other applications. I show how useful it isAnonymous
August 11, 2007
Now that Visual Studio 2008 Beta 2 is out the door, I can write about some cool Linq Queries, and youAnonymous
August 11, 2007
Now that Visual Studio 2008 Beta 2 is out the door, I can write about some cool Linq Queries, and youAnonymous
August 11, 2007
PingBack from http://msdnrss.thecoderblogs.com/2007/08/12/Anonymous
October 04, 2007
There's a very useful feature that FoxPro users have had for over 2 decades: being able to output textAnonymous
October 04, 2007
There's a very useful feature that FoxPro users have had for over 2 decades: being able to outputAnonymous
January 29, 2008
Visual studio creates project files for you for the various languages, such as C++, C#, VB. These filesAnonymous
January 29, 2008
Visual studio creates project files for you for the various languages, such as C++, C#, VB. These filesAnonymous
January 29, 2008
PingBack from http://msdnrss.thecoderblogs.com/2008/01/29/use-xlinq-to-query-the-references-in-your-project/Anonymous
November 28, 2008
Suppose you have some old code lying around that creates a Win32 window with an HWnd (perhaps ATL , MFCAnonymous
December 03, 2008
Much of my time is spent using the Visual Studio debugger examining code to figure out how it works andAnonymous
January 29, 2009
A cartoon can be thought of as a series of drawings. To simulate movement, the drawings can be slightly