How I configure my Umbraco Cloud website to support Nuget packages

This post is about how I have my own website setup on Umbraco Cloud. This is based on my own personal opinions and is not meant to be an Umbraco Cloud ‘best practices’ guide. I’ve written this post since it might help others who have the same requirements as I do.…

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

Creating code-behind files for Umbraco templates

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.I’ve always had this idea in my head that one o…

Read this article

Multi targeting a single .Net project to build for different framework versions

Consider this scenario: I have a project that relies on ASP.Net MVC and currently this project is built against the .Net framework 4.0 and MVC 4 I want to support MVC 5 for this project To support…

Read this article