Monday, February 27, 2012

Microsoft Brushes.Colors

Collection of Colors Available with it's ARGB value in Microsoft.Net Framework 4.0.
http://msdn.microsoft.com/en-us/library/system.windows.media.colors.aspx

Special Characters Sort Order

Googled and found this. Useful for myself to understand on the sorting order for special characters.
 Here is a list of some of these characters along with the sort order (ascending to descending)

' (back tick)
- (hyphen)
! (exclamation)
# (pound symbol)
$ (dollar)
% (percent symbol)
& (ampersand)
( (open parenthesis)
) (close parenthesis)
* (asterisk)
@ (at symbol)
^ (carrot)
_ (underscore)
~ (tilde)
+ (plus)
= (equals)


Thanks to Jim McBee: http://msmvps.com/blogs/erikr/archive/2008/09/20/special-character-sort-order-gal.aspx