This blog is where we help you improve your software, teach you how to use our tools to solve problems, software tool use cases, and improvements to our software tools.
Recently Intel introduced the One Mono font, which is intended to reduce eye strain and to be superior for use by people with vision difficulties. […]
In an ideal world software would never crash. In the real world, software crashes. Hopefully infrequently. Our tools write an exception report when they crash. […]
Batch files are often used to setup an environment prior to starting an executable. You can also do this with Powershell scripts. If you use […]
If you’ve ever tried to run a script from Powershell you’ve probably seen this error message. Enabling script execution To enable script execution in Powershell […]
The problem I needed an easy way to automate the building of a Visual Studio solution from the command line. I have a process that […]
In this article, we’re going to discuss how to manually install a licence without reinstalling the software. Why would I want to do this? The […]
When working with IIS it’s not uncommon to run into problems with pages not being served correctly. When this happens you’re shown an error page […]
If you’re working with IIS there is a high likelihood that at some point you’ll want to write data to a log file and/or enable […]
The Win32 function VirtualAlloc() can be used to allocate new blocks of committed memory. When this happens a new block that is large enough to […]
Memory leaks affect all computer programs, be they desktop applications, service applications or web services. For many trivial applications or applications with a very short […]