Articles found: 4
Framework 3.5
Subversion is a
version control system used to maintain current and historical versions of file
such source code or documentation. Completely open-source, is used on many open
source projects of the community.
Using client tools like
TortoiseSVN or VisualSVN, you can
integrate Subversion with Windows Explorer or Visual Studio IDE.
|
Friday, February 23, 2007 |
I was tired to manually open and update the HOSTS file under the Windows system folder, so I had one idea how to spend "10 minutes" of free time: a FileHostsManager application. This application is very simple to use: in one TextBox you can write all the comments present in the file (all comments are written in the beginning of the file for major order).
|
Wednesday, April 26, 2006 |
This example shows how to load an application and run from memory system. After the application load, you can use it without the source EXE file (usually blocked from the system). Useful when you don't have to have the source EXE file on HDD (e.g. on a USB key).
 Notizia vecchia (quando ancora VS2005 era in beta) ma magari ancora molte persone
non sanno che con la nuova versione del VS, Microsoft ha introdotto una set abbastanza
completo di icone ed immagini png, bmp e gif (anche animate) da utilizzare nelle
nostre realizzazioni.
Per maggiori info:
http://msdn2.microsoft.com/en-US/library/ms246582.aspx
|