Latest Posts

Thoughts on .NET, Uno Platform, and open source

View all posts
Control rendering order in UWP Grid using Canvas.ZIndex
WinUI
Dec 17, 2020

Control rendering order in UWP Grid using Canvas.ZIndex

Discover a useful trick to adjust the rendering order of UI elements in different panels, not just Canvas! Learn how to prioritize elements in a Grid using Canvas.ZIndex to achieve the desired layout without sacrificing code readability. Check out this cool technique and see how it can be applied in your projects. Plus, find out how it works in WPF and the current status for Uno Platform. Get the details and sample code to implement it yourself.

Game of Life in Uno Platform
Uno Platform WinUI
Dec 14, 2020

Game of Life in Uno Platform

In this article, we will explore the fascinating Game of Life and learn how to implement it in C# and XAML using the Uno Platform. We will cover the rules of the game, create the solution, implement game logic, build the user interface, add themes, and see it run everywhere - on Windows, Android, iOS, macOS, web, Linux, and Tizen! Join us on this exciting journey of creating and exploring the Game of Life.

WinUI
Sep 1, 2020

Accessing Clipboard History in UWP

Discover an extremely useful but not widely known feature of Windows 10 - clipboard history. Say goodbye to accidentally overwriting important snippets of code when copying and pasting! Learn how to access clipboard history within your application using convenient UWP APIs. Read on to find out more!

Latest Videos

Check out my latest video content on YouTube

View all videos