Philip Hendry's Blog
Sporadic musings from Philip Hendry

Using PowerShell to generate Jekyll tag pages

Sep 13, 2015 • PowerShell • 2 min read

I’m hosting this blog on GitHub using Jekyll which is a fantastic free combination. But with anything that’s free there are some drawbacks. Primarily it’s the inability to use custom Jekyll plugins in GitHub.  Read →

Adding a generic catch-all route in ASP.NET MVC for AngularJS

Jun 8, 2014 • AngularJS, ASP.NET MVC • Less than a minute read

I’m using ASP.NET MVC to host my AngularJS and inside the ASP.NET MVC site I’m also hosting WebAPI controllers to server JSON to the AngularJS code. This means I have three routing tables! However, the routing table for ASP.NET MVC just needs to forward everything to the browser and let the Angular routing table kick in (so pressing F5 in my Angular app can actually mean refresh this page.)  Read →

Making WPF Styles work in a WinForms Application

Jun 4, 2014 • • 1 min read

History… skip if you want the detail!

 Read →