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 …
Blog
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 …
How Did C# Get Its Name?
It's an interesting name to say the least. Why the "sharp" symbol? Sometimes newcomers get it incorrect at first (usually people BRAND NEW to programming) and call it "C POUND". It Almost sounds like …
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 →