The little known WBR tag is great for formatting HTML tables. Add it to specific places in your table cell…
From my code snippets, here’s a function that will return the starting day of the week for any date: ///…
It’s my first open source project! I’ve gone open source with my Transactional File Manager. Check out the CodePlex link…
If you get one of these errors starting MSMQ Server or installing MSMQ on Windows (Server 2008), this article describes…
Your house is haunted. You can’t stand living with the ghosts anymore and decide to call in the professional, a…
If you are getting this error in your SQL Server T-SQL script:, you may be running into an issue with…
To programmatically switch bindings on the fly, you can do it via the constructor of the generated client: var client…
If you get the following exception calling a WebSphere web service from your .NET WCF Client (service reference): System.ServiceModel.CommunicationException: The…
Do you ever have the problem where you start a long running script (such as running a code build), multi-task…
I found out the hard way that mvn (Maven) on Windows always return a success code of true, which means…