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 […]
Top 5 .NET Nuggets of 2022
đź•“ 3 MIN As 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 MIN Let’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 MIN Figma 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 […]
XAML Fundamentals for Web & Mobile: Adding Custom Sorting Logic
đź•“ 4 MIN Nick Randolph’s earlier post in this blog series covered the basics of sorting and grouping. The CollectionViewSource provides a wrapper around a data source that can indicate if the source is grouped and will maintain the selected item. Suppose you are familiar with CollectionViewSource from WPF. In that case, you may not be aware that the class no […]
Results from our .NET and Windows Developer Community Survey
đź•“ 5 MIN Every year we survey our community for roadmap ideas and to gain insights into the state of the .net Windows and cross-platform developer ecosystem. While we often ask new questions, we also repeat some of the questions to understand year-over-year trends.  We were interested in target platform preferences and the most preferred IDEs developers in […]