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 →
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 …
TFS – Disabling Continuous Integration with NO-CI
This is kind of a "known thing" to those of us who automate team builds tasks in TFS with build scripts but there are still a lot of people who don't know this... so here we go... The 2008 version of …
Continue Reading about TFS – Disabling Continuous Integration with NO-CI →