The basics of unit testing Umbraco just got simpler
Testing Umbraco has gotten even simpler in 2017. Here's what you need to get tucked in and don't think about it.…
Testing Umbraco has gotten even simpler in 2017. Here's what you need to get tucked in and don't think about it.…
We've all got requirements to add the other 301 or rather lot of them. Stay alert though, you might choke on it all. Here's a case of the latter.…
Wondering whether to use Ditto or ModelsBuilder? Don't. Here's a few tips to get the best of both worlds.…
Ever wondered whether to do mapping with Ditto or generate typed models with ModelsBuilder? Here's a comparison between the two methods based on the TXT starter kit.…
Ever set up the same grid layout for several documents in a row? Stop that. Here's a package that lets you template the grids with pre populated rows and editors.…
Exploring ways to separate content from layout in Umbraco is fun and useful. However, UX is the most important part of such an endeavor. In this post, I prototype a grid editor that will show a long rich text in between other editor parts.…
With the grid and nested content taking over more and more of the backoffice in Umbraco, we should be cautious not to create new and even more tangled messes. Here's some pros and cons of the grid et. al. and some stuff I think we should be aware of.…
Umbraco Relation Editor has finally been made 7.3+ compatible and got a few fixes to boot. Here's a video showing how to use it and a summary of the changes.…
Unit testing Umbraco may be a daunting task. Here's a shortcut to get started and focus on what matters: your logic.…
Stubbing properties on an IPublishedContent is rather useful when you just need a test for any content. Here's how you do it. Slides from CG16 also available from here.…