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

Abandoned Freebees – HTTP Cache

Lost Art I’ve always found it odd, that very few web developers spend much time getting deep into HTTP and some of its goodies. Even though HTTP is a technology that is at the core of all web apps (and most mobile ones!), a lot of its benefits aren’t fully leveraged. Case in point, ask … Continued

Cloud Pricing: The Race to the Bottom Continues

Monthly Slogan: It’s Never Been Cheaper A lot of our clients use cloud services like Microsoft Azure, Amazon WS, and the Google Cloud Platform. Some are doing BI tasks (think analytics services and storage) while others are hosting their production sites (think 24/7 scaling compute instances). What continues to surprise me is the cadence of recurring price … Continued

MANAGING THE JAVASCRIPT “THIS” KEYWORD IN TYPESCRIPT

Which This? If you’ve worked with JavaScript for while, you’ve likely been made aware of the unique power and confusion that comes with the “this” keyword. We’ve been using TypeScript in some of the single-page applications we’ve been working on, and it has a helpful syntax to help you manage the “this” keyword. Examples Consider … Continued

The Benefits of Doing Nothing

The longer you stay in software, the more technologies you’ll likely see become commoditized. Things that once used to be quite difficult, specialized, and costly inevitably become simple, accessible, and cheap (if not free). Some examples of capabilities that have been commoditized might include: Antivirus CMS’ Source Control Advanced hosting/infrastructure (e.g. Geo-redundant storage, elastic computing, … Continued

.NET 4: GAC’ING ASSEMBLIES MADE SIMPLE

Installing assemblies into the GAC is no longer straight forward. In the good ol’ days it used to be as simple as dragging a file into the Assembly folder. Or using the gacutil.exe. Neither is available any longer. According to various posts out in the wild wild web, the updated .NET 4 version of gacutil.exe … Continued

A Decade of Mono

Still Kicking For those who track this stuff, Mono will turn 10 years old this summer. Since June 30th 2004, the Mono team has been relentlessly trailing the ever evolving CLR (Microsoft’s implementation of the CLI), and hasn’t seemed to stop or get bored with the idea. At time of writing, they still trail a … Continued