Uno Platform Learning Resources – 2023 Update
🕓 5 MINWelcome 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 MINIn 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 MINThis 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 MINThe 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 MINOne 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 MINIn 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 […]
Top 5 .NET Nuggets of 2022
🕓 3 MINAs the year comes to a close, it’s a good time to reflect on the progress and advancements that have been made in the .NET ecosystem over the past year. From new versions of the framework and tools to exciting developments in the community, there has been no shortage of news and events to keep […]
Uno Platform 2022 in Review
🕓 7 MINLet’s look at some of the most significant 2022 developments in Uno Platform, including release highlights, updates to our productivity tools, notable articles, and milestones. Whether you’re a seasoned Uno Platform developer or new to the ecosystem, this overview will summarize the state of Uno Platform and help you stay up-to-date on the latest happenings […]
Replicating Pet Adoption UI with Uno Platform and Figma
🕓 7 MINFigma is notably regarded as a design tool. However, it is also easy for developers to learn and use, even with limited design experience. Furthermore, the Uno Platform for Figma plugin allows you to export your designs directly into code, saving time, streamlining the development process and improving the consistency of designs. This tutorial will […]