Email validation regex

A php regular expression that validates email with “comments” as seen on gmail (address+comment@gmail.com)

Check for double click on ListViewItem

Want to capture double click events on ListViewItems instead of the entire ListView ? Here is a quick trick :

Serializable KeyValuePair

If your ever need to serialize a generic KeyValuePair

Not too hard, is it?

Helpful debugging tools

While debugging, I like to watch my log file as it gets filled in just like the linux command tail -f does. In a few C# lines, we are able to “watch” a file and print the changes to the console as they are made :

Then all you need to do is print the differences each time the event is raised.