Creating Elegant Reports in WebAssembly Apps with DevExpress Reporting and Uno Platform
🕓 6 MIN Share on twitter Share on linkedin Share on reddit Good engineers integrate when and where it makes sense regardless of the territory being charted. Great engineers and community members explore that uncharted territory and map it out for others. This is what one of our clients and contributors – Kahua – faced when facing a […]
The State of WebAssembly – 2022 and 2023
🕓 8 MIN Share on twitter Share on linkedin Share on reddit In this article, I will look at the current state of WebAssembly (wasm). I’ll start by revisiting 2022 developments to see if any of my predictions came true and if there were any surprises. Then I’ll try to predict where I think things will go in […]
Uno Platform 4.7 – New Project Template, Performance Improvements and more
🕓 5 MIN Our first release of 2023 is ready and brings over 230 new features and bug fixes, most notably introducing a new project template, improving performance across all platforms supported by Uno Platform and Shared Fonts. The New Project Template is especially exciting as it helps us set up a wave of innovation for 2023, where […]
Uno Platform Learning Resources – 2023 Update
🕓 5 MIN Welcome to the Uno Platform learning resources! Whether you’re a beginner or an experienced developer, these resources will provide you with everything you need to learn about cross-platform development with the Uno Platform. We offer a variety of free and paid resources that include workshops, tutorials, videos, articles, and blogs. Our resources cover topics ranging […]
Using ONNX BERT Model for Text-based Q&A in your Mobile .NET Apps
🕓 5 MIN In the first article of this series, I explained how to load, evaluate and convert a PyTorch-trained BERT QnA model to an ONNX-compatible format. In the second article, I explained how to load an ONNX Model, perform processing tasks on both the input and output and connect the prediction pipeline to the frontend UI. In […]
Add ML-Assisted Handwritten Digit Recognizer with C# to your Mobile Apps
🕓 5 MIN This article will explore loading a pre-trained ONNX model, trained on the popular MNIST dataset, into an application built with the Uno Platform. By loading a pre-trained ONNX model, we can leverage the power of machine learning to add advanced functionality to our mobile, .NET, and Uno Platform-built applications, such as image classification or handwriting […]
MOBILENET for On-Device Inference in Uno Platform Applications
🕓 6 MIN The previous article introduced the ONNX, an open standard for exchanging and sharing deep learning models which can allow developers to facilitate on-device inference. The article showcased the conversion of 2 none ONNX models (the first built and trained from scratch and another pretrained) to the ONNX format. It went through a high-level overview of […]
Building Smarter .NET Applications with ONNX ML Models
🕓 8 MIN One of the most recent and exciting areas in mobile application development is the integration of machine learning models to add intelligent capabilities. With the ability to process large amounts of data, identify patterns, and make predictions, ML models can enhance the functionality and usability of mobile applications in various ways, such as image recognition, […]
Building Apps for MS Teams in C# and XAML with Uno Platform
🕓 5 MIN In this blog, we’ll explore how Uno Platform and WebAssembly make it possible to develop apps for Microsoft Teams using C# and XAML. And how they can help streamline your workflows, automate tasks, and bring new capabilities to your team. By the end of this tutorial, you will have a simple sample app running in […]