Blog Posts for category: Development

OWIN-Hosted Web API in an MVC Project – Mixing Token-based auth with FormsAuth

How to combine ASP.NET Forms-based authorisation and Token-based authorisation in the same project.

SSH with PuTTY, Pageant and Plink from the Windows Command Line

How to configure SSH access to source code repositories on Gituhb and Bitbucket using using PuTTY, Pageant and Plink accessed from the Windows Command Line.

SSH over SSL with Bitbucket and Github

How to get SSH working over the SSL port with Bitbucket and Github

Razor's Conditional Attributes Bit Me!

Razor's conditional attributes can fail in unexpected ways. Here's how to overcome it.

JavaScript & jQuery Intellisense in Visual Studio 2012

Enabling JavaScript and jQuery intellisense in Visual Studio 2012 using the _references.js file.