JeffGaroutte.net

C# and anything else that crosses my desk.
Black and white in a world of color

Posts

6/2008 18
Enum - the good, the bad, the ugly and how to kill them
The blessed enumeration I remember when I first learned about enumerations; they opened a whole world of easy coding and I think they have their place….CommandType anyone?
Read the rest of this entry
6/2008 10
Snippets - Prop
If you have ever typed prop and hit tab twice in Visual Studio 2005 or 2008, you have used a snippet even if you do not know a snippet is.  In VS2005 I used the prop snippet all the time to create a field and property automatically for me.
Read the rest of this entry