Code snippets are a pretty underused feature in Visaul Studio and it can really save you alot of time. What custom code snippets do you guys use in your everyday coding?
Let me list some of mine:
vprop - view state property
ane - argument null exception
event - definition for an event handler
noe - expands into String.IsNullOrEmpty()
What do you guys use?