Sql script for changing media paths or virtual directories in Umbraco

When you upload media in Umbraco it stores the absolute path to the media item in the database. By default the path will look something like: /media/12335/MyImage.jpg However, if you are running Umbra…

Read this article

Razor + dynamic + internal + interface & the 'object' does not contain a definition for 'xxxx' exception

I’ve come across this strange issue and decided to blog about it since I can’t figure out exactly why this is happening it is clearly something to do with the DLR and interfaces. First, if you are get…

Read this article

Examine 1.5.1 released

div.nuget-badge p code {background: none;background-color: #202020 !important;border: 4px solid silver !important;border-bottom-left-radius: 5px 5px !important;border-bottom-right-radius: 5px 5px !imp…

Read this article

New Examine updates and features for Umbraco

It’s been a long while since Examine got some much needed attention and I’m pleased to say it is now happening. If you didn’t know already, we’ve moved the Umbraco Examine source in to the core of Umb…

Read this article

Using IoC with Umbraco & MVC

The question was asked on my post yesterday about the upcoming Umbraco 4.10.0 release with MVC support and whether it is possible to use IoC/Dependency Injection with our implementation. The answer is…

Read this article

Native MVC support in Umbraco coming very soon!

Its been a while since writing a blog post! … but that’s only because I can never find the time since I’m still gallivanting around the globe :P But this post is about something very exciting, and I’m…

Read this article

MVC in Umbraco v4

After the announcement of discontinuing Umbraco v5 development during this years Code Garden 2012 conference, the biggest question seemed to be: What will happen with ASP.Net MVC and Umbraco. We held…

Read this article

Taming the BuildManager, ASP.Net Temp files and AppDomain restarts

I’ve recently had to do a bunch of research in to the BuildManager and how it deals with caching assemblies since my involvement with creating an ASP.Net plugin engine. Many times people will attempt…

Read this article

Hijacking Umbraco routes

DISCLAIMER! This blog post relates to the latest source code of Umbraco v5 and will not work in Umbraco 5.0.0. Unfortunately due to my own mistakes which I take full credit for (#h5is) in fixing a la…

Read this article

Umbraco v5 Surface Controller Forms

This post will show you how to create a form in Umbraco v5 using Surface Controllers. The information in this post assumes that you are familiar with Surface Controllers (see this previous post if not…

Read this article