A T4 template to save you some time from using strings for your view paths and controller names. Partially based on T4MVC, but with some twists to make it simpler and more flexible.
A T4 template to save you some time from using strings for your view paths and controller names. Partially based on T4MVC, but with some twists to make it simpler and more flexible.
A general-use, custom block view for the back office that can list the block doctype, number of sub-items, and also images and titles for sub-items.
But we take the comparison to another level: Intent.
See how we implement and standardize (well, attempt to) SEO and other related page properties in Umbraco, aiming to provide as full control as possible to content editors.
A simple-ish way to have those annoying unpublished variants that you often find in Umbraco ML environments out of your way - temporarily.
A brief overview on how we handle the new Block Elements in the uMazel Starter Kit, including relevant code and explanations of the conventions used.
A huge update to the previous version, the uMazel Starter Kit 2.0 for Umbraco v8 is here with new functionality and features (some of those experimental but still good), search functionality, a redeveloped blog engine and a new products section. Read all about it.
Have a lot of "special" nodes on your site that you need to reference every now and then but you don't want the delays associated with traversing the whole document tree to find them? We'll show you a way to make this easier by caching them for easy retrieval. Strongly-typed models are required for...