Blog

There are 77 items on 8 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

ASP.NET Core Configuration GetSection.Get returns null

If you find yourself populating the configuration object of .NET Core using the GetSection.Get method and all of your properties have been set to null or the default value, then this quick tip may save your hours. - read more.

5 Aug 2021

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

Xamarin Forms Carousel View

Xamarin Forms has become for me, a great tool for easily creative mobile applications with speed. But where it has many great features, it also unfortunately still has a lot of bugs and incomplete or experimental features. CarouselView is one of them, so lets look at possible uses for the CarouselView, its upsides and its downfalls. We'll also look into possible alternatives and whether you should use them or not. - read more.

29 Jul 2019

How To: Firebase Cloud Messaging on Android and iOS with Xamarin

Just a quick tutorial on how to get Firebase Cloud Messaging working on Xamarin Forms for both Android and iOS. Android: text See http://lukealderton.com/blog/posts/2017/january/systemtypeloadexceptio... - read more.

1 May 2019

SQL Select Row Count With Results

When you're working with a large database and have to search that result set with paging, your first thought might be to select all results and then do the manipulation/count on the web server, sure that'd work, but it isn't exactly the most performant approach. Let's take a look at other ways we can produce some easily understood and most importantly, fast code. - read more.

27 Mar 2019

Fixed: Unhandled Exception: Java.Lang.NullPointerException: Attempt to invoke virtual method 'void android.support.v7.widget.ContentFrameLayout.setId(int)' on a null object reference occurred

Looking into the solution for the Xamarin bug where developers are presented with the 'Unhandled Exception: Java.Lang.NullPointerException: Attempt to invoke virtual method 'void android.support.v7.widget.ContentFrameLayout.setId(int)' on a null object reference occurred' message when deploying an app to their device. - read more.

11 Mar 2019

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
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