ASP.NET Core application shutdown events

During the process of porting an existing library to ASP.NET Core I had to find the equivalent functionality of IRegisteredObject which I’ve discovered is…

Read this article

ASMX SOAP Webservices with abstract models without using XmlInclude

I’m hoping this post might be useful to some folks out there that might be stuck using old ASMX/SOAP webservices in ASP.Net. If you’ve tried to return an abstract or superclass from an ASMX webservice…

Read this article

Installing .NET Core 1.01 on Ubuntu 16.10

Warning: Linux noob content below I’ve been testing out some .NET Core cross platform stuff and originally had been using Ubuntu 14.04 with .NET Core 1.0.0 and that all worked fine along with the…

Read this article

Umbraco 4.1 Database Structure

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.We’re finally shipping Umbraco 4.1 with all of…

Read this article

100 Unit tests in Umbraco 4.1

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.Well, hopefully there’ll be even more before th…

Read this article

Using an iPhone with the Visual Studio development server & Charles

Dave Ward did a good post recently on how to use the Visual Studio development server from a mobile devise such as an iPhone. But there’s a problem for us here, we use Charles which I have found to be…

Read this article

Backing up Document Types

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.Something I’ve heard a number of people say is…

Read this article

Why Snapshot?

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.In my previous post I introduced a new tool we’…

Read this article

Introducing Snapshot

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.Over the past few weeks Shannon and I have been…

Read this article

Unit Testing meets Umbraco 4.1

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.Yup, it's true, unit tests are now part of Umbr…

Read this article