Using VBScript to copy files to a folder in a Msi Setup Project
Last week I found out that one of our admin apps on the server was not installed currently. It is an app that is installed in ArcMap, and the reason it didn’t work is that ArcMap has been installed on “d:\programs files” instead of “c:\program ... המשך לקרוא>
ysa , 10-16-2010 22:54
Free source control for home usage
Recently, I’ve started to work on several projects in my free time. After a while, I realized that I couldn’t manage without source control (especially after you do some refactoring on a xaml code and suddenly nothing works…). So I started to ... המשך לקרוא>
ysa , 01-12-2010 22:15
VS2008 :: Transparent intellisense trick
Isn't it annoying when you need to enter a line of code above some other code, the intellisense opens, perhaps the parameter info tooltip too (all these you need, of course), but you also need to see the name of the variable you have in ... המשך לקרוא>
gillyb , 12-11-2008 5:02
Close the Current File in Visual Studio
Close the Current File in Visual Studio I spend many hours a day working with Visual Studio 2008 and the Office Product. What I most like from the user experience perspective is to have the same shortcuts and key-bindings, no matter which application ... המשך לקרוא>
Guy Burstein , 07-30-2008 6:11
Copy Source As Html (CopySourceAsHtml) on VPC
Copy Source As Html (CopySourceAsHtml) on VPC I've been using Copy Source As Html (CopySourceAsHtml) for Visual Studio 2008 RTM for a while, but recently tried to work with it on a Virtual PC ( VPC ). When I tried copying a code snippet ... המשך לקרוא>
Guy Burstein , 04-24-2008 20:25
Linq to SQL Like Operator
Linq to SQL Like Operator As a response for customer's question, I decided to write about using Like Operator in Linq to SQL queries. Starting from a simple query from Northwind Database; var query = from c in ctx.Customers where c.City ... המשך לקרוא>
Guy Burstein , 10-16-2007 23:03
Page 1 of 1 (6 items)