The PowerShell Tee-Object Cmdlet allows you to send command output to a file or a variable, and display it in…
$tempFile = [IO.Path]::GetTempFileName() An empty file created immediately when you call this method. Remember to clean it up when are…
Greetings visitor from the year ! You can get the source code for this from my Github repo here. Thanks…
Is anyone else experiencing a problem with Visual Studio 2008 Intellisense with jQuery and jqModal? It seems that jqModal (a…
In my opinion, the top three hardware items that help maximize programmer productivity are sufficient RAM, multiple monitors, and a…
.NET/C# Programming Thread synchronization: Wait and Pulse demystified. By Nick Butler. Use a shortened GUID for file names and request…
I feel like I am discovering a whole new world. For my latest project, I have to do a lot…
I have found that the key to writing good unit tests that interact with the database is making sure that…
This is an update to my original article that was based on Silverlight 1.0 alpha. The code for the old…
A while ago I had been posting my Finds of the Weeks series and this is the continuation of that.…