UNO Platform - Build a Todo App - Part 4
Part 4 of a tutorial series on building a Todo app with the UNO Platform, focusing on adding created items to a view model collection.
Part 4 of a tutorial series on building a Todo app with the UNO Platform, focusing on adding created items to a view model collection.
Troubleshooting a broken Azure DevOps CI/CD pipeline for a UWP app due to missing Windows SDK versions on the build agent.
Preview of BurntToast v1, a PowerShell module enabling actionable toast notifications for all PowerShell versions using the Windows Community Toolkit.
A modern C# approach using custom awaiters to simplify switching to the UI thread in WPF/UWP applications.
A developer shares their journey learning React, TypeScript, Gatsby, and Python while transitioning from UWP development and contributing to open-source projects.
Explains how to change the default binding mode for XAML bindings using the x:DefaultBindMode attribute in UWP development.
How to fix the 0x800705AA error preventing the Windows 10 Mobile emulator from starting by disabling Hyper-V's RemoteFX GPU feature.
A developer details solving a UWP Toolkit issue by downloading and caching internet images for local use in toast notifications via PowerShell.
Update on a bug fix for Compiled Bindings in Windows 10 SDK, requiring FallbackValue to be explicitly set for proper null handling.
A developer shares their experience becoming a Xamarin Certified Mobile Developer through Xamarin University, recommending it for .NET and C# developers.
Cimbalino Toolkit 2.5.0 released, now targeting .NET Standard 1.0 for cross-platform compatibility and featuring other improvements.
Explains how to properly retrieve the current culture in UWP apps using a non-hacky method based on .NET Core Runtime internals.
How to set a custom User-Agent string for all requests in a UWP WebView control using a Win32 API.
A developer's guide to building a smart mirror using a Raspberry Pi, .NET Core, and C# for a UWP application.
Explains a UWP bug where AdaptiveTriggers fail if a control's name matches a VisualState name, with code examples and a workaround.
Cimbalino Toolkit 2.4.0 released for UWP, featuring new controls, converters, and navigation service improvements.
Cimbalino Toolkit 2.2.1 update adds Windows Phone Silverlight 8.1 support, a new controls library, and a file picker service.
Introduces new Hamburger-style UI controls for Windows Universal Apps in the Cimbalino Toolkit, including HamburgerFrame, HamburgerTitleBar, and HamburgerMenuButton.
XAML Behaviors for UWP updated to version 1.1.0, featuring bug fixes and a change to strong-name signing.
Explains a subtle async/await issue with CoreDispatcher.RunAsync in UWP and provides a solution using TaskCompletionSource.