<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>owndev.dev</title><description>Deep-dive guides for building Windows apps with WinUI, .NET MAUI, and modern tooling. We cover UI patterns, platform APIs, and deployment best practices.</description><link>https://owndev.dev/</link><item><title>.NET MAUI Launcher Deep Links</title><link>https://owndev.dev/maui/android/launcher/</link><guid isPermaLink="true">https://owndev.dev/maui/android/launcher/</guid><description>Use the .NET MAUI Launcher API to open email, phone, browser, and custom URI schemes on Android with runtime permission checks and graceful fallbacks.</description></item><item><title>Launch Other Android Apps from .NET MAUI</title><link>https://owndev.dev/maui/android/open-android-app/</link><guid isPermaLink="true">https://owndev.dev/maui/android/open-android-app/</guid><description>Configure Android manifest queries and safe intent handling so your .NET MAUI app can launch companion apps with fallbacks and error handling.</description></item><item><title>Custom Settings Button</title><link>https://owndev.dev/maui/elements/custom-button/</link><guid isPermaLink="true">https://owndev.dev/maui/elements/custom-button/</guid><description>Design a reusable .NET MAUI settings button with icon slots, visual states, and event hooks, complete with XAML and C# code ready for production apps.</description></item><item><title>Custom Settings Container</title><link>https://owndev.dev/maui/elements/custom-container/</link><guid isPermaLink="true">https://owndev.dev/maui/elements/custom-container/</guid><description>Build a flexible .NET MAUI container control that pairs icons, labels, and custom content regions so settings layouts stay consistent across your app.</description></item><item><title>Settings Group Panel</title><link>https://owndev.dev/maui/elements/custom-group/</link><guid isPermaLink="true">https://owndev.dev/maui/elements/custom-group/</guid><description>Organize related settings in .NET MAUI with a reusable group control that renders a heading, adjustable typography, and a flexible content slot for your preference layouts.</description></item><item><title>Header Label Component</title><link>https://owndev.dev/maui/elements/custom-headerlabel/</link><guid isPermaLink="true">https://owndev.dev/maui/elements/custom-headerlabel/</guid><description>Add accessible section headings in .NET MAUI with a header label control that auto-hides when empty, includes styling hooks, and keeps settings screens consistent.</description></item><item><title>Separator Control</title><link>https://owndev.dev/maui/elements/custom-separator/</link><guid isPermaLink="true">https://owndev.dev/maui/elements/custom-separator/</guid><description>Add themed separators to .NET MAUI settings pages with a customizable content view that exposes color overrides for light and dark mode.</description></item><item><title>.NET MAUI</title><link>https://owndev.dev/maui/general/</link><guid isPermaLink="true">https://owndev.dev/maui/general/</guid><description>Welcome to the documentation about .NET MAUI (Multi-platform App UI), the cross-platform framework for developing native apps for iOS, Android and Windows. .NET MAUI enables developers to create cross-platform apps that work smoothly across different devices and operating systems. Here you will find all the information you need to develop beautiful and powerful applications.</description></item><item><title>Privacy Policy</title><link>https://owndev.dev/privacy-policy/</link><guid isPermaLink="true">https://owndev.dev/privacy-policy/</guid><description>Learn how owndev.dev collects, processes, and protects usage data, including details on Umami analytics, Cloudflare security services, and the safeguards applied to visitor information.</description></item><item><title>Windows</title><link>https://owndev.dev/windows/general/</link><guid isPermaLink="true">https://owndev.dev/windows/general/</guid><description>Windows is Microsoft&apos;s popular operating system that is widely used in companies around the world. It provides a robust and versatile platform for deploying and managing applications and services in an enterprise environment.</description></item><item><title>Configure GPU Passthrough for Hyper-V VMs</title><link>https://owndev.dev/windows/hyper-v/gpu/</link><guid isPermaLink="true">https://owndev.dev/windows/hyper-v/gpu/</guid><description>Learn how to prepare a Hyper-V host, capture the correct MMIO sizing, and assign a dedicated NVIDIA GPU to a virtual machine with reversible steps.</description></item><item><title>Scale Animations</title><link>https://owndev.dev/winui/animation/scaleanimation/</link><guid isPermaLink="true">https://owndev.dev/winui/animation/scaleanimation/</guid><description>Create spring-based scale animations in WinUI using Windows.UI.Composition, including hover effects for interactive controls and reusable helpers for smooth UI transitions.</description></item><item><title>WinUI Keyboard Accelerator Patterns</title><link>https://owndev.dev/winui/extended/keyboardaccelerator/</link><guid isPermaLink="true">https://owndev.dev/winui/extended/keyboardaccelerator/</guid><description>Register intuitive WinUI keyboard accelerators with scoped handlers, focus management, and accessibility considerations for global and contextual shortcuts.</description></item><item><title>Parallel LINQ in WinUI apps</title><link>https://owndev.dev/winui/extended/parallellinq/</link><guid isPermaLink="true">https://owndev.dev/winui/extended/parallellinq/</guid><description>Use Parallel LINQ to speed up CPU-bound workloads in WinUI apps with guidance on partitioning, cancellation, and avoiding UI thread contention.</description></item><item><title>WinUI</title><link>https://owndev.dev/winui/general/</link><guid isPermaLink="true">https://owndev.dev/winui/general/</guid><description>WinUI (Windows UI Library) is a modern UI library from Microsoft that makes it easy to create beautiful user interfaces for Windows applications.</description></item><item><title>WinUI Clipboard Integration</title><link>https://owndev.dev/winui/windows/clipboard/</link><guid isPermaLink="true">https://owndev.dev/winui/windows/clipboard/</guid><description>Implement copy and paste workflows in WinUI with DataPackage and DataPackageView, pushing content to the clipboard and retrieving user selections securely in desktop apps.</description></item><item><title>Directories and Files</title><link>https://owndev.dev/winui/windows/directoriesandfiles/</link><guid isPermaLink="true">https://owndev.dev/winui/windows/directoriesandfiles/</guid><description>Use .NET file system APIs in WinUI to report folder sizes and last modified timestamps, converting bytes to readable units and handling missing paths safely.</description></item><item><title>Launcher</title><link>https://owndev.dev/winui/windows/launcher/</link><guid isPermaLink="true">https://owndev.dev/winui/windows/launcher/</guid><description>Launch default applications for files, URIs, and custom protocols in WinUI using Launcher APIs, including practical LaunchUriAsync examples and safety tips for deep links.</description></item><item><title>Named Pipe Messaging</title><link>https://owndev.dev/winui/windows/namedpipe/</link><guid isPermaLink="true">https://owndev.dev/winui/windows/namedpipe/</guid><description>Build asynchronous named pipe clients and servers in WinUI for interprocess communication, including resilient send-and-receive helpers, cancellation support, and error handling patterns.</description></item><item><title>WinUI AppBarButton Patterns</title><link>https://owndev.dev/winui/xaml/appbarbutton/</link><guid isPermaLink="true">https://owndev.dev/winui/xaml/appbarbutton/</guid><description>Build accessible WinUI AppBarButton experiences with keyboard-friendly flyouts, iconography, and reusable templates for command bars and compact mode.</description></item><item><title>WinUI ComboBox Filtering</title><link>https://owndev.dev/winui/xaml/combobox/</link><guid isPermaLink="true">https://owndev.dev/winui/xaml/combobox/</guid><description>Build responsive WinUI ComboBox experiences with search, incremental filtering, and keyboard-friendly navigation that scales to large item sources.</description></item><item><title>WinUI NumberBox Formatting and Validation</title><link>https://owndev.dev/winui/xaml/numberbox/</link><guid isPermaLink="true">https://owndev.dev/winui/xaml/numberbox/</guid><description>Configure the WinUI NumberBox with custom formatters, validation rules, and keyboard-friendly incrementing so numeric inputs stay accurate and accessible.</description></item><item><title>WinUI ScrollViewer Techniques</title><link>https://owndev.dev/winui/xaml/scrollviewer/</link><guid isPermaLink="true">https://owndev.dev/winui/xaml/scrollviewer/</guid><description>Configure WinUI ScrollViewer for smooth touch, mouse, and keyboard interactions, including custom scrollbar styling and performance tuning tips for large content.</description></item><item><title>WinUI TextBox Input Techniques</title><link>https://owndev.dev/winui/xaml/textbox/</link><guid isPermaLink="true">https://owndev.dev/winui/xaml/textbox/</guid><description>Build productive WinUI TextBox experiences with flyout support, keyboard handlers, and validation tips for multiline and single-line text entry.</description></item></channel></rss>