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…

Continue ReadingThe Daily Six Pack: October 23, 2013

Visual Studio Spell Checker – Dot Your I’s And Cross Your T’s

Visual Studio Spell CheckerVisual 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 made it through after a long and tedious development. Suffice to say that developers aren’t the best of spell checkers.

Well now there is help on the horizon. Visual Studio Spell Checker is a free add-in available on the Visual Studio Gallery and supports Visual Studio 2012 and Visual Studio 2010. (more…)

Continue ReadingVisual Studio Spell Checker – Dot Your I’s And Cross Your T’s

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…

Continue ReadingThe Daily Six Pack: May 17, 2013

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 inside Visual Studio 2010. To enable this, follow these steps:

Step 1

From the Toolbar, select the Tools menu item.

(more…)

Continue ReadingAdd External Tools (All-In-One Code Framework v4) to Visual Studio 2010

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 reference, this is what I did:

(more…)

Continue ReadingCreating a Windows Service with a Timer

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,…

Continue ReadingLog4Net and Visual Studio 2010 Windows Application Build Error – SOLVED