Search Results

1
vote

Automate Deployment for Web Applications?

Rather than using xcopy we managed to use the -source:dirpath command with UNC addresses to the servers with msdeploy. The key was the ignoreAcls=true and removing calls to username and password in …
2
votes

What is “Best Practice” For Comparing Two Instances of a Reference Type?

For complex objects that will yield specific comparisons then implementing IComparable and defining the comparison in the Compare methods is a good implementation. For example we have "Vehi …
0
votes

How can I stop using a mouse while programming in my IDE?

Hide your mouse - at least one arm's length away - then you can always get it back in an emergency …