Posts by Year

2016

Back to Top ↑

2015

Resize media image stream in Sitecore

When working with MediaItems in Sitecore you might want to direct access to a stream behind the media item. On the a Sitecore.Data.Items.MediaItem you can ca...

Back to Top ↑

2014

Sitecore debugging with dotPeek

Jetbrains dotPeek tool can act as a symbol server for Visual Studio. Read about how to set it up on their excellent webhelp. Now leave dotPeek running and at...

Back to Top ↑

2012

MVC REST services in Umbraco 4

Create a Global.asax file for your Umbraco project. In the Application_Start method register the MVC routes: [csharp] protected void Application_Start() { Ro...

Back to Top ↑

2011

Back to Top ↑

2009

Nested Set in Propel 1.3

I’m currently working on a Symfony project with a lot of hierarchical data. For this I have taken advance of the new Nested Set implementation in Propel 1.3....

Back to Top ↑