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 […]
Top 5 WebAssembly Use Cases for .NET Developers

đ 5 MINIf you are an enterprise software developer, WebAssembly probably crosses your news feeds frequently. Usually the use cases are related to games â someone has ported Doom3 or the Flight Simulator, or some performance improvement over a JavaScript library, which may create the illusion WebAssembly is ânot meant for youâ. The reality couldnât be more […]
Working with SQLite and WebAssembly for .NET Developers

đ 3 MINWith recent updates of the mono runtime, and the reactivity of the .NET team to fix issues, itâs now possible to use SQLite with the Uno WebAssembly Bootstrapper and Uno Platform apps.This support is now enabled through WebAssembly static linking, and the reuse of LLVM bitcode compiled source, such as SkiaSharp or SQLite. It allows […]
How to embed JavaScript components in C# built Uno WebAssembly Web Applications

đ 2 MINWe often get asked if it is possible to integrate Uno-WASM Web Applications with existing JavaScript components. Since WebAssembly code is running inside browser’s JavaScript context, the answer is “Yes” and it is actually quite simple to do it. In this article we will explore how you can create interoperability (interop) between Uno-WASM managed code […]
UnoConf 2020 (Virtual & Free) â Aug 12, 2020 â Save the date

đ 2 MINMuch like the rest of the industry, weâve moved our annual conference to your favorite device â desktop or mobile! UnoConf will be a half-day, single-track free online conference on WinUI and Uno Platform powered cross-platform application development for Desktop, Web and Mobile. Save your August 12, 2020 starting at noon EDT! REGISTER NOW We […]