Michail Konst

Github Pages offers HTTPS for one custom domain. However you can point more than one domain to your pages (with caveats).

Use www and its apex domain to point to a site on Github, over HTTPS.

Read more →


Jekyll blog posts in their own sub URL

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

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

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

A quick snippet showing how to define a placeholder for an NUnit test method. Useful for scaffolding test suites before implementationag

Read more →