Docker Cheat Sheet

My last post took you though setting up boot2docker on your system and provided a quick cheat sheet on how to configure and interact with it. In this post I will be laying out a running list of the commands I use with docker to get the most out of my containers. What is Docker? (From docker.com) Docker allows … Continued

Entity Framework 6: Taming the Open Connection Conundrum

Here’s an Entity Framework scenario for you: You’re using Entity Framework 6. Check. You’re using a custom database initializer to init your DEV and TEST databases. Specifically the DropCreateDatabaseAlways initializer. Yup, that’s me. Your project contains 1 or more Unit Test projects that utilize the above. Do you have a unit test project? Say yes. … Continued

AWS VPN – Lasso Your VPC w/ AWS VPN Connections (Part 1 of 2)

What IaaS Means To You These days Infrastructure-as-a-Service has almost become as common-place as the ubiquitous Software-as-a-Service. Particularly in the last decade as the concept of Cloud Computing has evolved to become a more mainstream, affordable and sensible option. Small organizations looking to leverage economies of scale are no longer faced with stacking costly servers … Continued

Is your product providing timely value to your customer?

The Challenge Are you struggling to align your software product roadmap and delivery with the marketplace demand? Maybe you’ve asked, “We have a talented software development team, so why are we constantly behind our competitors to get working software that is valuable to our customers out the door?” Or, as I often hear, “Why can’t … Continued

boot2docker Cheat Sheet

boot2docker – Remote Docker daemon boot2docker is a lightweight Linux distribution based on Tiny Core Linux made specifically to run Docker containers. It runs completely from RAM, weighs ~27MB and boots in ~5s. boot2docker is required if you want to do any work with docker images on a Macintosh.  This includes building images and running containers. … Continued

Machine Learning in Your Browser (sort of)

Azure Machine Learning This month, Microsoft GA’d their offering into the cloud machine learning space, Azure Machine Learning. For those that have done data mining in analysis services, both the workflow and the mining models should be familiar. In A Breath If you haven’t already been briefed, machine learning is often used as a way to … Continued

Adjustments for SQL Azure – NO OLE DB

Same Same, But Different Lately, I’ve been working with SQL Azure a lot more. For some of our simpler projects the differences aren’t that palpable, but the more data centric applications have started to tease out some of the more notable differences. Over next couple of months I’ll write up some of the more glaring … Continued

Deployment Error: Failed to extract the cab file in the solution.

Deployment woes? Par for the course. I ran into an odd issue today while deploying a SharePoint solution via Visual Studio 2013 to a test SharePoint instance today: Error occurred in deployment step ‘Add Solution’: Failed to extract the cab file in the solution. The only change made prior to deployment was the addition of a … Continued