Wednesday, December 10, 2008

.Net Tips


You can add tasks and comments to your solution. We can view the comments from the View menu --> Task List (Ctrl + W, T) which helps us to keep track of the TODO changes we left behind.

//TODO Remove the code after testing
System.Threading.Thread.Sleep(5000);

The comments also gives the filename and linenumber for locating the code and remove it. It's a cool feature to have a follow ups.


No comments: