
Sometimes it is important to block websites accessing from your computer. Reasons can be anything. Instead of discussing about reasons, let's quickly learn how ...

In this article, learn how effectively use Microsoft File Checksum Integrity Verifier tool to verify ISO (.iso) image downloaded from the internet.

Learn how to solve "Generic Trust Failure" error occurred while installing Visual Studio 2010 SP1 (Service Pack 1) in offline mode.

In this article, learn how to solve "openssl is not recognized as an internal or external command" error from command prompt

Learn how to store and use reusable code from Visual Studio tool box that reduce expensive copy-paste operations when there is a same piece code snippet to be ...

Microsoft Visual Studio allows code modification and executing the same during run time. But, this option is disabled by default. In this article learn how to ...

Attributes provide a powerful method of associating declarative information in C# code. In this article, learn how to use DubuggerHidden attribute which hides ...

Learn how to search and find a compatible or matching device driver software for your hardware using Hardware Identity tool. The tool also provides the list of ...

The browsers share the same session cookies across all the tabs. Hence, you have to close the current session in order to login with different user ...

All popular web browsers provided a special feature which allows user to surf internet in private mode. In private mode, all your browsing history will be ...

In any browser when you browse normally, the web browser stores your browsing history locally and available to other users of the same computer. In this ...

Computer automatically rebooted when there is a blue screen crash. In this article learn how to avoid computer reboot when blue screen error.

Blue screen of death windows crash details are logged in the form of minidump (.dmp) files. In this article learn how to read these minidump files using ...

The .Net Assembly Information is a free tool which display .Net assembly information's like compilation mode debug/release, .Net assembly full name and .Net ...

We often receive an error message when installing any Microsoft Package Installer (.msi) file and the installation could not be continued. In this article ...

The SharpDevelop is a free IDE for c#, VB.NET and Boo projects. SharpDevelop is an opensource IDE for Microsoft.'s .Net platform. It supports programming ...

SnippetCompiler is a small tool to write and execute .NET code snippets without creating a Visual Studio project.

The DllRegisterServer failed with error code 0x80070005 when trying to register windows DLL file from Run window as well as Windows Command Prompt.