12 March 2020 · 11 min read
In this article we finish the project started in Part 6, by writing a script to call a REST service and populate items in our UI.
12 March 2020 · 11 min read
In this article we finish the project started in Part 6, by writing a script to call a REST service and populate items in our UI.
11 March 2020 · 12 min read
In this article we take on a slightly more complex project, by creating a scrolling list of items using Unity UI.
[Unity UI - Introduction for the business developer Series - Part 5] Unity UI 101
10 March 2020 · 13 min read
In this article we take a first look at Unity UI and interact with a basic button control.
[Unity - Introduction for the business developer Series - Part 4] Logging and debugging with Android
9 March 2020 · 15 min read
In this article we look at how we can attach the debugger and use logging - basic tools for any developer.
[Unity - Introduction for the business developer Series - Part 3] A prototype mobile app
8 March 2020 · 15 min read
In this article we work through the steps needed to make a super-simple application and deploy it to a mobile device.
[Unity - Introduction for the business developer Series - Part 2] Scripting
7 March 2020 · 13 min read
In this article we learn about some coding concepts that are applicable to Unity.
[Unity - Introduction for the business developer Series - Part 1] Getting started
6 March 2020 · 15 min read
In this article we explore how a business developer could make a start using Unity, look at the Editor and overview some of the common words that you'll encounter..
Next! Previous! Using the C# Remainder operator with Arrays
27 November 2019 · 4 min read
Paging backwards and forwards? This short article shows how to use an often overlooked C# operator when moving an index around a List.
[Configuration in Azure Functions Series - Part 4] Azure App Configuration and Azure Key Vault
1 November 2019 · 12 min read
This is part four of a series exploring .NET Core configuration, with an emphasis on Azure Functions. In this article, we look at using other configuration providers in your Azure Function project, specifically Azure App Configuration and Azure Key Vault
1 November 2019 · 13 min read
This is part three of a series exploring .NET Core configuration, with an emphasis on Azure Functions. In this article, we look at how we can add ASP.NET Core configuration into an Azure Function project and use IOptions<> to inject strongly-typed configuration objects into our functions.