Blog

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.


Back to Blog
Blog
November 24, 2023
Avatar for Stephen Kellett
Stephen Kellett

How do I build all configurations of a project from the command line?

The problem I needed an easy way to automate the building of a Visual Studio project from the command line. It needed to work regardless […]

Blog Hints and tips
August 15, 2023
Avatar for Stephen Kellett
Stephen Kellett

Enabling and disabling Powershell script execution

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 […]

Blog
August 11, 2023
Avatar for Stephen Kellett
Stephen Kellett

How do I build all projects in a solution from the command line?

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 […]

Blog
July 25, 2023
Avatar for Stephen Kellett
Stephen Kellett

Manually installing a licence without reinstalling the software

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 […]

Blog
May 18, 2023
Avatar for Stephen Kellett
Stephen Kellett

Common IIS Server Errors

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 […]

Blog
April 12, 2023
Avatar for Stephen Kellett
Stephen Kellett

Setting directory permissions for user group IIS_IUSRS

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 […]

Blog
December 19, 2022
Avatar for Stephen Kellett
Stephen Kellett

Leaking memory with VirtualAlloc

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 […]

Blog
November 18, 2022
Avatar for Stephen Kellett
Stephen Kellett

Slicing and dicing by memory allocator

We’ve just released Memory Validator 9.63. This release introduces improvements for viewing trending statistics by allocator type. The Job To Be Done behind these changes […]

Blog Debugging
September 5, 2022
Avatar for Stephen Kellett
Stephen Kellett

Memory Fragmentation – mvFragmentation

Many software engineers and their managers struggle to understand what memory fragmentation is and the effects memory fragmentation can have on the software they produce. […]

Blog
August 6, 2011
Avatar for Stephen Kellett
Stephen Kellett

Perl Profiling API – implementation

To enable us to create our Perl code coverage, Perl flow tracing and Perl profiling tools we have modified the Perl runtime to include a […]

Fully functional, free for 30 days