When I present at conferences and consult at clients I often get asked "How can I learn WCF?" It's a great question because WCF in itself is a beast (as is WPF and Silverlight, etc). When I first …
Loading PowerShell Profiles from Other Script Files
PowerShell profiles are used for loading common scripts, add-in's, functions, etc into the PowerShell session at startup. There are four different locations where profiles are loaded from: You …
Continue Reading about Loading PowerShell Profiles from Other Script Files →
TFS Dependency Replicator Gotcha
Recently I was working with Dependency Replicator and I ran into an issue. Background The file that is the "dependency" does not exist in the destination yet. Therefore the …
Integration Testing
Integration Testing Purpose: Testing how the layers/tiers/objects integrate with each other. When we're unit testing, we're testing a single unit of code. We're testing to see if an addition …
Visual Studio Project MSBuild Import Error Fix
If you get this error: Unable to read the project File <path.to.project>.csproj. C:\<path>\<to>\<projecct>\Project.csproj 77, 11): The imported project …
Continue Reading about Visual Studio Project MSBuild Import Error Fix →
GMail Tip – Finding Un-Read Email
Sometimes some of my blog comments get sent to spam and I don't see them until two weeks later when I normally do a check up on my spam folder. I'll then move those back to the inbox. Unfortunately at …