Build

Creating NuGet packages with Grunt

Using Grunt to automate creation of your nuget packages.

Read More
Knockout

Handling "this" in ko.command

The vagaries of "this" in Knockout commands.

Read More
ProxyApi

ProxyApi & Anti-Forgery Tokens

Prevent CSRF with an anti-forgery token in ProxyApi.

Read More
Knockout

Editable Object Graphs in Knockout

Extending `ko.plus` cancellability to whole object graphs.

Read More
ASP.NET

Exception Handling for Web API Controller Constructors

How to handle those scenarios that exception filters will miss.

Read More
Azure

Using Blob Snapshots to Backup Azure Virtual Machines

Now that Windows Azure Virtual Machines are out of preview it seems like a good time to look at how we can safeguard against the inevitable disasters that will befall those VMs

Read More
ASP.NET

Translating Date Formats in JavaScript

Urgh, dates.  It's always bloody dates.

Read More
Knockout

Fallback Images with Knockout

Handle missing images with Knockout data bindings.

Read More
ASP.NET

Explicitly Controlling Cache Dependencies in MVC

Approaches to some advanced caching scenarios in an MVC site.

Read More
Azure

Publish an Azure Web Site from the Command Line

Publish your website to Azure from the comfort of your terminal.

Read More