It's a (PowerShell) Trap

Friday, January 06 2012 powershell

Here’s a PowerShell trap that needs better publicity - if you have both x64 and x86 versions of PowerShell installed (say, as you would on Windows Server 2008 R2), their security policies are independent.

Read more »

When a bomb beheld

Tuesday, January 24 2012 professional

Here’s a puzzle for you all …

Read more »

Caliburn.Micro and Ninject

Tuesday, January 31 2012 wpf

I’m developing an application where a great deal of the functionality will be provided through plug in assemblies dropped into the main installation folder. This application is using Ninject as the dependency injection framework, and Caliburn.Micro for its support of the MVVM architecture.

Read more »