Visual Studio Xamarin Uno Platform
May 12, 2020

The mystery of the missing iOS app icon

Discover the mystery behind a missing app icon on iOS. Follow along as the author investigates warnings about missing .png files and finds a surprising solution involving file casing. Learn why file casing matters in cross-platform app development. Read on to uncover the secrets!

Visual Studio General .NET Core Uncategorized
Dec 14, 2019

A Christmas C# riddle

In this C# Advent entry, the author presents a riddle for C# developers. Based on the given code snippets and the behavior of the program, they explain why the program's output is "False" instead of "True". The solution revolves around the difference between a struct and a class in C#. The article emphasizes the importance of keeping C# structs immutable to ensure a clear understanding of the inner state of an instance. Ready to check out the solution?

Visual Studio General .NET Core Uncategorized
Dec 14, 2019

Vánoční C# hádanka

Jak se chovají struktury v C#? Proveďte tuto malou hádanku a zjistěte, proč program vypsal false místo true. Zjistíte, že struktury jsou hodnotové typy a jejich chování se liší od polí. Přečtěte si článek pro vysvětlení a řešení!