Home

Recent Posts

Orchard Core: Up and Running!

The foundations of Orchard Core are pretty amazing, and the performance without caching rendered HTML output is stunning. However getting up and running to develop your own modules and themes has …

Read More


IIS Express HTTPS Trusted Connection to localhost: The quick fix

If you had clicked yes to this dialog then this would have never been an issue...

So if you have clicked no on this dialog and dont prompt, and then realise that you needed to actually click yes …

Read More


flickr photo by Gruenewiese86 https://flickr.com/photos/gruenewiese/27682943560 shared under a Creative Commons (BY-ND) license

URL encoding password reset or email confirmation tokens

Asp.Net Identity 2.0 makes it really easy to validate an email address by using the GenerateEmailConfirmationTokenAsync method. However I recently hit an issue where the simplest path, from the same …

Read More