I finally found the shortcut list for a number of MS Windows commands. For the complete listing, visit this link . This can be handy for some: Run Commands compmgmt.msc Computer management devmgmt.msc Device manager diskmgmt.msc Disk management dfrg.msc Disk defrag eventvwr.msc Event viewer fsmgmt.msc...
I have read the Exception Handling Best Practices article in .NET in CodeProject and all this time I thought that rethrowing exceptions is this way: [code language="C#"] try { // Some code that throws an exception } catch (Exception ex) { // some code that handles the exception throw ex; } [/code] I...
I am one of those command line junkie since I grew with MS-DOS 6.20 and Windows 3.1. I even had those experience with batch programming back then. Sahil Malik had enumerated a number of commands he usually use in his post, and the new things I wasn’t aware of are the pushd/popd pair and F7 (we had doskey...
I’ve seen an officemate of mine this morning browsing the history log of a code sheet (VSS) to know when was a particular line added and who did it. What striked me was the way he opened each entry of the history database from oldest to the latest. I told him the more efficient way to locate the entry...
CAPTCHA(Completely Automated Public Turing test to tell Computers and Humans Apart) is a type of challenge-response test used in computing to determine whether or not the user is human. You can see them when signing up a free web-based email and it is used as protection from spammers. It is interesting...
Some/All of the buttons (Show All, Design View, Code View, Refresh) in the Solution Explorer Window is not visible. I just temporarily click an object outside the current project then click back to the said object. A component with design view (control/form) is not detected by Visual Studio to be one...
Have you experienced the following using MS Word? your pages are not breaking as you like your printer is adding a blank page at the end of your document an automatic number insists on being bold even though you have applied bold formatting to only a part of the numbered paragraph It’s time to unravel...