Programming

Tee-Object and Invoke-Expression in PowerShell

The PowerShell Tee-Object Cmdlet allows you to send command output to a file or a variable, and display it in…

16 years ago

Create a Temporary File in PowerShell

$tempFile = [IO.Path]::GetTempFileName() An empty file created immediately when you call this method. Remember to clean it up when are…

16 years ago

Convert List<T>/IEnumerable to DataTable/DataView

Greetings visitor from the year ! You can get the source code for this from my Github repo here. Thanks…

17 years ago

Problem with jqModal/jQuery JavaScript Intellisense and Workaround

Is anyone else experiencing a problem with Visual Studio 2008 Intellisense with jQuery and jqModal? It seems that jqModal (a…

17 years ago

My Multiple-Monitor Programming Setup

In my opinion, the top three hardware items that help maximize programmer productivity are sufficient RAM, multiple monitors, and a…

17 years ago

Bag of Links #2

.NET/C# Programming Thread synchronization: Wait and Pulse demystified. By Nick Butler. Use a shortened GUID for file names and request…

17 years ago

Learning Java from a .NET Developer’s Perspective

I feel like I am discovering a whole new world. For my latest project, I have to do a lot…

17 years ago

Wrap Your Unit Tests in Transactions

I have found that the key to writing good unit tests that interact with the database is making sure that…

17 years ago

My Silverlight 2.0 Hello World Application

This is an update to my original article that was based on Silverlight 1.0 alpha. The code for the old…

17 years ago

Bag of Links #1

A while ago I had been posting my Finds of the Weeks series and this is the continuation of that.…

17 years ago