Obfuscated code…. Cool explanation..

http://en.wikipedia.org/wiki/Obfuscated_code

Also the links at the bottom of page contain more information

A .NET obfuscator
http://www.preemptive.com/dotfuscator-faq.html#What%20is%20Obfuscation?

Also outlines some benefits of using obfuscation

– reduction application size 20-40% smaller
– Compacted programs often load faster and run in less memory
– moreover, networked distribution of components is more efficient because application size is reduced.

Sql Server Management Studio Keyboard Shortcuts

Here is the MSDN page for all keyboard shortcuts for all versions of SQL Server Management Studio

http://msdn.microsoft.com/en-us/library/ms174205.aspx

Changing CSS Styles from within ASP.NET server side code.

The following code allows the ability to change the display CSS style rule value from within
ASP.NET.

pnlChangeStartingPoint.Style(“display”) = “block”