Category Archives: Uncategorized

Wrestling with MSBUILD – the bane of /t:rebuild

The continuous build server at work does its magic with the help of the MSBuild.exe command. Of course, since we are checking integrity, we want to force a full rebuild every time. In other words, I want to completed delete … Continue reading

Posted in Uncategorized | Tagged | 1 Comment

Gang of Four Patterns

Here is a link to a good pattern reference (mostly for myself). The main thing being that it contains examples (in .Net) of how they are implemented. http://www.dofactory.com/Patterns/Patterns.aspx Patterns started out as a Gang Of Four (GoF). My guess is … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

To the cloud

For a while now, I’ve had a little iPhone utility installed but not utilized.  I figured that it sounded like a good idea, even if I did not have a use for it at the time.  and hey, it was free. … Continue reading

Posted in Uncategorized | Leave a comment

Tip/Trick: Enabling SSL on IIS 7.0 Using Self-Signed Certificates

I recently needed to test some code running under HTTPS.  So a self-signed certificate was the way to go.  I would figure out how to do it, and then promptly forget the entire process, meaning that I had to rediscover … Continue reading

Posted in Uncategorized | Leave a comment

One small step on the BlogSphere

Hi. My name is Adrian Foyn. Welcome to my blog. Since this is my first post, obviously, I think I’ll lay down a few expectations. This is a technical blog, specially focused on my area of expertise, namely dotNet development. … Continue reading

Posted in Uncategorized | Leave a comment