Blog

There are 21 items on 3 pages.

Umbraco Render View to String

Rendering a view or a partial view to a string is one of those tasks that need to be done often for many purposes, such as using a view as a template for sending emails or sending content to apps, but in more recent versions of Umbraco, the method in which you accomplish this has changed, especially if you need to render a view from an api controller or a controller that doesn't have a view context. - read more.

23 Jan 2024

Umbraco Failed to Boot

Suffering from an issue preventing Umbraco from booting up after Umbracoding Umbraco from 11.4 to 12.2, this may help. - read more.

10 Oct 2023

Umbraco 9 Custom Membership

Umbraco 9 is the new release of Umbraco and it uses .NET 5 rather than .Net Framework 4.x, and as such, most of the coding Behind the scenes has changes quite a bit, this means that you'll most likely... - read more.

14 Mar 2022

Return JSON as default from UmbracoApiController

How to quickly change an Umbraco API Controller to always return response as JSON. - read more.

8 May 2020

Umbraco Get Current Member or Member By ID

It seems like most pages when you Google for getting the current member or a member by id in Umbraco seem to be from back in 2010 or 2012, well things have changed since the businesslogic days and we're now in the world of Umbraco Services, how do we use them? Solved! - read more.

20 Jul 2018 - 1 Comments

Restrict Umbraco Back Office by IP

In this blog post, I'll describe how to protect the back office/backend of the Umbraco CMS interface by restricting it to a set of specified IP addresses. - read more.

22 May 2018

My experience at Umbraco UK Festival 2017

This year I spent two days in London for the 2017 Umbraco UK Festival, and although I didn't attend the hackathon (more on that later), I had some pretty unique experiences I thought I'd share. - read more.

8 Nov 2017 - 3 Comments

Simple fix for 'Cannot bind source type Umbraco.Web.Models.RenderModel to model type xx'

When calling @Html.Partial("MyPartialName", myModel), you might sometimes run into 'Cannot bind source type Umbraco.Web.Models.RenderModel to model type xx', it turns out that the solution to this issue might be a little simpler than you first thought. - read more.

7 Nov 2017 - 1 Comments

Custom section tree nodes and routes - Umbraco

It seems many people find it difficult to understand how custom Umbraco section tree structures work and how to set custom routes to specify a different html file for different nodes, this post aims to clarify and answer any questions you might have. - read more.

30 Jul 2017 - 1 Comments

Umbraco back office - Creating dialog windows

Dialog windows are an often requirement for custom datatypes in the back office of Umbraco and for beginners, they can also be quite complicated. Once you get to know how they work and when to use them, you'll find yourself created them for more clients because they're a brilliant way of allowing clients to work with your custom data in a user friendly way. - read more.

31 May 2017
Share with
Tags
Latest Comments
By Mark Gentry on Windows Server 2019 - Change product key does nothing
20 Aug 2021, 03:30 AM
By Cathy on In-Place Upgrade for a Windows Server domain controller
31 Jul 2021, 18:28 PM
By Mr. Greymatter on Raspberry Pi - Running Java app on Raspbian
16 Feb 2021, 07:35 AM
By Mikko Seittenranta on Xamarin Forms multiple instances of same app open
16 Feb 2021, 04:34 AM
By Andrew on Auto/Custom height on Xamarin Forms WebView for Android and iOS
22 Jan 2021, 22:15 PM
By Nick on Raspberry Pi - Running Java app on Raspbian
14 Oct 2020, 19:37 PM
By Ivan on Fixed: Value cannot be null Parameter Name: source
15 Sep 2020, 19:47 PM
By Anand on Raspberry Pi - Bluetooth using Bluecove on Raspbian
7 Sep 2020, 16:53 PM
Categories
App Development
Event
Game Development
Mapping
Modelling
Programming
Review
Robotics
Tutorial
Web Development