Windows Calculator on Linux via Uno Platform
🕓 4 MINWe’ve done it again. We’ve ported the open-source Windows Calculator to yet another platform: Linux! With all the rumors of a Microsoft browser – Edge – coming to Linux soon, we thought it would be good to show that the open source community can be effective in bringing a piece of Windows to Linux. If […]
Introduction to WebAssembly for .NET Developers: Building with Uno Platform, XAML, and C#
🕓 6 MINIn a previous post on WebAssembly, we briefly introduced the concept of WebAssembly and what framework/library you need to build WebAssembly apps with .NET. This post will be more practical. I’ll show you how to build a web application utilizing WebAssembly with .NET, XAML, and C#. You’ll build a simple XAML app with some form […]
The first Uno Platform PR – caught on camera!
🕓 < 1 MINAs part of Hacktoberfest 2020, one of the most active Uno Platforms contributors – Martin Zikmund – and one Uno fan – Jeremy Sinclair, pair-programmed on Twitch in order solve one open Uno Platform issue. This was Jeremy’s first PR to Uno Platform. If you are new to Uno Platform and would like to both […]
Hacktoberfest 2020 – Contribute to Uno to win online courses and t-shirts
🕓 3 MINWe’re excited to announce that the Uno Platform is participating #Hacktoberfest 2020! Anyone who contributes a meaningful pull request to the Uno Platform on GitHub between October 1 and October 31, 2020 will receive: Udemy Course – Introduction to Uno Platform Enter the draw to receive one of 30 Uno Platform t-shirts How to participate […]
Uno Platform 3.0 – Styling Uno Applications with Fluent and Material styles
🕓 6 MINDesign systems provide a ready-to-use, unified set of controls and styles to use in your application. They make it easy to give a unified and coherent look and feel to your UI. Our research indicates that the majority of developers would like to produce the same, pixel-perfect UI on all target platforms, which made it […]
Using MSBuild Items and Properties in C# 9 Source Generators
🕓 3 MINC# 9.0 Source Generation is progressing quite nicely lately (Thanks, Jared!), with the addition of the ability to interact with the MSBuild environment such as getting Properties and Items to control how the generation happens. In this post, I’ll explain how to parse .resw files of a project to generate an enum that contains all the resources. The full […]
Beautiful WebAssembly Charts courtesy of Syncfusion and Uno Platform
🕓 2 MINA few weeks back Syncfusion announced their UWP Charts now support Uno Platform and run on WebAssembly. We’ve worked together with Syncfusion team to make this a reality. As this happened just during the UnoConf timeframe, these important news might have gotten lost in the buzz of announcements we made – support for Linux, experimenting […]
Using WebAssembly Modules in C#
🕓 17 MINThis article covers Implementing custom module validation in an ASP.NET Core MVC web application Using Emscripten to create a WebAssembly module that can be used outside the browser Using WebAssembly modules in your C# code Imagine you’re working for a company who’s about to build a web application for expense reimbursements. Before they do, they […]
ANNOUNNCING: Uno Platform 3.0 – Linux Support, Fluent, Material and more.
🕓 4 MINToday, at our annual UnoConf conference we announced several new major advancements and have laid out the vision for Uno Platform in H2 2020 and beyond. Our vision is to enable you to develop pixel-perfect, multi-platform applications using C# and WinUI. The 3.0 release brings us ever so closer to that vision. Uno Platform […]