Category Archives: Miscellaneous

How to create your own custom Accelerator for Internet Explorer

The Accelerator feature of the IE helps to quickly perform everyday browsing tasks without leaving the website. Simply highlight the text, click on the blue Accelerator icon that appears above your selection, it will popup the different Accelerator options. For … Continue reading

Posted in Miscellaneous | Tagged , , , | Leave a comment

How to write an NUnit Addin

From version 2.2.x NUnit supports AddIns. Addins can customize NUnit’s internal behavior such as the creation of tests and their execution. An Addin should to implement the interface NUnit.Core.Extensibility.IAddin, which can be found in the assembly nunit.core.interfaces. Also the NUnit.Core.Extensibility.NUnitAddinAttribute … Continue reading

Posted in .Net, Miscellaneous, Unit Testing | Tagged , , , , | 1 Comment

Cloak option missing from source control explorer context menu

Ever noticed some time cloak menu item missing from source control explorer context menu? Cloak option is missing from source control explorer context menu Cloaking used to prevent users from viewing specified workspace folders or for folders you do not … Continue reading

Posted in Miscellaneous, Version Control, Visual Studio | Tagged , , , | 1 Comment

PSR – Problem Step Recorder – Free Windows Screen Recording tool

Problem Step Recorder is a handy utility from Microsoft helps to automatically capture the steps you take on a computer, including a text description of where you clicked and a picture of the screen during each click (called a screen … Continue reading

Posted in Miscellaneous, Windows 7 | Tagged , , , , | 1 Comment

MSTest.exe does not deploy all items

Today while working on some regression build issues, me and my lead noticed one problem with MS Tests, we are running MSTest.exe from commandline to execute few tests. The problem was MSTest.exe was is not copying all the referenced assemblies … Continue reading

Posted in .Net, Miscellaneous, Unit Testing | Tagged , , , , | 1 Comment