Posts Tagged ‘tips’

3 Google Tricks When You Don’t Know What to Search For

3 Google Tricks When You Don’t Know What to Search For.

Collected Visual Studio tips

Here I list out the “cool” Visual Studio tips that considered to make big changes in my working style with this IDE.

  1. Generate the sequence diagram (referenced here)

(to be continued)

How to open command-line from current folder in Explorer?

Holding Shift and right click, then choose “Open command windows here”. Enjoy ^_^!

How to copy full-path of a file in Windows OS?

Holding Shift and press right click, then click “Copy as path”. Enjoy ^_^

[MSBuild] Get directory name (the containing folder) of a file

Use its metadata RelativeDir.

Enjoy!

Free antivirus software

Avira Antivir is the name in 2010 chosen as the best free antivirus software by PC World.

How to reset saved login/password in Sql Server 2008 's Management Studio?

How to reset saved login/password in Sql Server 2008 ‘s Management Studio?

See it here:

Removing the remembered login and password list in SQL Management Studio – Stack Overflow

Enjoy!

[Notepad++] How to WYSWYG copy source-code (retaining the syntax highlight)?

Using Notepad++ Plugins. Enjoy!

How to get started with a new technology?

Here is how I get started with a new technology.

  1. Read about it on wikipedia.org
  2. Follow the links in wikipedia to learn the thing
  3. Search google:<Technology> + tutorial

Enjoy!

[MS Visual Studio] How to view an actively viewed C# class in ‘Solution Explorer’ ?

source: [MS Visual Studio] How to view an active view C# class in ‘Solution Explorer’ ? – Stack Overflow

Enable the “Track Active Item in Solution Explorer” option, but note there’s some performance penalty is leaving this on. Get to this by Tools > Options > Projects and Solutions > General.

You may create a hotkey for this for a quick toggling it on and off.

Cheers.

Enable the Track Active Item in Solution Explorer option, but note there’s some performance penalty is leaving this on. Get to this by Tools > Options > Projects and Solutions > General