The Daily Six Pack: August 8, 2014

A COLLECTION OF LINKS FOR LOVERS OF I.T. Dirk Strauss . . . . Feature link: Power BI Primer on Power BI (Business Intelligence), Mark Tabladillo Other Russia Grants Edward Snowden 3-Year Residential Permit, LeakSource Turn Windows 8 Task Manager into a Widget using Summary View, Anand Khanse Moving to the .NET…

Continue ReadingThe Daily Six Pack: August 8, 2014

Resizing VirtualBox Disks Does Not Work With Snapshots

Resizing VirtualBox Disks – I wanted to resize the hard drive of my VM, and I figured that this would be an easy task. As it turns out, it is extremely easy. The only problem was that it wasn’t working. Here is how I resolved that error. Please note, this is my dev VM. If I mess things up, I’ll wipe it and start over. If you can’t be so cavalier about what you do on your VM’s, you better make a backup first. (more…)

Continue ReadingResizing VirtualBox Disks Does Not Work With Snapshots

The Daily Six Pack: January 9, 2014

A COLLECTION OF LINKS FOR LOVERS OF I.T. Dirk Strauss . . . . Feature link: VirtualBox And Hyper-V Switch easily between VirtualBox and Hyper-V with a BCDEdit boot Entry in Windows 8.1, Scott Hanselman Other Windows 8.1 Developer Training: Geek Edition, Senthil Kumar Document Your Code with IntelliSense, Peter Vogel…

Continue ReadingThe Daily Six Pack: January 9, 2014

Parasoft Service Virtualization – Create Intelligent Test Environments

Parasoft Service Virtualization logoParasoft Service Virtualization is a product you need to seriously consider if you are developing applications that you have to test. But before I continue, let me step back a bit.

What is one of the first things you do when setting up a test environment? Well I guess that largely depends on your budget. Let us assume we all work for a company that conforms to best practices with regards to software development and the SDLC.

The easiest way to emulate the client site is to use virtualization. My current favourite being VirtualBox, but VMWare is also a great choice. Setting up a copy of the client site on a VM is the best method for testing your custom applications. It now gets even better with Parasoft Service Virtualization. (more…)

Continue ReadingParasoft Service Virtualization – Create Intelligent Test Environments

Resolve Windows Live Mail Error When Using smtp4dev

smtp4dev test email sendsmtp4dev is an excellent testing tool to add to your tools library. Go ahead and download smtp4dev from CodePlex. It is a dummy SMTP server which is compatible with Windows 7/Vista/XP/2003/2010. smtp4dev Will sit in the system tray and listen for messages on the port you specify (usually port 25).

The best thing about smtp4dev is that it will not deliver the received messages. You can then view the messages or save them and inspect the source/structure. This makes smtp4dev very useful for testing/debugging software that needs to generate emails. I recently used it to test the email functionality from a VBScript. (more…)

Continue ReadingResolve Windows Live Mail Error When Using smtp4dev

Clone VirtualBox VM’s Easily To Provide a Fresh Dev Environment

Clone VirtualBox VM's - Lately I have fallen in love again with VirtualBox. I have decided that using the same installation of SYSPRO on my local dev machine to do all customisations is inefficient. As time moves along and different customisations need to be done for different clients, my SYSPRO installation…

Continue ReadingClone VirtualBox VM’s Easily To Provide a Fresh Dev Environment