By tag: shortcut
0
kicks
C# Delegate Shortcut – No more null testing on events for subscribers
Do you use this syntax? It adds up as you can leave null tests in the dust for event subscribers:
EXAMPLE:
public event EventHandler<AnimationImageEventArgs> AnimationImageClicked = delegate { };
Post has full details, but most might already know this. If not your wasting cycles.
0
kicks
Online Visual C# Keyboard Shortcut Reference
Use this handy, online Visual C# Keyboard Shortcut Reference. Much easier to use than a printed poster.
0
kicks
Visual C# 2005 Keyboard Shortcut Reference Poster
This poster contains the default keybindings for Visual C# 2005, and is available as a PDF download in either color or grayscale for you to print.