The Daily Six Pack: October 23, 2013
A COLLECTION OF LINKS FOR LOVERS OF I.T. Dirk Strauss . . . . Feature link: Apple iPad Air Apple Announces iPad Air—Dramatically Thinner, Lighter & More Powerful iPad, Apple Other Window Service Deployment using VS 2010, TechnoGeek001 A number of Windows 8.1 Resources, Rob Margel ASP.NET and Web Tools for Visual Studio 2013 Release Notes, […]
Visual Studio Spell Checker – Dot Your I’s And Cross Your T’s
Visual Studio Spell Checker – A couple of years ago, I had to create an application for a German company. Along with using localisation to create the German/English translation, spell checking that sucker was a challenge. There were well over a few hundred text strings and many of these were stored in code. Nevertheless, we […]
The Daily Six Pack: May 17, 2013
IntelliTrace is a new feature introduced by Microsoft in Visual Studio 2010 Ultimate (Yes believe it or not, not everyone is using Visual Studio 2012 yet). It was previously known as Historical Debugger. IntelliTrace is a tool that helps developers track down bugs that might not be reproducible in their managed code apps. Think of as […]
South African ID Number Validation in C#

South African ID Number Validation – There are many reasons a developer in South Africa would need to validate a South African ID number. They might need to validate the input on an Online order form. They might need it as a form of identification for a loan etc. How exactly do you do this? I’m […]
Add External Tools (All-In-One Code Framework v4) to Visual Studio 2010
Today saw the All-In-One Code Framework Sample Browser updated to Version 4. I have to say, that I really love the look and feel of this latest version. Now while I know that there is a Sample Browser Visual Studio Extension for 2010, I feel that version 4 looks nicer and I wanted to have it available […]
Creating a Windows Service with a Timer
Okay, you probably all know this, but somewhere someone doesn’t. And I thought it might be a nice article to post. Have you created a Windows Service Timer that isn’t working? The reason for this is because you probably added a Windows Forms Timer to your Service instead of a System Timer. So for future […]
Log4Net and Visual Studio 2010 Windows Application Build Error – SOLVED
I just wanted to post a quick note here regarding a build error I got for the Log4Net Logging Service and Visual Studio 2010. I added the Log4Net DLL and some logging to my application, but on the Build, I received the following Warning: The referenced assembly “log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL” could not be […]