Jekyll blog posts in their own sub URL
Posted on Monday, April 9, 2018
When rolling out a new blog, you can put all blog posts under their own sub URL.
Read more →
Parallel Foreach With Ordered Output Using Arrays
Posted on Friday, August 1, 2014
When processing data in parallel with the Task Parallel Library, maintaining the order of results can be tricky. This post demonstrates how to process a collection concurrently while ensuring the output preserves the same order as the input without resorting to extra identifiers or temporary fields.
Read more →
Umbraco 6 and ASP NET Web API
Posted on Thursday, November 28, 2013
Umbraco 6.1.0 introduces basic support for ASP.NET Web API, but its default routing overrides standard MVC routes. This post explains how to restore Web API routing, allowing RESTful endpoints to work properly within an Umbraco project.
Read more →
NUnit test method code snippet
Posted on Thursday, November 28, 2013
A quick snippet showing how to define a placeholder for an NUnit test method. Useful for scaffolding test suites before implementationag
Read more →