Introducing Uno WebAssembly Projects and Debugging

đ 4 MINThe progress on the Uno Platform support for WebAssembly has been steady, along with the mono runtime making large improvements in the support for a debugging experience.
Talkinâ âbout my generation: How the Uno Platform generates code, part 2 â Under the hood

đ 5 MINPreviously we looked at how the Uno Platform turns XAML mark-up files into C# code. In this article, Iâll talk about another way Uno uses code generation, allowing us to make native Android and iOS views conform to UWPâs API, and tackle the thorny problem of multiple inheritance.
Introduction to WebAssembly for the Uno Platform (Part 1)

đ 5 MINWebAssembly, or Wasm for short, is a hot topic these days and for good reasons. It has lots of promise, and for the Uno Platform, it promises to open up the Web to other languages and frameworks.
Talkinâ âbout my generation: How the Uno Platform generates code, part 1âââUnder The hood

đ 3 MINIn previous articles, weâve covered how the Uno Platform takes a visual tree defined in the XAML markup language and creates it on iOS, Android, and WebAssembly. In this article I want to dive into a key intermediate step: how the XAML is parsed and mapped to generated C# code. In part 2, we will look at a few other ways in which Uno leverages code generation to make the wheels turn.
Pushing the right buttons : How Uno implements views

đ 5 MINIn this article I want to focus on how to implement the suite of views in the UWP framework for iOS, Android, and in the browser. I present the simplest interactive application imaginable, one step above âHello Worldâ…
Migrating the Silverlight Toolkit TreeView control to UWP and the Uno Platform

đ 4 MINYou can find the code of the TreeView for this article in the Uno.UI.Toolkit.SLrepository, in which we will add new controls and accept contributions for controls as they are made available. In this blog post series, weâre going to cover the migration of the code for the Silverlight Toolkit TreeView control TreeView control to UWP and the Uno Platform, a control widely used in […]
Under the Hood: an Introduction to Uno Platform

đ 2 MINBy now you may have heard about Uno. In this post series, I want to lay bare Unoâs technical innards. Weâll look at the critical code that powers the platform, and chart the ups and downs of building a UI platform. First, letâs get the lay of the land. The Uno Stack Uno is a cross-platform UI […]
Uno Platform support for the Windows Community Toolkit

đ 2 MINRecent updates to the Uno Platform have allowed for the Windows Community Toolkit to run on iOS, Android and the Web through WebAssembly. You can try it live in your browser HERE. Support for the Windows toolkit is an important part of the UWP development experience, as it provides a some missing controls and helpers from the UWP […]