O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
In this video we look at how to leverage special comments that show up in the Task List inside Visual Studio. This is a great feature for reminding yourself of things that need to be done in your code...
Answered by SiteByJames : Jun 18 2010 05:21 AM
Well... I really had to work at it to sign up for these comments, it was very time consuming but worth it I think.
My personal favorite commenting system is the post now, authenticate later method by... full answer >
Answered by palmettobug : Dec 10 2009 07:05 PM
Turn on reviewing. Easiest way, if Word 2003, is to turn on the reviewing toolbar.
On 2007 you will need to go to the "Review" ribbon. full answer >
d{4}-d{2}-d{2} matches a date in yyyy-mm-dd
format, without doing any validation of the numbers. Such a
simple regular expression is appropriate when you know your data does
...