Are C# Developers Disappearing? (Stack Overflow 2020 Survey)

🕓 5 MINWill the real C# developer please stand up, please stand up, please stand up…. StackOverflow survey, when observed on the surface, may lead you to think that the number of C# developers is in rapid decline. However, by digging further into the raw numbers, I think the picture is quite different. First, some background. StackOverflow […]
Introducing UADO — An Uno Platform App Showcase

🕓 2 MINAs Uno Platform team we were challenged with creating a showcase app that is both useful in terms of showcasing Uno Platform while ALSO being a real, useful app that software developers will use on day-to-day basis. The idea for an app born from our own need — having a beautiful mobile app that can be […]
SkiaSharp Support for WebAssembly via Uno Platform

🕓 3 MINToday we are proud to announce that the Uno Platform now has initial support for SkiaSharp via the Uno.SkiaSharp.Views package which was published to NuGet moments ago. Skia is an open source 2D graphics library which provides common APIs that work across a variety of hardware and software platforms. It serves as the graphics engine […]
A Piece of Windows 10 is now running on WebAssembly, Natively on iOS and Android
🕓 8 MINA few months ago, Microsoft open sourced the Windows Calculator, the very Calculator that ships with Windows 10. We decided to port it to C# and the Uno Platform, so that iOS and Android users could use it, but also use it from the Web using WebAssembly. Why – well that’s what we at Uno Platform do ? – […]
UnoConf: Date, Location and Ticket Prices Announced

🕓 < 1 MINWe are happy to reveal more details regarding our first-ever Uno Platform conference, UnoConf. The inaugural UnoConf will feature leading minds and world-renowned speakers in the areas of Mono, Xamarin, WinUI, WebAssembly, .NET and of course the Uno Platform. UnoConf is a single-track conference covering advanced topics in developing great user experiences on the web, […]
How to build WebAssembly C# Apps with the Mono AOT and Windows Subsystem for Linux

🕓 2 MINMicrosoft’s steady progress on WebAssembly gives an opportunity to test a lot of the new features regarding the payload size and performance balance.
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.