<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>MAUIverse Community Feed</title><description>Notable moments, packages, projects, and celebrations from the MAUIverse community.</description><link>https://mauiverse.net/</link><item><title>Building a Robust Deep Link Router in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/09/building-a-robust-deep-link-router-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/09/building-a-robust-deep-link-router-in-dotnet-maui/</guid><description>Jorge Perales Diaz treats deep links as external application requests, not internal Shell routes — building a reusable router that parses, matches, validates, and authorizes incoming URIs before navigating. It&apos;s the production-grade foundation for deferred links, deduplication, and secure external URL handling.</description><pubDate>Wed, 02 Sep 2026 00:00:00 GMT</pubDate></item><item><title>Vor der IPA: iOS Signing für .NET MAUI vorbereiten</title><link>https://mauiverse.net/community-feed/2026/09/vor-der-ipa-ios-signing-fuer-dotnet-maui-vorbereiten/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/09/vor-der-ipa-ios-signing-fuer-dotnet-maui-vorbereiten/</guid><description>Sebastian Jensen bereitet alle Apple-Ressourcen vor, die ein automatisierter .NET MAUI iOS Build braucht — App Identifier, Distribution Certificate, .p12-Export, Provisioning Profile und App Store Connect API Key. Die eigentliche Herausforderung bei iOS-CI liegt nicht im Workflow, sondern in dieser Vorbereitung.</description><pubDate>Wed, 02 Sep 2026 00:00:00 GMT</pubDate></item><item><title>Preventing Duplicate Async Operations in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/08/preventing-duplicate-async-operations-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/preventing-duplicate-async-operations-in-dotnet-maui/</guid><description>Jorge Perales Diaz tackles the double-tap Save, overlapping refreshes, and racing navigation that async makes so easy to introduce. He moves past a simple IsBusy flag to reusable execution policies — reject, wait, cancel, share, or queue — built on SemaphoreSlim, cancellation, and single-flight patterns.</description><pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Using the Camera in .NET MAUI with CameraView</title><link>https://mauiverse.net/community-feed/2026/08/using-the-camera-in-dotnet-maui-with-cameraview/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/using-the-camera-in-dotnet-maui-with-cameraview/</guid><description>Héctor Pérez walks through the .NET MAUI Community Toolkit CameraView control end to end — installing the package, configuring per-platform permissions, and wiring an MVVM view model to take photos and record video in-app. A practical intro to full in-app camera control without leaving your application.</description><pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Von Commit zu AAB/APK: .NET MAUI Android Builds mit GitHub Actions automatisieren</title><link>https://mauiverse.net/community-feed/2026/08/von-commit-zu-aab-apk-dotnet-maui-android-builds-mit-github-actions/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/von-commit-zu-aab-apk-dotnet-maui-android-builds-mit-github-actions/</guid><description>Sebastian Jensen zeigt Schritt für Schritt, wie eine .NET MAUI Android App per GitHub Actions gebaut, signiert und als .aab und .apk bereitgestellt wird. Ein reproduzierbarer Release-Prozess mit Keystore, Base64-Secrets, global.json und automatischer Versionierung — inklusive Beispiel-Repository.</description><pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Background Jobs in .NET for Mobile Apps: What Actually Works on iOS and Android</title><link>https://mauiverse.net/community-feed/2026/08/background-jobs-in-dotnet-for-mobile-apps-ios-and-android/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/background-jobs-in-dotnet-for-mobile-apps-ios-and-android/</guid><description>Akhil Gite explains why .NET&apos;s threading model and mobile background execution are two different problems — and why Task.Run, BackgroundService, and Thread break the moment your app leaves the foreground. A practical look at working with each platform&apos;s background execution model on iOS and Android.</description><pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Running On-Device LLMs in .NET MAUI with Microsoft.Maui.Essentials.Ai</title><link>https://mauiverse.net/community-feed/2026/08/running-on-device-llms-in-dotnet-maui-with-microsoft-maui-essentials-ai/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/running-on-device-llms-in-dotnet-maui-with-microsoft-maui-essentials-ai/</guid><description>Brandon Minnick shows how Microsoft.Maui.Essentials.Ai exposes on-device foundation models like Apple Intelligence through the same IChatClient abstraction. Part 7 of his Microsoft.Extensions.AI series runs an LLM entirely on the phone — offline, private, and free per token.</description><pubDate>Mon, 24 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Skeleton in .NET MAUI: What It Is and How to Use It</title><link>https://mauiverse.net/community-feed/2026/08/skeleton-in-dotnet-maui-what-it-is-and-how-to-use-it/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/skeleton-in-dotnet-maui-what-it-is-and-how-to-use-it/</guid><description>Leomaris Reyes explains why skeletons beat spinners for loading states and shows how to use the Telerik UI for .NET MAUI RadSkeleton. Covers when skeletons help (and when they don&apos;t), the built-in anatomies like Article and Card, and building a fully custom skeleton layout.</description><pubDate>Mon, 24 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Login with Passkeys in a .NET MAUI App</title><link>https://mauiverse.net/community-feed/2026/08/login-with-passkeys-in-a-dotnet-maui-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/login-with-passkeys-in-a-dotnet-maui-app/</guid><description>Tony Edwards digs into the new cross-platform Passkeys API in .NET MAUI Preview 7, which talks to native authenticators on iOS, Android, and Windows. He walks the full WebAuthn flow end to end, pairing the tiny MAUI API with an ASP.NET Core Identity backend.</description><pubDate>Sun, 23 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Scaffold: Modern App UI in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/08/scaffold-modern-app-ui-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/scaffold-modern-app-ui-in-dotnet-maui/</guid><description>Alberto Aldegheri shows off Nalu.Maui.Scaffold, bringing floating tab bars, flexible nav bars, easy parallax, and rich navigation transitions to .NET MAUI apps. It&apos;s a tour of the features that push modern Android and iOS UIs to another level.</description><pubDate>Sat, 22 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Level Up Animation with Keyframes for MAUI &amp; Blazor</title><link>https://mauiverse.net/community-feed/2026/08/level-up-animation-with-keyframes-for-maui-and-blazor/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/level-up-animation-with-keyframes-for-maui-and-blazor/</guid><description>Allan Ritchie brings the CSS @keyframes model to .NET MAUI and Blazor, where evaluating an animation is a pure function of time you can scrub, reverse, and export. It stacks into 42 animated Motion Icons and a ShinyButton that runs its own busy/success/error states.</description><pubDate>Thu, 20 Aug 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI in 2026 — How AI Has Transformed App Development Forever</title><link>https://mauiverse.net/community-feed/2026/08/dotnet-maui-in-2026-how-ai-has-transformed-app-development/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/dotnet-maui-in-2026-how-ai-has-transformed-app-development/</guid><description>James Montemagno shows how AI is reshaping .NET MAUI development — from writing and testing code to implementing design and shipping apps. This ~1 hour 15 minute session covers customizing GitHub Copilot for mobile and the team&apos;s latest productivity boosters.</description><pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate></item><item><title>When Incoming Data Is Faster Than Your Eyes</title><link>https://mauiverse.net/community-feed/2026/08/when-incoming-data-is-faster-than-your-eyes/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/when-incoming-data-is-faster-than-your-eyes/</guid><description>Nick Kovalsky shares a real fix from a Bluetooth app receiving data 20 times a second: throttle how often bindings raise PropertyChanged while keeping data processing at full speed. A drop-in ThrottledViewModel base class gates UI updates to a smooth ~12Hz.</description><pubDate>Tue, 18 Aug 2026 00:00:00 GMT</pubDate></item><item><title>A Zero-Allocation DependencyProperty Source Generator for WPF/MAUI</title><link>https://mauiverse.net/community-feed/2026/08/zero-allocation-dependencyproperty-source-generator-wpf-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/zero-allocation-dependencyproperty-source-generator-wpf-maui/</guid><description>kassyi introduces Kassyi.Generators.DependencyProperty, a source generator that turns 20 lines of DependencyProperty boilerplate into a single attribute across WPF, .NET MAUI, Avalonia, Uno, WinUI 3, and UWP. It&apos;s rewritten to be zero-allocation with compile-time type-safe callbacks.</description><pubDate>Tue, 18 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Building a Custom Middleware Pipeline in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/08/building-a-custom-middleware-pipeline-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/building-a-custom-middleware-pipeline-in-dotnet-maui/</guid><description>Jorge Perales Diaz brings the ASP.NET Core middleware idea to .NET MAUI, building a lightweight pipeline that wraps operations with logging, validation, auth, connectivity, and caching. It&apos;s a DI-friendly, testable way to stop scattering infrastructure code across your ViewModels and services.</description><pubDate>Mon, 17 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Shiny Controls 1.0 — The Ultra Control Suite for .NET MAUI &amp; Blazor</title><link>https://mauiverse.net/community-feed/2026/08/shiny-controls-1-0-the-ultra-control-suite-for-dotnet-maui-and-blazor/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/shiny-controls-1-0-the-ultra-control-suite-for-dotnet-maui-and-blazor/</guid><description>Allan Ritchie ships Shiny Controls 1.0, a huge suite with two real renderers — native .NET MAUI and real Blazor components — sharing one Material 3 token contract. It&apos;s the bottom sheets, chat views, schedulers, and camera pipelines you keep rebuilding, finally packaged as a library.</description><pubDate>Mon, 17 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Shiny.NET — Controls 1.0, HTTP Server for MAUI, &amp; mDNS Discovery Libraries</title><link>https://mauiverse.net/community-feed/2026/08/shiny-net-controls-1-0-http-server-for-maui-mdns-discovery/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/shiny-net-controls-1-0-http-server-for-maui-mdns-discovery/</guid><description>Jon Dick and Allan Ritchie show off the latest Shiny.NET libraries in this ~1.5 hour session — the new Controls 1.0 suite, an HTTP server for MAUI, and mDNS discovery. Watch for live demos and the thinking behind each library.</description><pubDate>Sat, 15 Aug 2026 00:00:00 GMT</pubDate></item><item><title>A Deep Link Is an App-Lifecycle Event</title><link>https://mauiverse.net/community-feed/2026/08/a-deep-link-is-an-app-lifecycle-event/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/a-deep-link-is-an-app-lifecycle-event/</guid><description>Ivan Rossouw argues that a deep link can be parsed perfectly and still resume the wrong state — because URI routing and app-lifecycle handling are two separate contracts. He shows how Android launch modes, converging cold/warm paths, and a lifecycle test matrix keep stateful .NET MAUI and Blazor Hybrid flows intact.</description><pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Recycled Cells with DrawnUI — Part II</title><link>https://mauiverse.net/community-feed/2026/08/recycled-cells-with-drawnui-part-2/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/recycled-cells-with-drawnui-part-2/</guid><description>Nick Kovalsky continues the DrawnUI recycled-cells series with three more list samples, a built-in items window, and WindowedSource for data that won&apos;t fit in memory. Part of a practical guide to picking MeasureFirst vs MeasureVisible and SkiaStack vs SkiaCachedStack for smooth .NET MAUI lists.</description><pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Shiny.DocumentDb — Hidden Gems</title><link>https://mauiverse.net/community-feed/2026/08/shiny-documentdb-hidden-gems/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/shiny-documentdb-hidden-gems/</guid><description>Allan Ritchie digs into the Shiny.DocumentDb features that never got a proper write-up — diffs, temporal audit trails, raw JSON terminals, and interceptor-built soft delete. If you already use DocumentDb, this is the guided tour of the APIs you&apos;ll want next.</description><pubDate>Thu, 13 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Shiny.DocumentDb v13 — Encryption, an Outbox, and a Front Door</title><link>https://mauiverse.net/community-feed/2026/08/shiny-documentdb-v13/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/shiny-documentdb-v13/</guid><description>Allan Ritchie ships Shiny.DocumentDb v13 with field-level encryption, a transactional outbox, HTTP/MCP front doors, and a ConfigureDocument rewrite. It&apos;s a big release at the edges of the store — what sits in front of your documents and what the write hands off next.</description><pubDate>Wed, 12 Aug 2026 00:00:00 GMT</pubDate></item><item><title>One Blazor UI, Two Hosts: a Device-Capability Layer That Stays Resolvable Everywhere</title><link>https://mauiverse.net/community-feed/2026/08/one-blazor-ui-two-hosts-a-device-capability-layer-that-stays-resolvable-everywhere/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/one-blazor-ui-two-hosts-a-device-capability-layer-that-stays-resolvable-everywhere/</guid><description>Ivan Ball-llovera shows how a shared Blazor UI can talk to native share, haptics, biometrics, and more without ever asking “am I on MAUI?” Small per-capability contracts, inert defaults, and host overrides keep the same components portable across browser and .NET MAUI Hybrid.</description><pubDate>Tue, 11 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Building an Onboarding and Registration UI in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/08/building-onboarding-registration-ui-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/building-onboarding-registration-ui-dotnet-maui/</guid><description>Leomaris Reyes recreates a Dribbble-inspired onboarding and sign-up flow in .NET MAUI with code-built LinearGradientBrush and RadialGradientBrush backgrounds. The registration screen uses Telerik DataForm so you can ship a polished form without wiring every field by hand.</description><pubDate>Mon, 10 Aug 2026 00:00:00 GMT</pubDate></item><item><title>GitHub Copilot Mobile Canvas: Agent-Powered iOS and Android Testing</title><link>https://mauiverse.net/community-feed/2026/08/github-copilot-mobile-canvas-agent-powered-ios-android-testing/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/github-copilot-mobile-canvas-agent-powered-ios-android-testing/</guid><description>James Montemagno shows how to control iOS simulators and Android emulators inside GitHub Copilot Canvas with a new mobile device plugin. In this ~8 minute walkthrough, install the plugin and watch AI agents launch, configure, and test features on mobile devices from one interface.</description><pubDate>Thu, 06 Aug 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup | MAUI UI July Recap</title><link>https://mauiverse.net/community-feed/2026/08/maui-community-standup-maui-ui-july-recap/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/maui-community-standup-maui-ui-july-recap/</guid><description>Matt Goldman joins David Ortinau and Gerald Versluis to recap MAUI UI July — the month-long community initiative packed with .NET MAUI UI content, inspiration, tips, and demos. This ~1 hour session looks back at highlights, contributions, and what’s next for building beautiful cross-platform apps.</description><pubDate>Thu, 06 Aug 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, August 2026</title><link>https://mauiverse.net/community-feed/2026/08/maui-community-toolkit-monthly-standup-august-2026/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/maui-community-toolkit-monthly-standup-august-2026/</guid><description>The August Toolkit standup covers .NET 11–ready releases of CommunityToolkit.Maui and Markup, popup race-condition fixes, and active MediaElement and popup PR discussions. It is a must-watch if you are preparing apps for .NET 11 or tracking Toolkit maintainer priorities.</description><pubDate>Thu, 06 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Why .NET MAUI is the Smartest Cross-Platform Bet for Your Next App</title><link>https://mauiverse.net/community-feed/2026/08/why-dotnet-maui-smartest-cross-platform-bet/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/why-dotnet-maui-smartest-cross-platform-bet/</guid><description>Pavel Chuvak makes the business case for choosing .NET MAUI for your next app, from a single codebase across four platforms to real cost savings. Drawing on hands-on Xamarin-to-MAUI migrations, it&apos;s a decision-maker&apos;s guide to the framework.</description><pubDate>Tue, 04 Aug 2026 00:00:00 GMT</pubDate></item><item><title>4 Rating Card UI Ideas in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/08/4-rating-card-ui-ideas-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/08/4-rating-card-ui-ideas-dotnet-maui/</guid><description>Leomaris Reyes builds four Dribbble-inspired rating card UIs in .NET MAUI using Telerik&apos;s Rating and ProgressBar controls. From a friendly star prompt to a multi-criteria review card, each comes with the full XAML.</description><pubDate>Mon, 03 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Most AI Demos Don&apos;t Work on Your Legacy App. What Does Work?</title><link>https://mauiverse.net/community-feed/2026/07/most-ai-demos-dont-work-on-your-legacy-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/most-ai-demos-dont-work-on-your-legacy-app/</guid><description>Gerald Versluis sits down with Update Conference&apos;s Kajetan Duszyński to talk about using AI on real, messy codebases instead of polished demos. This ~17 minute Update Talk covers his daily Microsoft workflow, Copilot instructions, and what juniors need to stay relevant.</description><pubDate>Thu, 30 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Bringing SwiftUI Picker into .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/07/bringing-swiftui-picker-into-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/bringing-swiftui-picker-into-dotnet-maui/</guid><description>Prateek Mahendrakar wraps a native SwiftUI Picker as an xcframework and binds it into .NET MAUI for a modern iOS picker experience. Learn the full path from Swift view to a bindable MAUI control with two-way selection.</description><pubDate>Wed, 29 Jul 2026 00:00:00 GMT</pubDate></item><item><title>8 .NET MAUI Performance Anti-Patterns That Make Apps Feel Slow</title><link>https://mauiverse.net/community-feed/2026/07/dotnet-maui-performance-anti-patterns/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/dotnet-maui-performance-anti-patterns/</guid><description>Syncfusion walks through eight everyday .NET MAUI choices that quietly hurt scrolling, memory, and responsiveness — from nested layouts to Debug-build profiling. Use it as a practical checklist before you ship.</description><pubDate>Wed, 29 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Getting Started with the .NET MAUI Smart Scheduler</title><link>https://mauiverse.net/community-feed/2026/07/getting-started-dotnet-maui-smart-scheduler/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/getting-started-dotnet-maui-smart-scheduler/</guid><description>Syncfusion introduces its AI-powered .NET MAUI Smart Scheduler, which turns natural-language prompts into calendar appointments. This ~8 minute walkthrough covers setup, AI service wiring, and creating events by conversation.</description><pubDate>Wed, 29 Jul 2026 00:00:00 GMT</pubDate></item><item><title>.NET 11 Preview 6 Modernises MAUI CollectionView and Android Shell</title><link>https://mauiverse.net/community-feed/2026/07/net-maui-11-preview-6/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/net-maui-11-preview-6/</guid><description>Edin Kapić covers .NET 11 Preview 6 for .NET MAUI — CollectionView2 on Windows, Android Shell on handlers, HybridWebView AOT-friendly interop, and media-picker recovery. A solid roundup of the architectural shifts still landing in the preview cycle.</description><pubDate>Wed, 29 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Shiny.DocumentDb — Doing All the Things (v12)</title><link>https://mauiverse.net/community-feed/2026/07/shiny-documentdb-v12/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/shiny-documentdb-v12/</guid><description>Allan Ritchie ships Shiny.DocumentDb v12 with a phpMyAdmin-style browser for schema-free stores, type-free JSON collections, cancellable interceptors, and a built-in soft delete. It&apos;s three releases in three days, verified with real AOT publishes and cross-provider conformance tests.</description><pubDate>Mon, 27 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Supercharging .NET MAUI with Incremental Source Generators</title><link>https://mauiverse.net/community-feed/2026/07/supercharging-dotnet-maui-with-incremental-source-generators/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/supercharging-dotnet-maui-with-incremental-source-generators/</guid><description>Jorge Perales Diaz shows how Roslyn&apos;s Incremental Source Generators can eliminate DI registration, BindableProperty, and command boilerplate in .NET MAUI apps. He walks through building a real AutoRegister generator, complete with diagnostics and tests.</description><pubDate>Mon, 27 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Building a Live Mermaid Flowchart Renderer in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/07/building-a-live-mermaid-flowchart-renderer-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/building-a-live-mermaid-flowchart-renderer-in-dotnet-maui/</guid><description>Luis Beltran builds a live Mermaid-to-visual flowchart renderer in .NET MAUI using native controls instead of static XAML generation. Part of MAUI UI July 2026, it&apos;s a parse-then-render blueprint for TD/LR flowcharts with decisions and labeled edges.</description><pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Flyouts, Tabs, and Popups in One .NET MAUI App</title><link>https://mauiverse.net/community-feed/2026/07/flyouts-tabs-popups-in-one-dotnet-maui-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/flyouts-tabs-popups-in-one-dotnet-maui-app/</guid><description>Mark Laureta tours a full Food Delivery showcase app for MvvmEssentials, his Shell alternative for .NET MAUI navigation and MVVM. Screen by screen, it shows flyouts, tabs, and popups sharing one clean ViewModel lifecycle contract.</description><pubDate>Sat, 25 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Faces, Voices &amp; Documents — On-Device Recognition Controls for .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/07/faces-voices-and-documents/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/faces-voices-and-documents/</guid><description>Allan Ritchie introduces on-device face, voice, and document recognition stacks for .NET MAUI — no cloud APIs, no inference bills. Part of MAUI UI July 2026, it centers on drop-in controls that hide the camera, enrollment, and matching plumbing.</description><pubDate>Fri, 24 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Giving your .NET MAUI a Real Set of AI Wings</title><link>https://mauiverse.net/community-feed/2026/07/maui-ai-wings/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/maui-ai-wings/</guid><description>Allan Ritchie shows how to move past chat-bubble demos and give a .NET MAUI assistant real device capabilities with Shiny AI tool packs. Part of MAUI UI July 2026, it&apos;s a hands-on build where the model can write notes, schedule reminders, navigate your app, and more.</description><pubDate>Fri, 24 Jul 2026 00:00:00 GMT</pubDate></item><item><title>A Quick Guide to C# Expressions in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/07/c-sharp-expressions-in-xaml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/c-sharp-expressions-in-xaml/</guid><description>Tony Edwards walks through C# expressions in .NET MAUI XAML — the .NET 11 preview feature that can retire a pile of tiny converters and calculated properties. Part of MAUI UI July 2026, it’s a practical tour of what belongs inline and what should stay named.</description><pubDate>Thu, 23 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Building an Enterprise-Grade SignalR Communication Layer in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/07/enterprise-grade-signalr-communication-layer-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/enterprise-grade-signalr-communication-layer-dotnet-maui/</guid><description>Jorge Perales Diaz explains how to go beyond the official SignalR client with a resilient communication layer for enterprise .NET MAUI apps. Learn how SignalRManager adds reconnection, offline queues, batching, observability, and type-safe hubs.</description><pubDate>Tue, 21 Jul 2026 00:00:00 GMT</pubDate></item><item><title>SVG to Interactive Map</title><link>https://mauiverse.net/community-feed/2026/07/svg-to-interactive-map-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/svg-to-interactive-map-dotnet-maui/</guid><description>Shaun Lawrence turns a world map SVG and a pack of flag SVGs into a pannable, zoomable, tappable interactive map in .NET MAUI with SkiaSharp. Inspired by the World Cup, it&apos;s a practical guide to drawing vector data cross-platform without platform-specific code.</description><pubDate>Tue, 21 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Blazor Hybrid: One UI for Web, iOS, Android &amp; Desktop (.NET MAUI)</title><link>https://mauiverse.net/community-feed/2026/07/blazor-hybrid-one-ui-web-ios-android-desktop-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/blazor-hybrid-one-ui-web-ios-android-desktop-dotnet-maui/</guid><description>David Ortinau breaks down how Blazor Hybrid and .NET MAUI let you build a UI once with Razor components and ship it to browser, iOS, Android, Windows, and macOS. This hour-long session covers the tech stack, real production apps, and the .NET 11 roadmap.</description><pubDate>Mon, 20 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Building a Healthcare UI with .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/07/building-healthcare-ui-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/building-healthcare-ui-dotnet-maui/</guid><description>Leomaris Reyes recreates a Dribbble-inspired doctor appointment interface in .NET MAUI, block by block, using Telerik UI components. Learn how Rotation, TranslationX/Y, and a multi-column CollectionView turn an out-of-the-box design into working XAML.</description><pubDate>Mon, 20 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Full Camera Control in .NET MAUI: Flash, Zoom, Torch and Recording</title><link>https://mauiverse.net/community-feed/2026/07/full-camera-control-dotnet-maui-flash-zoom-torch-recording/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/full-camera-control-dotnet-maui-flash-zoom-torch-recording/</guid><description>Héctor Pérez walks through the .NET MAUI Community Toolkit&apos;s CameraView, building an app that takes photos, records video, and drives flash, zoom, and torch in-app. Part of MAUI UI July 2026, this ~13 minute video takes you from NuGet install to testing on a real device.</description><pubDate>Mon, 20 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Merge Conflict 524: A .NET MAUI AI Revolution</title><link>https://mauiverse.net/community-feed/2026/07/merge-conflict-524-dotnet-maui-ai-revolution/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/merge-conflict-524-dotnet-maui-ai-revolution/</guid><description>James Montemagno and Frank Krueger unpack the new .NET MAUI developer stack, from the Maui Doctor CLI and Maui Sherpa GUI to DevFlow&apos;s MCP server that lets AI agents test apps. They also dig into VS Code MAUI agents and the move to core CLR in .NET 11. </description><pubDate>Mon, 20 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Building a new .NET library for Face &amp; Voice Recognition</title><link>https://mauiverse.net/community-feed/2026/07/building-new-dotnet-library-face-voice-recognition/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/building-new-dotnet-library-face-voice-recognition/</guid><description>On Gone DotNet, Jon Dick and Allan Ritchie debug a buggy new face &amp; voice recognition library while pulling MAUI DevFlow into the loop. Jon also demos MAUI Sherpa&apos;s still-unreleased .NET SDK management feature.</description><pubDate>Sat, 18 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Building Accessible Applications in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/07/building-accessible-applications-in-dotnet-maui-session/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/building-accessible-applications-in-dotnet-maui-session/</guid><description>Shaun Lawrence takes over the MauiMart demo app to show how a deliberately inaccessible .NET MAUI app becomes usable by everyone. Recorded for Microsoft Zero to Hero, this ~1 hour session walks through the APIs, tooling, and habits that make accessibility surprisingly low-effort.</description><pubDate>Fri, 17 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Building Accessible Applications with .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/07/building-accessible-applications-with-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/building-accessible-applications-with-dotnet-maui/</guid><description>Shaun Lawrence gathers the essential resources from his talk on building accessible .NET MAUI apps into one handy reference. Bookmark it for the official guidance, WCAG standards, platform-specific docs, and tooling you&apos;ll reach for on every project.</description><pubDate>Fri, 17 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Building a Zero-Allocation Dashboard with SkiaSharp and Community Toolkit MAUI Markup</title><link>https://mauiverse.net/community-feed/2026/07/zero-allocation-dashboard-skiasharp-community-toolkit-maui-markup/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/zero-allocation-dashboard-skiasharp-community-toolkit-maui-markup/</guid><description>Vladislav Antonyuk builds a real-time .NET MAUI dashboard that stays smooth at 120Hz by bypassing the layout engine entirely. Part of MAUI UI July 2026, this deep dive pairs C# Markup with a single SkiaSharp canvas to eliminate per-frame allocations.</description><pubDate>Thu, 16 Jul 2026 00:00:00 GMT</pubDate></item><item><title>From developer art to good looking apps - an AI design skill for .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/07/maui-ai-design-skill/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/maui-ai-design-skill/</guid><description>Mark Allibone builds a reusable Agent Skill that turns his AI assistant into the app designer he never was, generating colour palettes, styles, and icon fonts for .NET MAUI. Part of MAUI UI July, it works across Claude Code and GitHub Copilot.</description><pubDate>Wed, 15 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Building a Production-Ready REST Client Layer on Top of Refit in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/07/building-production-ready-rest-client-layer-refit-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/building-production-ready-rest-client-layer-refit-dotnet-maui/</guid><description>Jorge Perales Diaz designs a reusable REST client layer that extends Refit with the resilience, observability, caching, serialization, and transfer features enterprise .NET MAUI apps need. Follow the architecture to see how a centralized networking platform can replace duplicated handler chains without giving up Refit&apos;s concise interfaces.</description><pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate></item><item><title>CoreCLR Progress and the Mono Timeline for .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/07/coreclr-progress-and-mono-timeline-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/coreclr-progress-and-mono-timeline-dotnet-maui/</guid><description>David Ortinau shares the latest CoreCLR progress for .NET MAUI, including the accelerated retirement of the separate Mono path in .NET 11 Preview 6. Read the update for current performance expectations, diagnostics support, remaining rough edges, and a practical checklist for testing your own app.</description><pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate></item><item><title>2026 Volume 2 .NET MAUI and Blazor Updates</title><link>https://mauiverse.net/community-feed/2026/07/2026-volume-2-dotnet-maui-and-blazor-updates/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/2026-volume-2-dotnet-maui-and-blazor-updates/</guid><description>Syncfusion gives a quick tour of its 2026 Volume 2 updates for .NET MAUI and Blazor, spanning AI-assisted experiences, data editing, chart creation, and visualization. Watch this ~1 minute overview to spot the new controls and workflow improvements worth exploring in the full release.</description><pubDate>Mon, 13 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Goodbye ValueConverters, Hello C# Expressions in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/07/goodbye-valueconverters-hello-csharp-expressions-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/goodbye-valueconverters-hello-csharp-expressions-dotnet-maui/</guid><description>Leomaris Reyes shows how C# Expressions let you drop most ValueConverters and write logic directly in your .NET MAUI XAML. Through before-and-after examples, she demonstrates just how much boilerplate you can delete while making bindings more readable.</description><pubDate>Mon, 13 Jul 2026 00:00:00 GMT</pubDate></item><item><title>SkiaSharp for .NET</title><link>https://mauiverse.net/community-feed/2026/07/skiasharp-for-dotnet/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/skiasharp-for-dotnet/</guid><description>Uno Platform traces how SkiaSharp became the pixel-perfect, GPU-accelerated rendering backbone shared by .NET MAUI, WinUI 3, and Uno Platform. Read the retrospective for the technical tradeoffs behind a single cross-platform drawing API and what SkiaSharp 4.0&apos;s new co-maintenance model means for its future.</description><pubDate>Mon, 13 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Building a Cross-Platform Credential Manager in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/07/building-a-cross-platform-credential-manager-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/building-a-cross-platform-credential-manager-in-dotnet-maui/</guid><description>Jorge Perales Diaz walks through designing a secure, unified credential manager in .NET MAUI that handles passwords, biometrics, passkeys, and native providers across Android, iOS, Windows, and macOS. It&apos;s an architecture-first blueprint for delivering a seamless, OS-integrated authentication experience without gluing together per-platform hacks.</description><pubDate>Fri, 10 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Building a Seven-Segment Display Control with .NET MAUI and SkiaSharp</title><link>https://mauiverse.net/community-feed/2026/07/building-a-seven-segment-display-control-with-dotnet-maui-and-skiasharp/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/building-a-seven-segment-display-control-with-dotnet-maui-and-skiasharp/</guid><description>Sebastian Jensen builds a fully customizable seven-segment display control for .NET MAUI, drawing every retro bar by hand with SkiaSharp instead of leaning on a font. Part of .NET MAUI UI July 2026, it&apos;s a practical blueprint for turning a small visual system into a polished, reusable, theme-aware control.</description><pubDate>Fri, 10 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Building Smarter .NET MAUI Apps? See What&apos;s New in Syncfusion 2026 Volume 2</title><link>https://mauiverse.net/community-feed/2026/07/maui-2026-volume-2-updates/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/maui-2026-volume-2-updates/</guid><description>Syncfusion&apos;s 2026 Volume 2 release lands a batch of .NET MAUI control upgrades, headlined by smarter AI AssistView features and productivity boosts across DataGrid, Charts, ListView, and TreeView. This roundup is the fastest way to see which new capabilities you can drop into your app today.</description><pubDate>Fri, 10 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Available Now in .NET 11 for .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/07/available-now-dotnet-11-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/available-now-dotnet-11-dotnet-maui/</guid><description>Leomaris Reyes tours her favorite .NET MAUI improvements shipping in .NET 11, from map pin clustering to a new long-press gesture recognizer. It&apos;s a quick, practical roundup of the quality-of-life features worth adopting today.</description><pubDate>Wed, 08 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Building an AI-Powered Personal Companion Mobile App</title><link>https://mauiverse.net/community-feed/2026/07/building-ai-powered-companion-app-maui-ndc-copenhagen/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/building-ai-powered-companion-app-maui-ndc-copenhagen/</guid><description>Recorded at NDC Copenhagen 2026, Gerald Versluis shows how to build an AI-powered personal companion app with .NET MAUI, integrating AI to create smarter, more responsive cross-platform experiences. This ~1 hour session takes you from concept to a working app so you can go home and build your own personal Jarvis.</description><pubDate>Tue, 07 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Gerald Versluis on MAUI, Blazor Hybrid, Linux Support, and Agentic Development</title><link>https://mauiverse.net/community-feed/2026/07/gerald-versluis-maui-blazor-hybrid-linux-agentic-development/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/gerald-versluis-maui-blazor-hybrid-linux-agentic-development/</guid><description>On Code, Cloud &amp; AI, Barry Luijbregts talks with Gerald Versluis about building .NET MAUI today — and how the team uses Copilot, skills, and MCP servers for agentic workflows. This ~45 minute episode also covers Blazor Hybrid, MAUI Labs Linux work, and what AI means for developer careers.</description><pubDate>Tue, 07 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Build the Tools You Need</title><link>https://mauiverse.net/community-feed/2026/07/build-the-tools-you-need/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/build-the-tools-you-need/</guid><description>David Ortinau tells the story of building Foundry Forge — a native macOS .NET MAUI + Blazor Hybrid app that runs local AI models — using coding assistants and a disciplined workflow. Part of MAUI UI July 2026, it&apos;s less about &apos;AI wrote my code&apos; and more about the guardrails that turn an agent from a genie into a reliable teammate.</description><pubDate>Mon, 06 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Give Your MAUI Agent Hands — Contacts, Reminders &amp; Location as AI Tools</title><link>https://mauiverse.net/community-feed/2026/07/give-your-maui-agent-hands-ai-tools/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/give-your-maui-agent-hands-ai-tools/</guid><description>Allan Ritchie shows how to move beyond a chat assistant that can only talk by wiring device services into your .NET MAUI app as AI tools. He walks through three new Shiny packages that let a model work with contacts, reminders, and location — opt-in, read-only by default, and AOT-compatible.</description><pubDate>Mon, 06 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Recycled Cells with DrawnUI</title><link>https://mauiverse.net/community-feed/2026/07/recycled-cells-with-drawnui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/recycled-cells-with-drawnui/</guid><description>Nick Kovalsky explains when and how to replace .NET MAUI&apos;s CollectionView with a drawn alternative for complex, high-performance lists using DrawnUI and SkiaSharp. The post breaks down recycled-cell mechanics through two real samples — an infinite news feed and a windowed chat list — with the XAML, C#, and gotchas to make each one scroll smoothly.</description><pubDate>Mon, 06 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Building an AI-Powered Personal Companion App with .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/07/building-ai-powered-personal-companion-app-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/building-ai-powered-personal-companion-app-dotnet-maui/</guid><description>Gerald Versluis walks through building a cross-platform, AI-powered personal companion app with .NET MAUI and modern AI services in this hour-long session. Expect practical guidance, architectural best practices, and live demos covering natural language conversations, personalized recommendations, and contextual insights across Windows, Android, iOS, and macOS.</description><pubDate>Sat, 04 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Adding OCR to a .NET MAUI App: Pick an Image, Read the Text, Stay Responsive</title><link>https://mauiverse.net/community-feed/2026/07/adding-ocr-to-dotnet-maui-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/adding-ocr-to-dotnet-maui-app/</guid><description>Iron Software walks through IronOCR in .NET MAUI — MediaPicker, ReadAsync off the UI thread, image downscaling, and per-platform gallery permissions. The mobile gotchas matter even if you swap OCR engines.</description><pubDate>Thu, 02 Jul 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup | Skia Sharp 4.0 Release</title><link>https://mauiverse.net/community-feed/2026/07/maui-community-standup-skia-sharp-4/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/maui-community-standup-skia-sharp-4/</guid><description>SkiaSharp 4 is here, and this .NET MAUI Community Standup explores what’s new, why it matters, and how it impacts graphics work in your MAUI apps. Matthew Leibowitz, David Ortinau, and Gerald Versluis walk through key updates and practical context for developers using SkiaSharp today.</description><pubDate>Thu, 02 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Building a Cross-Platform WebRTC Video Calling Solution in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/07/building-a-cross-platform-webrtc-video-calling-solution/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/building-a-cross-platform-webrtc-video-calling-solution/</guid><description>Jorge Perales Diaz designs an enterprise-grade, cross-platform video calling stack in .NET MAUI built on WebRTC. It spans signaling with SignalR, STUN/TURN, adaptive bitrate, screen sharing, and data channels — giving you full control instead of embedding a third-party SDK.</description><pubDate>Wed, 01 Jul 2026 00:00:00 GMT</pubDate></item><item><title>The Install Funnel, Part 1: Make Your Icon Stand Out</title><link>https://mauiverse.net/community-feed/2026/07/install-funnel-part-1-icons/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/install-funnel-part-1-icons/</guid><description>Matt Goldman kicks off his Install Funnel series for MAUI UI July 2026 by asking why white app icons dominate the top of the App Store and Play Store, and what that pattern means for your app. Backed by a hand-counted survey of the top 25 apps across four store lists, he turns the observation into a practical strategy and shows how to apply it in .NET MAUI.</description><pubDate>Wed, 01 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Replicating a Travel App in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/07/replicating-travel-app-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/replicating-travel-app-dotnet-maui/</guid><description>Leomaris Reyes rebuilds a polished travel app UI in .NET MAUI, breaking a Dribbble design into blocks and coding each one step by step. Follow along to sharpen your XAML layout instincts and see Telerik controls in action.</description><pubDate>Wed, 01 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Test .NET MAUI Preview SDKs Locally with global.json sdk.paths</title><link>https://mauiverse.net/community-feed/2026/07/test-dotnet-maui-preview-sdk-locally/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/07/test-dotnet-maui-preview-sdk-locally/</guid><description>Gerald Versluis shows how the .NET 10 global.json sdk.paths feature lets you install a preview .NET SDK into a repo-local .dotnet/ folder, so you can try new .NET MAUI previews without touching your machine-wide setup. It&apos;s a scoped, reversible workflow — experiment in one repository, then delete the folder when you&apos;re done.</description><pubDate>Wed, 01 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Easy Custom Navigation with Flagstone UI</title><link>https://mauiverse.net/community-feed/2026/06/flagstone-ui-easy-custom-navigation-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/flagstone-ui-easy-custom-navigation-dotnet-maui/</guid><description>Matt Goldman announces the general availability of Flagstone UI, introducing FsShell — a drop-in Shell replacement that decouples navigation logic from its visual chrome in .NET MAUI. With FsShell, you keep everything Shell gives you (routing, lifecycle, navigation state) while building your tab bar and navigation UI entirely from cross-platform XAML or C#.</description><pubDate>Tue, 30 Jun 2026 00:00:00 GMT</pubDate></item><item><title>SkiaSharp 4.0 Is Here: Announcing the First Stable Release</title><link>https://mauiverse.net/community-feed/2026/06/skiasharp-4-stable/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/skiasharp-4-stable/</guid><description>Matthew Leibowitz announces SkiaSharp 4.148.0, the first stable v4 release, with a current Skia engine, new font and image capabilities, lifecycle fixes, and substantial rendering gains. See what changed, how the new Microsoft and Uno Platform co-maintenance cadence works, and what the Graphite-powered preview brings next.</description><pubDate>Tue, 30 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Reduce XAML Boilerplate with .NET MAUI Global/Implicit Namespaces and Source Generator</title><link>https://mauiverse.net/community-feed/2026/06/reduce-xaml-boilerplate-global-implicit-namespace-source-generator/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/reduce-xaml-boilerplate-global-implicit-namespace-source-generator/</guid><description>Syncfusion&apos;s Anandh Ganesan shows how two underused .NET MAUI features — global/implicit XML namespaces and the XAML source generator — can eliminate the wall of xmlns declarations from every page and move XAML parsing from runtime to build time. Small configuration changes with a noticeable impact on readability, error detection speed, and debugging clarity.</description><pubDate>Mon, 29 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Building a NEW MAUI Sherpa Deployment Tool</title><link>https://mauiverse.net/community-feed/2026/06/building-new-maui-sherpa-deployment-tool-part-2/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/building-new-maui-sherpa-deployment-tool-part-2/</guid><description>On Gone DotNet, Jon Dick and Allan Ritchie continue turning MAUI Sherpa into a one-stop shop for mobile — setup, build, and deploy on top of its existing dev and debug features. It&apos;s a candid look at building cross-platform tooling live.</description><pubDate>Sat, 27 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Getting Started with the Syncfusion Blazor Spreadsheet Editor</title><link>https://mauiverse.net/community-feed/2026/06/syncfusion-blazor-spreadsheet-editor-getting-started/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/syncfusion-blazor-spreadsheet-editor-getting-started/</guid><description>Syncfusion walks through setting up the Blazor Spreadsheet Editor from scratch — project creation, service registration, and integration — then tours key features like Excel import/export, formula support, rich cell formatting, and built-in accessibility. A solid introduction to adding production-ready spreadsheet functionality to Blazor applications.</description><pubDate>Fri, 26 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Building a Runtime Application Self-Protection (RASP) Layer in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/06/building-a-runtime-application-self-protection-rasp-layer/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/building-a-runtime-application-self-protection-rasp-layer/</guid><description>Jorge Perales Diaz designs an enterprise-grade Runtime Application Self-Protection layer for .NET MAUI that lets an app monitor its own execution environment. It detects root, jailbreak, debuggers, hooking frameworks, and tampering — then responds intelligently based on a risk score.</description><pubDate>Thu, 25 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Run Gemma 3 Locally in .NET MAUI — Offline AI, ONNX Runtime &amp; On-Device RAG</title><link>https://mauiverse.net/community-feed/2026/06/run-gemma-3-locally-dotnet-maui-onnx-runtime-offline-rag/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/run-gemma-3-locally-dotnet-maui-onnx-runtime-offline-rag/</guid><description>Hassan Tariq walks through running Google&apos;s Gemma 3 model entirely on-device inside a .NET MAUI app using ONNX Runtime GenAI — no cloud APIs, no internet required. The walkthrough covers a complete offline RAG implementation including PDF ingestion, vector embeddings, semantic search, SQLite storage, and local inference.</description><pubDate>Wed, 24 Jun 2026 00:00:00 GMT</pubDate></item><item><title>.NET 11 Preview 5: What&apos;s Actually New for C# and MAUI Developers</title><link>https://mauiverse.net/community-feed/2026/06/dotnet-11-preview-5-whats-new-csharp-maui-developers/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/dotnet-11-preview-5-whats-new-csharp-maui-developers/</guid><description>Igniscor breaks down the most practical .NET 11 Preview 5 updates for production teams using C# and .NET MAUI. The post highlights C# 15 changes, SDK tooling improvements, runtime performance gains, and what MAUI developers should validate before November.</description><pubDate>Tue, 23 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Replicating a Ticket Screen in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/06/replicating-ticket-screen-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/replicating-ticket-screen-dotnet-maui/</guid><description>Leomaris Reyes recreates a flight ticket UI in .NET MAUI, complete with the classic perforated ticket edges. It&apos;s a hands-on exercise in Shapes, Grids, and Border controls that levels up your custom layout skills.</description><pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate></item><item><title>ZXing.Net.Maui 0.10.0: Decode Barcodes From Images and Export Barcode Images</title><link>https://mauiverse.net/community-feed/2026/06/zxing-net-maui-010-image-decode-export/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/zxing-net-maui-010-image-decode-export/</guid><description>Gerald Versluis announces ZXing.Net.Maui 0.10.0 with two headline features: still-image barcode decoding from any stream or file path, and programmatic barcode image export to files or streams. No camera required — pick an image, decode it, or generate a barcode and save it.</description><pubDate>Wed, 17 Jun 2026 00:00:00 GMT</pubDate></item><item><title>A NEW CameraView to Rule Them All</title><link>https://mauiverse.net/community-feed/2026/06/shiny-cameraview-cross-platform-camera-control/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/shiny-cameraview-cross-platform-camera-control/</guid><description>Allan Ritchie introduces CameraView, a single .NET MAUI control that delivers camera preview, capture, filters, and a pluggable frame-analysis pipeline across iOS, Android, Windows, macOS, and Blazor. From barcode scanning and face detection to structured document parsing, this one control replaces an entire stack of platform-specific camera code.</description><pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Shiny Health 2.0 — The Ultimate Cross-Platform Health Library</title><link>https://mauiverse.net/community-feed/2026/06/shiny-health-2-cross-platform-health-library/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/shiny-health-2-cross-platform-health-library/</guid><description>Allan Ritchie ships Shiny Health 2.0 with 30+ data types spanning activity, heart, body, vitals, and lifestyle metrics — all through one unified IHealthService interface. The headline feature is an AI integration package that turns your health data into tools an LLM agent can call.</description><pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Shiny.Data.Sync — Offline-First Record Sync, Built on Jobs &amp; HTTP Transfers</title><link>https://mauiverse.net/community-feed/2026/06/shiny-data-sync-offline-first-record-sync/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/shiny-data-sync-offline-first-record-sync/</guid><description>Allan Ritchie introduces Shiny.Data.Sync, filling the gap between Shiny Jobs and HTTP Transfers with a durable offline-first record sync library. Queue CRUD operations offline, drain on reconnect, and pull server deltas — all riding the same platform-tiered background execution model.</description><pubDate>Sat, 13 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Building a NEW MAUI Sherpa Deployment Tool</title><link>https://mauiverse.net/community-feed/2026/06/building-new-maui-sherpa-deployment-tool/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/building-new-maui-sherpa-deployment-tool/</guid><description>On Gone DotNet, Jon Dick and Allan Ritchie start making MAUI Sherpa a one-stop shop for mobile — setup, build, and deploy on top of its existing dev and debug features. Along the way they weigh up the latest AI coding models.</description><pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate></item><item><title>The Road To Wordy Blob 3 of 3</title><link>https://mauiverse.net/community-feed/2026/06/the-road-to-wordy-blob-3-of-3/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/the-road-to-wordy-blob-3-of-3/</guid><description>Stephen Moreton-Howell wraps up his three-part .NET MAUI dev story with Wordy Blob, the word game that reused graphics from his earlier apps. It&apos;s the finale of a beginner-friendly journey through building real MAUI apps.</description><pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup | CoreCLR &amp; Profiling Your MAUI App</title><link>https://mauiverse.net/community-feed/2026/06/maui-community-standup-coreclr-profiling/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/maui-community-standup-coreclr-profiling/</guid><description>Šimon Rozsíval joins the standup to discuss what CoreCLR means for .NET MAUI apps in .NET 11 and demonstrates the new profiling tools in MAUI Labs — covering startup time comparisons, APK size trade-offs, custom app profiles, and how to make performance tuning a breeze.</description><pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate></item><item><title>AI-Powered Natural Language Filtering in .NET MAUI DataGrid</title><link>https://mauiverse.net/community-feed/2026/06/ai-powered-natural-language-filtering-maui-datagrid/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/ai-powered-natural-language-filtering-maui-datagrid/</guid><description>Syncfusion shows how to replace rigid dropdown filters with conversational AI-powered filtering in the .NET MAUI DataGrid using Azure OpenAI. Users can type plain English queries like &apos;Female employees with rating ≥ 8 and salary &gt; 5000&apos; and get instant, accurate results.</description><pubDate>Thu, 11 Jun 2026 00:00:00 GMT</pubDate></item><item><title>The Road To Wordy Blob 2 of 3</title><link>https://mauiverse.net/community-feed/2026/06/the-road-to-wordy-blob-2-of-3/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/the-road-to-wordy-blob-2-of-3/</guid><description>In part two of his .NET MAUI dev story, Stephen Moreton-Howell builds a particle simulation game and a reusable split-flap scoreboard. Learn how to animate mechanical flip digits with ICanvas, a timer, and IDrawable.</description><pubDate>Thu, 11 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Build a School Grade Sheet App with the .NET MAUI DataGrid</title><link>https://mauiverse.net/community-feed/2026/06/syncfusion-school-grade-sheet-maui-datagrid/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/syncfusion-school-grade-sheet-maui-datagrid/</guid><description>Syncfusion walks through building a school grade sheet application using the .NET MAUI DataGrid, demonstrating sorting, grouping, and filtering capabilities. A practical tutorial showing how to structure and interact with tabular data in a cross-platform MAUI app.</description><pubDate>Thu, 11 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Secondary ToolbarItems in .NET MAUI 10 on iOS and macOS</title><link>https://mauiverse.net/community-feed/2026/06/secondary-toolbaritems-dotnet-maui-10-ios-macos/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/secondary-toolbaritems-dotnet-maui-10-ios-macos/</guid><description>Gerald Versluis shows how .NET MAUI 10 improves the rendering of secondary ToolbarItems on iOS and macOS, displaying them through a native overflow menu instead of forcing them into awkward positions. No custom handlers or platform-specific code needed.</description><pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate></item><item><title>The Road To Wordy Blob 1 of 3</title><link>https://mauiverse.net/community-feed/2026/06/the-road-to-wordy-blob-1-of-3/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/the-road-to-wordy-blob-1-of-3/</guid><description>Stephen Moreton-Howell begins a three-part series on building his .NET MAUI word game Wordy Blob, starting with his first app: a Plate Tectonics Viewer. It&apos;s a beginner-friendly look at drawing performance and structuring a first MAUI project.</description><pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Building a Cross-Platform Bluetooth Mesh Solution in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/06/building-a-cross-platform-bluetooth-mesh-solution/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/building-a-cross-platform-bluetooth-mesh-solution/</guid><description>Jorge Perales Diaz shows how to move beyond point-to-point BLE and build a self-healing, many-to-many Bluetooth Mesh network with .NET MAUI as the provisioner. The guide covers mesh concepts, a platform-agnostic service design, provisioning, group messaging, and production security.</description><pubDate>Tue, 09 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Getting Contact Information with .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/06/getting-contact-information-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/getting-contact-information-dotnet-maui/</guid><description>Leomaris Reyes explains how to read device contacts in .NET MAUI so users can pull in a name, phone, or email instead of retyping it. She covers the per-platform setup and the gotchas you&apos;ll hit on Android, iOS, and Windows.</description><pubDate>Mon, 08 Jun 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, June 2026</title><link>https://mauiverse.net/community-feed/2026/06/maui-community-toolkit-monthly-standup-june-2026/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/maui-community-toolkit-monthly-standup-june-2026/</guid><description>The June Toolkit standup announces new camera and media element releases, then unpacks popup and maps decisions currently under discussion. It is a detailed look at shipped features, migration guidance, and contributor follow-up items for upcoming releases.</description><pubDate>Fri, 05 Jun 2026 00:00:00 GMT</pubDate></item><item><title>5 Heart Animations Using .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/06/5-heart-animations-using-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/5-heart-animations-using-dotnet-maui/</guid><description>Leomaris Reyes builds five playful heart animations in .NET MAUI using nothing but the framework&apos;s basic animation APIs. Each one is short, reusable, and a great way to add polish to your app&apos;s interactions.</description><pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Taking Your AI to the Edge with .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/06/taking-ai-to-the-edge-with-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/taking-ai-to-the-edge-with-dotnet-maui/</guid><description>This talk explores how to bring AI capabilities directly to mobile and edge devices using .NET MAUI, moving inference off the cloud and onto the hardware in your users&apos; hands. A look at the tools, patterns, and trade-offs for running AI models locally in cross-platform .NET apps.</description><pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Custom Google Maps Info Window in .NET MAUI — FontAwesome Icons and Pin Detail Page</title><link>https://mauiverse.net/community-feed/2026/06/custom-google-maps-info-window-dotnet-maui-fontawesome/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/custom-google-maps-info-window-dotnet-maui-fontawesome/</guid><description>Hassan Tariq shows how to replace the default Google Maps pin callout with a fully custom info window in .NET MAUI — a styled ContentView card showing place name, address, category, star rating, and opening hours, with FontAwesome Solid icons and navigation to a detail page. Works on Android and iOS using the Onion.Maui.GoogleMaps library.</description><pubDate>Mon, 01 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Shiny.DocumentDb v6 — Vectors, Filters &amp; a Real Connection Pool</title><link>https://mauiverse.net/community-feed/2026/06/shiny-documentdb-v6-vectors-filters-connection-pool/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/shiny-documentdb-v6-vectors-filters-connection-pool/</guid><description>Allan Ritchie releases Shiny.DocumentDb v6 with vector/ANN search across six database engines, EF Core-style global query filters, composite JSON indexes, and real connection pooling for server SQL. This release takes DocumentDb from mobile-first to server-ready.</description><pubDate>Mon, 01 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Migrating .NET MAUI from Mono and Tuning Mobile Performance</title><link>https://mauiverse.net/community-feed/2026/05/migrating-dotnet-maui-from-mono-tuning-performance/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/05/migrating-dotnet-maui-from-mono-tuning-performance/</guid><description>Vladislav Antonyuk digs into the architectural shift of .NET MAUI moving from the Mono runtime to CoreCLR, explaining both the performance benefits and the production problems that come with it. A practical guide covering dual-runtime targeting, GC tuning for mobile hardware, and using desktop-grade diagnostics on physical devices.</description><pubDate>Sat, 30 May 2026 00:00:00 GMT</pubDate></item><item><title>Implementing In-App Billing in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/05/implementing-in-app-billing-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/05/implementing-in-app-billing-in-dotnet-maui/</guid><description>Jorge Perales Diaz builds a clean, production-ready in-app billing architecture for .NET MAUI that abstracts Google Play, StoreKit, and the Microsoft Store behind one service. It covers product types, server-side receipt validation, subscriptions, restores, and the pitfalls that trip up real apps.</description><pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate></item><item><title>Give Your .NET MAUI Android Apps a Material 3 Makeover</title><link>https://mauiverse.net/community-feed/2026/05/dotnet-maui-material-3-makeover/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/05/dotnet-maui-material-3-makeover/</guid><description>Gerald Versluis explains how to enable Material 3 styling in .NET MAUI 10 with a single MSBuild property, covering which controls are supported today and what&apos;s coming next. One line in your .csproj transforms your Android app to use Google&apos;s latest design system.</description><pubDate>Tue, 26 May 2026 00:00:00 GMT</pubDate></item><item><title>Share Functionality in Your .NET MAUI Apps</title><link>https://mauiverse.net/community-feed/2026/05/share-functionality-dotnet-maui-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/05/share-functionality-dotnet-maui-apps/</guid><description>Leomaris Reyes shows how to open the native share sheet in .NET MAUI to share text, links, and files across iOS, Android, and Windows. She also covers the security and presentation details that trip developers up.</description><pubDate>Tue, 26 May 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI 11 Preview 4: CoreCLR, Badges, and C# in XAML</title><link>https://mauiverse.net/community-feed/2026/06/dotnet-maui-11-preview-4-coreclr-badges-csharp-xaml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/06/dotnet-maui-11-preview-4-coreclr-badges-csharp-xaml/</guid><description>Gerald Versluis walks through all the highlights of .NET MAUI 11 Preview 4 including the runtime switch from Mono to CoreCLR, Material 3 support for Android, badge support for Shell tabs, and writing C# code directly in XAML. A comprehensive preview of what&apos;s coming next for .NET MAUI.</description><pubDate>Tue, 26 May 2026 00:00:00 GMT</pubDate></item><item><title>Integrating Native Device Features in .NET MAUI with Built‑In APIs</title><link>https://mauiverse.net/community-feed/2026/05/integrating-native-device-features-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/05/integrating-native-device-features-dotnet-maui/</guid><description>Syncfusion walks through using .NET MAUI&apos;s built-in native device APIs for camera, file picker, geolocation, connectivity, sensors, and more — all from shared C# code. A practical guide covering permissions, platform differences, and best practices for production apps.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Changes Its Engine: What It Means for Your Mobile App</title><link>https://mauiverse.net/community-feed/2026/05/dotnet-maui-changes-engine-coreclr-horus/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/05/dotnet-maui-changes-engine-coreclr-horus/</guid><description>Horus Software breaks down what the .NET MAUI move from Mono to CoreCLR means for teams maintaining or building mobile apps. A clear, practical explainer covering unified diagnostics, startup improvements, debugger caveats, and what to measure before migrating.</description><pubDate>Thu, 21 May 2026 00:00:00 GMT</pubDate></item><item><title>Writing Your Own Roslyn Analyzers for .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/05/writing-your-own-roslyn-analyzers-for-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/05/writing-your-own-roslyn-analyzers-for-dotnet-maui/</guid><description>Jorge Perales Diaz shows how to turn your team&apos;s MAUI best practices into compile-time rules by building custom Roslyn analyzers. From enforcing MVVM naming to catching UI-thread blocking calls, this guide makes the compiler your automated architecture reviewer.</description><pubDate>Thu, 21 May 2026 00:00:00 GMT</pubDate></item><item><title>Event Sourcing and CQRS in a Mobile Client with .NET MAUI and LiteDB</title><link>https://mauiverse.net/community-feed/2026/05/event-sourcing-and-cqrs-with-litedb/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/05/event-sourcing-and-cqrs-with-litedb/</guid><description>Jorge Perales Diaz brings enterprise architecture to mobile, showing how CQRS and Event Sourcing power clean offline-first apps in .NET MAUI backed by LiteDB. Instead of storing just current state, you store the events that produced it — unlocking audit history, easier sync, and reactive UI.</description><pubDate>Mon, 18 May 2026 00:00:00 GMT</pubDate></item><item><title>Material 3 in .NET MAUI — One Line to Transform Your App</title><link>https://mauiverse.net/community-feed/2026/05/material-3-dotnet-maui-one-line-transform/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/05/material-3-dotnet-maui-one-line-transform/</guid><description>Gerald Versluis demonstrates how enabling Material 3 in a .NET MAUI app is as simple as adding one property to your project file. See the before and after transformation and explore the HealthProfile sample app showcasing the new design system.</description><pubDate>Mon, 18 May 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Moves to CoreCLR in .NET 11</title><link>https://mauiverse.net/community-feed/2026/05/dotnet-maui-moves-to-coreclr-in-dotnet-11/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/05/dotnet-maui-moves-to-coreclr-in-dotnet-11/</guid><description>David Ortinau announces that CoreCLR is now the default runtime for .NET MAUI on Android, iOS, and Mac Catalyst starting in .NET 11 Preview 4. A milestone that brings runtime unification, tiered JIT, ReadyToRun, PGO, and the path to NativeAOT to mobile apps.</description><pubDate>Wed, 13 May 2026 00:00:00 GMT</pubDate></item><item><title>How to Verify Network Connectivity in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/05/how-to-verify-network-connectivity-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/05/how-to-verify-network-connectivity-dotnet-maui/</guid><description>Leomaris Reyes explains how to check network connectivity in .NET MAUI using the IConnectivity API, going well beyond a simple online/offline boolean. Learn to detect connection types and react to changes in real time.</description><pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate></item><item><title>The Best MAUI Library You Don&apos;t Know: Nalu — VirtualScroll, Custom Tabbar, and More!</title><link>https://mauiverse.net/community-feed/2026/05/the-best-maui-library-you-dont-know-nalu/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/05/the-best-maui-library-you-dont-know-nalu/</guid><description>Gerald Versluis explores Nalu, a comprehensive .NET MAUI library offering type-safe navigation, high-performance virtualized scrolling, custom tabbars, and layout utilities. If you haven&apos;t come across Nalu yet, this video makes the case for why it deserves a spot in your toolkit.</description><pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate></item><item><title>Bringing AI On-Device: Building and Integrating TensorFlow Lite Models in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/05/bringing-ai-on-device-tensorflow-lite-models/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/05/bringing-ai-on-device-tensorflow-lite-models/</guid><description>Jorge Perales Diaz walks the full lifecycle of on-device ML — training a model in Python, optimizing it as TensorFlow Lite, and wiring it into .NET MAUI for real-time inference. It&apos;s the end-to-end pipeline most tutorials skip, covering the crucial integration and performance details.</description><pubDate>Sun, 10 May 2026 00:00:00 GMT</pubDate></item><item><title>Creating a Neural Network Based MAUI Mobile App - Part 2 (RunPod)</title><link>https://mauiverse.net/community-feed/2026/05/creating-neural-network-maui-app-runpod/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/05/creating-neural-network-maui-app-runpod/</guid><description>Stephen Moreton-Howell pushes past Google Colab&apos;s free-GPU limits by trying RunPod to train a more ambitious neural network for a .NET MAUI app. It&apos;s a candid, warts-and-all account of wrestling with cloud GPU environments.</description><pubDate>Sat, 09 May 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, May 2026</title><link>https://mauiverse.net/community-feed/2026/05/maui-community-toolkit-monthly-standup-may-2026/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/05/maui-community-toolkit-monthly-standup-may-2026/</guid><description>The .NET MAUI Community Toolkit team walks through the new 14.2 release, camera and status bar fixes, and current PR priorities for the month. It is a practical update on what shipped, what is in review, and where contributors can jump in next.</description><pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI UI July 2026</title><link>https://mauiverse.net/community-feed/2026/05/dotnet-maui-ui-july-2026/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/05/dotnet-maui-ui-july-2026/</guid><description>Matt Goldman announces .NET MAUI UI July 2026, the fourth year of this community-driven event where developers share blog posts and videos about .NET MAUI UI throughout July. Sign up for a date, pick a topic, and share your passion with the community.</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate></item><item><title>Introducing Shiny.AiConversation — Text, Voice &amp; Wake Word in One Service</title><link>https://mauiverse.net/community-feed/2026/05/shiny-ai-conversation-text-voice-wake-word/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/05/shiny-ai-conversation-text-voice-wake-word/</guid><description>Allan Ritchie introduces Shiny.AiConversation, a single service that wraps text chat, voice chat, hands-free wake word activation, audio feedback, and persistent chat history into one DI registration. Bring your own AI backend — OpenAI, GitHub Copilot, Azure OpenAI, or Ollama — and get a full conversational AI experience across MAUI and Blazor.</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate></item><item><title>The Feedback Service — One Hook to Rule Them All</title><link>https://mauiverse.net/community-feed/2026/05/shiny-controls-feedback-service/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/05/shiny-controls-feedback-service/</guid><description>Allan Ritchie introduces IFeedbackService in Shiny Controls v1.0 — a single injectable service that every interactive control calls for haptic, TTS, sound effects, analytics, or any combination. Implement it once, and every control uses it automatically.</description><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate></item><item><title>Building an AI-Powered Conference App with .NET&apos;s Composable AI Stack</title><link>https://mauiverse.net/community-feed/2026/05/building-ai-conference-app-dotnet-composable-stack/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/05/building-ai-conference-app-dotnet-composable-stack/</guid><description>Luis Quintanilla walks through ConferencePulse, an AI-powered conference assistant built with Microsoft.Extensions.AI, DataIngestion, VectorData, Model Context Protocol, and the Microsoft Agent Framework. The app runs live polls, answers audience questions in real time, and generates session insights.</description><pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate></item><item><title>Integrating Haptic Feedback in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/05/integrating-haptic-feedback-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/05/integrating-haptic-feedback-dotnet-maui/</guid><description>Leomaris Reyes shows how to add tactile haptic feedback to your .NET MAUI apps with just a couple of lines of code. Learn when to use short taps versus longer vibrations to make interactions feel more responsive.</description><pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate></item><item><title>AI Tools for all the App Things</title><link>https://mauiverse.net/community-feed/2026/05/ai-tools-for-all-the-app-things/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/05/ai-tools-for-all-the-app-things/</guid><description>On Gone DotNet, Jon Dick and Allan Ritchie finish their AI-BLE Droid control and tour a batch of new AI tool integrations across Allan&apos;s Shiny libraries. See how to let AI run your app and your code.</description><pubDate>Sat, 02 May 2026 00:00:00 GMT</pubDate></item><item><title>Why We Built SimToolbox</title><link>https://mauiverse.net/community-feed/2026/05/why-we-built-simtoolbox/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/05/why-we-built-simtoolbox/</guid><description>Velocity Engineering introduces SimToolbox, a macOS menu bar app for inspecting iOS, iPadOS, watchOS, tvOS, and visionOS simulators. Browse app folders, inspect Info.plist and entitlements, monitor SQLite databases in real time, and track filesystem changes — all without leaving your dev flow.</description><pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup | Rust, SkiaSharp Everywhere, AI/ML Live Processing</title><link>https://mauiverse.net/community-feed/2026/05/maui-community-standup-rust-skiasharp-ai-ml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/05/maui-community-standup-rust-skiasharp-ai-ml/</guid><description>Nick Kovalsky joins the standup to showcase Rust integration in .NET MAUI apps, SkiaSharp rendering across platforms, and real-time AI/ML live processing with camera feeds — pushing the boundaries of what&apos;s possible in cross-platform .NET.</description><pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate></item><item><title>Will they do it? .NET MAUI Engineering Team Live Stream</title><link>https://mauiverse.net/community-feed/2026/04/dotnet-maui-engineering-live-stream-ai-powered-dev-with-mauidevflow/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/dotnet-maui-engineering-live-stream-ai-powered-dev-with-mauidevflow/</guid><description>The .NET MAUI engineering team goes live building an app with MauiDevFlow — an open-source toolkit that gives AI agents eyes and hands inside a running MAUI app. Jakub Florkowski, Shane Neuville, and Gerald Versluis set up MauiDevFlow from scratch, let AI agents build and modify UI, and debug in real time.</description><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Welcome to SkiaSharp 4.0 Preview 1</title><link>https://mauiverse.net/community-feed/2026/04/welcome-to-skiasharp-4-preview-1/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/welcome-to-skiasharp-4-preview-1/</guid><description>David Ortinau announces SkiaSharp 4.0 Preview 1, a major upgrade bringing two and a half years of Skia engine improvements. The release also marks Uno Platform stepping up as co-maintainer alongside the .NET team, with new features including variable fonts, color font palettes, and SKPathBuilder.</description><pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate></item><item><title>DWX hakt nach: .NET MAUI Blazor Hybrid – Web-Skills rein, Native-App raus</title><link>https://mauiverse.net/community-feed/2026/04/dwx-hakt-nach-dotnet-maui-blazor-hybrid/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/dwx-hakt-nach-dotnet-maui-blazor-hybrid/</guid><description>Codrina Merigo discusses .NET MAUI Blazor Hybrid in this German-language DWX session, covering how to reuse web development skills to build native cross-platform mobile apps from a single codebase.</description><pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Paul Phillips Standardizes Charts Across Devices with Syncfusion MAUI</title><link>https://mauiverse.net/community-feed/2026/04/paul-phillips-simplifies-maui-charts-with-syncfusion/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/paul-phillips-simplifies-maui-charts-with-syncfusion/</guid><description>Syncfusion’s case study follows Paul Phillips of Phillips Engineer, LLC as he adopts Syncfusion Charts for his first multi-device .NET MAUI app. See how prebuilt components replaced fragmented custom charting and sped up delivery.</description><pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Using Rust Inside .NET MAUI Apps</title><link>https://mauiverse.net/community-feed/2026/04/using-rust-inside-dotnet-maui-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/using-rust-inside-dotnet-maui-apps/</guid><description>Nick Kovalsky shows how to use Rust inside .NET MAUI apps on Android, iOS, MacCatalyst, and Windows with the RustMaui tool. The post demonstrates C# and Rust sharing a SkiaSharp canvas, with a full walkthrough from tool installation to cross-platform native library compilation.</description><pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Building Chat Applications with the .NET MAUI Chat (Conversational UI) Control</title><link>https://mauiverse.net/community-feed/2026/04/building-chat-applications-dotnet-maui-conversational-ui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/building-chat-applications-dotnet-maui-conversational-ui/</guid><description>Héctor Pérez walks through Telerik&apos;s RadChat control for .NET MAUI, building a chat application that uses AI models to provide healthy eating tips. The post covers the control&apos;s architecture, message types, and integrating LLM models into a conversational UI.</description><pubDate>Mon, 27 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Integrating Apple Wallet and Google Wallet in .NET MAUI: A Production-Grade Cross-Platform Strategy</title><link>https://mauiverse.net/community-feed/2026/04/integrating-apple-wallet-and-google-wallet-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/integrating-apple-wallet-and-google-wallet-in-dotnet-maui/</guid><description>Jorge Perales Diaz maps out a production-ready strategy for adding Apple Wallet and Google Wallet passes to a .NET MAUI app. The key insight: the mobile app is just a delivery mechanism — the real work is a secure backend pass-generation and signing pipeline.</description><pubDate>Mon, 27 Apr 2026 00:00:00 GMT</pubDate></item><item><title>XAML Visual Designer for Building .NET MAUI Apps</title><link>https://mauiverse.net/community-feed/2026/04/xaml-visual-designer-for-dotnet-maui-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/xaml-visual-designer-for-dotnet-maui-apps/</guid><description>Hector Perez demonstrates a XAML Visual Designer for building .NET MAUI applications. The video showcases how a visual design surface can speed up XAML UI development across platforms.</description><pubDate>Mon, 27 Apr 2026 00:00:00 GMT</pubDate></item><item><title>AI-Powered Navigation in Shiny MAUI Shell — Chat to Navigate, Intent to Form</title><link>https://mauiverse.net/community-feed/2026/04/ai-powered-navigation-shiny-maui-shell/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/ai-powered-navigation-shiny-maui-shell/</guid><description>Allan Ritchie introduces AI-driven navigation for Shiny MAUI Shell, where users type natural language and the app opens the right form with fields pre-filled. The source generator extends existing ShellMap and ShellProperty metadata with intent descriptions, producing just two AI tools that scale to any number of routes.</description><pubDate>Sun, 26 Apr 2026 00:00:00 GMT</pubDate></item><item><title>DocumentDb AI Tools — Give Your LLM a Database</title><link>https://mauiverse.net/community-feed/2026/04/documentdb-ai-tools-give-your-llm-a-database/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/documentdb-ai-tools-give-your-llm-a-database/</guid><description>Allan Ritchie introduces Shiny.DocumentDb.Extensions.AI, which generates Microsoft.Extensions.AI tool functions from your registered document types. Each type can expose up to seven operations — get, query, count, aggregate, insert, update, and delete — with full control over capabilities and field visibility.</description><pubDate>Sun, 26 Apr 2026 00:00:00 GMT</pubDate></item><item><title>One Contract, Three Transports — Mediator AI Tooling</title><link>https://mauiverse.net/community-feed/2026/04/one-contract-three-transports-mediator-ai-tooling/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/one-contract-three-transports-mediator-ai-tooling/</guid><description>Allan Ritchie shows how Shiny Mediator 6.3 turns any mediator contract with a [Description] attribute into a fully typed AI tool — with zero adapter code. The same contract can simultaneously serve as an AI tool, a typed HTTP client, and a REST endpoint.</description><pubDate>Sun, 26 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Turn Any Interface Into an AI Tool — Shiny DI 3.0</title><link>https://mauiverse.net/community-feed/2026/04/shiny-di-3-turn-any-interface-into-ai-tool/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/shiny-di-3-turn-any-interface-into-ai-tool/</guid><description>Allan Ritchie adds AI tool generation to the Shiny DI source generator. Mark a service interface with [Tool], add [Description] to methods and parameters, and the generator produces fully typed AIFunction subclasses — AOT-safe, with automatic argument extraction and DI registration.</description><pubDate>Sun, 26 Apr 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI &amp; GitHub Actions Missing Targets Default Projects</title><link>https://mauiverse.net/community-feed/2026/04/dotnet-maui-github-actions-missing-targets-default-projects/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/dotnet-maui-github-actions-missing-targets-default-projects/</guid><description>Mitchel Sellers diagnoses a frustrating NETSDK1047 error when building .NET MAUI iOS apps in GitHub Actions with separate restore and build steps. The fix is a small .csproj addition that hints the RuntimeIdentifier when splitting dotnet restore from dotnet publish.</description><pubDate>Fri, 24 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Creating a Neural Network Based MAUI Mobile App - Part 1 (Google Colab)</title><link>https://mauiverse.net/community-feed/2026/04/creating-neural-network-maui-app-google-colab/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/creating-neural-network-maui-app-google-colab/</guid><description>Stephen Moreton-Howell designs and trains a neural network in Python/Keras on Google Colab, then runs it inside a .NET MAUI app via ONNX. It&apos;s a hands-on pipeline for deploying ML models into cross-platform mobile apps.</description><pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI State Management: From ViewModels to App Stores</title><link>https://mauiverse.net/community-feed/2026/04/dotnet-maui-state-management-viewmodels-to-app-stores/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/dotnet-maui-state-management-viewmodels-to-app-stores/</guid><description>Syncfusion walks through practical state management approaches in .NET MAUI — from MVVM with data binding for page-level state, to MVU for unidirectional updates, Visual State Manager for visual-only changes, and DI-backed app-wide stores for shared state.</description><pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Live Camera Face Detection in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/04/live-camera-face-detection-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/live-camera-face-detection-in-dotnet-maui/</guid><description>Nick Kovalsky demonstrates how to use the SkiaCamera control to run live face detection with MediaPipe in .NET MAUI. The post covers sending real-time camera frames to local ML and remote APIs, drawing overlays on detected faces, and making face masks track moving heads — all cross-platform on iOS, Android, and Windows.</description><pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Advanced Shader Effects in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/04/advanced-shader-effects-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/advanced-shader-effects-in-dotnet-maui/</guid><description>Jorge Perales Diaz shows how to create high-performance, GPU-accelerated visual effects in .NET MAUI using SkiaSharp shaders. From gradients to custom runtime shaders with wave distortion, it&apos;s your gateway to real-time graphics that go beyond standard UI.</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Pin Clustering Finally Lands in .NET MAUI Maps — One Property, Zero Pain</title><link>https://mauiverse.net/community-feed/2026/04/pin-clustering-finally-lands-in-dotnet-maui-maps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/pin-clustering-finally-lands-in-dotnet-maui-maps/</guid><description>Emiliano Montesdeoca breaks down the new pin clustering feature in .NET MAUI 11 Preview 3 with clear code examples. The post covers enabling clustering with a single property, creating independent clustering groups with ClusteringIdentifier, and handling cluster taps.</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>.NET 11 Preview 3 Is Now Available</title><link>https://mauiverse.net/community-feed/2026/04/dotnet-11-preview-3-now-available/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/dotnet-11-preview-3-now-available/</guid><description>.NET 11 Preview 3 delivers major .NET MAUI improvements including map pin clustering, LongPressGestureRecognizer, and XAML/styling enhancements. The release also brings C# union types, runtime async improvements, Zstandard compression, and more across the full .NET stack.</description><pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Finally Gets Maps Clustering and Long Press - .NET 11 Preview 3</title><link>https://mauiverse.net/community-feed/2026/04/dotnet-maui-maps-clustering-long-press-dotnet-11-preview-3/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/dotnet-maui-maps-clustering-long-press-dotnet-11-preview-3/</guid><description>Gerald Versluis walks through the .NET MAUI highlights in .NET 11 Preview 3, including pin clustering, custom pin icons, long press gesture recognizer, and XAML source generation enabled by default. Some of these features have been requested since the Xamarin.Forms days.</description><pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Pin Clustering in .NET MAUI Maps</title><link>https://mauiverse.net/community-feed/2026/04/pin-clustering-in-dotnet-maui-maps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/pin-clustering-in-dotnet-maui-maps/</guid><description>David Ortinau introduces pin clustering for the .NET MAUI Map control, shipping in .NET MAUI 11 Preview 3. A single property enables automatic grouping of nearby pins, with support for separate clustering groups via ClusteringIdentifier and a ClusterClicked event for custom tap handling.</description><pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Building an Instagram-Style Like Animation in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/04/building-instagram-style-like-animation-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/building-instagram-style-like-animation-net-maui/</guid><description>Leomaris Reyes walks through recreating Instagram&apos;s iconic heart-tap like animation using built-in .NET MAUI animation APIs. The post combines scaling, fading, and rotation into a polished interaction — all with just a few lines of code.</description><pubDate>Mon, 13 Apr 2026 00:00:00 GMT</pubDate></item><item><title>How to Build a Cross-Platform Barcode, MRZ, and Document Scanner with .NET MAUI Blazor</title><link>https://mauiverse.net/community-feed/2026/04/cross-platform-barcode-mrz-document-scanner-dotnet-maui-blazor/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/cross-platform-barcode-mrz-document-scanner-dotnet-maui-blazor/</guid><description>Xiao Ling builds a &apos;Vision Scanner&apos; app using .NET MAUI Blazor and the Dynamsoft Capture Vision SDK — scanning barcodes, reading MRZ fields from passports, and detecting document boundaries with perspective correction, all running on Android, iOS, macOS, and Windows.</description><pubDate>Fri, 10 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Why .NET MAUI Popups Lag and How to Fix Performance Issues</title><link>https://mauiverse.net/community-feed/2026/04/speed-up-dotnet-maui-popup/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/speed-up-dotnet-maui-popup/</guid><description>Syncfusion breaks down why popups stutter and lag in .NET MAUI apps, and walks through proven techniques to fix it. The post covers lazy initialization, content caching with ContentTemplate, list virtualization, and animation tuning for smooth popup performance across all platforms.</description><pubDate>Fri, 10 Apr 2026 00:00:00 GMT</pubDate></item><item><title>AI Captions and Live Video Processing in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/04/ai-captions-and-live-video-processing-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/ai-captions-and-live-video-processing-in-dotnet-maui/</guid><description>Nick Kovalsky walks through the DrawnUi.Maui.Camera SkiaCamera control for building real-time video processing pipelines in .NET MAUI. The post covers live overlays, SKSL shader filters, OpenAI-powered captions burned into recorded video, and a look-back pre-recording buffer — all running cross-platform.</description><pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate></item><item><title>How to Create a Custom .NET MAUI Shell TabBar</title><link>https://mauiverse.net/community-feed/2026/04/how-to-create-a-custom-net-maui-shell-tabbar/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/how-to-create-a-custom-net-maui-shell-tabbar/</guid><description>Alberto Aldegheri shows how to break free from the default Shell TabBar by building a fully custom, cross-platform tab bar using Nalu&apos;s TabBarView. The post walks through custom shapes, animated floating indicators, and smooth transition logic — all without writing platform-specific handlers.</description><pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Testing .NET MAUI Android Apps: A Penetration Tester&apos;s Guide</title><link>https://mauiverse.net/community-feed/2026/04/testing-net-maui-android-apps-a-penetration-testers-guide/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/testing-net-maui-android-apps-a-penetration-testers-guide/</guid><description>Adarsh Pillai shares a comprehensive penetration testing methodology tailored specifically for .NET MAUI Android applications. The guide covers the tooling differences, common vulnerability patterns, and a full MAPT checklist that every MAUI developer should be aware of.</description><pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Leveraging Platform-Specific APIs in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/04/leveraging-platform-specific-apis-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/leveraging-platform-specific-apis-in-dotnet-maui/</guid><description>Jorge Perales Diaz digs into the two main ways to write platform-specific code in .NET MAUI — partial classes and conditional compilation — and when to reach for each. It&apos;s a clear-eyed guide to keeping native integrations clean instead of letting #if directives take over your codebase.</description><pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup | Introducing maui-labs</title><link>https://mauiverse.net/community-feed/2026/04/maui-community-standup-introducing-maui-labs/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/maui-community-standup-introducing-maui-labs/</guid><description>The team introduces maui-labs, an official home for the growing collection of experimental work being built for .NET MAUI developers — more platforms, more rendering options, and more experiments.</description><pubDate>Fri, 03 Apr 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, April 2026</title><link>https://mauiverse.net/community-feed/2026/04/maui-community-toolkit-monthly-standup-april-2026/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/maui-community-toolkit-monthly-standup-april-2026/</guid><description>The .NET MAUI Community Toolkit team returns after skipping March with the April 2026 standup — new releases, merged PRs, and Q&amp;A.</description><pubDate>Fri, 03 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Swift .NET Bindings: The Objective Sharpie Replacement for .NET MAUI and iOS</title><link>https://mauiverse.net/community-feed/2026/04/swift-dotnet-bindings-objective-sharpie-replacement/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/swift-dotnet-bindings-objective-sharpie-replacement/</guid><description>Justin Wojciechowski introduces swift-dotnet-bindings, an open-source binding generator that produces complete C# binding projects from compiled Swift or Objective-C xcframeworks. One command takes you from xcframework to NuGet package — with full Swift support, SwiftUI interop, and no manual cleanup.</description><pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate></item><item><title>maui-labs — Experimental and Pre-Release Tools for .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/04/dotnet-maui-labs/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/04/dotnet-maui-labs/</guid><description>The .NET team launches maui-labs, an official GitHub repository for experimental and pre-release tools for .NET MAUI developers. It brings together community-driven experiments, alternative platform targets, and new rendering options in one place.</description><pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate></item><item><title>From Commit to MSIX: Automating .NET MAUI Windows Builds with GitHub Actions</title><link>https://mauiverse.net/community-feed/2026/03/from-commit-to-msix-automating-dotnet-maui-windows-builds-with-github-actions/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/from-commit-to-msix-automating-dotnet-maui-windows-builds-with-github-actions/</guid><description>Sebastian Jensen walks through building a signed MSIX package for a .NET MAUI Windows app using GitHub Actions, covering certificate creation, manifest alignment, and test distribution. This is the Windows installment in his cross-platform CI/CD series for .NET MAUI.</description><pubDate>Tue, 31 Mar 2026 00:00:00 GMT</pubDate></item><item><title>MAUI Navigation Guide: Shell Navigation with a Framework-Agnostic Core</title><link>https://mauiverse.net/community-feed/2026/03/maui-navigation-guide-shell-navigation-with-a-framework-agnostic-core/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/maui-navigation-guide-shell-navigation-with-a-framework-agnostic-core/</guid><description>A comprehensive guide to structuring .NET MAUI Shell navigation with a clean Core/App split, keeping ViewModels free of MAUI dependencies. Covers fundamentals through advanced patterns like navigation guards, deep linking, and modal result passing.</description><pubDate>Mon, 30 Mar 2026 00:00:00 GMT</pubDate></item><item><title>MintedTextEditor - A Rich Text Editor for .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/03/mintedtexteditor-a-rich-text-editor-for-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/mintedtexteditor-a-rich-text-editor-for-dotnet-maui/</guid><description>Michael Stonis releases MintedTextEditor, a fully canvas-drawn rich text editor for .NET MAUI using SkiaSharp. Free and MIT-licensed, it supports bold, italic, tables, images, HTML import/export, theming, and accessibility — with no native editor controls underneath.</description><pubDate>Sun, 29 Mar 2026 00:00:00 GMT</pubDate></item><item><title>From Commit to IPA: Automating .NET MAUI iOS Builds with GitHub Actions</title><link>https://mauiverse.net/community-feed/2026/03/from-commit-to-ipa-automating-dotnet-maui-ios-builds-with-github-actions/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/from-commit-to-ipa-automating-dotnet-maui-ios-builds-with-github-actions/</guid><description>A step-by-step guide to building and signing a .NET MAUI iOS app in GitHub Actions, from importing a .p12 certificate to downloading provisioning profiles automatically. Assumes the Apple-side preparation is already complete.</description><pubDate>Fri, 27 Mar 2026 00:00:00 GMT</pubDate></item><item><title>UI Automated Testing for .NET MAUI with MauiDevFlow — And How AI Wrote the Tests</title><link>https://mauiverse.net/community-feed/2026/03/maui-ui-testing-mauidevflow/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/maui-ui-testing-mauidevflow/</guid><description>Allan Ritchie demonstrates how MauiDevFlow enables lightweight UI testing for .NET MAUI without Appium or WebDriver. He walks through building a full suite of 48 UI tests for a real app — with AutomationIds, a custom driver, and AI-generated test code.</description><pubDate>Fri, 27 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Before The IPA: Preparing iOS Signing</title><link>https://mauiverse.net/community-feed/2026/03/before-the-ipa-preparing-ios-signing/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/before-the-ipa-preparing-ios-signing/</guid><description>A practical walkthrough of the Apple-side setup required before you can automate iOS builds: creating the app identifier, distribution certificate, provisioning profile, and App Store Connect API key. Gets the hard part out of the way so your CI pipeline can focus on building.</description><pubDate>Thu, 26 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Shiny Client v4 - Windows Support, .NET 10, and a Ton of Improvements</title><link>https://mauiverse.net/community-feed/2026/03/shiny-client-v4/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/shiny-client-v4/</guid><description>Allan Ritchie announces Shiny Client v4, a major release that brings Windows support for BluetoothLE, BLE Hosting, HTTP Transfers, and Locations. The release also moves to .NET 10 and includes significant fixes across locations, HTTP transfers, push notifications, and BLE modules.</description><pubDate>Thu, 26 Mar 2026 00:00:00 GMT</pubDate></item><item><title>.NET 11 Preview 2 Updates MAUI with Performance Improvements and Platform Refinements</title><link>https://mauiverse.net/community-feed/2026/03/net-11-preview2-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/net-11-preview2-maui/</guid><description>Edin Kapić summarizes .NET 11 Preview 2 for .NET MAUI — leaner map XAML, faster typed bindings, and a few API consistency fixes. Incremental changes, but the binding and Map control wins are worth a look.</description><pubDate>Wed, 25 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Shiny.DocumentDb v3 — One API, Four Databases</title><link>https://mauiverse.net/community-feed/2026/03/shiny-documentdb-v3/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/shiny-documentdb-v3/</guid><description>Allan Ritchie announces Shiny.DocumentDb v3, expanding the schema-free document store from SQLite-only to support MySQL, SQL Server, and PostgreSQL through a provider abstraction. Same fluent query API, same LINQ expressions, same AOT support — different backend.</description><pubDate>Wed, 25 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Shiny.Maui.ContactStore — Device Contact Access That Does It All</title><link>https://mauiverse.net/community-feed/2026/03/shiny-maui-contactstore/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/shiny-maui-contactstore/</guid><description>Allan Ritchie introduces Shiny.Maui.ContactStore, a library that provides full CRUD contact management with LINQ queries that translate to native platform operations. It goes beyond what MAUI Essentials offers, with one unified API for both Android and iOS.</description><pubDate>Tue, 24 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Accelerating .NET MAUI Development with AI Agents</title><link>https://mauiverse.net/community-feed/2026/03/accelerating-dotnet-maui-development-with-ai-agents/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/accelerating-dotnet-maui-development-with-ai-agents/</guid><description>Syncfusion shares how custom-built AI agents and skills are streamlining the .NET MAUI contribution workflow, from automated issue reproduction and test creation to multi-attempt fix strategies. A look at how AI is reducing the barrier to entry for open-source contributors.</description><pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Shiny MAUI Shell — A Library That Takes Shell to the Next Level</title><link>https://mauiverse.net/community-feed/2026/03/shiny-maui-shell/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/shiny-maui-shell/</guid><description>Allan Ritchie introduces Shiny MAUI Shell, a library that wraps standard MAUI Shell with source-generated type-safe navigation, ViewModel lifecycle management, testable services, and zero boilerplate wiring. It replaces string-based routes and Shell.Current with compile-time validated, injectable navigation.</description><pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Shiny.SqliteDocumentDb v2.0.0 — Table-Per-Type, Custom Ids, Diffing, and Batch Insert</title><link>https://mauiverse.net/community-feed/2026/03/shiny-sqlitedocumentdb-v2/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/shiny-sqlitedocumentdb-v2/</guid><description>Allan Ritchie releases Shiny.SqliteDocumentDb v2 with table-per-type mapping, custom Id properties, RFC 6902 document diffing, and batch insert with prepared command reuse. The DI extensions have also moved to a separate package for lighter core dependencies.</description><pubDate>Sun, 22 Mar 2026 00:00:00 GMT</pubDate></item><item><title>From Commit to AAB/APK: Automating .NET MAUI Android Builds with GitHub Actions</title><link>https://mauiverse.net/community-feed/2026/03/from-commit-to-aab-apk-automating-dotnet-maui-android-builds-with-github-actions/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/from-commit-to-aab-apk-automating-dotnet-maui-android-builds-with-github-actions/</guid><description>A practical guide to automating .NET MAUI Android builds in GitHub Actions, covering keystore creation, Base64 encoding for secrets, and producing both .aab and .apk artifacts in a single pipeline run. Android is a great first platform to automate because the signing workflow is straightforward.</description><pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Grial UI Kit - .NET 10, New Popups &amp; Navigation Overhaul (2026.1 Update)</title><link>https://mauiverse.net/community-feed/2026/03/grial-ui-kit-net-10-popups-navigation-2026-1-update/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/grial-ui-kit-net-10-popups-navigation-2026-1-update/</guid><description>UX Divers announces Grial UI Kit version 4.4.127 with .NET 10 support, a completely rebuilt navigation system, and their own popup engine replacing Mopups. The release also ships four new popup templates, toolbar badges, and significant Repeater control enhancements.</description><pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI on Linux and Web? Avalonia Preview 1 Explained</title><link>https://mauiverse.net/community-feed/2026/03/dotnet-maui-on-linux-and-web-avalonia-preview-1-explained/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/dotnet-maui-on-linux-and-web-avalonia-preview-1-explained/</guid><description>Javier Suárez walks through the first preview of the Avalonia backend for .NET MAUI, which enables MAUI apps to target Linux and WebAssembly. The video covers the setup process, a gallery walkthrough, real app demos, and what this means for platform reach.</description><pubDate>Thu, 19 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Beer Driven Devs #67: MAUIDay</title><link>https://mauiverse.net/community-feed/2026/03/beer-driven-devs-67-mauiday/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/beer-driven-devs-67-mauiday/</guid><description>Matt Goldman and Liam Elliott debrief on .NET MAUI Day London, covering standout talks, meeting the MAUI team in person, and why .NET 10 has them genuinely excited about mobile development again. Plus: agentic AI experiments and a vibe-coded YouTube content filter.</description><pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Live Notifications with .NET MAUI: iOS &amp; Android</title><link>https://mauiverse.net/community-feed/2026/03/cross-platform-live-notifications/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/cross-platform-live-notifications/</guid><description>A practical look at implementing cross-platform live notifications in .NET MAUI, covering iOS Live Activities and Android updatable notifications with a real production example.</description><pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Accessibility in .NET MAUI: What It Is and How to Implement It</title><link>https://mauiverse.net/community-feed/2026/03/accessibility-in-dotnet-maui-what-it-is-and-how-to-implement-it/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/accessibility-in-dotnet-maui-what-it-is-and-how-to-implement-it/</guid><description>Leomaris Reyes breaks down the POUR principles and shows how to apply accessibility (A11y) practices in .NET MAUI using SemanticProperties, scalable text, and proper control sizing. A practical guide to making your MAUI apps usable by everyone.</description><pubDate>Mon, 16 Mar 2026 00:00:00 GMT</pubDate></item><item><title>MAUI Avalonia Preview 1</title><link>https://mauiverse.net/community-feed/2026/03/maui-avalonia-preview-1/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/maui-avalonia-preview-1/</guid><description>Tim Miller launches the first preview of Avalonia&apos;s backend for .NET MAUI, opening a path to Linux and WebAssembly with a consistent drawn UI. See the four-step setup, the real-world apps used for compatibility testing, and where native and Avalonia rendering offer different tradeoffs.</description><pubDate>Mon, 16 Mar 2026 00:00:00 GMT</pubDate></item><item><title>AI-First Mobile Development: Live Coding with Copilot and .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/03/ai-first-mobile-development-live-coding-with-copilot-and-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/ai-first-mobile-development-live-coding-with-copilot-and-dotnet-maui/</guid><description>Jakub Florkowski, Shane Neuville, and Gerald Versluis live-code a .NET MAUI app using AI agents from start to finish, sharing what works, what breaks, and how to guide AI toward production-ready outcomes.</description><pubDate>Fri, 13 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Local AI Assistant with MAUI, Semantic Kernel, Ollama &amp; LiteDB</title><link>https://mauiverse.net/community-feed/2026/03/local-ai-assistant-with-maui-semantic-kernel-ollama-litedb/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/local-ai-assistant-with-maui-semantic-kernel-ollama-litedb/</guid><description>Jorge Perales Diaz builds a fully offline AI assistant in .NET MAUI, combining Semantic Kernel for orchestration, Ollama for local LLMs, and LiteDB as an embedded vector store for RAG. No cloud, no API costs, no data leaving the device.</description><pubDate>Thu, 12 Mar 2026 00:00:00 GMT</pubDate></item><item><title>5 UX Tips for .NET MAUI Developers</title><link>https://mauiverse.net/community-feed/2026/03/5-ux-tips-net-maui-developers/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/5-ux-tips-net-maui-developers/</guid><description>Leomaris Reyes shares five practical UX decisions that can make .NET MAUI apps feel faster, clearer, and more polished. It is a focused read on performance-minded UI choices that still keep accessibility and maintainability in view.</description><pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Memory Leak Hunting in .NET MAUI: Patterns, Tools, and Solutions</title><link>https://mauiverse.net/community-feed/2026/03/memory-leak-hunting-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/memory-leak-hunting-in-dotnet-maui/</guid><description>Jorge Perales Diaz shows how to find and fix the memory leaks that quietly degrade .NET MAUI apps over time. He catalogs the most common leak patterns, the tools to detect them, and the lifecycle practices that keep apps fast and stable.</description><pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate></item><item><title>This Free PDF Viewer for .NET MAUI Beats Every WebView Solution</title><link>https://mauiverse.net/community-feed/2026/03/this-free-pdf-viewer-for-net-maui-beats-every-webview-solution/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/this-free-pdf-viewer-for-net-maui-beats-every-webview-solution/</guid><description>Gerald Versluis explores a native PDF viewer for .NET MAUI that avoids the usual WebView tradeoffs and rendering headaches. The video shows what the control supports, why it performs better, and where it fits in real apps.</description><pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate></item><item><title>BeatTheBank — A .NET MAUI Game</title><link>https://mauiverse.net/community-feed/2026/03/beat-the-bank-dotnet-maui-game/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/beat-the-bank-dotnet-maui-game/</guid><description>Allan Ritchie shares BeatTheBank, a .NET MAUI game that serves as a showcase for building interactive, real-time applications with .NET MAUI. A fun example of what&apos;s possible beyond business apps.</description><pubDate>Fri, 06 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Building a Real-time Audio Processing App with SKSL Shaders in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/03/building-a-real-time-audio-processing-app-with-sksl-shaders-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/building-a-real-time-audio-processing-app-with-sksl-shaders-in-dotnet-maui/</guid><description>Nick Kovalsky breaks down a .NET MAUI app that processes live microphone audio, detects pitch and BPM, and renders rich shader-driven visuals in real time. It is a detailed look at combining DrawnUI, SkiaCamera, SkiaSharp, and SKSL for advanced interactive UI work.</description><pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate></item><item><title>KumikoUI - A Free, Open-Source DataGrid for .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/03/kumikoui-a-free-open-source-datagrid-for-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/kumikoui-a-free-open-source-datagrid-for-maui/</guid><description>Michael Stonis introduces KumikoUI, a fully canvas-drawn DataGrid for .NET MAUI built with SkiaSharp. Free, MIT-licensed, and packed with features like filtering, grouping, inline editing, and frozen columns — designed to fill the gap between limited free grids and expensive suite licenses.</description><pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - March 2026</title><link>https://mauiverse.net/community-feed/2026/2026-03-05-maui-community-standup-march-2026/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/2026-03-05-maui-community-standup-march-2026/</guid><description>Join this .NET MAUI DemoFest standup to see Jon Dick and Allan Ritchie bring MAUI to more platforms while sharing practical AI-assisted workflows. If you want fresh ideas you can apply right away, this episode is a great place to start.</description><pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Comet — An MVU UI Toolkit Written in C#</title><link>https://mauiverse.net/community-feed/2026/03/comet-mvu-ui-toolkit-for-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/comet-mvu-ui-toolkit-for-dotnet-maui/</guid><description>Gerald Versluis maintains Comet, an MVU (Model-View-Update) UI toolkit for building .NET MAUI apps entirely in C#. It offers a functional, code-first alternative to XAML with declarative UI composition.</description><pubDate>Mon, 02 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Crashes Happen. Let&apos;s Make Them Happen Less.</title><link>https://mauiverse.net/community-feed/2026/03/crashes-happen-lets-make-them-happen-less/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/crashes-happen-lets-make-them-happen-less/</guid><description>Michal Pobuta shares a practical .NET MAUI stability playbook focused on reducing crashes, ANRs, and repeat regressions. You’ll get a step-by-step approach for observability, triage, safer fixes, and long-term prevention.</description><pubDate>Mon, 02 Mar 2026 00:00:00 GMT</pubDate></item><item><title>I Built a CLI Tool to Switch .NET MAUI Versions Instantly</title><link>https://mauiverse.net/community-feed/2026/03/i-built-a-cli-tool-to-switch-dotnet-maui-versions-instantly/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/i-built-a-cli-tool-to-switch-dotnet-maui-versions-instantly/</guid><description>Switching between stable, nightly, and PR .NET MAUI builds can slow down testing and troubleshooting. Gerald introduces a CLI workflow that makes version switching a single command so you can validate fixes faster.</description><pubDate>Mon, 02 Mar 2026 00:00:00 GMT</pubDate></item><item><title>.NET 10: Secondary Toolbar Items for iOS and macOS in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/03/net-10-secondary-toolbar-items-for-ios-macos-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/net-10-secondary-toolbar-items-for-ios-macos-in-dotnet-maui/</guid><description>Leomaris Reyes walks through secondary toolbar items in .NET 10 for iOS and macOS, including how they behave as native overflow actions. You’ll see when to use them, how ordering and icon choices affect UX, and what to watch for when properties change at runtime.</description><pubDate>Mon, 02 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Introducing Shiny.Music — Cross-Platform Music Library Access for .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/03/introducing-shiny-music/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/introducing-shiny-music/</guid><description>Allan Ritchie introduces Shiny.Music, a DI-first library for accessing the device music library from .NET MAUI. It provides permission management, metadata queries, playback controls, and file export across Android and iOS through two clean interfaces.</description><pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Introducing Shiny.Spatial — A Dependency-Free Spatial Database and GPS Geofencing for .NET</title><link>https://mauiverse.net/community-feed/2026/03/introducing-shiny-spatial/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/introducing-shiny-spatial/</guid><description>Allan Ritchie introduces Shiny.Spatial, a spatial database engine that stores geometry in SQLite with R*Tree indexing and pure C# spatial algorithms — no SpatiaLite or NetTopologySuite required. The companion geofencing package enables monitoring thousands of polygon regions via GPS, breaking free from the 20/60 region limits on iOS and Android.</description><pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate></item><item><title>JitsiMeet-Maui: Supporting Jitsi Meet SDK in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/02/jitsimeet-maui-supporting-jitsi-meet-sdk-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/jitsimeet-maui-supporting-jitsi-meet-sdk-in-dotnet-maui/</guid><description>Hassan Tariq’s JitsiMeet-Maui repository demonstrates integrating the Jitsi Meet SDK into .NET MAUI through native bindings on Android and iOS. It’s a practical reference for teams tackling real-world native SDK interop in cross-platform apps.</description><pubDate>Sat, 28 Feb 2026 00:00:00 GMT</pubDate></item><item><title>PolyPilot: Mission Control for GitHub Copilot Coding Agents</title><link>https://mauiverse.net/community-feed/2026/02/polypilot-mission-control-github-agents/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/polypilot-mission-control-github-agents/</guid><description>Explore how a .NET MAUI Blazer Hybrid app manages multiple AI sessions for accelerated development workflows. See firsthand how to leverage a multi-agent system for PR reviews and repository management.</description><pubDate>Thu, 26 Feb 2026 00:00:00 GMT</pubDate></item><item><title>MauiBootstrapTheme — Bootstrap CSS Theming for .NET MAUI Controls</title><link>https://mauiverse.net/community-feed/2026/03/maui-bootstrap-theme-css-theming/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/maui-bootstrap-theme-css-theming/</guid><description>David Ortinau brings Bootstrap CSS theming to stock .NET MAUI controls. Apply familiar Bootstrap styling to your MAUI app&apos;s built-in controls without custom renderers or handlers.</description><pubDate>Thu, 26 Feb 2026 00:00:00 GMT</pubDate></item><item><title>The complete guide to Native Sdk Bindings in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/02/maui-native-sdk-bindings/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/maui-native-sdk-bindings/</guid><description>Hassan delivers a hands on, production focused guide to binding native iOS and Android SDKs for use in .NET MAUI apps. It is a practical walkthrough of the real challenges, tools, and patterns that help you turn platform specific libraries into a clean cross platform C# experience.</description><pubDate>Wed, 25 Feb 2026 00:00:00 GMT</pubDate></item><item><title>MAUI Material Design Controls</title><link>https://mauiverse.net/community-feed/2025/02/maui-material-design-controls/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/02/maui-material-design-controls/</guid><description>Agustina introduces Maui.MaterialDesignControls, Horus Studios open-source UI toolkit built to help .NET MAUI teams create consistent, production-ready interfaces with less boilerplate. The post highlights the library’s evolution, real-world benefits, and new .NET 10 support to help you decide if it belongs in your next app.</description><pubDate>Tue, 24 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Maui.MaterialDesignControls: Ready for .NET 10 and Built for Real Apps</title><link>https://mauiverse.net/community-feed/2026/02/maui-material-design-controls-dotnet-10-horus/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/maui-material-design-controls-dotnet-10-horus/</guid><description>Horus Software details their open-source Maui.MaterialDesignControls library — now updated for .NET 10 with 89K downloads. The post compares raw XAML (50 lines) vs library usage (21 lines) for common UI patterns, and explains how a shared control set reduces visual bugs as apps grow.</description><pubDate>Tue, 24 Feb 2026 00:00:00 GMT</pubDate></item><item><title>The Event Aggregator Pattern in .NET MAUI: Building Loosely Coupled Communication</title><link>https://mauiverse.net/community-feed/2026/02/the-event-aggregator-pattern-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/the-event-aggregator-pattern-in-dotnet-maui/</guid><description>Jorge Perales Diaz shows how the Event Aggregator pattern replaces tangled, direct ViewModel references with a strongly-typed in-memory message bus. It&apos;s a practical, DI-friendly successor to the deprecated MessagingCenter for scalable, testable MAUI communication.</description><pubDate>Tue, 24 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Why Your .NET MAUI Layout Breaks Across Devices and How to Fix It</title><link>https://mauiverse.net/community-feed/2026/02/why-your-dotnet-maui-layout-breaks-across-devices/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/why-your-dotnet-maui-layout-breaks-across-devices/</guid><description>This Syncfusion blog explains why .NET MAUI layouts often break across devices and how adopting a layout-first mindset fixes most issues. You’ll learn practical rules and container patterns that help your UI scale cleanly from phones to desktops.</description><pubDate>Tue, 24 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Shiny Sqlitedocumentdb</title><link>https://mauiverse.net/community-feed/2026/02/shiny-sqlitedocumentdb/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/shiny-sqlitedocumentdb/</guid><description>Allan Ritchie introduces Shiny.SqliteDocumentDb, a lightweight SQLite-backed document store designed to simplify working with nested data in .NET and .NET MAUI apps. The post explains how its LINQ-powered JSON querying, AOT friendliness, and strong performance make it an appealing alternative to traditional SQLite patterns.</description><pubDate>Sun, 22 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Introducing Shiny.Maui.TableView — Settings-Style Pages for .NET MAUI, Without the Platform Pain</title><link>https://mauiverse.net/community-feed/2026/02/shiny-maui-tableview/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/shiny-maui-tableview/</guid><description>Allan Ritchie introduces a settings-style TableView control built entirely on .NET MAUI layout primitives — no custom handlers or native renderers. It ships with 15 cell types, a three-level cascading style system, drag-and-drop reordering, and full MVVM data binding.</description><pubDate>Sat, 21 Feb 2026 00:00:00 GMT</pubDate></item><item><title>CarPlay &amp; Android Auto with .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/02/carplay-android-auto-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/carplay-android-auto-dotnet-maui/</guid><description>Allan Ritchie demonstrates how to extend .NET MAUI apps to car dashboards via Apple CarPlay and Android Auto. The post covers scene delegates, template-based UI, map rendering on CarPlay, and the key pattern of resolving MAUI DI services from platform-specific car entry points.</description><pubDate>Fri, 20 Feb 2026 00:00:00 GMT</pubDate></item><item><title>MauiReactor v4: MVU Library for .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/02/mauireactor-v4-mvu-library-for-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/mauireactor-v4-mvu-library-for-dotnet-maui/</guid><description>Adolfo Marinucci has released MauiReactor v4, the MVU library built on top of .NET MAUI for writing component-based apps in pure C#. This update adds .NET 10 support and practical improvements that make the development loop faster and cleaner.</description><pubDate>Fri, 20 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Optimizing .NET MAUI Startup Time</title><link>https://mauiverse.net/community-feed/2026/02/optimizing-dotnet-maui-startup-time/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/optimizing-dotnet-maui-startup-time/</guid><description>Jorge Perales Diaz breaks down practical, production-ready strategies to slash .NET MAUI startup time — from IL trimming and DI tuning to lazy initialization and compiled bindings. Each technique comes with a realistic estimate of the startup improvement it delivers.</description><pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Circular Progress View for .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/02/circular-progress-view-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/circular-progress-view-dotnet-maui/</guid><description>James Esil Holder demos a free, customizable circular progress bar control for .NET MAUI with multiple shape options, custom colors, and smooth rendering. Available as a NuGet package with full source on GitHub.</description><pubDate>Tue, 17 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Easily Use Icon Fonts in .NET MAUI with IconFont.Maui</title><link>https://mauiverse.net/community-feed/2026/02/easily-use-icon-fonts-in-dotnet-maui-with-iconfont-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/easily-use-icon-fonts-in-dotnet-maui-with-iconfont-maui/</guid><description>Gerald Versluis introduces IconFont.Maui, a source-generator-powered approach that turns raw icon font glyphs into strongly typed constants for .NET MAUI. The post shows how this removes fragile Unicode copy-paste workflows and makes icon usage clearer, safer, and easier to maintain.</description><pubDate>Tue, 17 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Master .NET MAUI Shell Navigation: Manual Routing, Hierarchical Paths &amp; Menu Customization - Part 5</title><link>https://mauiverse.net/community-feed/2026/02/master-dotnet-maui-shell-navigation-manual-routing-and-menu-customization-part-5/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/master-dotnet-maui-shell-navigation-manual-routing-and-menu-customization-part-5/</guid><description>Hector Perez Rojas shows how to move beyond default Shell behavior and design explicit navigation routes for larger .NET MAUI apps. You’ll see how manual routing, hierarchical paths, and customized menu items can make navigation clearer, safer, and easier to evolve.</description><pubDate>Tue, 17 Feb 2026 00:00:00 GMT</pubDate></item><item><title>MAUI Lib - ZebraScannerSDK.Maui!</title><link>https://mauiverse.net/community-feed/2026/02/maui-lib-zebrascannersdk-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/maui-lib-zebrascannersdk-maui/</guid><description>Johan Svensson introduces an enhanced .NET MAUI wrapper for the Zebra Scanner SDK that targets Android and iOS scenarios beyond Zebra hardware. He outlines why the library still matters, plus setup improvements such as DI registration, NuGet packaging, and sample app guidance.</description><pubDate>Tue, 17 Feb 2026 00:00:00 GMT</pubDate></item><item><title>XAML Source-Generation in .NET MAUI makes your app so much better</title><link>https://mauiverse.net/community-feed/2026/02/xaml-source-generation-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/xaml-source-generation-in-dotnet-maui/</guid><description>Daniel Hindrikes breaks down what XAML Source Generation is in .NET 10, how it works, and why it can improve performance, reliability, and your overall development experience.</description><pubDate>Tue, 17 Feb 2026 00:00:00 GMT</pubDate></item><item><title>KML Recorder — GPS Track Recording for .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/03/kmlrecorder-gps-track-recording-for-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/kmlrecorder-gps-track-recording-for-dotnet-maui/</guid><description>Allan Ritchie shares KML Recorder, a .NET MAUI utility for recording GPS tracks and exporting them as KML files. Built on the Shiny ecosystem for location tracking and geospatial data.</description><pubDate>Mon, 16 Feb 2026 00:00:00 GMT</pubDate></item><item><title>5 Years of Work in 2 Weeks</title><link>https://mauiverse.net/community-feed/2026/03/5-years-of-work-in-2-weeks-ai-assisted-maui-development/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/5-years-of-work-in-2-weeks-ai-assisted-maui-development/</guid><description>David Ortinau recounts how AI-assisted development with GitHub Copilot compressed years of work into days. The result: MAUI Sherpa, MauiDevFlow, PolyPilot, .NET MAUI Terminal, .NET MAUI Linux, macOS/tvOS targets, Bootstrap Themes, and .NET MAUI Skills — all built in two weeks.</description><pubDate>Sun, 15 Feb 2026 00:00:00 GMT</pubDate></item><item><title>MauiDevFlow - Agentic Dev Loop Assists for .NET MAUI Apps</title><link>https://mauiverse.net/community-feed/2026/02/mauidevflow-agentic-dev-loop-assists-for-dotnet-maui-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/mauidevflow-agentic-dev-loop-assists-for-dotnet-maui-apps/</guid><description>Jonathan Dick&apos;s repository for automating build-debug-inspect loops in MAUI apps with CLI and agent tooling.</description><pubDate>Sat, 14 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Terminal, AppleTV, MacOS, &amp; Linux for .NET MAUI (yes really... with some Essentials too)</title><link>https://mauiverse.net/community-feed/2026/02/terminal-appletv-macos-linux-for-dotnet-maui-yes-really-with-some-essentials-too/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/terminal-appletv-macos-linux-for-dotnet-maui-yes-really-with-some-essentials-too/</guid><description>Jon and Allan demo experimental .NET MAUI platform targets including terminal UI, Apple TV, macOS AppKit, and Linux GTK. You’ll see how these community backends are wired up and where Essentials-style APIs can still fit into real app workflows.</description><pubDate>Sat, 14 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Maui.TUI - Terminal UI Framework for .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/02/maui-tui-terminal-ui-framework-for-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/maui-tui-terminal-ui-framework-for-dotnet-maui/</guid><description>A GitHub project exploring terminal-style user interfaces and tooling ideas in the MAUI ecosystem.</description><pubDate>Fri, 13 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Building a Support Ticket Dashborad with .NET MAUI DataGrid</title><link>https://mauiverse.net/community-feed/2026/02/support-ticket-dashboard-with-dotnet-maui-datagrid/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/support-ticket-dashboard-with-dotnet-maui-datagrid/</guid><description>A practical guide to building a responsive support ticket dashboard using Syncfusion’s .NET MAUI DataGrid, MVVM, and real-time data updates.</description><pubDate>Fri, 13 Feb 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI on Apple TV and macOS (AppKit) - Yes, Really</title><link>https://mauiverse.net/community-feed/2026/02/dotnet-maui-on-apple-tv-and-macos-appkit-yes-really/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/dotnet-maui-on-apple-tv-and-macos-appkit-yes-really/</guid><description>Allan Ritchie explores custom MAUI backends for tvOS and native AppKit outside the official support matrix.</description><pubDate>Thu, 12 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Maui.Gtk - .NET MAUI on GTK/Linux</title><link>https://mauiverse.net/community-feed/2026/02/maui-gtk-dotnet-maui-on-gtk-linux/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/maui-gtk-dotnet-maui-on-gtk-linux/</guid><description>A GitHub project bringing MAUI ideas to GTK/Linux scenarios through experimental platform work.</description><pubDate>Thu, 12 Feb 2026 00:00:00 GMT</pubDate></item><item><title>C# Expressions is coming to .NET MAUI - A huge improvement for productivity</title><link>https://mauiverse.net/community-feed/2026/02/csharp-expressions-coming-to-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/csharp-expressions-coming-to-dotnet-maui/</guid><description>Daniel Hindrikes previews C# expressions coming to .NET MAUI and why they can make XAML UI code more productive.</description><pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Exploring Compiled Bindings in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/02/exploring-compiled-bindings-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/exploring-compiled-bindings-in-dotnet-maui/</guid><description>Leomaris Reyes breaks down compiled bindings, why they matter for performance and debugging, and what’s improved in newer MAUI versions.</description><pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate></item><item><title>MAUI Sherpa: a dev-environment copilot for .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/02/maui-sherpa-dev-environment-companion/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/maui-sherpa-dev-environment-companion/</guid><description>A desktop app for macOS and Windows that helps manage .NET MAUI tooling—SDK/workloads checks, Android SDK + emulators, signing, and Apple dev resources—in one place.</description><pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate></item><item><title>.NET 11 Preview 1 is now available!</title><link>https://mauiverse.net/community-feed/2026/02/dotnet-11-preview-1-now-available/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/dotnet-11-preview-1-now-available/</guid><description>The .NET Team announces .NET 11 Preview 1, including early notes across the runtime, SDK, libraries, and a first look at what’s coming for .NET MAUI.</description><pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Shiny Mediator &amp; AOT - Zero Reflection, Full Speed</title><link>https://mauiverse.net/community-feed/2026/02/shiny-mediator-aot/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/shiny-mediator-aot/</guid><description>Allan Ritchie details how Shiny Mediator replaced every piece of runtime reflection with compile-time source generation for full AOT and trimming support. The post covers seven source generators — from handler registration to JSON converters to OpenAPI client generation.</description><pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Introducing Syncfusion’s Second Set of Open-Source .NET MAUI Controls</title><link>https://mauiverse.net/community-feed/2026/02/syncfusion-second-set-open-source-maui-controls/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/syncfusion-second-set-open-source-maui-controls/</guid><description>Syncfusion’s second open-source Toolkit release adds Bottom Sheet, Calendar, Numeric Entry/UpDown, and more, plus .NET 9 support and fixes.</description><pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate></item><item><title>RIP Converters, XAML C# Expressions are here</title><link>https://mauiverse.net/community-feed/2026/02/rip-converters-xaml-csharp-expressions-are-here/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/rip-converters-xaml-csharp-expressions-are-here/</guid><description>Gerald Versluis walks through using C# expressions in XAML—reducing converter boilerplate and making bindings more explicit.</description><pubDate>Mon, 09 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Shiny Mediator vs MediatR vs FastEndpoints</title><link>https://mauiverse.net/community-feed/2026/02/shiny-mediator-vs-mediatr-vs-fastendpoints/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/shiny-mediator-vs-mediatr-vs-fastendpoints/</guid><description>Allan Ritchie compares three .NET libraries for structuring application logic: MediatR, FastEndpoints, and Shiny Mediator. The post breaks down where each excels — server-only mediation, API endpoint structure, and cross-platform apps with built-in middleware.</description><pubDate>Mon, 09 Feb 2026 00:00:00 GMT</pubDate></item><item><title>AlohaAI: Learn Agentic AI and ML with .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/02/alohaai-dotnet-maui-offline-ai-learning-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/alohaai-dotnet-maui-offline-ai-learning-app/</guid><description>Jakub Florkowski’s AlohaAI is an open-source .NET MAUI app that teaches Agentic AI and ML through bite-sized lessons, quizzes, and progress tracking. It’s a polished offline-first project with a clear architecture and practical ideas you can reuse in your own MAUI apps.</description><pubDate>Sat, 07 Feb 2026 00:00:00 GMT</pubDate></item><item><title>FlagstoneUI: consistent MAUI UI, no platform code</title><link>https://mauiverse.net/community-feed/2026/02/flagstoneui-true-cross-platform-ui-surface/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/flagstoneui-true-cross-platform-ui-surface/</guid><description>An experimental control set for .NET MAUI focused on truly consistent visuals and behavior across platforms, closing common styling gaps without custom handlers.</description><pubDate>Sat, 07 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Jon Shows off MAUI Sherpa (the ultimate mobile dev tool)</title><link>https://mauiverse.net/community-feed/2026/02/jon-shows-off-maui-sherpa-the-ultimate-mobile-dev-tool/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/jon-shows-off-maui-sherpa-the-ultimate-mobile-dev-tool/</guid><description>Jon and Allan showcase MAUI Sherpa for managing certificates, SDKs, provisioning profiles, and other mobile setup tasks from one place. The episode also introduces MAUIdevflow for programmatic app control and screenshot-driven debugging scenarios.</description><pubDate>Sat, 07 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Messaging Is a UI Code Smell</title><link>https://mauiverse.net/community-feed/2026/02/messaging-is-a-ui-code-smell/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/messaging-is-a-ui-code-smell/</guid><description>A take on why “just show a message” can be a UI smell—plus guidance on choosing better, more contextual feedback patterns.</description><pubDate>Sat, 07 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Loading Dynamic Data into a .NET MAUI ComboBox with JSON and REST APIs</title><link>https://mauiverse.net/community-feed/2026/02/loading-dynamic-data-into-maui-combobox-json-rest/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/loading-dynamic-data-into-maui-combobox-json-rest/</guid><description>Load ComboBox data from local JSON and remote REST APIs in .NET MAUI using async MVVM patterns.</description><pubDate>Fri, 06 Feb 2026 00:00:00 GMT</pubDate></item><item><title>MAUI Day and the stowaway ladybird</title><link>https://mauiverse.net/community-feed/2026/02/maui-day-and-the-stowaway-ladybird/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/maui-day-and-the-stowaway-ladybird/</guid><description>MAUI Day London brought nearly 100 developers together for talks, community energy, and practical cross-platform learning. Tony recaps the sessions, the atmosphere, and key feedback on where the event can go next.</description><pubDate>Fri, 06 Feb 2026 00:00:00 GMT</pubDate></item><item><title>IconFont.Maui.BootstrapIcons — 2,078 Icons for .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/03/iconfont-maui-bootstrap-icons/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/03/iconfont-maui-bootstrap-icons/</guid><description>David Ortinau packages Bootstrap Icons as a drop-in icon font for .NET MAUI with 2,078 icons and strongly-typed glyph constants. Reference any icon by name in XAML or C# without managing raw Unicode values.</description><pubDate>Fri, 06 Feb 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, February 2026</title><link>https://mauiverse.net/community-feed/2026/02/maui-community-toolkit-monthly-standup-february-2026/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/maui-community-toolkit-monthly-standup-february-2026/</guid><description>The .NET MAUI Community Toolkit team is back with the February 2026 standup—updates, demos, and Q&amp;A.</description><pubDate>Fri, 06 Feb 2026 00:00:00 GMT</pubDate></item><item><title>MAUI Day London 2026</title><link>https://mauiverse.net/community-feed/maui-day/london-2026/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/maui-day/london-2026/</guid><description>MAUI Day London had in depth sessions from the .NET MAUI team and community speakers.</description><pubDate>Fri, 06 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Building a Full-Text Search Engine Inside .NET MAUI with SQLite&apos;s FTS5 Extension</title><link>https://mauiverse.net/community-feed/2026/02/building-a-full-text-search-engine-with-sqlite-fts5/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/building-a-full-text-search-engine-with-sqlite-fts5/</guid><description>Jorge Perales Diaz builds a fast, offline-first full-text search engine inside .NET MAUI using SQLite&apos;s FTS5 extension and the Shaunebu.Data.SQLite library. Get tokenized search, prefix and phrase matching, and BM25 relevance ranking without any cloud dependency.</description><pubDate>Thu, 05 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Choosing the Right .NET MAUI Picker: Date, Time &amp; List Selection Made Simple</title><link>https://mauiverse.net/community-feed/2026/02/choosing-the-right-dotnet-maui-picker-date-time-list-selection-made-simple/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/choosing-the-right-dotnet-maui-picker-date-time-list-selection-made-simple/</guid><description>Syncfusion compares the main .NET MAUI picker patterns and shows when to use date, time, datetime, or list-based selection controls. The post is a practical decision guide for forms, filtering flows, and scheduling experiences.</description><pubDate>Thu, 05 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Replicating a Valentine-Inspired Login UI in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/02/replicating-a-valentine-inspired-login-ui-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/replicating-a-valentine-inspired-login-ui-in-dotnet-maui/</guid><description>A step-by-step UI build from a Dribbble-inspired design, focusing on layout fundamentals and approachable XAML techniques.</description><pubDate>Thu, 05 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Visualizing Supply Chain Metrics in .NET MAUI with Charts and Gauges</title><link>https://mauiverse.net/community-feed/2026/02/visualizing-supply-chain-metrics-with-charts-and-gauges/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/visualizing-supply-chain-metrics-with-charts-and-gauges/</guid><description>Build a supply-chain dashboard UI in .NET MAUI using charts + gauges, MVVM, and live-updating metrics.</description><pubDate>Thu, 05 Feb 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup: Live from MAUI Day London</title><link>https://mauiverse.net/community-feed/2026/02/community-standup-live-from-maui-day/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/community-standup-live-from-maui-day/</guid><description>The MAUI Day crew and supporters join us live from the Microsoft Paddington office in London to chat about all things current and future for .NET MAUI.</description><pubDate>Thu, 05 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Integrating Native Device Features in .NET MAUI Apps Using Dependency Injection</title><link>https://mauiverse.net/community-feed/2026/02/integrating-native-device-features-with-dependency-injection/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/integrating-native-device-features-with-dependency-injection/</guid><description>Jorge Perales Diaz shows how to reach native device features like camera and location in .NET MAUI through clean, injectable abstractions. By defining interfaces and platform-specific implementations, your shared code stays modular, testable, and platform-agnostic.</description><pubDate>Tue, 03 Feb 2026 00:00:00 GMT</pubDate></item><item><title>MauiNativePdfView - A Native PDF Viewer for .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/02/mauinativepdfview-a-native-pdf-viewer-for-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/02/mauinativepdfview-a-native-pdf-viewer-for-net-maui/</guid><description>Display PDFs in .NET MAUI with a native cross-platform viewer powered by platform PDF engines instead of WebView.</description><pubDate>Mon, 02 Feb 2026 00:00:00 GMT</pubDate></item><item><title>A New .NET Community Project? With the one and only - Gerald Versluis</title><link>https://mauiverse.net/community-feed/2026/01/a-new-dotnet-community-project-with-the-one-and-only-gerald-versluis/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/01/a-new-dotnet-community-project-with-the-one-and-only-gerald-versluis/</guid><description>Jon, Allan, and Gerald discuss the early direction of a potential new .NET community project and the practical decisions needed to get it off the ground. You’ll hear how they weigh scope, contributor experience, and long-term maintainability from day one.</description><pubDate>Sat, 31 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Introducing Bindable Property Source Generators</title><link>https://mauiverse.net/community-feed/2026/01/introducing-bindable-property-source-generators-brandon-minnick/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/01/introducing-bindable-property-source-generators-brandon-minnick/</guid><description>Brandon Minnick introduces new CommunityToolkit.Maui source generators for BindableProperty and attached bindable properties to reduce boilerplate in .NET MAUI.</description><pubDate>Thu, 29 Jan 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Embedding with Uno Platform</title><link>https://mauiverse.net/community-feed/2026/01/maui-embedding-with-uno-platform/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/01/maui-embedding-with-uno-platform/</guid><description>An overview of embedding .NET MAUI content with Uno Platform and what that can enable for cross-platform apps.</description><pubDate>Wed, 28 Jan 2026 00:00:00 GMT</pubDate></item><item><title>6 .NET MAUI Properties You Didn’t Know Work with Buttons</title><link>https://mauiverse.net/community-feed/2026/01/6-dotnet-maui-button-properties-you-didnt-know/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/01/6-dotnet-maui-button-properties-you-didnt-know/</guid><description>Leomaris Reyes highlights six lesser-known Button properties (like TextTransform and FontAutoScalingEnabled) to help you polish your MAUI UI.</description><pubDate>Mon, 26 Jan 2026 00:00:00 GMT</pubDate></item><item><title>BorderlessEntry.Maui the tweaks you rewrite every project</title><link>https://github.com/ilija2407/maui-common-controls</link><guid isPermaLink="true">https://github.com/ilija2407/maui-common-controls</guid><description>Ilija Rushkovski’s collection of small MAUI control improvements—starting with a BorderlessEntry—packaged so you don’t have to reinvent them each time.</description><pubDate>Sun, 25 Jan 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI - Toggle fullscreen for MacCatalyst desktop app</title><link>https://mauiverse.net/community-feed/2026/01/dotnet-maui-toggle-fullscreen-maccatalyst/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/01/dotnet-maui-toggle-fullscreen-maccatalyst/</guid><description>This post shows how to implement true macOS-style fullscreen toggling in a .NET MAUI MacCatalyst app by bridging into AppKit APIs. Tony walks through the Objective-C runtime interop needed to reach `NSApplication` and `NSWindow` from MAUI.</description><pubDate>Fri, 23 Jan 2026 00:00:00 GMT</pubDate></item><item><title>SQLite Database in NET MAUI</title><link>https://mauiverse.net/community-feed/2026/01/sqlite-database-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/01/sqlite-database-in-net-maui/</guid><description>A walkthrough of using SQLite in a .NET MAUI app—local storage, persistence, and common setup patterns.</description><pubDate>Fri, 23 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Creating a GitHub Copilot Skill from Scratch</title><link>https://mauiverse.net/community-feed/2026/01/creating-a-github-copilot-skill-from-scratch/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/01/creating-a-github-copilot-skill-from-scratch/</guid><description>Learn how to build and test a custom GitHub Copilot Skill from the command line, step by step. This walkthrough focuses on practical Copilot CLI usage and real team patterns you can apply immediately.</description><pubDate>Thu, 22 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Easily Add GenAI to .NET Apps using Microsoft.Extensions.AI - Brandon Minnick - NDC Copenhagen 2025</title><link>https://mauiverse.net/community-feed/2026/01/add-genai-dotnet-apps-microsoft-extensions-ai-brandon-minnick/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/01/add-genai-dotnet-apps-microsoft-extensions-ai-brandon-minnick/</guid><description>Brandon Minnick’s NDC Copenhagen 2025 talk on adding GenAI to .NET apps using Microsoft.Extensions.AI.</description><pubDate>Tue, 20 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Adding External Fonts in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/01/adding-external-fonts-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/01/adding-external-fonts-in-dotnet-maui/</guid><description>A quick, practical guide to adding and registering external fonts in .NET MAUI, plus tips for using system fonts on Android.</description><pubDate>Tue, 20 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Master .NET MAUI Shell Hierarchy: Organize Menus with Flyouts, Tabs, and Custom Tools - Part 2</title><link>https://mauiverse.net/community-feed/2026/01/master-dotnet-maui-shell-hierarchy-flyouts-tabs-and-custom-tools-part-2/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/01/master-dotnet-maui-shell-hierarchy-flyouts-tabs-and-custom-tools-part-2/</guid><description>This video shows how to organize Shell navigation with FlyoutItems and Tabs so utility-heavy .NET MAUI apps stay clean and discoverable. Hector Perez Rojas demonstrates grouping tools into meaningful sections and testing the hierarchy as features grow.</description><pubDate>Tue, 20 Jan 2026 00:00:00 GMT</pubDate></item><item><title>AI Writing Code to Write More Code</title><link>https://mauiverse.net/community-feed/2026/01/ai-writing-code-to-write-more-code/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/01/ai-writing-code-to-write-more-code/</guid><description>Jon and Allan use AI to build source generators that modernize legacy RESX localization workflows. They also demonstrate snapshot testing with Verify to make generated output safer and easier to iterate on.</description><pubDate>Sat, 17 Jan 2026 00:00:00 GMT</pubDate></item><item><title>WebAssembly &amp; .NET: The Future of Cross-Platform Apps - NDC Copenhagen 2025</title><link>https://mauiverse.net/community-feed/2026/01/webassembly-dotnet-future-cross-platform-apps-dominik-titl/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/01/webassembly-dotnet-future-cross-platform-apps-dominik-titl/</guid><description>Dominik Titl’s NDC Copenhagen 2025 talk on WebAssembly + .NET and what it means for cross-platform app architecture.</description><pubDate>Fri, 16 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Plugin.Maui.TvDPad: D-Pad navigation for MAUI TV apps</title><link>https://mauiverse.net/community-feed/2026/01/plugin-maui-tvdpad-dpad-navigation/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/01/plugin-maui-tvdpad-dpad-navigation/</guid><description>Hubert Graham’s plugin adds D-Pad focus navigation and key handling for .NET MAUI—aimed at Android TV and Amazon Fire Stick experiences.</description><pubDate>Fri, 16 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Gauge Controls: Real-time Performance Tracking, Player Stats in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/01/gauge-controls-real-time-performance-player-stats/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/01/gauge-controls-real-time-performance-player-stats/</guid><description>A fun look at using gauge visuals (radial/vertical/horizontal) for real-time feedback in .NET MAUI, with examples from gaming-style UI.</description><pubDate>Tue, 13 Jan 2026 00:00:00 GMT</pubDate></item><item><title>How to Build Android Widgets with .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/01/how-to-build-android-widgets-with-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/01/how-to-build-android-widgets-with-dotnet-maui/</guid><description>Toine de Boer shares the practical Android-side approach to building widgets inside a MAUI project, including RemoteViews, Intents, and configuration.</description><pubDate>Tue, 13 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Back for 2026 with more Aspire!</title><link>https://mauiverse.net/community-feed/2026/01/back-for-2026-with-more-aspire/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/01/back-for-2026-with-more-aspire/</guid><description>Jon and Allan kick off 2026 by troubleshooting Aspire data seeding issues from a real project setup. The stream focuses on debugging flow, service orchestration context, and practical fixes you can apply in your own stack.</description><pubDate>Sat, 10 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Building and Releasing a .NET MAUI App to Google Play Using Azure DevOps YAML Pipelines</title><link>https://mauiverse.net/community-feed/2026/01/building-and-releasing-a-dotnet-maui-app-to-google-play-using-azure-devops-yaml-pipelines/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/01/building-and-releasing-a-dotnet-maui-app-to-google-play-using-azure-devops-yaml-pipelines/</guid><description>Ruslan Dudchenko walks through signing, versioning, and uploading a .NET MAUI Android App Bundle to Google Play from an Azure DevOps YAML pipeline. A practical CI/CD guide covering keystores, service accounts, and first-release gotchas — with a sample repo to adapt.</description><pubDate>Sat, 10 Jan 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - Run .NET MAUI on Linux with Avalonia</title><link>https://mauiverse.net/community-feed/2026/01/maui-community-standup-run-dotnet-maui-on-linux-with-avalonia/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/01/maui-community-standup-run-dotnet-maui-on-linux-with-avalonia/</guid><description>A Community Standup episode on running .NET MAUI apps on Linux using Avalonia.</description><pubDate>Fri, 09 Jan 2026 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, January 2026</title><link>https://mauiverse.net/community-feed/2026/01/maui-community-toolkit-monthly-standup-january-2026/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/01/maui-community-toolkit-monthly-standup-january-2026/</guid><description>The .NET MAUI Community Toolkit team shares updates, demos, and what’s shipping next.</description><pubDate>Fri, 09 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Voice &amp; Video Chat with Agora SDK in .NET MAUI</title><link>https://mauiverse.net/community-feed/2026/01/voice-and-video-chat-with-agora-sdk-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2026/01/voice-and-video-chat-with-agora-sdk-in-dotnet-maui/</guid><description>James Esil Holder demonstrates how to integrate the Agora SDK into a .NET MAUI application to enable real-time voice and video chat functionality. A practical look at adding communication features to cross-platform mobile apps.</description><pubDate>Mon, 05 Jan 2026 00:00:00 GMT</pubDate></item><item><title>.NET 10 on iOS: Updates and Notes for .NET MAUI Developers</title><link>https://mauiverse.net/community-feed/2025/12/net-10-on-ios-updates-notes-for-dotnet-maui-developers/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/12/net-10-on-ios-updates-notes-for-dotnet-maui-developers/</guid><description>iOS-focused .NET 10 notes for MAUI devs—supported versions, trimmer changes, resource handling, and other platform-specific gotchas.</description><pubDate>Tue, 30 Dec 2025 00:00:00 GMT</pubDate></item><item><title>What’s New in 2025 Volume 4: .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/12/whats-new-2025-volume-4-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/12/whats-new-2025-volume-4-dotnet-maui/</guid><description>Syncfusion Essential Studio 2025 Volume 4 adds AI-powered “smart” MAUI controls plus updates like the Liquid Glass effect and DataGrid improvements.</description><pubDate>Mon, 22 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Sneak Peek: What’s New in .NET MAUI – Volume 3, 2025</title><link>https://mauiverse.net/community-feed/2025/12/whats-new-in-dotnet-maui-volume-3-2025/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/12/whats-new-in-dotnet-maui-volume-3-2025/</guid><description>A preview of Syncfusion’s 2025 Volume 3 MAUI updates, including Rich Text Editor, Markdown Viewer, and enhancements across DataGrid, Kanban, Scheduler, and more.</description><pubDate>Mon, 22 Dec 2025 00:00:00 GMT</pubDate></item><item><title>.NET 10 for .NET MAUI: Exploring the New Diagnostics and Metrics</title><link>https://mauiverse.net/community-feed/2025/12/telerik-net-10-maui-exploring-new-diagnostics-metrics/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/12/telerik-net-10-maui-exploring-new-diagnostics-metrics/</guid><description>Leomaris Reyes breaks down the new diagnostics and metrics tracking in .NET 10 for .NET MAUI, including layout Measure/Arrange instrumentation and viewing telemetry in .NET Aspire.</description><pubDate>Thu, 18 Dec 2025 00:00:00 GMT</pubDate></item><item><title>A MAUI example starter project</title><link>https://mauiverse.net/community-feed/2025/12/maui-starter-project/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/12/maui-starter-project/</guid><description>This post explains why a clean starter architecture can make or break long-term success in .NET MAUI projects. Tony shares a practical baseline project designed for learning, maintainability, and better AI-assisted development outcomes.</description><pubDate>Wed, 17 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Implementing Cross-Platform In-App Billing in .NET MAUI Applications</title><link>https://mauiverse.net/community-feed/2025/12/implementing-cross-platform-in-app-billing-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/12/implementing-cross-platform-in-app-billing-dotnet-maui/</guid><description>Gerald Versluis shares a BillingService sample showing a clean, unified interface for in-app purchases across Android, iOS/Mac Catalyst, and Windows.</description><pubDate>Mon, 15 Dec 2025 00:00:00 GMT</pubDate></item><item><title>From .NET 10 Articles to a Real App: Shipping PairlyMix with .NET MAUI, AI, and Cursor</title><link>https://mauiverse.net/community-feed/2025/12/shipping-pairlymix-with-dotnet-maui-ai-and-cursor/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/12/shipping-pairlymix-with-dotnet-maui-ai-and-cursor/</guid><description>Mikhail Petrusheuski shares his journey from writing about .NET 10 to actually shipping PairlyMix, an AI-powered cocktail and food pairing app built with .NET MAUI and Cursor-driven workflows. A candid look at how an enterprise .NET developer turned the current AI wave into a real product on iOS and Android.</description><pubDate>Sun, 14 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Jon is back - We&apos;re doing some Aspire Database Creation &amp; Seeding</title><link>https://mauiverse.net/community-feed/2025/12/jon-is-back-were-doing-some-aspire-database-creation-seeding/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/12/jon-is-back-were-doing-some-aspire-database-creation-seeding/</guid><description>This session walks through creating and seeding databases in a .NET Aspire-driven app workflow with real-time troubleshooting. You’ll see practical setup choices that make local environments easier to reset, reproduce, and validate.</description><pubDate>Sat, 13 Dec 2025 00:00:00 GMT</pubDate></item><item><title>.NET 10: Quick UI Changes Worth Noticing in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/12/telerik-net-10-quick-ui-changes-worth-noticing-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/12/telerik-net-10-quick-ui-changes-worth-noticing-net-maui/</guid><description>Leomaris Reyes highlights practical UI/control changes in .NET 10 for .NET MAUI—new properties, handler defaults, and small updates (plus a few deprecations) that impact everyday apps.</description><pubDate>Thu, 11 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Avalonia MAUI Progress Update</title><link>https://mauiverse.net/community-feed/2025/12/avalonia-maui-progress-update/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/12/avalonia-maui-progress-update/</guid><description>Tim Miller explains how Avalonia-based handlers and controls can bring .NET MAUI applications to Linux and WebAssembly while preserving MAUI&apos;s layout and application model. Dive into the architecture, working samples, upstream API challenges, and roadmap toward a stable .NET 11-era release.</description><pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Native MapLibre on .NET MAUI Hybrid (iOS): The Missing Piece We Had to Build Ourselves</title><link>https://mauiverse.net/community-feed/2025/12/native-maplibre-on-dotnet-maui-hybrid-ios-the-missing-piece-we-had-to-build-ourselves/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/12/native-maplibre-on-dotnet-maui-hybrid-ios-the-missing-piece-we-had-to-build-ourselves/</guid><description>Ruslan Dudchenko follows up the Android MapLibre Hybrid guide with the iOS side — building a .NET binding from MapLibre’s xcframework when no maintained MAUI binding existed. Sharpie, touch routing, and BlazorWebView transparency complete the cross-platform map stack.</description><pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Sandbox Agent: automate MAUI Sandbox repros + validation</title><link>https://mauiverse.net/community-feed/2025/12/sandbox-agent-for-maui-sandbox-testing/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/12/sandbox-agent-for-maui-sandbox-testing/</guid><description>A specialized workflow for reproducing issues in the MAUI Sandbox app, driving Appium tests, and iterating until a fix is validated across platforms.</description><pubDate>Mon, 08 Dec 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - .NET 10 Announcements Roundup</title><link>https://mauiverse.net/community-feed/2025/12/maui-community-standup-dotnet-10-announcements-roundup/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/12/maui-community-standup-dotnet-10-announcements-roundup/</guid><description>The MAUI Community Standup rounds up the .NET 10 announcements and what they mean for MAUI developers.</description><pubDate>Fri, 05 Dec 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, December 2025</title><link>https://mauiverse.net/community-feed/2025/12/net-maui-community-toolkit-monthly-standup-december-2025/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/12/net-maui-community-toolkit-monthly-standup-december-2025/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit! https://github.com/CommunityToolkit/Maui/wiki/Monthly-Standups</description><pubDate>Fri, 05 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Free, AMAZING looking popups for .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/12/free-amazing-looking-popups-for-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/12/free-amazing-looking-popups-for-dotnet-maui/</guid><description>A quick tour of a free popup option for .NET MAUI that looks great out of the box—plus tips on when to use popups vs. pages.</description><pubDate>Mon, 01 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Supporting Android 16KB page sizes</title><link>https://mauiverse.net/community-feed/2025/12/thewissen-supporting-android-16kb-page-sizes/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/12/thewissen-supporting-android-16kb-page-sizes/</guid><description>Steven Thewissen explains Google Play’s 16KB memory page size requirement for Android 15+ and what .NET MAUI developers need to upgrade/check to ensure their apps and native dependencies are compatible.</description><pubDate>Mon, 01 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Replicating a Christmas UI in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/11/telerik-replicating-christmas-ui-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/11/telerik-replicating-christmas-ui-net-maui/</guid><description>Leomaris Reyes recreates a Christmas-themed UI in .NET MAUI step-by-step, mixing native layouts with Telerik UI components to match a Dribbble design.</description><pubDate>Tue, 25 Nov 2025 00:00:00 GMT</pubDate></item><item><title>Official Aspire Integration for .NET MAUI is here!</title><link>https://mauiverse.net/community-feed/2025/11/official-aspire-integration-for-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/11/official-aspire-integration-for-dotnet-maui/</guid><description>Gerald Versluis covers the official .NET Aspire integration for .NET MAUI and what it unlocks for local dev and app composition.</description><pubDate>Mon, 24 Nov 2025 00:00:00 GMT</pubDate></item><item><title>Talking with Gerald Versluis about .NET MAUI &amp; Aspire</title><link>https://mauiverse.net/community-feed/2025/11/talking-with-gerald-versluis-about-dotnet-maui-aspire/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/11/talking-with-gerald-versluis-about-dotnet-maui-aspire/</guid><description>Gerald Versluis joins Jon and Allan to discuss his background, current MAUI work, and how Aspire fits into modern app architecture. The conversation highlights practical integration ideas and community-driven tooling you can apply today.</description><pubDate>Sat, 22 Nov 2025 00:00:00 GMT</pubDate></item><item><title>AI Powered .NET MAUI 10 Upgrade</title><link>https://mauiverse.net/community-feed/2025/11/ai-powered-dotnet-maui-10-upgrade/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/11/ai-powered-dotnet-maui-10-upgrade/</guid><description>See how to use GitHub Copilot to accelerate a .NET MAUI 9 to .NET MAUI 10 upgrade with official guidance. The video shows a practical prompt-driven flow in VS Code so you can modernize projects faster.</description><pubDate>Wed, 19 Nov 2025 00:00:00 GMT</pubDate></item><item><title>.NET 10 Improves MAUI Quality and Performance</title><link>https://mauiverse.net/community-feed/2025/11/net-maui-10-quality-performance/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/11/net-maui-10-quality-performance/</guid><description>Edin Kapić rounds up what .NET 10 brings to .NET MAUI — XAML source generation, Aspire service defaults, safer area APIs, and experimental CoreCLR on Android. Less flashy UI, more polish and productivity.</description><pubDate>Mon, 17 Nov 2025 00:00:00 GMT</pubDate></item><item><title>Talking about the .NET 10 Release &amp; Drawing some things on a Map from our GPS application</title><link>https://mauiverse.net/community-feed/2025/11/talking-about-the-dotnet-10-release-drawing-some-things-on-a-map-from-our-gps-application/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/11/talking-about-the-dotnet-10-release-drawing-some-things-on-a-map-from-our-gps-application/</guid><description>Jon and Allan upgrade their GPS app to .NET 10 and extend it with map visualization powered by server-sent updates. You’ll see how MAUI, Aspire, and Orleans patterns combine for real-time tracking without relying on SignalR.</description><pubDate>Sat, 15 Nov 2025 00:00:00 GMT</pubDate></item><item><title>What .NET 10 Brings To .NET MAUI Apps</title><link>https://mauiverse.net/community-feed/2025/11/what-net-10-brings-to-net-maui-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/11/what-net-10-brings-to-net-maui-apps/</guid><description>Juan breaks down the most important changes coming to .NET MAUI with .NET 10, from XAML source generation to key deprecations and performance improvements. It’s a practical preview to help teams understand what’s changing and how to prepare their apps for the next wave of the platform.</description><pubDate>Thu, 13 Nov 2025 00:00:00 GMT</pubDate></item><item><title>.NET Diagnostic Tooling with AI</title><link>https://mauiverse.net/community-feed/2025/11/dotnet-diagnostic-tooling-with-ai-jonathan-peppers/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/11/dotnet-diagnostic-tooling-with-ai-jonathan-peppers/</guid><description>Jonathan Peppers demos how AI is being applied to .NET diagnostic tooling, helping developers investigate performance and runtime issues more effectively.</description><pubDate>Wed, 12 Nov 2025 00:00:00 GMT</pubDate></item><item><title>DNF Summit 2025: Oqtane: A CMS and Application Framework for Blazor and .NET MAUI with Shaun Walker</title><link>https://mauiverse.net/community-feed/2025/11/oqtane-cms-application-framework-for-blazor-and-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/11/oqtane-cms-application-framework-for-blazor-and-dotnet-maui/</guid><description>Shaun Walker introduces how Oqtane combines Blazor and .NET MAUI into a multi-tenant, multi-platform application framework. This session gives you a practical look at where CMS features and app-platform architecture meet in real projects.</description><pubDate>Wed, 12 Nov 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Is Coming to Linux and the Browser, Powered by Avalonia</title><link>https://mauiverse.net/community-feed/2025/11/dotnet-maui-linux-browser-powered-by-avalonia/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/11/dotnet-maui-linux-browser-powered-by-avalonia/</guid><description>Mike James introduces Avalonia&apos;s drawn backend for extending existing .NET MAUI applications to desktop and embedded Linux, WebAssembly, Windows, and macOS. Explore why one consistent rendering layer could broaden MAUI&apos;s reach, simplify backend maintenance, and improve desktop performance without requiring an application rewrite.</description><pubDate>Tue, 11 Nov 2025 00:00:00 GMT</pubDate></item><item><title>Cross-platform development with .NET MAUI - Anjuli Jhakry - NDC Copenhagen 2025</title><link>https://mauiverse.net/community-feed/2025/11/cross-platform-development-with-dotnet-maui-anjuli-jhakry/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/11/cross-platform-development-with-dotnet-maui-anjuli-jhakry/</guid><description>Anjuli Jhakry’s NDC Copenhagen 2025 talk on cross-platform development with .NET MAUI.</description><pubDate>Mon, 10 Nov 2025 00:00:00 GMT</pubDate></item><item><title>Continuing our live tracking app with MAUI, Aspire, &amp; Orleans</title><link>https://mauiverse.net/community-feed/2025/11/continuing-our-live-tracking-app-with-maui-aspire-orleans-2025-11-08/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/11/continuing-our-live-tracking-app-with-maui-aspire-orleans-2025-11-08/</guid><description>This installment continues the live GPS tracking build with .NET MAUI, Aspire, and Orleans, focusing on architecture and scale. Jon and Allan iterate on backend messaging and app wiring to keep high-frequency location updates manageable.</description><pubDate>Sat, 08 Nov 2025 00:00:00 GMT</pubDate></item><item><title>PageResolver becomes SmartNavigation</title><link>https://mauiverse.net/community-feed/2025/11/smart-navigation/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/11/smart-navigation/</guid><description>PageResolver has been fully updated for .NET 10, and has a shiny new name to go along with some new functionality too.</description><pubDate>Sat, 08 Nov 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - A Journey to 10 Years of Grial</title><link>https://mauiverse.net/community-feed/2025/11/maui-community-standup-a-journey-to-10-years-of-grial/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/11/maui-community-standup-a-journey-to-10-years-of-grial/</guid><description>This standup revisits Grial’s ten-year journey and connects those lessons directly to modern .NET MAUI app development. You’ll see where mature UI tooling can accelerate delivery in .NET 10-era projects without sacrificing quality.</description><pubDate>Fri, 07 Nov 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, November 2025</title><link>https://mauiverse.net/community-feed/2025/11/net-maui-community-toolkit-monthly-standup-november-2025/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/11/net-maui-community-toolkit-monthly-standup-november-2025/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Fri, 07 Nov 2025 00:00:00 GMT</pubDate></item><item><title>Introducing Syncfusion’s First Set of Open-Source .NET MAUI Controls</title><link>https://mauiverse.net/community-feed/2025/11/syncfusion-first-set-open-source-maui-controls/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/11/syncfusion-first-set-open-source-maui-controls/</guid><description>Syncfusion open-sources a first batch of MAUI Toolkit controls (charts, navigation, inputs, loading states, and more) on NuGet/GitHub.</description><pubDate>Thu, 06 Nov 2025 00:00:00 GMT</pubDate></item><item><title>Faster Apps with XAML Source Generation in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/11/faster-apps-with-xaml-source-generation-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/11/faster-apps-with-xaml-source-generation-in-dotnet-maui/</guid><description>This video explains XAML Source Generation in .NET MAUI and how it improves runtime behavior in development builds. You will see how to enable it, inspect generated output, and debug with fewer release-vs-debug surprises.</description><pubDate>Tue, 04 Nov 2025 00:00:00 GMT</pubDate></item><item><title>High-Performance Caching Layer with System.IO.Hashing and Custom Policies</title><link>https://mauiverse.net/community-feed/2025/11/high-performance-caching-layer-with-system-io-hashing/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/11/high-performance-caching-layer-with-system-io-hashing/</guid><description>Jorge Perales Diaz builds a smart, high-performance caching layer in .NET from scratch, using the often-overlooked System.IO.Hashing namespace and cost-aware eviction policies. The result targets 92%+ hit ratios and sub-millisecond latency that outpaces MemoryCache and Redis in his benchmarks.</description><pubDate>Tue, 04 Nov 2025 00:00:00 GMT</pubDate></item><item><title>Image Detection in .NET MAUI on iOS</title><link>https://mauiverse.net/community-feed/2025/11/image-detection-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/11/image-detection-dotnet-maui/</guid><description>David Britch continues his ARKit series by detecting known images in a live scene from a .NET MAUI app on iOS. Learn how to register reference images and overlay content that tracks them in real time.</description><pubDate>Mon, 03 Nov 2025 00:00:00 GMT</pubDate></item><item><title>Continuing our live tracking app with MAUI, Aspire, &amp; Orleans</title><link>https://mauiverse.net/community-feed/2025/11/continuing-our-live-tracking-app-with-maui-aspire-orleans-2025-11-01/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/11/continuing-our-live-tracking-app-with-maui-aspire-orleans-2025-11-01/</guid><description>Jon and Allan continue building their live tracking system with .NET MAUI, Aspire, and Orleans while refining service boundaries. The stream highlights implementation trade-offs for scalable GPS ingestion and client update delivery.</description><pubDate>Sat, 01 Nov 2025 00:00:00 GMT</pubDate></item><item><title>Crypto Financial Charts in .NET MAUI Apps</title><link>https://mauiverse.net/community-feed/2025/10/telerik-crypto-financial-charts-net-maui-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/10/telerik-crypto-financial-charts-net-maui-apps/</guid><description>Leomaris Reyes introduces the Telerik Financial Chart for .NET MAUI and shows how to build interactive crypto/market visualizations with series, indicators, legends, and annotations.</description><pubDate>Thu, 30 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Body Tracking in .NET MAUI on iOS</title><link>https://mauiverse.net/community-feed/2025/10/body-tracking-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/10/body-tracking-dotnet-maui/</guid><description>David Britch shows how to track a human body and its joints in a live AR scene from a .NET MAUI app on iOS. It&apos;s a practical look at ARKit&apos;s skeleton tracking rendered with SceneKit.</description><pubDate>Tue, 28 Oct 2025 00:00:00 GMT</pubDate></item><item><title>DragDropGridView: The Holy Grail of Grid Layouts for MAUI</title><link>https://mauiverse.net/community-feed/2025/10/dragdropgridview-holy-grail-of-grid-layouts/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/10/dragdropgridview-holy-grail-of-grid-layouts/</guid><description>Jean-Marie Alfonsi introduces Sharpnado.Maui.DragDropGridView—a high-performance, drag-and-drop grid layout for .NET MAUI with animations, auto-scroll, and cross-platform gesture handling.</description><pubDate>Mon, 27 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Wireless Debugging in Visual Studio 2026 / 2022</title><link>https://mauiverse.net/community-feed/2025/10/wireless-debugging-in-visual-studio/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/10/wireless-debugging-in-visual-studio/</guid><description>James Esil Holder shows how to wirelessly debug .NET MAUI and Xamarin apps on an Android device using scrcpy and ADB over Wi-Fi. A cable-free workflow that mirrors your device screen and deploys directly from Visual Studio.</description><pubDate>Mon, 27 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Continuing our live tracking app with MAUI, Aspire, &amp; Orleans</title><link>https://mauiverse.net/community-feed/2025/10/continuing-our-live-tracking-app-with-maui-aspire-orleans/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/10/continuing-our-live-tracking-app-with-maui-aspire-orleans/</guid><description>This episode continues the live tracking app series, combining .NET MAUI on the client with Aspire and Orleans on the backend. You’ll see concrete progress on GPS flow handling, distributed processing, and practical system design choices.</description><pubDate>Sat, 25 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Facial Expression Identification in .NET MAUI on iOS</title><link>https://mauiverse.net/community-feed/2025/10/facial-expression-identification-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/10/facial-expression-identification-dotnet-maui/</guid><description>David Britch uses ARKit&apos;s blend shapes to detect facial expressions like blinks, smiles, and tongue-out in a .NET MAUI app on iOS. See how a coarse face mesh becomes a hook for gaze tracking and emotion recognition.</description><pubDate>Tue, 21 Oct 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Masked Entry: Secure Input for Credit Cards, PINs, Account Numbers</title><link>https://mauiverse.net/community-feed/2025/10/telerik-net-maui-masked-entry-secure-input-credit-cards-pins-account-numbers/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/10/telerik-net-maui-masked-entry-secure-input-credit-cards-pins-account-numbers/</guid><description>Leomaris Reyes shows how MaskedEntry improves UX in .NET MAUI by enforcing input formats for credit cards, PINs, accounts, emails, IPs, and more.</description><pubDate>Mon, 20 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Starting a new app with .NET Aspire, Orleans, &amp; MAUI with some GPS magic</title><link>https://mauiverse.net/community-feed/2025/10/starting-a-new-app-with-dotnet-aspire-orleans-maui-with-some-gps-magic/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/10/starting-a-new-app-with-dotnet-aspire-orleans-maui-with-some-gps-magic/</guid><description>Jon and Allan start a new GPS-focused app using .NET MAUI, Aspire, and Orleans to demonstrate a modern distributed setup from day one. The session covers early architecture decisions and how they impact scale, maintainability, and developer experience.</description><pubDate>Sat, 18 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Preventing Reverse Engineering: Code Obfuscation and Tamper Detection in .NET MAUI Apps</title><link>https://mauiverse.net/community-feed/2025/10/preventing-reverse-engineering-code-obfuscation-and-tamper-detection/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/10/preventing-reverse-engineering-code-obfuscation-and-tamper-detection/</guid><description>Jorge Perales Diaz lays out a multi-layered defense strategy to make .NET MAUI apps far harder to reverse-engineer. From Obfuscar and string encryption to runtime tamper and root/jailbreak detection, it&apos;s a practical security playbook for protecting IP and sensitive data.</description><pubDate>Fri, 17 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Building a .NET MAUI App with the MVU (Model-View-Update) Pattern</title><link>https://mauiverse.net/community-feed/2025/10/building-a-dotnet-maui-app-with-the-mvu-pattern/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/10/building-a-dotnet-maui-app-with-the-mvu-pattern/</guid><description>Jorge Perales Diaz introduces the MVU (Model-View-Update) pattern as a predictable, unidirectional alternative to MVVM in .NET MAUI. He builds a working Task Tracker from scratch using declarative C# markup to show how state-as-a-function-of-the-UI plays out in practice.</description><pubDate>Tue, 14 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Face Tracking in .NET MAUI on iOS</title><link>https://mauiverse.net/community-feed/2025/10/face-detection-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/10/face-detection-dotnet-maui/</guid><description>David Britch configures an ARKit face tracking session in a .NET MAUI app on iOS and overlays a live 3D mesh that follows the face. It&apos;s the groundwork for effects like virtual glasses try-on.</description><pubDate>Mon, 13 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Top 7 .Net MAUI Libraries</title><link>https://mauiverse.net/community-feed/2025/10/top-7-net-maui-libraries/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/10/top-7-net-maui-libraries/</guid><description>Horus Studio shares a concise, experience-driven roundup of seven .NET MAUI libraries that can streamline everything from UI polish and graphics to logging and API integration. It’s a quick read that helps you spot which tools might remove friction in your next MAUI project and why they’re worth a closer look.</description><pubDate>Tue, 07 Oct 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - Live from Prague with the .NET MAUI Team</title><link>https://mauiverse.net/community-feed/2025/10/maui-community-standup-live-from-prague-dotnet-maui-team/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/10/maui-community-standup-live-from-prague-dotnet-maui-team/</guid><description>David Ortinau hosts a .NET MAUI Community Standup live from Prague with the .NET MAUI team, sharing updates and community Q&amp;A.</description><pubDate>Fri, 03 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Using Copilot in VS 2026 to investigate a memory leak</title><link>https://mauiverse.net/community-feed/2025/10/copilot-vs-2026-investigate-memory-leak/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/10/copilot-vs-2026-investigate-memory-leak/</guid><description>Pedro Jesus demonstrates using GitHub Copilot in Visual Studio 2026 to help investigate and reason about a memory leak.</description><pubDate>Thu, 02 Oct 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI RC1 Brings Diagnostics and Experimental Android CoreCLR Support</title><link>https://mauiverse.net/community-feed/2025/09/net-maui-rc1/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/09/net-maui-rc1/</guid><description>Edin Kapić covers .NET MAUI in .NET 10 RC1 — layout diagnostics for Aspire/OpenTelemetry, HybridWebView init events, and experimental CoreCLR on Android. Feature-complete, go-live supported, and aimed at reliability.</description><pubDate>Mon, 29 Sep 2025 00:00:00 GMT</pubDate></item><item><title>Exploring Popup &amp; Dialogs: Promotions, Cart Updates, Personalized Offers</title><link>https://mauiverse.net/community-feed/2025/09/telerik-exploring-popup-dialogs-promotions-cart-updates-personalized-offers/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/09/telerik-exploring-popup-dialogs-promotions-cart-updates-personalized-offers/</guid><description>Leomaris Reyes explores popup patterns in .NET MAUI and shows how to implement Telerik Popup for confirmations, promotions, and contextual messaging—with modal/non-modal options and styling.</description><pubDate>Mon, 29 Sep 2025 00:00:00 GMT</pubDate></item><item><title>Working with some AI &amp; .NET MAUI with special guest David Ortinau</title><link>https://mauiverse.net/community-feed/2025/09/working-with-some-ai-dotnet-maui-with-special-guest-david-ortinau/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/09/working-with-some-ai-dotnet-maui-with-special-guest-david-ortinau/</guid><description>Jon, Allan, and David Ortinau tackle structured AI outputs in a .NET MAUI game workflow to handle speech-to-text variations reliably. You’ll learn how prompt design and normalization strategies improve answer matching in real apps.</description><pubDate>Sat, 27 Sep 2025 00:00:00 GMT</pubDate></item><item><title>GoneDotNet - Almost Finished our Heads Up Clone using .NET MAUI &amp; AI</title><link>https://mauiverse.net/community-feed/2025/09/gonedotnet-almost-finished-our-heads-up-clone-using-dotnet-maui-ai/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/09/gonedotnet-almost-finished-our-heads-up-clone-using-dotnet-maui-ai/</guid><description>Jon and Allan run their .NET MAUI Heads Up clone end-to-end and validate the core gameplay loop with AI assistance. The stream focuses on integration quality, gameplay flow, and what still needs hardening before final polish.</description><pubDate>Sat, 20 Sep 2025 00:00:00 GMT</pubDate></item><item><title>Playing iOS Accessible Solitaire with Both Voice Control and VoiceOver: Part 1</title><link>https://mauiverse.net/community-feed/2025/09/playing-ios-accessible-solitaire-voice-control-voiceover/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/09/playing-ios-accessible-solitaire-voice-control-voiceover/</guid><description>Guy Barker explores playing his .NET MAUI Accessible Solitaire game using iOS Voice Control and VoiceOver simultaneously. The post documents the setup, the Voice Control commands needed, and the opportunities for improving this interaction model.</description><pubDate>Thu, 18 Sep 2025 00:00:00 GMT</pubDate></item><item><title>From Open Source to Premium: Get 95+ .NET MAUI Controls for Enterprise Apps</title><link>https://mauiverse.net/community-feed/2025/09/syncfusion-open-source-to-premium-maui-controls/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/09/syncfusion-open-source-to-premium-maui-controls/</guid><description>Syncfusion outlines what’s in the open-source MAUI Toolkit and what you get by moving up to the full premium Essential Studio suite.</description><pubDate>Thu, 18 Sep 2025 00:00:00 GMT</pubDate></item><item><title>Recap: What’s New in .NET MAUI for .NET 10</title><link>https://mauiverse.net/community-feed/2025/09/telerik-recap-whats-new-net-maui-net-10/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/09/telerik-recap-whats-new-net-maui-net-10/</guid><description>Leomaris Reyes recaps key .NET MAUI changes in .NET 10, including deprecations, new APIs, and platform/control updates to keep in mind when upgrading.</description><pubDate>Mon, 15 Sep 2025 00:00:00 GMT</pubDate></item><item><title>Take Your .NET MAUI Testing to the Next Level with Maestro</title><link>https://mauiverse.net/community-feed/2025/09/dotnet-maui-testing-maestro/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/09/dotnet-maui-testing-maestro/</guid><description>A practical intro to Maestro for fast, declarative end-to-end UI testing of .NET MAUI apps using YAML flows and CI-friendly tooling.</description><pubDate>Fri, 12 Sep 2025 00:00:00 GMT</pubDate></item><item><title>Visual Studio 2026 unboxing with Pedro Jesus! MAUI, Copilot, iOS 26, everything!</title><link>https://mauiverse.net/community-feed/2025/09/visual-studio-2026-unboxing-with-pedro-jesus-maui-copilot-ios-26/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/09/visual-studio-2026-unboxing-with-pedro-jesus-maui-copilot-ios-26/</guid><description>Pedro Jesus joins Gerald Versluis to explore Visual Studio 2026 with a strong focus on MAUI, Copilot, and iOS 26 workflows. This stream gives you an early look at how the updated tooling can affect your day-to-day development flow.</description><pubDate>Fri, 12 Sep 2025 00:00:00 GMT</pubDate></item><item><title>Visual Studio 2026 unboxing with Pedro Jesus! MAUI, Copilot, iOS 26, everything!</title><link>https://mauiverse.net/community-feed/2025/09/visual-studio-2026-unboxing-pedro-jesus/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/09/visual-studio-2026-unboxing-pedro-jesus/</guid><description>Pedro Jesus unboxes Visual Studio 2026 and talks through what’s new, with a focus on MAUI and Copilot-driven workflows.</description><pubDate>Fri, 12 Sep 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - Talking RC1, iPhone, and more</title><link>https://mauiverse.net/community-feed/2025/09/maui-community-standup-talking-rc1-iphone-and-more/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/09/maui-community-standup-talking-rc1-iphone-and-more/</guid><description>David Ortinau hosts a .NET MAUI Community Standup discussing RC1, iPhone-related topics, and other updates across the MAUI ecosystem.</description><pubDate>Fri, 12 Sep 2025 00:00:00 GMT</pubDate></item><item><title>Visual Studio 2026 Insiders Is Here: A First Look at the AI-Native Future of the IDE</title><link>https://mauiverse.net/community-feed/2025/09/visual-studio-2026-insiders-first-look/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/09/visual-studio-2026-insiders-first-look/</guid><description>Jorge Perales Diaz takes a first look at the Visual Studio 2026 Insiders Preview, framing it as a foundational shift toward an AI-native IDE rather than a routine yearly update. He walks through the early AI, performance, debugging, and platform changes — and how to install it side-by-side with VS 2022.</description><pubDate>Tue, 09 Sep 2025 00:00:00 GMT</pubDate></item><item><title>Heads Up Clone .NET MAUI (continued)</title><link>https://mauiverse.net/community-feed/2025/09/heads-up-clone-dotnet-maui-continued/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/09/heads-up-clone-dotnet-maui-continued/</guid><description>This continuation episode expands the .NET MAUI Heads Up clone with architecture refinements and AI-assisted features. Jon and Allan focus on implementation details that improve maintainability while keeping gameplay iterations fast.</description><pubDate>Sat, 06 Sep 2025 00:00:00 GMT</pubDate></item><item><title>Animating Augmented Reality Content in .NET MAUI on iOS</title><link>https://mauiverse.net/community-feed/2025/09/animating-augmented-reality-content-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/09/animating-augmented-reality-content-dotnet-maui/</guid><description>David Britch adds a spinning globe to an AR scene in a .NET MAUI app on iOS and keeps it interactive with gestures. Learn how SCNAction animations combine with tap, pinch, and rotate handling.</description><pubDate>Thu, 04 Sep 2025 00:00:00 GMT</pubDate></item><item><title>Real-Time Camera Filters with Hardware-Accelerated Shaders in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/09/real-time-camera-filters-with-hardware-accelerated-shaders-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/09/real-time-camera-filters-with-hardware-accelerated-shaders-in-net-maui/</guid><description>Build a cross-platform camera app in .NET MAUI with live SKSL shader effects and GPU-accelerated rendering.</description><pubDate>Wed, 03 Sep 2025 00:00:00 GMT</pubDate></item><item><title>Interacting with Augmented Reality Content in .NET MAUI on iOS</title><link>https://mauiverse.net/community-feed/2025/09/interacting-with-augmented-reality-content-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/09/interacting-with-augmented-reality-content-dotnet-maui/</guid><description>David Britch overlays an image on an AR scene in a .NET MAUI app on iOS and makes it respond to touch. Learn to move, scale, and remove nodes with tap, pinch, and pan gestures.</description><pubDate>Tue, 02 Sep 2025 00:00:00 GMT</pubDate></item><item><title>Exploring the BusyIndicator in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/09/telerik-exploring-busyindicator-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/09/telerik-exploring-busyindicator-net-maui/</guid><description>Leomaris Reyes shows how to add clear loading feedback with Telerik BusyIndicator in .NET MAUI, including built-in animations, customization, and common UX patterns.</description><pubDate>Tue, 02 Sep 2025 00:00:00 GMT</pubDate></item><item><title>What&apos;s New &amp; Next for .NET MAUI and Blazor Hybrid - NDC Oslo 2025</title><link>https://mauiverse.net/community-feed/2025/09/whats-new-next-dotnet-maui-blazor-hybrid-rachel-kang/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/09/whats-new-next-dotnet-maui-blazor-hybrid-rachel-kang/</guid><description>Rachel Kang’s NDC Oslo 2025 session covering what’s new (and what’s next) for .NET MAUI and Blazor Hybrid.</description><pubDate>Tue, 02 Sep 2025 00:00:00 GMT</pubDate></item><item><title>Writing a .NET MAUI &quot;Heads Up&quot; Clone</title><link>https://mauiverse.net/community-feed/2025/08/writing-a-dotnet-maui-heads-up-clone/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/08/writing-a-dotnet-maui-heads-up-clone/</guid><description>Jon and Allan begin building a Heads Up-style game in .NET MAUI with open source libraries and practical architecture choices. The video covers the initial implementation path so you can follow along and build the same foundation quickly.</description><pubDate>Sat, 30 Aug 2025 00:00:00 GMT</pubDate></item><item><title>MauiReactor: An MVU Approach for .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/08/mauireactor-an-mvu-approach-for-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/08/mauireactor-an-mvu-approach-for-dotnet-maui/</guid><description>A guest post by MauiReactor creator Adolfo Marinucci on MVU in MAUI—declarative C# UI, fast iteration, and state-driven rendering.</description><pubDate>Wed, 27 Aug 2025 00:00:00 GMT</pubDate></item><item><title>Mastering the Art of Vector Graphics: Using the Path for Drawings in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/08/mastering-vector-graphics-using-the-path-for-drawings/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/08/mastering-vector-graphics-using-the-path-for-drawings/</guid><description>Jorge Perales Diaz delivers a comprehensive guide to the .NET MAUI Path object, the Swiss Army knife for custom icons, shapes, and vector illustrations. It covers path markup syntax end to end, then moves into real-world shapes, animation, and performance best practices.</description><pubDate>Tue, 26 Aug 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI DataGrid: Display Transaction Details, Account Summaries</title><link>https://mauiverse.net/community-feed/2025/08/telerik-net-maui-datagrid-display-transaction-details-account-summaries/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/08/telerik-net-maui-datagrid-display-transaction-details-account-summaries/</guid><description>Leomaris Reyes walks through Telerik DataGrid for .NET MAUI—columns, sorting, filtering, editing, and load-on-demand—to build fast, scalable data-heavy screens.</description><pubDate>Tue, 26 Aug 2025 00:00:00 GMT</pubDate></item><item><title>Bluetooth in MAUI App</title><link>https://mauiverse.net/community-feed/2025/08/bluetooth-in-maui-app-ble-tic-tac-toe/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/08/bluetooth-in-maui-app-ble-tic-tac-toe/</guid><description>This deep dive shows how to build peer-to-peer Bluetooth LE gameplay in .NET MAUI using a Tic-Tac-Toe example. It compares Plugin.BLE with Shiny, then walks through host/client architecture, game synchronization, and offline communication patterns.</description><pubDate>Sun, 24 Aug 2025 00:00:00 GMT</pubDate></item><item><title>.NET 10 Preview 7 Accelerates .NET MAUI with XAML Source Generator</title><link>https://mauiverse.net/community-feed/2025/08/maui-10-preview7/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/08/maui-10-preview7/</guid><description>Edin Kapić details .NET MAUI in .NET 10 Preview 7 — build-time XAML generation, MediaPicker EXIF handling, SafeAreaEdges, and secondary toolbar items. A late-preview polish pass with compile-time markup at the center.</description><pubDate>Sun, 24 Aug 2025 00:00:00 GMT</pubDate></item><item><title>Exploring the PDF Viewer for Your .NET MAUI Education Apps</title><link>https://mauiverse.net/community-feed/2025/08/telerik-exploring-pdf-viewer-net-maui-education-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/08/telerik-exploring-pdf-viewer-net-maui-education-apps/</guid><description>Leomaris Reyes shows how to integrate a PDF Viewer into .NET MAUI using Telerik UI, including loading sources (URI/file/bytes), toolbar options, layout modes, and link handling.</description><pubDate>Thu, 21 Aug 2025 00:00:00 GMT</pubDate></item><item><title>Augmented Reality Basics in .NET MAUI on iOS</title><link>https://mauiverse.net/community-feed/2025/08/augmented-reality-basics-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/08/augmented-reality-basics-dotnet-maui/</guid><description>David Britch builds a basic AR app in .NET MAUI on iOS, overlaying a 3D cube on the camera feed using ARKit and SceneKit behind a custom handler. It&apos;s the foundation for his whole ARKit series.</description><pubDate>Wed, 20 Aug 2025 00:00:00 GMT</pubDate></item><item><title>Native App Icons for .NET MAUI: Android and iOS</title><link>https://mauiverse.net/community-feed/2025/08/native-app-icons-for-net-maui-android-and-ios/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/08/native-app-icons-for-net-maui-android-and-ios/</guid><description>Configure custom native app icons for Android and iOS in .NET MAUI with platform-specific assets.</description><pubDate>Mon, 18 Aug 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #197</title><link>https://mauiverse.net/community-feed/2025/08/sands-of-maui-issue-197/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/08/sands-of-maui-issue-197/</guid><description>Sam Basu&apos;s Sands of MAUI #197 curates SkiaSharp in .NET MAUI, .NET 10 Update, .NET Conf, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 18 Aug 2025 00:00:00 GMT</pubDate></item><item><title>SkiaSharp in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/08/your-first-steps-skiasharp-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/08/your-first-steps-skiasharp-dotnet-maui/</guid><description>Héctor Pérez explores SkiaSharp in .NET MAUI, covering “What Is SkiaSharp” and “Using SkiaSharp in .NET MAUI Projects”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 14 Aug 2025 00:00:00 GMT</pubDate></item><item><title>Enhancing Maui with Com.Igniscore Controls: Progress Bar, Radial Progress Bar, and Donut Chart .Net MAUI Plugins</title><link>https://mauiverse.net/community-feed/2025/08/enhancing-maui-with-com-igniscor-progress-radial-donut-plugins/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/08/enhancing-maui-with-com-igniscor-progress-radial-donut-plugins/</guid><description>Igniscor presents a set of MAUI UI plugins that extend default progress and chart capabilities with richer customization options. The article covers their ProgressBar, RadialProgressBar, and DonutChart packages, including migration context from Xamarin.Forms and setup links.</description><pubDate>Wed, 13 Aug 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue: #196</title><link>https://mauiverse.net/community-feed/2025/08/sands-of-maui-issue-196/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/08/sands-of-maui-issue-196/</guid><description>Sam Basu&apos;s Sands of MAUI #196 curates Lottie with .NET MAUI, React UI in .NET MAUI, GPT-5 Release, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 11 Aug 2025 00:00:00 GMT</pubDate></item><item><title>Build a Timesheet Mobile App - .NET MAUI Blazor Hybrid &amp; Tailwind CSS &amp; .NET 9</title><link>https://mauiverse.net/community-feed/2025/08/build-a-timesheet-mobile-app-maui-blazorhybrid-tailwind-dotnet9-abhay-prince/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/08/build-a-timesheet-mobile-app-maui-blazorhybrid-tailwind-dotnet9-abhay-prince/</guid><description>Abhay Prince builds a Timesheet mobile app using .NET MAUI Blazor Hybrid with Tailwind CSS, targeting .NET 9.</description><pubDate>Fri, 08 Aug 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup: Apple Intelligence with .NET</title><link>https://mauiverse.net/community-feed/2025/08/maui-community-standup-apple-intelligence-with-dotnet/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/08/maui-community-standup-apple-intelligence-with-dotnet/</guid><description>David Ortinau hosts a .NET MAUI Community Standup focused on Apple Intelligence and what it means for .NET developers building MAUI apps.</description><pubDate>Fri, 08 Aug 2025 00:00:00 GMT</pubDate></item><item><title>The Definitive Guide: MAUI Blazor Hybrid &amp; Web</title><link>https://mauiverse.net/community-feed/2025/08/the-definitive-guide-maui-blazor-hybrid-and-web/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/08/the-definitive-guide-maui-blazor-hybrid-and-web/</guid><description>Hector Perez Rojas builds a shared AI image generator experience across Blazor Web and .NET MAUI Hybrid from one codebase mindset. The session covers shared UI and logic, OpenAI/Azure OpenAI integration, and key setup details needed to make the app run smoothly across targets.</description><pubDate>Wed, 06 Aug 2025 00:00:00 GMT</pubDate></item><item><title>Lottie with .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/08/enhancing-dotnet-maui-app-appearance-using-lottie-animations/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/08/enhancing-dotnet-maui-app-appearance-using-lottie-animations/</guid><description>Héctor Pérez explores Lottie with .NET MAUI, covering “What Is a Lottie Animation” and “Where Can Lottie Animations Be Found”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Mon, 04 Aug 2025 00:00:00 GMT</pubDate></item><item><title>Plugin.Maui.Theme review</title><link>https://mauiverse.net/community-feed/2025/08/plugin-maui-theme-review/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/08/plugin-maui-theme-review/</guid><description>A review of Plugin.Maui.Theme, a small library that centralizes ResourceDictionary-based theme registration and runtime switching in .NET MAUI.</description><pubDate>Sat, 02 Aug 2025 00:00:00 GMT</pubDate></item><item><title>Exploring Free Open-Source .NET MAUI Controls with Vishnu Menon | Insider Insights</title><link>https://mauiverse.net/community-feed/2025/08/exploring-free-open-source-dotnet-maui-controls-with-vishnu-menon/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/08/exploring-free-open-source-dotnet-maui-controls-with-vishnu-menon/</guid><description>Syncfusion’s interview with Vishnu Menon covers the free open-source .NET MAUI control set and where it fits in real app delivery. You’ll get a practical perspective on capabilities, use cases, and adoption decisions for UI teams.</description><pubDate>Fri, 01 Aug 2025 00:00:00 GMT</pubDate></item><item><title>The Ultimate Guide: .NET MAUI in .NET 10</title><link>https://mauiverse.net/community-feed/2025/08/the-ultimate-guide-dotnet-maui-in-dotnet-10/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/08/the-ultimate-guide-dotnet-maui-in-dotnet-10/</guid><description>Jorge Perales Diaz rounds up what .NET 10 brings to .NET MAUI — faster startup, new controls like Popup and CameraView, Blazor Hybrid upgrades, and smoother animations. It also stacks MAUI up against Flutter and React Native to help you pick the right stack.</description><pubDate>Fri, 01 Aug 2025 00:00:00 GMT</pubDate></item><item><title>My Top 5 UI Moments of 2025 (So Far)</title><link>https://mauiverse.net/community-feed/2025/07/my-top-5-ui-moments-of-2025-so-far/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/my-top-5-ui-moments-of-2025-so-far/</guid><description>David Ortinau reflects on five standout .NET MAUI UI lessons from 2025, covering design, performance, and tooling.</description><pubDate>Wed, 30 Jul 2025 00:00:00 GMT</pubDate></item><item><title>How I Built a Viral Video Generator (MAUI, XAML, Sora)</title><link>https://mauiverse.net/community-feed/2025/07/how-i-built-a-viral-video-generator-maui-xaml-sora/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/how-i-built-a-viral-video-generator-maui-xaml-sora/</guid><description>Hector Perez Rojas demonstrates a .NET MAUI app that turns prompts into short videos using Sora with an Azure OpenAI-backed workflow. You’ll see how XAML + MVVM, prompt enhancement, secure settings, and media playback come together in one production-style flow.</description><pubDate>Tue, 29 Jul 2025 00:00:00 GMT</pubDate></item><item><title>React UI in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/07/react-ui-native-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/react-ui-native-apps/</guid><description>Sam Basu explores React UI in .NET MAUI, focusing on conundrum 1 and conundrum 2. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 29 Jul 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI 10 Preview 6 Brings Performance Updates, Small Enhancements</title><link>https://mauiverse.net/community-feed/2025/07/net-maui-10-preview-6/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/net-maui-10-preview-6/</guid><description>Edin Kapić covers .NET MAUI 10 Preview 6 — multi-select MediaPicker with compression, HybridWebView request interception, and stability fixes across CollectionView and friends. Small surface area, practical wins.</description><pubDate>Mon, 28 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Performing Convolution in SkiaSharp</title><link>https://mauiverse.net/community-feed/2025/07/performing-convolution-in-skiasharp/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/performing-convolution-in-skiasharp/</guid><description>David Britch performs fast image convolution in SkiaSharp using CreateMatrixConvolution for blur, sharpen, emboss, and edge detection in a .NET MAUI app. Learn why the built-in filter beats a hand-rolled O(N²) loop for arbitrary kernel sizes.</description><pubDate>Mon, 28 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #195</title><link>https://mauiverse.net/community-feed/2025/07/sands-of-maui-issue-195/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/sands-of-maui-issue-195/</guid><description>Sam Basu&apos;s Sands of MAUI #195 curates Breakout: Building a Cross-Platform Game in .NET MAUI with DrawnUI and Hot Preview, Hot Preview: View and Update Your App’s Pages/Controls in Isolation, Turn Any Phone into an IP Camera in 30 Minutes Using .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 28 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Coach Marks, but Beautiful in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/07/coach-marks-but-beautiful-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/coach-marks-but-beautiful-in-net-maui/</guid><description>Build polished onboarding coach marks in .NET MAUI with reusable patterns from FreakyUXKit.</description><pubDate>Sun, 27 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Getting Pixel Data with SkiaSharp</title><link>https://mauiverse.net/community-feed/2025/07/getting-pixel-data-with-skiasharp/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/getting-pixel-data-with-skiasharp/</guid><description>David Britch explains the fastest ways to read and write raw pixel data with SkiaSharp in a .NET MAUI app, with greyscale, sepia, and thresholding examples. Learn why SKBitmap beats SKImage for pixel access and how RGBA layout differs per platform.</description><pubDate>Thu, 24 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Integrating .NET MAUI with GraphQL for Advanced Data Fetching</title><link>https://mauiverse.net/community-feed/2025/07/integrating-dotnet-maui-with-graphql/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/integrating-dotnet-maui-with-graphql/</guid><description>Jorge Perales Diaz makes the case for pairing .NET MAUI with GraphQL to kill over-fetching and under-fetching on mobile networks. The post walks from REST-vs-GraphQL benchmarks to a DI-ready client setup, offline caching, and enterprise-grade security hardening.</description><pubDate>Wed, 23 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Joystick Navigation UI in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/07/joystick-navigation-ui-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/joystick-navigation-ui-in-net-maui/</guid><description>Create a joystick-style navigation control in .NET MAUI using gestures, custom views, and Shell routes.</description><pubDate>Wed, 23 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Building A Pedometer Fitness Tracker using .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/07/building-a-pedometer-fitness-tracker-using-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/building-a-pedometer-fitness-tracker-using-net-maui/</guid><description>Build a cross-platform pedometer app in .NET MAUI with step tracking, SQLite persistence, and DevExpress UI.</description><pubDate>Tue, 22 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Create Viral Videos with SORA in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/07/create-viral-videos-with-sora-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/create-viral-videos-with-sora-in-net-maui/</guid><description>Build a .NET MAUI app that connects to Azure OpenAI SORA to generate short videos from prompts.</description><pubDate>Tue, 22 Jul 2025 00:00:00 GMT</pubDate></item><item><title>MAUI VIdeo UI July</title><link>https://mauiverse.net/community-feed/2025/07/maui-video-ui-july/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/maui-video-ui-july/</guid><description>A MAUI UI July video session sharing .NET MAUI UI techniques and practical implementation notes.</description><pubDate>Tue, 22 Jul 2025 00:00:00 GMT</pubDate></item><item><title>SkiaSharp and MVVM</title><link>https://mauiverse.net/community-feed/2025/07/skiasharp-and-mvvm/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/skiasharp-and-mvvm/</guid><description>David Britch shows how to move SkiaSharp drawing code out of a view&apos;s code-behind and into a service consumed by a view model in .NET MAUI. Learn to subclass SKCanvasView with a bindable renderer property for clean MVVM.</description><pubDate>Tue, 22 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Creating a Wheel of names clone</title><link>https://mauiverse.net/community-feed/2025/07/creating-a-wheel-of-names-clone/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/creating-a-wheel-of-names-clone/</guid><description>Build a Wheel of Names style experience in .NET MAUI with custom UI, animation, and interaction patterns.</description><pubDate>Mon, 21 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #194</title><link>https://mauiverse.net/community-feed/2025/07/sands-of-maui-issue-194/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/sands-of-maui-issue-194/</guid><description>Sam Basu&apos;s Sands of MAUI #194 curates Barcodes with .NET MAUI, GitHub Copilot Productivity, .NET 10 Update, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 21 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Turn any phone into an IP Camera in 30 Minutes using .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/07/ip-camera-dotnet-maui-30-minutes/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/ip-camera-dotnet-maui-30-minutes/</guid><description>Build a .NET MAUI IP camera app with CommunityToolkit camera APIs, comparing MJPEG streaming for low latency vs video recording for smoother playback (and audio).</description><pubDate>Sun, 20 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Building a Dynamic Milestone Journey Tracker with SkiaSharp in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/07/building-a-dynamic-milestone-journey-tracker-with-skiasharp-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/building-a-dynamic-milestone-journey-tracker-with-skiasharp-in-net-maui/</guid><description>Create a curved, animated milestone journey tracker in .NET MAUI with SkiaSharp, including dynamic marker rendering and completion states.</description><pubDate>Thu, 17 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Extracting EXIF Data in MAUI Apps: A How-To Guide</title><link>https://mauiverse.net/community-feed/2025/07/extracting-exif-data-in-maui-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/extracting-exif-data-in-maui-apps/</guid><description>How to read EXIF metadata from photos in .NET MAUI—useful for orientation, timestamps, GPS, and more.</description><pubDate>Thu, 17 Jul 2025 00:00:00 GMT</pubDate></item><item><title>MAUI UI July Day 17: Scrolling Label</title><link>https://mauiverse.net/community-feed/2025/07/maui-ui-july-day-17-scrolling-label/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/maui-ui-july-day-17-scrolling-label/</guid><description>A deep dive into a custom scrolling label for .NET MAUI using handlers, platform listeners, and safe animation cancellation.</description><pubDate>Thu, 17 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Memory Management using Span&lt;T&gt; and Memory&lt;T&gt; for High-Performance Applications</title><link>https://mauiverse.net/community-feed/2025/07/memory-management-using-span-and-memory/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/memory-management-using-span-and-memory/</guid><description>Jorge Perales Diaz takes a deep dive into Span&lt;T&gt; and Memory&lt;T&gt;, the .NET types that let you slice memory without extra allocations. Through parsing, buffer, and async examples, he shows how to cut GC pressure and speed up hot paths in high-performance C# code.</description><pubDate>Thu, 17 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Building an Animated Countdown Control in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/07/building-an-animated-countdown-control-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/building-an-animated-countdown-control-in-net-maui/</guid><description>Build a polished radial countdown control in .NET MAUI with smooth animation, adaptive text scaling, and customizable visual properties.</description><pubDate>Wed, 16 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Reusable Views in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/07/reusable-views-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/reusable-views-in-net-maui/</guid><description>Learn patterns for extracting and reusing UI pieces in .NET MAUI to keep screens consistent, modular, and easier to maintain.</description><pubDate>Wed, 16 Jul 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Barcode &amp; QR Code: For Inventory, Orders &amp; Loyalty</title><link>https://mauiverse.net/community-feed/2025/07/telerik-net-maui-barcode-qr-code-inventory-orders-loyalty/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/telerik-net-maui-barcode-qr-code-inventory-orders-loyalty/</guid><description>Leomaris Reyes introduces barcode/QR scenarios and shows how to get started with Telerik Barcode for .NET MAUI for scanning and generating common symbologies.</description><pubDate>Wed, 16 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Building A Cross-Platform Game in .NET MAUI with DrawnUI and Hot Preview</title><link>https://mauiverse.net/community-feed/2025/07/building-a-cross-platform-game-in-net-maui-with-drawnui-and-hot-preview/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/building-a-cross-platform-game-in-net-maui-with-drawnui-and-hot-preview/</guid><description>Learn how a full Breakout game is built in .NET MAUI with DrawnUI, performance tuning, and multi-input support.</description><pubDate>Tue, 15 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Bringing Web to .NET MAUI with Beth Massi</title><link>https://mauiverse.net/community-feed/2025/07/bringing-web-to-dotnet-maui-with-beth-massi/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/bringing-web-to-dotnet-maui-with-beth-massi/</guid><description>Beth Massi joins Coding After Work to talk through how web and native development meet inside .NET MAUI. The conversation covers Blazor, Hybrid WebView, the history behind MAUI, and the practical tradeoffs teams face when building cross-platform apps.</description><pubDate>Mon, 14 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Creating your very first .NET MAUI SkiaSharp component step-by-step</title><link>https://mauiverse.net/community-feed/2025/07/creating-your-very-first-net-maui-skiasharp-component-step-by-step/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/creating-your-very-first-net-maui-skiasharp-component-step-by-step/</guid><description>A hands-on guide to building a custom Hue Color Slider in .NET MAUI with SkiaSharp, from setup through touch handling and bindable properties.</description><pubDate>Mon, 14 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #193</title><link>https://mauiverse.net/community-feed/2025/07/sands-of-maui-issue-193/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/sands-of-maui-issue-193/</guid><description>Sam Basu&apos;s Sands of MAUI #193 curates RichTextEditor for .NET MAUI, Device Sensors with .NET MAUI, .NET MAUI MediaPicker, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 14 Jul 2025 00:00:00 GMT</pubDate></item><item><title>ReactorTheme Prototyping Kit for MauiReactor</title><link>https://mauiverse.net/community-feed/2025/07/reactortheme-prototyping-kit-for-mauireactor/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/reactortheme-prototyping-kit-for-mauireactor/</guid><description>Adolfo Marinucci introduces ReactorTheme, a MauiReactor prototyping kit with ready-made components and a cohesive design system.</description><pubDate>Sun, 13 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Beer-Driven Downloads &amp; Microinteractions in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/07/bdd-app-downloads/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/bdd-app-downloads/</guid><description>Exploring creative download progress microinteractions in .NET MAUI, from basic modals to engaging beer-fill animations that enhance user experience.</description><pubDate>Sat, 12 Jul 2025 00:00:00 GMT</pubDate></item><item><title>MediaPicker improvements for .NET MAUI: resize, compress, EXIF &amp; more!</title><link>https://mauiverse.net/community-feed/2025/07/mediapicker-improvements-resize-compress-exif/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/mediapicker-improvements-resize-compress-exif/</guid><description>A look at MediaPicker-related improvements for MAUI apps, including resizing, compression, and EXIF handling.</description><pubDate>Thu, 10 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Using RichTextEditor in Your .NET MAUI Apps</title><link>https://mauiverse.net/community-feed/2025/07/telerik-using-richtexteditor-net-maui-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/telerik-using-richtexteditor-net-maui-apps/</guid><description>Leomaris Reyes introduces Telerik RichTextEditor for .NET MAUI, covering core editing features, styling, and working with HTML content in-app.</description><pubDate>Thu, 10 Jul 2025 00:00:00 GMT</pubDate></item><item><title>How the .NET MAUI Team uses GitHub Copilot for Productivity</title><link>https://mauiverse.net/community-feed/2025/07/maui-team-copilot-productivity-tips/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/maui-team-copilot-productivity-tips/</guid><description>Jonathan Peppers shares practical guidance on using GitHub Copilot (including Coding Agent) effectively in a real engineering team, with guardrails and workflow tips.</description><pubDate>Wed, 09 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Sensor-based Parallax in .NET MAUI using the Gyroscope #MAUIUIJuly</title><link>https://mauiverse.net/community-feed/2025/07/sensor-based-parallax-in-net-maui-using-the-gyroscope-mauiuijuly/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/sensor-based-parallax-in-net-maui-using-the-gyroscope-mauiuijuly/</guid><description>Implement a gyroscope-powered parallax effect in .NET MAUI to add depth and smooth motion to layered user interfaces.</description><pubDate>Wed, 09 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Sneak Peek: .NET MAUI 2025 Volume 2</title><link>https://mauiverse.net/community-feed/2025/07/net-maui-2025-volume-2-preview/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/net-maui-2025-volume-2-preview/</guid><description>Syncfusion previews Essential Studio 2025 Volume 2 for MAUI, featuring new Color Picker and DockLayout controls plus major component enhancements.</description><pubDate>Mon, 07 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #192</title><link>https://mauiverse.net/community-feed/2025/07/sands-of-maui-issue-192/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/sands-of-maui-issue-192/</guid><description>Sam Basu&apos;s Sands of MAUI #192 curates .NET MAUI Community Standup, UI with C# Markup, .NET MAUI Plugin, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 07 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Simpler XAML in .NET MAUI 10</title><link>https://mauiverse.net/community-feed/2025/07/simpler-xaml-dotnet-maui-10-javier-suarez/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/simpler-xaml-dotnet-maui-10-javier-suarez/</guid><description>Javier Suárez demonstrates ways to simplify XAML when building .NET MAUI apps, with a look at patterns and practices in MAUI 10.</description><pubDate>Mon, 07 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Sensors in .NET MAUI #MAUIUIJuly</title><link>https://mauiverse.net/community-feed/2025/07/sensors-in-net-maui-mauiuijuly/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/sensors-in-net-maui-mauiuijuly/</guid><description>Explore key mobile sensors in .NET MAUI with real-time visualizations and practical code samples for sensor-driven experiences.</description><pubDate>Mon, 07 Jul 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI - Scrolling Text Display</title><link>https://mauiverse.net/community-feed/2025/07/net-maui-scrolling-text-display/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/net-maui-scrolling-text-display/</guid><description>Build a read-only, disabled text display that still supports scrolling in .NET MAUI for both single-line and multiline scenarios.</description><pubDate>Sat, 05 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Replicating the Outlook Mobile &apos;Focused/Other&apos; Switch in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/07/outlook-toggle/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/outlook-toggle/</guid><description>Recreating Outlook mobile&apos;s sophisticated Focused/Other toggle switch in .NET MAUI using SkiaSharp for custom animated UI with sliding highlights and dynamic text colors.</description><pubDate>Fri, 04 Jul 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - Blazor for Mobile with AI? Here&apos;s how.</title><link>https://mauiverse.net/community-feed/2025/07/maui-community-standup-blazor-for-mobile-with-ai/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/maui-community-standup-blazor-for-mobile-with-ai/</guid><description>This standup shows how to evolve a Blazor app into a mobile-first experience with .NET MAUI and AI-powered capabilities. It highlights practical architecture and feature decisions so you can move from web-only ideas to production-ready cross-platform apps.</description><pubDate>Fri, 04 Jul 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, July 2025</title><link>https://mauiverse.net/community-feed/2025/07/net-maui-community-toolkit-monthly-standup-july-2025/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/net-maui-community-toolkit-monthly-standup-july-2025/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit! https://github.com/CommunityToolkit/Maui/wiki/Monthly-Standups</description><pubDate>Fri, 04 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Holy MauiGraphics Batman! Part 3: Clayface-Level Batmaths</title><link>https://mauiverse.net/community-feed/2025/07/batmobile-part-3/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/batmobile-part-3/</guid><description>Exploring the mathematics behind calculating pointer positions for custom gauges in .NET MAUI, using basic trigonometry to create precise dial movements.</description><pubDate>Thu, 03 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Custom Task-like Types (Extending async in C#)</title><link>https://mauiverse.net/community-feed/2025/07/custom-task-like-types-extending-async-in-csharp/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/custom-task-like-types-extending-async-in-csharp/</guid><description>Jorge Perales Diaz explores one of C#&apos;s most underrated features: building your own awaitable types that work with async/await without inheriting from Task. He shows how following the awaitable pattern unlocks zero-allocation, domain-specific async for games, servers, and embedded scenarios.</description><pubDate>Thu, 03 Jul 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI - Managing Screen Sizes</title><link>https://mauiverse.net/community-feed/2025/07/net-maui-managing-screen-sizes/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/net-maui-managing-screen-sizes/</guid><description>Use adaptive sizing patterns to keep .NET MAUI controls and layouts proportional across phones, tablets, and desktops.</description><pubDate>Thu, 03 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Holy MauiGraphics Batman! Part 2: The RPM Gauge</title><link>https://mauiverse.net/community-feed/2025/07/batmobile-part-2/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/batmobile-part-2/</guid><description>Creating a real-time RPM dashboard for the Batcave using .NET MAUI Graphics with custom gauge backgrounds, moving dials, and telemetry data visualization.</description><pubDate>Wed, 02 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Accessibility in .NET MAUI - Chapter 1 - Introduction &amp; Motivation</title><link>https://mauiverse.net/community-feed/2025/07/accessibility-in-net-maui-chapter-1-introduction-and-motivation/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/accessibility-in-net-maui-chapter-1-introduction-and-motivation/</guid><description>An introduction to why accessibility matters in .NET MAUI, from UX quality and global reach to regulatory compliance.</description><pubDate>Tue, 01 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Holy MauiGraphics Batman! Part 1: Batmobile Throttle Control</title><link>https://mauiverse.net/community-feed/2025/07/batmobile-part-1/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/batmobile-part-1/</guid><description>Building a custom Batmobile throttle control using .NET MAUI Graphics and IDrawable to create retro-futuristic UI elements with interactive touch controls.</description><pubDate>Tue, 01 Jul 2025 00:00:00 GMT</pubDate></item><item><title>The Crosswind experiment</title><link>https://mauiverse.net/community-feed/2025/07/thewissen-the-crosswind-experiment/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/thewissen-the-crosswind-experiment/</guid><description>Steven Thewissen shares a MAUI UI July styling experiment that brings a Tailwind-like utility class approach to .NET MAUI using StyleClass, including customization for spacing, sizing, fonts, and colors.</description><pubDate>Tue, 01 Jul 2025 00:00:00 GMT</pubDate></item><item><title>UI with C# Markup</title><link>https://mauiverse.net/community-feed/2025/07/using-csharp-markup-create-graphical-interfaces-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/07/using-csharp-markup-create-graphical-interfaces-dotnet-maui/</guid><description>Héctor Pérez explores UI with C# Markup, covering “What Is C# Markup and How to Install It in Your Project” and “Simplifying Code with C# Markup”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 01 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #191</title><link>https://mauiverse.net/community-feed/2025/06/sands-of-maui-issue-191/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/06/sands-of-maui-issue-191/</guid><description>Sam Basu&apos;s Sands of MAUI #191 curates XAML Improvements, .NET MAUI TreeDataGrid, Vision AI with .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 30 Jun 2025 00:00:00 GMT</pubDate></item><item><title>Building Smart API Endpoints with C# Source Generators</title><link>https://mauiverse.net/community-feed/2025/06/building-smart-api-endpoints-with-csharp-source-generators/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/06/building-smart-api-endpoints-with-csharp-source-generators/</guid><description>Jorge Perales Diaz shows how he built AutoApiGenerator, a Roslyn source generator that emits full REST CRUD endpoints at compile-time from a single [AutoApi] attribute. It eliminates ~90% of controller boilerplate while staying type-safe, EF Core-ready, and fully customizable via partial classes.</description><pubDate>Thu, 26 Jun 2025 00:00:00 GMT</pubDate></item><item><title>MessagingCenter Is Dead in .NET 10 - Here’s What’s Next For Your MAUI app!</title><link>https://mauiverse.net/community-feed/2025/06/messagingcenter-is-dead-in-dotnet-10-heres-whats-next-for-your-maui-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/06/messagingcenter-is-dead-in-dotnet-10-heres-whats-next-for-your-maui-app/</guid><description>MessagingCenter is removed in .NET 10, and this video shows practical migration options for existing MAUI apps. You will see a drop-in plugin path and guidance toward modern messenger patterns.</description><pubDate>Thu, 26 Jun 2025 00:00:00 GMT</pubDate></item><item><title>Simpler XAML in .NET MAUI 10</title><link>https://mauiverse.net/community-feed/2025/06/simpler-xaml-dotnet-maui-10/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/06/simpler-xaml-dotnet-maui-10/</guid><description>David Ortinau previews implicit/global XAML namespaces in .NET MAUI (via XmlnsDefinition) to reduce xmlns boilerplate and simplify XAML files.</description><pubDate>Thu, 26 Jun 2025 00:00:00 GMT</pubDate></item><item><title>Game development on MAUI (Part 6: Pause and body disappearing)</title><link>https://mauiverse.net/community-feed/2025/06/game-development-on-maui-part-6-pause-and-body-disappearing/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/06/game-development-on-maui-part-6-pause-and-body-disappearing/</guid><description>Part 6 wraps the MAUI game series with two polish-focused upgrades: fade-out handling for defeated enemies and a robust pause flow. The article shows how to separate dead-entity rendering from active gameplay logic and how to pause safely across app lifecycle events.</description><pubDate>Tue, 24 Jun 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #190</title><link>https://mauiverse.net/community-feed/2025/06/sands-of-maui-issue-190/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/06/sands-of-maui-issue-190/</guid><description>Sam Basu&apos;s Sands of MAUI #190 curates Scheduler for .NET MAUI, .NET 10 Update, .NET MAUI Toolkit APIs, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 23 Jun 2025 00:00:00 GMT</pubDate></item><item><title>AI Vision in Action: Building a Multimodal App with .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/06/ai-vision-in-action-multimodal-app-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/06/ai-vision-in-action-multimodal-app-dotnet-maui/</guid><description>This post explains how to build a multimodal .NET MAUI app that combines image input with natural language prompts. It highlights Microsoft.Extensions.AI, practical architecture choices, and real-world use cases where visual AI can deliver product value quickly.</description><pubDate>Thu, 19 Jun 2025 00:00:00 GMT</pubDate></item><item><title>These .NET MAUI Controls Are Now Free for Everyone: Syncfusion Toolkit</title><link>https://mauiverse.net/community-feed/2025/06/syncfusion-toolkit-controls-now-free/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/06/syncfusion-toolkit-controls-now-free/</guid><description>A quick walkthrough of the Syncfusion .NET MAUI Toolkit now being free to use, and what controls you get.</description><pubDate>Thu, 19 Jun 2025 00:00:00 GMT</pubDate></item><item><title>Multimodal Vision Intelligence with .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/06/multimodal-vision-intelligence-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/06/multimodal-vision-intelligence-dotnet-maui/</guid><description>David Ortinau extends a .NET MAUI sample app to support vision input, using MediaPicker and Microsoft.Extensions.AI to extract projects and tasks from images.</description><pubDate>Tue, 17 Jun 2025 00:00:00 GMT</pubDate></item><item><title>Integrating the Scheduler in Your .NET MAUI Apps</title><link>https://mauiverse.net/community-feed/2025/06/telerik-integrating-scheduler-net-maui-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/06/telerik-integrating-scheduler-net-maui-apps/</guid><description>Leomaris Reyes walks through integrating Telerik Scheduler in .NET MAUI, including view definitions and customization options for calendar-style experiences.</description><pubDate>Mon, 16 Jun 2025 00:00:00 GMT</pubDate></item><item><title>Accessible Solitaire: Q&amp;A from a .NET MAUI Community Standup</title><link>https://mauiverse.net/community-feed/2025/06/accessible-solitaire-qa-from-dotnet-maui-community-standup/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/06/accessible-solitaire-qa-from-dotnet-maui-community-standup/</guid><description>Guy Barker shares Q&amp;A from his .NET MAUI Community Standup appearance, covering platform-specific code, dark mode colours, iOS Switch Control, and celebrations when winning the game. The post is a deep dive into accessibility considerations for a real .NET MAUI app published on all three stores.</description><pubDate>Fri, 13 Jun 2025 00:00:00 GMT</pubDate></item><item><title>Mrk MAUI Refactorkit</title><link>https://mauiverse.net/community-feed/2025/06/mrk-maui-refactorkit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/06/mrk-maui-refactorkit/</guid><description>MRK.MAUI.RefactorKit is a Roslyn analyzer that helps automate common Xamarin.Forms to .NET MAUI refactors directly inside your project. It converts legacy MVVM patterns to modern CommunityToolkit syntax using familiar lightbulb fixes.</description><pubDate>Fri, 13 Jun 2025 00:00:00 GMT</pubDate></item><item><title>State Management in .NET MAUI Using Flux Architecture</title><link>https://mauiverse.net/community-feed/2025/06/state-management-in-dotnet-maui-using-flux-architecture/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/06/state-management-in-dotnet-maui-using-flux-architecture/</guid><description>Jorge Perales Diaz brings Facebook&apos;s Flux pattern to .NET MAUI, enforcing a strict unidirectional data flow (Actions → Dispatcher → Store → View) for predictable, debuggable state. He compares it with MVVM and explores advanced ideas like middleware, time-travel debugging, and Rx.NET.</description><pubDate>Fri, 13 Jun 2025 00:00:00 GMT</pubDate></item><item><title>.NET 10 for MAUI: what to expect?</title><link>https://mauiverse.net/community-feed/2025/06/dotnet-10-for-maui-what-to-expect/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/06/dotnet-10-for-maui-what-to-expect/</guid><description>Get a practical preview of .NET 10 changes for .NET MAUI, from API updates to performance and XAML improvements. This overview helps you plan upgrades by highlighting what is available in previews and what may affect existing apps.</description><pubDate>Thu, 12 Jun 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Toolkit APIs</title><link>https://mauiverse.net/community-feed/2025/06/examining-apis-dotnet-maui-community-toolkit-essentials/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/06/examining-apis-dotnet-maui-community-toolkit-essentials/</guid><description>Héctor Pérez explores .NET MAUI Toolkit APIs, focusing on creating a Practice Project and implementing AppTheme Resources. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 11 Jun 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #189</title><link>https://mauiverse.net/community-feed/2025/06/sands-of-maui-issue-189/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/06/sands-of-maui-issue-189/</guid><description>Sam Basu rounds up practical .NET MAUI learning, from paging large data sets and accessible app design to Azure AI Foundry and WPF migration. Explore the linked community articles and standup to see how these capabilities translate into polished cross-platform apps and modern development workflows.</description><pubDate>Mon, 09 Jun 2025 00:00:00 GMT</pubDate></item><item><title>MIDI Controllers, Bird Data and MAUI Magic</title><link>https://mauiverse.net/community-feed/2025/06/midi-controllers-bird-data-and-maui-magic/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/06/midi-controllers-bird-data-and-maui-magic/</guid><description>Tony Edwards presents a creative .NET MAUI project that combines MIDI controller input, audience-driven gameplay, and bird-song-inspired data. The talk demonstrates how MAUI can orchestrate interactive experiences by blending hardware events, data signals, and responsive UI behavior.</description><pubDate>Sat, 07 Jun 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - Accessible Apps? Deal me in!</title><link>https://mauiverse.net/community-feed/2025/06/maui-community-standup-accessible-apps-deal-me-in/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/06/maui-community-standup-accessible-apps-deal-me-in/</guid><description>This standup explores what practical accessibility work looks like in real .NET MAUI apps, from design intent to technical execution. You’ll get implementation-minded guidance from accessibility-focused guests so you can ship inclusive experiences with more confidence.</description><pubDate>Fri, 06 Jun 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, June 2025</title><link>https://mauiverse.net/community-feed/2025/06/net-maui-community-toolkit-monthly-standup-june-2025/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/06/net-maui-community-toolkit-monthly-standup-june-2025/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Fri, 06 Jun 2025 00:00:00 GMT</pubDate></item><item><title>DataPager UI in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/06/exploring-dotnet-maui-datapager-control/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/06/exploring-dotnet-maui-datapager-control/</guid><description>Héctor Pérez explores DataPager UI in .NET MAUI, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 04 Jun 2025 00:00:00 GMT</pubDate></item><item><title>Using AI Foundry with .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/06/using-ai-foundry-with-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/06/using-ai-foundry-with-dotnet-maui/</guid><description>David Ortinau shows how to integrate Azure AI Foundry into a .NET MAUI app using Microsoft.Extensions.AI, turning a “to do” template into an AI-assisted experience.</description><pubDate>Tue, 03 Jun 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #188</title><link>https://mauiverse.net/community-feed/2025/06/sands-of-maui-issue-188/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/06/sands-of-maui-issue-188/</guid><description>Sam Basu&apos;s Sands of MAUI #188 curates Telerik Release, .NET MAUI Components, Microsoft Build Recap, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 02 Jun 2025 00:00:00 GMT</pubDate></item><item><title>🚨 Xamarin Is Dead! Here’s What You MUST Know When Migrating from Xamarin to MAUI</title><link>https://mauiverse.net/community-feed/2025/06/migrating-from-xamarin-to-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/06/migrating-from-xamarin-to-maui/</guid><description>Migrating from Xamarin to MAUI. Xamarin was sunset a while ago, and MAUI is now stable enough to start building production apps with it.</description><pubDate>Sun, 01 Jun 2025 00:00:00 GMT</pubDate></item><item><title>Mastering Delegates and Events</title><link>https://mauiverse.net/community-feed/2025/05/mastering-delegates-and-events/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/05/mastering-delegates-and-events/</guid><description>Jorge Perales Diaz goes far beyond &quot;type-safe function pointers&quot; in this comprehensive guide to C# delegates and events. It moves from fundamentals through multicast delegates and built-in types to advanced event-driven patterns, performance tips, and real-world applications.</description><pubDate>Thu, 29 May 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI TreeDataGrid</title><link>https://mauiverse.net/community-feed/2025/05/dotnet-maui-treedatagrid/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/05/dotnet-maui-treedatagrid/</guid><description>Telerik explores .NET MAUI TreeDataGrid, focusing on visual structure and state and interaction. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 27 May 2025 00:00:00 GMT</pubDate></item><item><title>Mastering Reflection and Dynamic Programming</title><link>https://mauiverse.net/community-feed/2025/05/mastering-reflection-and-dynamic-programming/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/05/mastering-reflection-and-dynamic-programming/</guid><description>Jorge Perales Diaz delivers a deep dive into C# reflection and dynamic programming, moving well past basics into performance, caching, and IL emission. It covers real-world uses like plugin architectures, dynamic proxies, and expression-tree compilation, with security in mind.</description><pubDate>Tue, 27 May 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Components</title><link>https://mauiverse.net/community-feed/2025/05/how-components-speed-dotnet-maui-app-development/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/05/how-components-speed-dotnet-maui-app-development/</guid><description>Héctor Pérez explores .NET MAUI Components, focusing on the Importance of Fast Development and Go-to-Market in the Current Landscape and common Challenges When Developing .NET MAUI Applications. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 27 May 2025 00:00:00 GMT</pubDate></item><item><title>Improve .NET MAUI&apos;s AppThemeBinding?</title><link>https://mauiverse.net/community-feed/2025/05/improve-net-mauis-appthemebinding-matt-lacey/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/05/improve-net-mauis-appthemebinding-matt-lacey/</guid><description>Matt Lacey explores a source-generator approach to reduce AppThemeBinding verbosity in .NET MAUI—and shares surprising measurements showing faster XAML page load times.</description><pubDate>Thu, 22 May 2025 00:00:00 GMT</pubDate></item><item><title>Binding Native Libraries in MAUI (with Zendesk examples)</title><link>https://mauiverse.net/community-feed/2025/05/binding-native-libraries-in-maui-zendesk-example/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/05/binding-native-libraries-in-maui-zendesk-example/</guid><description>Pavel Chuvak walks through integrating native iOS and Android SDKs into .NET MAUI using Slim Binding, with Zendesk as the concrete example. The article outlines project structure, interop pitfalls, and practical fixes that reduce manual binding effort while preserving near-native performance.</description><pubDate>Tue, 20 May 2025 00:00:00 GMT</pubDate></item><item><title>Exploring CameraView in .NET MAUI Community Toolkit</title><link>https://mauiverse.net/community-feed/2025/05/exploring-cameraview-dotnet-maui-communitytoolkit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/05/exploring-cameraview-dotnet-maui-communitytoolkit/</guid><description>Daniel Hindrikes explores the CommunityToolkit CameraView for .NET MAUI, covering setup and practical usage tips.</description><pubDate>Mon, 19 May 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #187</title><link>https://mauiverse.net/community-feed/2025/05/sands-of-maui-issue-187/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/05/sands-of-maui-issue-187/</guid><description>Sam Basu&apos;s Sands of MAUI #187 curates .NET 10 Update, GridSplitter in .NET MAUI, Visual Studio with AI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 19 May 2025 00:00:00 GMT</pubDate></item><item><title>Introducing the Fourth Set of Open-Source Syncfusion® .NET MAUI Controls</title><link>https://mauiverse.net/community-feed/2025/05/syncfusion-fourth-set-open-source-maui-controls/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/05/syncfusion-fourth-set-open-source-maui-controls/</guid><description>Syncfusion’s fourth open-source Toolkit drop adds pickers and progress bars, plus fixes and performance improvements.</description><pubDate>Mon, 19 May 2025 00:00:00 GMT</pubDate></item><item><title>GridSplitter in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/05/getting-started-dotnet-maui-gridsplitter-control/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/05/getting-started-dotnet-maui-gridsplitter-control/</guid><description>Héctor Pérez explores GridSplitter in .NET MAUI, covering “What Is the GridSplitter Control” and “What Are Some Use Cases for a GridSplitter Control”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 15 May 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #186</title><link>https://mauiverse.net/community-feed/2025/05/sands-of-maui-issue-186/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/05/sands-of-maui-issue-186/</guid><description>Sam Basu&apos;s Sands of MAUI #186 curates Popups in .NET MAUI, Model Context Protocol, Shipping .NET MAUI Libraries, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 12 May 2025 00:00:00 GMT</pubDate></item><item><title>Popups in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/05/discovering-multiple-ways-create-popups-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/05/discovering-multiple-ways-create-popups-dotnet-maui/</guid><description>Héctor Pérez explores Popups in .NET MAUI, focusing on creating a Sample Page and creating Popups Using .NET MAUI Popup from Telerik. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 07 May 2025 00:00:00 GMT</pubDate></item><item><title>Game development on MAUI (Part 5: Main menu and Records)</title><link>https://mauiverse.net/community-feed/2025/05/game-development-on-maui-part-5-main-menu-and-records/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/05/game-development-on-maui-part-5-main-menu-and-records/</guid><description>Part 5 adds app-level structure to the MAUI game with reusable menu navigation and persistent score tracking. Pavel demonstrates a clean MVVM approach with LiteDB-backed records so players can review results between sessions.</description><pubDate>Tue, 06 May 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #185</title><link>https://mauiverse.net/community-feed/2025/05/sands-of-maui-issue-185/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/05/sands-of-maui-issue-185/</guid><description>Sam Basu&apos;s Sands of MAUI #185 curates .NET MAUI Community Standup, DrawingView in .NET MAUI, Fiddler Features, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 05 May 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - .NET MAUI: A contributor’s story</title><link>https://mauiverse.net/community-feed/2025/05/maui-community-standup-dotnet-maui-a-contributors-story/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/05/maui-community-standup-dotnet-maui-a-contributors-story/</guid><description>David Ortinau hosts a .NET MAUI Community Standup sharing a contributor’s story—how people get involved, what it’s like contributing, and why it matters.</description><pubDate>Fri, 02 May 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, May 2025</title><link>https://mauiverse.net/community-feed/2025/05/net-maui-community-toolkit-monthly-standup-may-2025/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/05/net-maui-community-toolkit-monthly-standup-may-2025/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit! https://github.com/CommunityToolkit/Maui/wiki/Monthly-Standups</description><pubDate>Fri, 02 May 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI UI July - 2025</title><link>https://mauiverse.net/community-feed/2025/05/mauiuijuly-25/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/05/mauiuijuly-25/</guid><description>Announcing .NET MAUI UI July 2025, a month-long community-driven event where developers share their passion and expertise for building beautiful .NET MAUI user interfaces.</description><pubDate>Thu, 01 May 2025 00:00:00 GMT</pubDate></item><item><title>Shipping .NET MAUI Libraries</title><link>https://mauiverse.net/community-feed/2025/04/dotnet-maui-libraries-github-actions/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/04/dotnet-maui-libraries-github-actions/</guid><description>David Ortinau explores Shipping .NET MAUI Libraries, focusing on overall Workflow Overview and versioning of the NuGet Package. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 30 Apr 2025 00:00:00 GMT</pubDate></item><item><title>Check Out the DrawingView in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/04/telerik-check-out-drawingview-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/04/telerik-check-out-drawingview-net-maui/</guid><description>Leomaris Reyes shows how to use DrawingView from the .NET MAUI Community Toolkit for signatures and drawing surfaces, including multi-line mode and exporting drawings as images.</description><pubDate>Wed, 30 Apr 2025 00:00:00 GMT</pubDate></item><item><title>How to Use .NET MAUI Shell Like a Pro (Step-by-Step) - Part 1</title><link>https://mauiverse.net/community-feed/2025/04/how-to-use-dotnet-maui-shell-like-a-pro-part-1/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/04/how-to-use-dotnet-maui-shell-like-a-pro-part-1/</guid><description>This first installment introduces a practical foundation for building .NET MAUI apps with Shell, from page setup through navigation basics. Hector Perez Rojas also highlights customization essentials so your app structure is clean from day one.</description><pubDate>Mon, 28 Apr 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #184</title><link>https://mauiverse.net/community-feed/2025/04/sands-of-maui-issue-184/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/04/sands-of-maui-issue-184/</guid><description>Sam Basu&apos;s Sands of MAUI #184 curates MVVM Toolkit in .NET MAUI, Token Visualizer, AI Dev Gallery, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 28 Apr 2025 00:00:00 GMT</pubDate></item><item><title>Audio Processing with MAUI</title><link>https://mauiverse.net/community-feed/2025/04/audio-processing-with-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/04/audio-processing-with-maui/</guid><description>Jorge Perales Diaz builds a real-time voice changer in .NET MAUI, capturing microphone input and applying effects like pitch shifting, echo, reverb, and chorus with the NWaves library. It even adds a live SkiaSharp waveform visualizer and platform-specific low-latency tuning.</description><pubDate>Sun, 20 Apr 2025 00:00:00 GMT</pubDate></item><item><title>MVVM Toolkit in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/04/using-mvvm-toolkit-dotnet-maui-applications/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/04/using-mvvm-toolkit-dotnet-maui-applications/</guid><description>Héctor Pérez explores MVVM Toolkit in .NET MAUI, covering “What Is the .NET MVVM Toolkit” and “Integrating MVVM Toolkit into .NET MAUI Projects”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 16 Apr 2025 00:00:00 GMT</pubDate></item><item><title>Mastering Apple Certificates, Provisioning Profiles and your iOS Environment for .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/04/apple-certificates-provisioning-profiles-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/04/apple-certificates-provisioning-profiles-dotnet-maui/</guid><description>Max Mannstein explains Apple certificates and provisioning profiles for iOS with .NET MAUI, focusing on a reliable dev/build environment setup.</description><pubDate>Mon, 14 Apr 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #183</title><link>https://mauiverse.net/community-feed/2025/04/sands-of-maui-issue-183/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/04/sands-of-maui-issue-183/</guid><description>Sam Basu&apos;s Sands of MAUI #183 curates .NET 10 Journey, C# MCP Servers, GitHub Copilot Updates, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 14 Apr 2025 00:00:00 GMT</pubDate></item><item><title>Discovering the DebugRainbows NuGet Package in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/04/telerik-discovering-debugrainbows-nuget-package-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/04/telerik-discovering-debugrainbows-nuget-package-net-maui/</guid><description>Leomaris Reyes explores DebugRainbows for .NET MAUI—a visual debugging tool that highlights layout boundaries and optional grid overlays to help you go pixel-perfect.</description><pubDate>Wed, 09 Apr 2025 00:00:00 GMT</pubDate></item><item><title>How To Create A Content Sized Webview In .NET MAUI Mobile A Step By Step Guide</title><link>https://mauiverse.net/community-feed/2025/04/how-to-create-a-content-sized-webview-in-net-maui-mobile-a-step-by-step-guide/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/04/how-to-create-a-content-sized-webview-in-net-maui-mobile-a-step-by-step-guide/</guid><description>This post shows how to build a custom content sized WebView for .NET MAUI that properly adapts to its HTML content. It walks through the cross platform handler approach and the platform specific techniques needed to make dynamic layouts behave correctly.</description><pubDate>Tue, 08 Apr 2025 00:00:00 GMT</pubDate></item><item><title>Create Your First Custom Control in .NET MAUI – Step by Step!</title><link>https://mauiverse.net/community-feed/2025/04/create-your-first-custom-control-in-dotnet-maui-step-by-step/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/04/create-your-first-custom-control-in-dotnet-maui-step-by-step/</guid><description>Hector Perez Rojas shows how to build a reusable custom control in .NET MAUI using Bindable Properties and MVVM-friendly patterns. The walkthrough focuses on practical component design so you can encapsulate behavior like progress display and reuse it across screens.</description><pubDate>Mon, 07 Apr 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #182</title><link>https://mauiverse.net/community-feed/2025/04/sands-of-maui-issue-182/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/04/sands-of-maui-issue-182/</guid><description>Sam Basu&apos;s Sands of MAUI #182 curates .NET MAUI Community Standup, C# MCP SDK, Monkey MCP, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 07 Apr 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - Next in .NET 10 and Visual Studio</title><link>https://mauiverse.net/community-feed/2025/04/maui-community-standup-next-in-dotnet-10-and-visual-studio/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/04/maui-community-standup-next-in-dotnet-10-and-visual-studio/</guid><description>David Ortinau hosts a .NET MAUI Community Standup looking ahead at what’s next for .NET 10 and Visual Studio as it relates to building .NET MAUI apps.</description><pubDate>Fri, 04 Apr 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, April 2025</title><link>https://mauiverse.net/community-feed/2025/04/net-maui-community-toolkit-monthly-standup-april-2025/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/04/net-maui-community-toolkit-monthly-standup-april-2025/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Fri, 04 Apr 2025 00:00:00 GMT</pubDate></item><item><title>Fixing Could Not Find Any Available Provisioning Profiles For Your MAUI App</title><link>https://mauiverse.net/community-feed/2025/03/fixing-could-not-find-any-available-provisioning-profiles-for-your-maui-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/fixing-could-not-find-any-available-provisioning-profiles-for-your-maui-app/</guid><description>This post explores a frustrating iOS build issue that can appear during a fresh .NET MAUI Mac setup. It walks through the scenario and provides a practical fix to get you unblocked quickly.</description><pubDate>Mon, 31 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #181</title><link>https://mauiverse.net/community-feed/2025/03/sands-of-maui-issue-181/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/sands-of-maui-issue-181/</guid><description>Sam Basu&apos;s Sands of MAUI #181 curates Model Context Protocol, .NET MAUI TitleBar, Copilot Experience, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 31 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Deprecation of ListView in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/03/deprecation-of-listview-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/deprecation-of-listview-in-net-maui/</guid><description>Microsoft announced ListView&apos;s deprecation in .NET 10, encouraging developers to migrate to CollectionView for better performance and flexibility. This guide provides step-by-step migration patterns including template conversion, selection handling, and SwipeView alternatives.</description><pubDate>Sat, 29 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Game development on MAUI (Part 4: UI and Game Over)</title><link>https://mauiverse.net/community-feed/2025/03/game-development-on-maui-part-4-ui-and-game-over/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/game-development-on-maui-part-4-ui-and-game-over/</guid><description>Part 4 focuses on gameplay UI by introducing satiety and combo indicators plus a Game Over flow. The post shows how to wire progress logic, popup architecture, and reset behavior so the game loop remains responsive and understandable.</description><pubDate>Thu, 27 Mar 2025 00:00:00 GMT</pubDate></item><item><title>LTS for .NET MAUI is a Lie!</title><link>https://mauiverse.net/community-feed/2025/03/lts-for-dotnet-maui-is-a-lie/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/lts-for-dotnet-maui-is-a-lie/</guid><description>This video clarifies why .NET MAUI does not follow the same Long-Term Support expectations as general .NET runtimes. It gives practical guidance on staying current so mobile and desktop apps remain supported.</description><pubDate>Thu, 27 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Agent vibes</title><link>https://mauiverse.net/community-feed/2025/03/agent-vibes/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/agent-vibes/</guid><description>Tony explores AI agent workflows in a real MAUI project instead of a toy demo, including where they help and where developer judgment is still essential. The post walks through using agent support to bridge a CoreMIDI API gap with native interop.</description><pubDate>Wed, 26 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Use BrowserStack App Automate with Appium UI Tests for .NET MAUI Apps</title><link>https://mauiverse.net/community-feed/2025/03/browserstack-app-automate-appium-ui-tests-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/browserstack-app-automate-appium-ui-tests-dotnet-maui/</guid><description>Sweeky Satpathy and Gerald Versluis show how to run Appium + NUnit UI tests for .NET MAUI on BrowserStack’s real-device cloud, including CI setup.</description><pubDate>Wed, 26 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Exploring the TitleBar in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/03/telerik-exploring-titlebar-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/telerik-exploring-titlebar-net-maui/</guid><description>Leomaris Reyes explains how to customize a Windows app TitleBar in .NET MAUI, covering key properties, layouts, and visual states.</description><pubDate>Wed, 26 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #180</title><link>https://mauiverse.net/community-feed/2025/03/sands-of-maui-issue-180/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/sands-of-maui-issue-180/</guid><description>Sam Basu&apos;s Sands of MAUI #180 curates .NET 10 Preview 2, .NET MAUI Toolkit Alerts, Blazor Spreadsheet Madness, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 24 Mar 2025 00:00:00 GMT</pubDate></item><item><title>.NET Aspire for Mobile Apps?!</title><link>https://mauiverse.net/community-feed/2025/03/dotnet-aspire-for-mobile-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/dotnet-aspire-for-mobile-apps/</guid><description>Explore how .NET Aspire can improve the MAUI inner loop with service discovery, observability, and local-cloud style orchestration. The video demonstrates how to connect MAUI clients to Aspire-enabled backends and inspect telemetry in a practical setup.</description><pubDate>Thu, 20 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Sneak Peek at .NET MAUI: 2025 Volume 1</title><link>https://mauiverse.net/community-feed/2025/03/net-maui-2025-volume-1-preview/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/net-maui-2025-volume-1-preview/</guid><description>A quick look at Syncfusion’s 2025 Volume 1 MAUI roadmap, including a new Toolbar and updates to Busy Indicator, DataGrid, editors, and PDF Viewer.</description><pubDate>Thu, 20 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Introducing the Third Set of Open-Source Syncfusion® .NET MAUI Controls</title><link>https://mauiverse.net/community-feed/2025/03/syncfusion-third-set-open-source-maui-controls/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/syncfusion-third-set-open-source-maui-controls/</guid><description>Syncfusion’s third open-source Toolkit release adds accordion/cards/expander/popup/OTP input controls and brings trimming + native AOT support.</description><pubDate>Thu, 20 Mar 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Toolkit Alerts</title><link>https://mauiverse.net/community-feed/2025/03/exploring-dotnet-maui-toolkit-alerts/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/exploring-dotnet-maui-toolkit-alerts/</guid><description>Héctor Pérez explores .NET MAUI Toolkit Alerts, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 19 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #179</title><link>https://mauiverse.net/community-feed/2025/03/sands-of-maui-issue-179/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/sands-of-maui-issue-179/</guid><description>Sam Basu&apos;s Sands of MAUI #179 curates New Solution Format, Android Asset Packs, GitHub Copilot Accuracy, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 17 Mar 2025 00:00:00 GMT</pubDate></item><item><title>How to Get the Active Window in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/03/get-active-window-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/get-active-window-dotnet-maui/</guid><description>A simple pattern for tracking the active Window in multi-window .NET MAUI apps by extending Window and surfacing an IsActive flag plus helper extensions.</description><pubDate>Fri, 14 Mar 2025 00:00:00 GMT</pubDate></item><item><title>MAUI Day UK 2025</title><link>https://mauiverse.net/community-feed/2025/03/maui-day-uk-2025/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/maui-day-uk-2025/</guid><description>MAUI Day UK 2025 brought global attendees and speakers together for a full day of deeply practical .NET MAUI sessions. Tony highlights the biggest themes, from platform direction to animation, architecture, and real-world tooling.</description><pubDate>Fri, 14 Mar 2025 00:00:00 GMT</pubDate></item><item><title>MAUI Day London 2025</title><link>https://mauiverse.net/community-feed/maui-day/london-2025/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/maui-day/london-2025/</guid><description>MAUI Day London had in depth sessions from the .NET MAUI team and community speakers.</description><pubDate>Fri, 14 Mar 2025 00:00:00 GMT</pubDate></item><item><title>How Good is Copilot with Agents for .NET MAUI Development?</title><link>https://mauiverse.net/community-feed/2025/03/copilot-agents-dotnet-maui-development/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/copilot-agents-dotnet-maui-development/</guid><description>Daniel Hindrikes shares a hands-on look at GitHub Copilot with Agents and how it performs on common .NET MAUI development tasks.</description><pubDate>Tue, 11 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Android Asset Packs</title><link>https://mauiverse.net/community-feed/2025/03/exploring-android-asset-packs-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/exploring-android-asset-packs-dotnet-maui/</guid><description>Leomaris Reyes explores Android Asset Packs, focusing on how to Create an Asset Pack and can I Choose Which Assets Are Included in the Main App Bundle? 🤔. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 11 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #178</title><link>https://mauiverse.net/community-feed/2025/03/sands-of-maui-issue-178/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/sands-of-maui-issue-178/</guid><description>Sam Basu&apos;s Sands of MAUI #178 curates .NET MAUI Day, Resource Dictionaries, European Accessibility Act, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 10 Mar 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - Agent Maui: Copilot Pro-tips for devs</title><link>https://mauiverse.net/community-feed/2025/03/maui-community-standup-agent-maui-copilot-pro-tips/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/maui-community-standup-agent-maui-copilot-pro-tips/</guid><description>David Ortinau hosts a .NET MAUI Community Standup about Agent Maui, sharing Copilot pro-tips and practical ways to use AI tooling in day-to-day development.</description><pubDate>Fri, 07 Mar 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, March 2025</title><link>https://mauiverse.net/community-feed/2025/03/net-maui-community-toolkit-monthly-standup-march-2025/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/net-maui-community-toolkit-monthly-standup-march-2025/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit! https://github.com/CommunityToolkit/Maui/wiki/Monthly-Standups</description><pubDate>Fri, 07 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Keyboard Management</title><link>https://mauiverse.net/community-feed/2025/03/how-to-show-and-hide-the-keyboard-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/how-to-show-and-hide-the-keyboard-in-dotnet-maui/</guid><description>Leomaris Reyes explores Keyboard Management, focusing on let’s get started! 🚀 and architecture. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 06 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Resource Dictionaries</title><link>https://mauiverse.net/community-feed/2025/03/resource-dictionaries-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/resource-dictionaries-dotnet-maui/</guid><description>Héctor Pérez explores Resource Dictionaries, covering “What Is a Resource Dictionary” and “What Is the Advantage of Using Resource Dictionaries”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 05 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #177</title><link>https://mauiverse.net/community-feed/2025/03/sands-of-maui-issue-177/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/03/sands-of-maui-issue-177/</guid><description>Sam Basu&apos;s Sands of MAUI #177 curates Performance Improvements, .NET 10 Preview, Copilot Agent, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 03 Mar 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #176</title><link>https://mauiverse.net/community-feed/2025/02/sands-of-maui-issue-176/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/02/sands-of-maui-issue-176/</guid><description>Sam Basu&apos;s Sands of MAUI #176 curates Copilot Agent, Null in C\#, AI Model Distillation, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Thu, 27 Feb 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Adds .NET 9, Offline Speech Recognition</title><link>https://mauiverse.net/community-feed/2025/02/net-maui-toolkit-net9/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/02/net-maui-toolkit-net9/</guid><description>Edin Kapić covers Community Toolkit 10 and 11 — .NET 9 support, a BindingContext behaviour change, and offline speech-to-text. Essential reading if you&apos;re upgrading toolkit packages with .NET 9.</description><pubDate>Fri, 21 Feb 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Performance Features in .NET 9</title><link>https://mauiverse.net/community-feed/2025/02/dotnet-maui-performance-features-dotnet-9/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/02/dotnet-maui-performance-features-dotnet-9/</guid><description>Jonathan Peppers and Simon Rozsival cover .NET 9 MAUI performance features like full trimming, NativeAOT support, and compiled bindings, plus profiling guidance.</description><pubDate>Thu, 20 Feb 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Day</title><link>https://mauiverse.net/community-feed/2025/02/dotnet-maui-day/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/02/dotnet-maui-day/</guid><description>MAUI Day explores .NET MAUI Day, focusing on skopje, Macedonia and cologne, Germany. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 20 Feb 2025 00:00:00 GMT</pubDate></item><item><title>How to bind to functions from XAML in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/02/how-to-bind-to-functions-from-xaml-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/02/how-to-bind-to-functions-from-xaml-in-net-maui/</guid><description>How to bind to functions from XAML in .NET MAUI with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Thu, 20 Feb 2025 00:00:00 GMT</pubDate></item><item><title>Game development on MAUI (Part 3: Enemies)</title><link>https://mauiverse.net/community-feed/2025/02/game-development-on-maui-part-3-enemies/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/02/game-development-on-maui-part-3-enemies/</guid><description>Part 3 introduces enemies, background layering, and combat interaction in the MAUI game series. Pavel shows how to manage enemy lifecycle states, animation transitions, and collision timing so Hydra attacks feel deliberate and responsive.</description><pubDate>Tue, 18 Feb 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #175</title><link>https://mauiverse.net/community-feed/2025/02/sands-of-maui-issue-175/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/02/sands-of-maui-issue-175/</guid><description>Sam Basu&apos;s Sands of MAUI #175 curates Splash Screens in .NET MAUI, Telerik Release, GraphQL with .NET, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 17 Feb 2025 00:00:00 GMT</pubDate></item><item><title>Splash Screen in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/02/telerik-splash-screen-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/02/telerik-splash-screen-net-maui/</guid><description>Leomaris Reyes explains how splash screens work in .NET MAUI and how to configure images, background colors, base sizes, and platform-specific behavior.</description><pubDate>Wed, 12 Feb 2025 00:00:00 GMT</pubDate></item><item><title>Introducing The New .NET MAUI Expander View</title><link>https://mauiverse.net/community-feed/2025/02/introducing-the-new-net-maui-expander-view/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/02/introducing-the-new-net-maui-expander-view/</guid><description>Alberto introduces Nalu ExpanderViewBox, a layout-friendly expander control designed to animate size changes and simplify collapsible UI in .NET MAUI. The post shows how to handle dynamic content, build accordions, and avoid common CollectionView pitfalls with a clean, minimal API.</description><pubDate>Tue, 11 Feb 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #174</title><link>https://mauiverse.net/community-feed/2025/02/sands-of-maui-issue-174/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/02/sands-of-maui-issue-174/</guid><description>Sam Basu&apos;s Sands of MAUI #174 curates Theming in .NET MAUI, Developer Productivity, .NET MAUI Community Standup, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 10 Feb 2025 00:00:00 GMT</pubDate></item><item><title>Recap: What’s New in .NET MAUI in .NET 9?</title><link>https://mauiverse.net/community-feed/2025/02/telerik-recap-whats-new-net-maui-net-9/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/02/telerik-recap-whats-new-net-maui-net-9/</guid><description>Leomaris Reyes recaps the key updates for .NET MAUI in .NET 9 from .NET Conf, including performance, tooling, platform integrations, and ecosystem highlights.</description><pubDate>Fri, 07 Feb 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - Let Copilot Fix Your XAML</title><link>https://mauiverse.net/community-feed/2025/02/maui-community-standup-let-copilot-fix-your-xaml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/02/maui-community-standup-let-copilot-fix-your-xaml/</guid><description>David Ortinau hosts a .NET MAUI Community Standup exploring how Copilot can help fix and improve XAML, with practical examples and tips.</description><pubDate>Fri, 07 Feb 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, February 2025</title><link>https://mauiverse.net/community-feed/2025/02/net-maui-community-toolkit-monthly-standup-february-2025/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/02/net-maui-community-toolkit-monthly-standup-february-2025/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit! https://github.com/CommunityToolkit/Maui/wiki/Monthly-Standups</description><pubDate>Fri, 07 Feb 2025 00:00:00 GMT</pubDate></item><item><title>BETTER, FASTER, STRONGER Hot Reload &amp; Live Preview for .NET MAUI &amp; Blazor Hybrid in Visual Studio</title><link>https://mauiverse.net/community-feed/2025/02/betterfasterstrongerhotreloadlivepreviewfornetmauiblazorhybridinvisualstudio/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/02/betterfasterstrongerhotreloadlivepreviewfornetmauiblazorhybridinvisualstudio/</guid><description>James Montemagno walks through BETTER, FASTER, STRONGER Hot Reload &amp; Live Preview for .NET MAUI &amp; Blazor Hybrid in Visual Studio, focusing on practical implementation steps you can apply immediately. It highlights what changed, why it matters for real apps, and what to adopt first for the biggest impact.</description><pubDate>Thu, 06 Feb 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #173</title><link>https://mauiverse.net/community-feed/2025/02/sands-of-maui-issue-173/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/02/sands-of-maui-issue-173/</guid><description>Sam Basu&apos;s Sands of MAUI #173 curates Starting .NET MAUI Development, Native Embedding, Accessible Apps, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 03 Feb 2025 00:00:00 GMT</pubDate></item><item><title>Starting .NET MAUI Development in 2025 - Everything You Need To Know!</title><link>https://mauiverse.net/community-feed/2025/01/startingnetmauidevelopmentin2025everythingyouneedtoknow/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/01/startingnetmauidevelopmentin2025everythingyouneedtoknow/</guid><description>James Montemagno walks through Starting .NET MAUI Development in 2025 - Everything You Need To Know, focusing on practical implementation steps you can apply immediately. It highlights what changed, why it matters for real apps, and what to adopt first for the biggest impact.</description><pubDate>Fri, 31 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Native Embedding</title><link>https://mauiverse.net/community-feed/2025/01/native-platform-library-embedding-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/01/native-platform-library-embedding-dotnet-maui/</guid><description>Héctor Pérez explores Native Embedding, covering “What Is Native Embedding” and “Preparing Components in the .NET MAUI Project”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 29 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Game development on MAUI (Part 2: Movement)</title><link>https://mauiverse.net/community-feed/2025/01/game-development-on-maui-part-2-movement/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/01/game-development-on-maui-part-2-movement/</guid><description>Part 2 of the MAUI game series implements movement mechanics, directional animation selection, and depth-enhancing shadows. The article explains how tap input is translated into character motion and how animation states stay synchronized with direction changes.</description><pubDate>Tue, 28 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Delete bin and obj Folders in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/01/delete-bin-and-obj-folders-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/01/delete-bin-and-obj-folders-in-net-maui/</guid><description>A Visual Studio Code extension streamlines cleaning build artifacts in .NET MAUI projects by providing a right-click context menu option to delete bin and obj folders. This simple tool saves time resolving mysterious build issues and cache problems.</description><pubDate>Mon, 27 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Building Dynamic UI with Decision Logic in .NET MAUI XAML</title><link>https://mauiverse.net/community-feed/2025/01/dynamic-ui-decision-logic-dotnet-maui-xaml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/01/dynamic-ui-decision-logic-dotnet-maui-xaml/</guid><description>An overview of dynamic UI building blocks in .NET MAUI XAML, plus custom ConditionView and SwitchCaseView controls for if/switch-style rendering.</description><pubDate>Mon, 27 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #172</title><link>https://mauiverse.net/community-feed/2025/01/sands-of-maui-issue-172/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/01/sands-of-maui-issue-172/</guid><description>Sam Basu&apos;s Sands of MAUI #172 curates State of .NET, Document Processing, .NET 9 Updates, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 27 Jan 2025 00:00:00 GMT</pubDate></item><item><title>How to Add Google Analytics to Your .NET MAUI App | MAUI Snippets #2</title><link>https://mauiverse.net/community-feed/2025/01/google-analytics-dotnet-maui-maui-snippets-2/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/01/google-analytics-dotnet-maui-maui-snippets-2/</guid><description>Max Mannstein shows how to add Google Analytics to a .NET MAUI app, including the core setup steps and validation tips.</description><pubDate>Sun, 26 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #171</title><link>https://mauiverse.net/community-feed/2025/01/sands-of-maui-issue-171/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/01/sands-of-maui-issue-171/</guid><description>Sam Basu&apos;s Sands of MAUI #171 curates .NET MAUI Community Standup, Animations in .NET MAUI, .NET Conf Wrap-up, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Tue, 21 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Firebase Push Notifications in .NET MAUI (iOS &amp; Android) – Full Setup Guide - MAUI Snippets #1</title><link>https://mauiverse.net/community-feed/2025/01/firebase-push-notifications-dotnet-maui-full-setup-guide/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/01/firebase-push-notifications-dotnet-maui-full-setup-guide/</guid><description>Max Mannstein (MAUIBoost) walks through a full Firebase push notification setup for .NET MAUI on both iOS and Android.</description><pubDate>Sun, 19 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Running macOS in a macOS Virtual Machine on a Mac for Free (Full Setup Guide - Orka and UTM)</title><link>https://mauiverse.net/community-feed/2025/01/runningmacosinamacosvirtualmachineonamacforfreefullsetupguideorkaandutm/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/01/runningmacosinamacosvirtualmachineonamacforfreefullsetupguideorkaandutm/</guid><description>James Montemagno walks through Running macOS in a macOS Virtual Machine on a Mac for Free (Full Setup Guide - Orka and UTM), focusing on practical implementation steps you can apply immediately. You&apos;ll see the setup path, the key workflow decisions, and how to ship the same patterns in your own .NET MAUI projects.</description><pubDate>Thu, 16 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Animations in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/01/advanced-animations-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/01/advanced-animations-dotnet-maui/</guid><description>Héctor Pérez explores Animations in .NET MAUI, covering “What Is an Easing Function” and “Using Easing Functions in .NET MAUI”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 14 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #170</title><link>https://mauiverse.net/community-feed/2025/01/sands-of-maui-issue-170/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/01/sands-of-maui-issue-170/</guid><description>Sam Basu&apos;s Sands of MAUI #170 curates Top .NET Content, Slider for .NET MAUI, SOLID Principles, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 13 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Game development on MAUI (Part 1: Animation)</title><link>https://mauiverse.net/community-feed/2025/01/game-development-on-maui-part-1-animation/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/01/game-development-on-maui-part-1-animation/</guid><description>In part 1, Pavel Chuvak starts a MAUI and SkiaSharp game series by building tile-based character animation from scratch. The post covers sprite-sheet slicing, tile-set modeling, and the rendering loop needed to play animations at a stable frame cadence.</description><pubDate>Fri, 10 Jan 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - 2025 New Year Kickoff</title><link>https://mauiverse.net/community-feed/2025/01/maui-community-standup-2025-new-year-kickoff/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/01/maui-community-standup-2025-new-year-kickoff/</guid><description>David Ortinau hosts the .NET MAUI Community Standup 2025 New Year Kickoff, sharing updates, community news, and what to watch for early in the year.</description><pubDate>Fri, 10 Jan 2025 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, January 2025</title><link>https://mauiverse.net/community-feed/2025/01/net-maui-community-toolkit-monthly-standup-january-2025/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/01/net-maui-community-toolkit-monthly-standup-january-2025/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Fri, 10 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Align the Button Text in .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/01/align-button-text-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/01/align-button-text-in-net-maui/</guid><description>Platform-specific button text alignment in .NET MAUI requires custom handlers leveraging native iOS and Android controls. This guide demonstrates creating reusable handlers for precise text positioning across platforms.</description><pubDate>Thu, 09 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Install &amp; Run Windows 11 on an Apple Silicon Mac with VMware Fusion for FREE (Full setup guide)</title><link>https://mauiverse.net/community-feed/2025/01/installrunwindows11onanapplesiliconmacwithvmwarefusionforfreefullsetupguide/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/01/installrunwindows11onanapplesiliconmacwithvmwarefusionforfreefullsetupguide/</guid><description>James Montemagno walks through Install &amp; Run Windows 11 on an Apple Silicon Mac with VMware Fusion for FREE (Full setup guide), focusing on practical implementation steps you can apply immediately. You&apos;ll see the setup path, the key workflow decisions, and how to ship the same patterns in your own .NET MAUI projects.</description><pubDate>Thu, 09 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Slider for .NET MAUI</title><link>https://mauiverse.net/community-feed/2025/01/customizing-integrating-telerik-slider-control-dotnet-maui-projects/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2025/01/customizing-integrating-telerik-slider-control-dotnet-maui-projects/</guid><description>Héctor Pérez explores Slider for .NET MAUI, focusing on adding the Telerik Slider Control for .NET MAUI and getting to Know the Parts of the Telerik .NET MAUI Slider Control. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Mon, 06 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Episode 126: .NET 9, Holiday Hacks, &amp; GitHub Copilot Free</title><link>https://mauiverse.net/community-feed/2024/12/episode-126-net-9-holiday-hacks-github-copilot-free/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/12/episode-126-net-9-holiday-hacks-github-copilot-free/</guid><description>.NET 9 is officially here!</description><pubDate>Mon, 23 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Grial UI Kit para .NET MAUI: Mejora el diseño de tus Apps</title><link>https://mauiverse.net/community-feed/2024/12/grial-ui-kit-dotnet-maui-mejora-diseno-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/12/grial-ui-kit-dotnet-maui-mejora-diseno-apps/</guid><description>Javier Suárez tours Grial UI Kit for .NET MAUI and how it can speed up building polished, production-ready UI.</description><pubDate>Mon, 23 Dec 2024 00:00:00 GMT</pubDate></item><item><title>My Mac Mini M4/M4 Pro Developer Setup - .NET, macOS, iOS, Android, Windows, &amp; More</title><link>https://mauiverse.net/community-feed/2024/12/mymacminim4m4prodevelopersetupnetmacosiosandroidwindowsmore/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/12/mymacminim4m4prodevelopersetupnetmacosiosandroidwindowsmore/</guid><description>James Montemagno walks through My Mac Mini M4/M4 Pro Developer Setup - .NET, macOS, iOS, Android, Windows, &amp; More, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Mon, 23 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #169</title><link>https://mauiverse.net/community-feed/2024/12/sands-of-maui-issue-169/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/12/sands-of-maui-issue-169/</guid><description>Sam Basu&apos;s Sands of MAUI #169 curates AI Building Blocks, .NET MAUI Performance, .NET Community Toolkit, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 16 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Announcing .NET Community Toolkit 8.4</title><link>https://mauiverse.net/community-feed/2024/12/dotnet-community-toolkit-84/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/12/dotnet-community-toolkit-84/</guid><description>Simon Rozsival and Sergio Pedri announce .NET Community Toolkit 8.4, headlined by long-requested partial property support for the MVVM Toolkit source generators. Read the announcement for the full analyzer additions, the one-click code fixer, and why partial properties unlock Native AOT for WinUI 3 and UWP.</description><pubDate>Thu, 12 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Preventing Memory Leaks In .NET MAUI Best Practices And Strategies</title><link>https://mauiverse.net/community-feed/2024/12/preventing-memory-leaks-in-net-maui-best-practices-and-strategies/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/12/preventing-memory-leaks-in-net-maui-best-practices-and-strategies/</guid><description>This post examines how event subscriptions can quietly introduce memory leaks in .NET MAUI applications. It walks through the underlying mechanics and compares practical strategies to detect and prevent leaks in real world apps.</description><pubDate>Tue, 10 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #168</title><link>https://mauiverse.net/community-feed/2024/12/sands-of-maui-issue-168/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/12/sands-of-maui-issue-168/</guid><description>Sam Basu&apos;s Sands of MAUI #168 curates .NET MAUI Wrapped, TemplatedButton with .NET MAUI, Unit Testing in .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 09 Dec 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Wrapped</title><link>https://mauiverse.net/community-feed/2024/12/dotnet-maui-community-standup-dotnet-maui-2024-wrapped/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/12/dotnet-maui-community-standup-dotnet-maui-2024-wrapped/</guid><description>David Ortinau explores .NET MAUI Wrapped in this ~1-hour session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 06 Dec 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - .NET MAUI 2024 Wrapped!</title><link>https://mauiverse.net/community-feed/2024/12/maui-community-standup-dotnet-maui-2024-wrapped/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/12/maui-community-standup-dotnet-maui-2024-wrapped/</guid><description>David Ortinau hosts a .NET MAUI Community Standup wrapping up 2024 with highlights, learnings, and a look back at the year for .NET MAUI.</description><pubDate>Fri, 06 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Easily Upgrade .NET MAUI &amp; Blazor Hybrid apps to .NET 9 in Minutes</title><link>https://mauiverse.net/community-feed/2024/12/easilyupgradenetmauiblazorhybridappstonet9inminutes/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/12/easilyupgradenetmauiblazorhybridappstonet9inminutes/</guid><description>James Montemagno walks through Easily Upgrade .NET MAUI &amp; Blazor Hybrid apps to .NET 9 in Minutes, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 05 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Unit Testing in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/12/telerik-unit-testing-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/12/telerik-unit-testing-net-maui/</guid><description>Leomaris Reyes covers how to set up and run unit tests for .NET MAUI using xUnit, including project structure, target frameworks, and best practices.</description><pubDate>Mon, 02 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Adding Serilog to .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/12/thewissen-adding-serilog-to-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/12/thewissen-adding-serilog-to-dotnet-maui/</guid><description>Steven Thewissen walks through integrating Serilog into a .NET MAUI app via the MauiAppBuilder pipeline, including local file logging, rolling files, and retention settings.</description><pubDate>Sun, 01 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Another set of free Syncfusion controls!</title><link>https://mauiverse.net/community-feed/2024/12/thewissen-another-set-of-free-syncfusion-controls/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/12/thewissen-another-set-of-free-syncfusion-controls/</guid><description>Steven Thewissen highlights another batch of free/open-source Syncfusion controls for .NET MAUI, calling out the BottomSheet as a standout and showing how easy it is to add to your UI.</description><pubDate>Sun, 01 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Discovering StyleClass in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/12/thewissen-discovering-styleclass-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/12/thewissen-discovering-styleclass-in-dotnet-maui/</guid><description>Steven Thewissen introduces StyleClass/Class styling in .NET MAUI as a CSS-like way to compose reusable styles without the brittleness of missing StaticResource keys.</description><pubDate>Sun, 01 Dec 2024 00:00:00 GMT</pubDate></item><item><title>DevExpress MAUI Date Picker setup and use</title><link>https://mauiverse.net/community-feed/2024/11/devexpress-maui-component-library-setup/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/11/devexpress-maui-component-library-setup/</guid><description>This guide walks through adding DevExpress controls to a .NET MAUI app, with a focus on the Date Edit control for production-ready date input. You&apos;ll learn the setup path, NuGet feed configuration, and why component libraries can reduce UI implementation risk.</description><pubDate>Sat, 30 Nov 2024 00:00:00 GMT</pubDate></item><item><title>TemplatedButton with .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/11/exploring-telerik-dotnet-maui-templatedbutton/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/11/exploring-telerik-dotnet-maui-templatedbutton/</guid><description>Héctor Pérez explores TemplatedButton with .NET MAUI, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Mon, 25 Nov 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI 9 Launched with Better Performance, New Controls</title><link>https://mauiverse.net/community-feed/2024/11/net-maui-9-ga/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/11/net-maui-9-ga/</guid><description>Edin Kapić summarizes .NET MAUI 9 GA — HybridWebView, TitleBar, free Syncfusion controls in the template, and a rebuilt Apple CollectionView/CarouselView. The shipping milestone after a year of previews.</description><pubDate>Wed, 20 Nov 2024 00:00:00 GMT</pubDate></item><item><title>A quick look at Telerik controls for .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/11/quick-look-telerik-controls-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/11/quick-look-telerik-controls-dotnet-maui/</guid><description>Javier Suárez gives a quick tour of Telerik UI controls for .NET MAUI and what they enable for cross-platform app UIs.</description><pubDate>Mon, 18 Nov 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #167</title><link>https://mauiverse.net/community-feed/2024/11/sands-of-maui-issue-167/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/11/sands-of-maui-issue-167/</guid><description>Sam Basu&apos;s Sands of MAUI #167 curates .NET 9 is Here, .NET MAUI Updates, Hybrid Apps with .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 18 Nov 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Performance</title><link>https://mauiverse.net/community-feed/2024/11/dotnet-maui-performance-optimizations-with-nativeaot-and-trimming/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/11/dotnet-maui-performance-optimizations-with-nativeaot-and-trimming/</guid><description>Jonathan Peppers explores .NET MAUI Performance in this ~20-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 15 Nov 2024 00:00:00 GMT</pubDate></item><item><title>Fidelity Using .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/11/how-fidelity-uses-dotnet-maui-for-cross-platform-desktop/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/11/how-fidelity-uses-dotnet-maui-for-cross-platform-desktop/</guid><description>David Ortinau explores Fidelity Using .NET MAUI in this ~40-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 15 Nov 2024 00:00:00 GMT</pubDate></item><item><title>Hybrid Apps with .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/11/build-hybrid-apps-with-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/11/build-hybrid-apps-with-dotnet-maui/</guid><description>Beth Massi explores Hybrid Apps with .NET MAUI in this ~25-minute session, focusing on hybrid architecture and code sharing. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Thu, 14 Nov 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Updates</title><link>https://mauiverse.net/community-feed/2024/11/what-s-new-in-dotnet-maui-in-dotnet-9/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/11/what-s-new-in-dotnet-maui-in-dotnet-9/</guid><description>David Ortinau explores .NET MAUI Updates in this ~40-minute session, focusing on release scope and developer workflow. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Thu, 14 Nov 2024 00:00:00 GMT</pubDate></item><item><title>Stay Ahead of the Curve: Embrace .NET MAUI for .NET 9</title><link>https://mauiverse.net/community-feed/2024/11/embrace-net-maui-for-net-9/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/11/embrace-net-maui-for-net-9/</guid><description>.NET MAUI for .NET 9 brings performance improvements, new controls like HybridWebView, and enhanced platform features. Despite being an STS release, the frequent update cycle of mobile development makes upgrading practical and beneficial.</description><pubDate>Tue, 12 Nov 2024 00:00:00 GMT</pubDate></item><item><title>Nesting .NET MAUI .xaml Files in Visual Studio Code</title><link>https://mauiverse.net/community-feed/2024/11/nesting-maui-xaml-files-vscode/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/11/nesting-maui-xaml-files-vscode/</guid><description>Configure VS Code file nesting so .NET MAUI .xaml files group neatly with their corresponding .xaml.cs code-behind files.</description><pubDate>Mon, 11 Nov 2024 00:00:00 GMT</pubDate></item><item><title>Create an onboarding tutorial using the Maui.TutorialCoachMark library</title><link>https://mauiverse.net/community-feed/2024/11/onboarding-tutorial-maui-tutorialcoachmark/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/11/onboarding-tutorial-maui-tutorialcoachmark/</guid><description>Javier Suárez shows how to implement an in-app onboarding walkthrough in .NET MAUI using Maui.TutorialCoachMark.</description><pubDate>Mon, 11 Nov 2024 00:00:00 GMT</pubDate></item><item><title>PageResolver Updates – The Missing Piece of .NET MAUI, Now Ready for .NET 9!</title><link>https://mauiverse.net/community-feed/2024/11/page-resolver-updates/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/11/page-resolver-updates/</guid><description>Latest improvements to PageResolver for .NET MAUI, making MVVM setup easier with automatic view and ViewModel resolution through dependency injection.</description><pubDate>Mon, 11 Nov 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI in 9 and Syncfusion Toolkit for MAUI</title><link>https://mauiverse.net/community-feed/2024/11/dotnet-maui-in-9-and-syncfusion-toolkit-for-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/11/dotnet-maui-in-9-and-syncfusion-toolkit-for-maui/</guid><description>David Ortinau hosts a .NET MAUI Community Standup covering what’s new in .NET MAUI 9 and the Syncfusion Toolkit for .NET MAUI.</description><pubDate>Fri, 08 Nov 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, November 2024</title><link>https://mauiverse.net/community-feed/2024/11/net-maui-community-toolkit-monthly-standup-november-2024/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/11/net-maui-community-toolkit-monthly-standup-november-2024/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Fri, 08 Nov 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Memory Profiling - Identify and Fix Memory Leaks</title><link>https://mauiverse.net/community-feed/2024/11/dotnet-maui-memory-profiling-identify-and-fix-memory-leaks/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/11/dotnet-maui-memory-profiling-identify-and-fix-memory-leaks/</guid><description>Alexander Russkov explains common MAUI memory leaks and a practical workflow to detect and fix them.</description><pubDate>Mon, 04 Nov 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #166</title><link>https://mauiverse.net/community-feed/2024/11/sands-of-maui-issue-166/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/11/sands-of-maui-issue-166/</guid><description>Sam Basu&apos;s Sands of MAUI #166 curates Web Native Code Sharing, Image Loading State, Visual Studio Productivity, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 04 Nov 2024 00:00:00 GMT</pubDate></item><item><title>Loading State for Images in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/10/loading-state-for-images-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/loading-state-for-images-in-net-maui/</guid><description>Control reference bindings in .NET MAUI enable elegant loading indicators for images across all platforms. By binding to the Image control&apos;s IsLoading property, developers can provide visual feedback during image fetching operations.</description><pubDate>Thu, 31 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Free offline AI in .NET MAUI Application</title><link>https://mauiverse.net/community-feed/2024/10/free-offline-ai-dotnet-maui-llamasharp/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/free-offline-ai-dotnet-maui-llamasharp/</guid><description>Run LLMs locally in a .NET MAUI app using LLamaSharp, with guidance on model formats, setup, and performance tradeoffs for offline scenarios.</description><pubDate>Wed, 30 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Web Native Code Sharing</title><link>https://mauiverse.net/community-feed/2024/10/deep-dive-new-dotnet-maui-blazor-hybrid-web-app-solution-template/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/deep-dive-new-dotnet-maui-blazor-hybrid-web-app-solution-template/</guid><description>Héctor Pérez explores Web Native Code Sharing, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 29 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Free DevExpress Controls for .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/10/free-devexpress-controls-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/free-devexpress-controls-dotnet-maui/</guid><description>Javier Suárez covers DevExpress’ free .NET MAUI controls and where they can help accelerate common app UI scenarios.</description><pubDate>Mon, 28 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #165</title><link>https://mauiverse.net/community-feed/2024/10/sands-of-maui-issue-165/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/sands-of-maui-issue-165/</guid><description>Sam Basu&apos;s Sands of MAUI #165 curates AI Prompt with .NET MAUI, Deploy/Debug on iOS, Splash Screens with .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 28 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Setup MAUI from Scratch on Mac</title><link>https://mauiverse.net/community-feed/2024/10/setup-maui-from-scratch-on-mac/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/setup-maui-from-scratch-on-mac/</guid><description>Tony shares a practical rebuild checklist for setting up a complete .NET MAUI development environment on macOS after a clean machine reset. The post focuses on getting productive quickly across Apple and Android tooling, with versioning pitfalls called out.</description><pubDate>Fri, 25 Oct 2024 00:00:00 GMT</pubDate></item><item><title>AI Prompt with .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/10/getting-started-dotnet-maui-ai-prompt-control/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/getting-started-dotnet-maui-ai-prompt-control/</guid><description>Héctor Pérez explores AI Prompt with .NET MAUI, focusing on adding the Necessary NuGet Packages to Our Project and configuring the Project to Work with .NET MAUI AIPrompt. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 24 Oct 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Welcomes Syncfusion Open-source Contributions</title><link>https://mauiverse.net/community-feed/2024/10/dotnet-maui-welcomes-syncfusion-open-source-contributions/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/dotnet-maui-welcomes-syncfusion-open-source-contributions/</guid><description>David Ortinau announces Syncfusion’s open-source MAUI Toolkit contributions and broader investment in dotnet/maui, plus a new .NET 9 template plan.</description><pubDate>Tue, 22 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Your MAUI schedule for .NET conf 2024</title><link>https://mauiverse.net/community-feed/2024/10/maui-schedule-for-dotnet-conf-2024/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/maui-schedule-for-dotnet-conf-2024/</guid><description>This post curates the MAUI-relevant sessions from .NET Conf 2024 so you can skip straight to cross-platform content that matters. Tony also provides an iCal-friendly schedule workflow to make session planning easier.</description><pubDate>Mon, 21 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Monitoreo de Errores en .NET MAUI con Sentry</title><link>https://mauiverse.net/community-feed/2024/10/monitoreo-errores-dotnet-maui-con-sentry/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/monitoreo-errores-dotnet-maui-con-sentry/</guid><description>Javier Suárez shows how to monitor errors and crashes in .NET MAUI apps using Sentry.</description><pubDate>Mon, 21 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #164</title><link>https://mauiverse.net/community-feed/2024/10/sands-of-maui-issue-164/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/sands-of-maui-issue-164/</guid><description>Sam Basu&apos;s Sands of MAUI #164 curates .NET MAUI with RC2, Biometrics with .NET MAUI, .NET Conf, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 21 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Episode 125: Hello Xcode 16 &amp; .NET 9 RC 2</title><link>https://mauiverse.net/community-feed/2024/10/episode-125-hello-xcode-16-net-9-rc-2/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/episode-125-hello-xcode-16-net-9-rc-2/</guid><description>The latest in greatest for .NET MAUI is here with .NET 9 RC 2 which comes with plenty of awesome enhancements for mobile and desktop developers.</description><pubDate>Fri, 18 Oct 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI with RC2</title><link>https://mauiverse.net/community-feed/2024/10/hello-xcode-16-and-dotnet-9-rc-2-the-dotnet-maui-podcast-ep-125/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/hello-xcode-16-and-dotnet-9-rc-2-the-dotnet-maui-podcast-ep-125/</guid><description>James Montemagno explores .NET MAUI with RC2 in this ~35-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 18 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Loading configuration data from json in a MAUI app</title><link>https://mauiverse.net/community-feed/2024/10/maui-load-configuration-data-from-json/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/maui-load-configuration-data-from-json/</guid><description>This walkthrough shows how to load local JSON configuration into a .NET MAUI app while keeping sensitive values out of source control. Tony demonstrates a lightweight pattern that&apos;s ideal for device-local keys and quick experimentation.</description><pubDate>Fri, 18 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Using Biometric Identification in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/10/telerik-using-biometric-identification-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/telerik-using-biometric-identification-net-maui/</guid><description>Leomaris Reyes shows how to add biometric authentication to .NET MAUI apps using Plugin.Maui.Biometric, including Android/iOS setup and emulator testing.</description><pubDate>Thu, 17 Oct 2024 00:00:00 GMT</pubDate></item><item><title>MAUI - Fallback image for no network state</title><link>https://mauiverse.net/community-feed/2024/10/maui-fallback-image-no-network/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/maui-fallback-image-no-network/</guid><description>This post explains why a straightforward MAUI fallback binding can fail when remote image loading breaks and no cache is available. Tony shows a reliable code-behind approach for switching to local fallback assets in offline scenarios.</description><pubDate>Mon, 14 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #163</title><link>https://mauiverse.net/community-feed/2024/10/sands-of-maui-issue-163/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/sands-of-maui-issue-163/</guid><description>Sam Basu&apos;s Sands of MAUI #163 curates .NET 9 Update, .NET MAUI 9 APIs, Generative AI Demystified, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 14 Oct 2024 00:00:00 GMT</pubDate></item><item><title>MAUI day 2024</title><link>https://mauiverse.net/community-feed/2024/10/maui-day-2024/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/maui-day-2024/</guid><description>Tony recaps MAUI Day 2024 in Cologne, highlighting the event&apos;s practical sessions and community-first format. The post surfaces key takeaways across platform updates, security, and Aspire relevance for MAUI teams.</description><pubDate>Sun, 13 Oct 2024 00:00:00 GMT</pubDate></item><item><title>MAUI Day Cologne - Autumn 2024</title><link>https://mauiverse.net/community-feed/maui-day/cologne-autumn-2024/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/maui-day/cologne-autumn-2024/</guid><description>MAUI Day Cologne had in depth sessions from the .NET MAUI team and community speakers.</description><pubDate>Fri, 11 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Deprecated APIs in .NET MAUI 9</title><link>https://mauiverse.net/community-feed/2024/10/telerik-deprecated-apis-net-maui-9/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/telerik-deprecated-apis-net-maui-9/</guid><description>Leomaris Reyes summarizes APIs deprecated in .NET MAUI 9 and what to use instead—helpful for planning upgrades and avoiding future removals.</description><pubDate>Wed, 09 Oct 2024 00:00:00 GMT</pubDate></item><item><title>MAUI - Failed to load native whisper library</title><link>https://mauiverse.net/community-feed/2024/10/whisper-dotnet-and-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/whisper-dotnet-and-maui/</guid><description>This troubleshooting post breaks down a native runtime issue when using Whisper.net with .NET MAUI on Apple silicon. Tony documents the practical fix path, including runtime alignment and rebuilding native dependencies for `arm64`.</description><pubDate>Wed, 09 Oct 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Progress View</title><link>https://mauiverse.net/community-feed/2024/10/netmauiprogressview/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/netmauiprogressview/</guid><description>.NET MAUI Progress View walks through a practical way to implement a reusable progress view component for MAUI apps in .NET MAUI. You will learn why communicating progress clearly during long-running tasks matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 07 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #162</title><link>https://mauiverse.net/community-feed/2024/10/sands-of-maui-issue-162/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/sands-of-maui-issue-162/</guid><description>Sam Basu&apos;s Sands of MAUI #162 curates .NET MAUI Community Standup, Interactive Gestures, Toolkit SemanticOrderView, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 07 Oct 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - .NET MAUI 4, 9, 12, 16, 18, 35</title><link>https://mauiverse.net/community-feed/2024/10/maui-community-standup-dotnet-maui-4-9-12-16-18-35/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/maui-community-standup-dotnet-maui-4-9-12-16-18-35/</guid><description>David Ortinau hosts a .NET MAUI Community Standup covering a fast-moving set of updates and milestones across .NET MAUI releases and improvements.</description><pubDate>Fri, 04 Oct 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, October 2024</title><link>https://mauiverse.net/community-feed/2024/10/net-maui-community-toolkit-monthly-standup-october-2024/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/net-maui-community-toolkit-monthly-standup-october-2024/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Fri, 04 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Exploring SemanticOrderView in .NET MAUI Community Toolkit</title><link>https://mauiverse.net/community-feed/2024/10/telerik-exploring-semanticorderview-net-maui-community-toolkit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/telerik-exploring-semanticorderview-net-maui-community-toolkit/</guid><description>Leomaris Reyes explains SemanticOrderView from the .NET MAUI Community Toolkit and how it helps improve accessibility by controlling screen reader navigation order.</description><pubDate>Thu, 03 Oct 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Input Validation</title><link>https://mauiverse.net/community-feed/2024/10/net-maui-input-validation-2dcc9ae847ab/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/10/net-maui-input-validation-2dcc9ae847ab/</guid><description>Petar Mishev looks at input validation in .NET MAUI and why it matters for building reliable, user-friendly forms. The article points readers toward patterns that make validation logic and feedback easier to reason about in app code.</description><pubDate>Wed, 02 Oct 2024 00:00:00 GMT</pubDate></item><item><title>121: Jon tries Mediator!  Copilot != Autopilot, and the Best iPhone ever!</title><link>https://mauiverse.net/community-feed/2024/09/121-jon-tries-mediator-copilot-autopilot-and-the-best-iphone-ever/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/121-jon-tries-mediator-copilot-autopilot-and-the-best-iphone-ever/</guid><description>Jon and Allan unpack practical lessons from using AI coding tools, staying current with iOS/Xcode changes, and building real-world .NET MAUI features. You&apos;ll get honest guidance on where Copilot helps, where it doesn&apos;t, and how those trade-offs show up in day-to-day app work.</description><pubDate>Mon, 30 Sep 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #161</title><link>https://mauiverse.net/community-feed/2024/09/sands-of-maui-issue-161/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/sands-of-maui-issue-161/</guid><description>Sam Basu&apos;s Sands of MAUI #161 curates .NET MAUI Shell, .NET MAUI Release, Copilot Extensibility, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 30 Sep 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Shell</title><link>https://mauiverse.net/community-feed/2024/09/mastering-dotnet-maui-shell-part-3/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/mastering-dotnet-maui-shell-part-3/</guid><description>Héctor Pérez explores .NET MAUI Shell, focusing on navigation in .NET MAUI Shell and assigning Routes to Shell Elements. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 26 Sep 2024 00:00:00 GMT</pubDate></item><item><title>Displaying PDF files in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/09/displaying-pdf-files-in-net-maui-fe8831f175bd/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/displaying-pdf-files-in-net-maui-fe8831f175bd/</guid><description>Petar Mishev explores how to display PDF documents in .NET MAUI applications and what that means in practice for app UX. It is a useful starting point for teams that need in-app document viewing instead of pushing users out to another tool.</description><pubDate>Wed, 25 Sep 2024 00:00:00 GMT</pubDate></item><item><title>Adding Interactive Gestures to Controls in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/09/adding-interactive-gestures-to-controls-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/adding-interactive-gestures-to-controls-in-dotnet-maui/</guid><description>James Montemagno shows how to bring more touch interaction into .NET MAUI apps with gesture recognizers and swipe support. The video is a quick way to see how small interaction patterns can make interfaces feel more alive.</description><pubDate>Tue, 24 Sep 2024 00:00:00 GMT</pubDate></item><item><title>120: Buffet Style Show</title><link>https://mauiverse.net/community-feed/2024/09/120-buffet-style-show/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/120-buffet-style-show/</guid><description>This episode covers a broad set of mobile dev topics, from SQLite persistence and Android platform shifts to UI composition pitfalls in MAUI. It&apos;s a practical grab bag focused on performance, architecture choices, and avoiding common mistakes early.</description><pubDate>Mon, 23 Sep 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #160</title><link>https://mauiverse.net/community-feed/2024/09/sands-of-maui-issue-160/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/sands-of-maui-issue-160/</guid><description>Sam Basu&apos;s Sands of MAUI #160 curates .NET 9 Update, .NET MAUI Community Standup, .NET MAUI Shell, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 23 Sep 2024 00:00:00 GMT</pubDate></item><item><title>Updates for TinyInsights: what is new for .NET MAUI developers that want to use Application Insights</title><link>https://mauiverse.net/community-feed/2024/09/tinyinsights-updates-application-insights-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/tinyinsights-updates-application-insights-dotnet-maui/</guid><description>Daniel Hindrikes shares what’s new in TinyInsights for .NET MAUI, focusing on Application Insights instrumentation and developer workflow.</description><pubDate>Mon, 23 Sep 2024 00:00:00 GMT</pubDate></item><item><title>Dependency Injection Basics in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/09/dependency-injection-basics-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/dependency-injection-basics-in-dotnet-maui/</guid><description>James Montemagno walks through the built-in dependency injection support in .NET MAUI and why it matters for app structure. This is a good refresher for anyone who wants cleaner service registration, resolution, and composition in MAUI apps.</description><pubDate>Fri, 20 Sep 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Many-to-Many SQLite Database with Extensions</title><link>https://mauiverse.net/community-feed/2024/09/netmauimanytomanysqlitedatabasewithextensions/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/netmauimanytomanysqlitedatabasewithextensions/</guid><description>.NET MAUI Many-to-Many SQLite Database with Extensions walks through a practical way to implement a clean relation model you can query and update from MAUI in .NET MAUI. You will learn why many-to-many data without hand-written join boilerplate matters and how to wire the feature from setup to a working result.</description><pubDate>Fri, 20 Sep 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Shell</title><link>https://mauiverse.net/community-feed/2024/09/mastering-dotnet-maui-shell-part-2/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/mastering-dotnet-maui-shell-part-2/</guid><description>Héctor Pérez explores .NET MAUI Shell, focusing on adding New Utilities to the App and third Utility: Cool Image Editor. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 19 Sep 2024 00:00:00 GMT</pubDate></item><item><title>Solving .NET MAUI Issues on macOS Sequoia with Visual Studio Code and XCode 16</title><link>https://mauiverse.net/community-feed/2024/09/solving-net-maui-macos-sequoia-xcode-16/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/solving-net-maui-macos-sequoia-xcode-16/</guid><description>macOS Sequoia and XCode 16 initially broke .NET MAUI compatibility, requiring workarounds until official support arrived. This guide documents solutions including downgrading XCode, managing provisioning profiles, and disabling XAML Hot Reload.</description><pubDate>Thu, 19 Sep 2024 00:00:00 GMT</pubDate></item><item><title>119: In App Purchasing Pain</title><link>https://mauiverse.net/community-feed/2024/09/119-in-app-purchasing-pain/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/119-in-app-purchasing-pain/</guid><description>Jon and Allan break down why in-app purchases are still one of the hardest parts of shipping mobile apps. You&apos;ll learn where StoreKit and Play Billing complexity shows up in real code and how teams can reduce risk.</description><pubDate>Mon, 16 Sep 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI One-to-Many SQLite Database with Extensions</title><link>https://mauiverse.net/community-feed/2024/09/netmauionetomanysqlitedatabasewithextensions/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/netmauionetomanysqlitedatabasewithextensions/</guid><description>.NET MAUI One-to-Many SQLite Database with Extensions walks through a practical way to implement a one-to-many structure that stays easy to maintain in .NET MAUI. You will learn why parent-child records with predictable local storage matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 16 Sep 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #159</title><link>https://mauiverse.net/community-feed/2024/09/sands-of-maui-issue-159/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/sands-of-maui-issue-159/</guid><description>Sam Basu&apos;s Sands of MAUI #159 curates .NET Performance, .NET MAUI Showcase, Android Assets, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 16 Sep 2024 00:00:00 GMT</pubDate></item><item><title>Android Asset Packs for .NET &amp; .NET MAUI Android Apps</title><link>https://mauiverse.net/community-feed/2024/09/android-asset-packs-dotnet-android-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/android-asset-packs-dotnet-android-maui/</guid><description>Dean Ellis introduces Asset Pack support for .NET Android/.NET MAUI (in .NET 9), enabling large AndroidAsset/MauiAsset payloads with InstallTime/FastFollow/OnDemand delivery.</description><pubDate>Thu, 12 Sep 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Shell</title><link>https://mauiverse.net/community-feed/2024/09/mastering-dotnet-maui-shell-part-1/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/mastering-dotnet-maui-shell-part-1/</guid><description>Héctor Pérez explores .NET MAUI Shell, covering “What Is .NET MAUI Shell” and “Creating Your First Shell”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 12 Sep 2024 00:00:00 GMT</pubDate></item><item><title>Learn to Build Your First Blazor Hybrid App!</title><link>https://mauiverse.net/community-feed/2024/09/blazor-hybrid-workshop-monkeyfinder/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/blazor-hybrid-workshop-monkeyfinder/</guid><description>Sweeky Satpathy and Gerald Versluis announce the official Blazor Hybrid workshop that teaches building a cross-platform app with Blazor Hybrid and .NET MAUI.</description><pubDate>Tue, 10 Sep 2024 00:00:00 GMT</pubDate></item><item><title>Create multi-window desktop apps with .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/09/create-multi-window-desktop-apps-with-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/create-multi-window-desktop-apps-with-dotnet-maui/</guid><description>James Montemagno demonstrates how to build multi-window desktop experiences with .NET MAUI while still respecting the needs of mobile users. The video is a practical introduction to treating MAUI as more than a single-window app model.</description><pubDate>Tue, 10 Sep 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #158</title><link>https://mauiverse.net/community-feed/2024/09/sands-of-maui-issue-158/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/sands-of-maui-issue-158/</guid><description>Sam Basu&apos;s Sands of MAUI #158 curates Blazor Hybrid Workshop, .NET Aspire Internals, .NET MAUI Podcast, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 09 Sep 2024 00:00:00 GMT</pubDate></item><item><title>Adding Blazor in an existing MAUI project</title><link>https://mauiverse.net/community-feed/2024/09/adding-blazor-in-an-existing-maui-project-9a72b991bda5/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/adding-blazor-in-an-existing-maui-project-9a72b991bda5/</guid><description>Petar Mishev shows how Blazor can be introduced into an existing .NET MAUI project instead of requiring a fresh start. It is a practical bridge for teams that want to mix Razor-based UI with an app they already have in flight.</description><pubDate>Sat, 07 Sep 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - .NET MAUI + Amazing TitleBars</title><link>https://mauiverse.net/community-feed/2024/09/maui-community-standup-dotnet-maui-amazing-titlebars/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/maui-community-standup-dotnet-maui-amazing-titlebars/</guid><description>David Ortinau hosts a .NET MAUI Community Standup highlighting TitleBar customization and UI polish opportunities for .NET MAUI apps.</description><pubDate>Fri, 06 Sep 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, September 2024</title><link>https://mauiverse.net/community-feed/2024/09/net-maui-community-toolkit-monthly-standup-september-2024/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/net-maui-community-toolkit-monthly-standup-september-2024/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Fri, 06 Sep 2024 00:00:00 GMT</pubDate></item><item><title>Blazor Hybrid: Build Cross-Platform Apps with .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/09/blazor-hybrid-build-cross-platform-apps-with-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/blazor-hybrid-build-cross-platform-apps-with-net-maui/</guid><description>Blazor Hybrid: Build Cross-Platform Apps with .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 05 Sep 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #157</title><link>https://mauiverse.net/community-feed/2024/09/sands-of-maui-issue-157/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/sands-of-maui-issue-157/</guid><description>Sam Basu&apos;s Sands of MAUI #157 curates What’s New in .NET MAUI, Exploring Preferences, Dev Tunnels for Local APIs, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Tue, 03 Sep 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI One-to-One Relation SQLite Database with Extensions</title><link>https://mauiverse.net/community-feed/2024/09/netmauionetoonerelationsqlitedatabasewithextensions/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/09/netmauionetoonerelationsqlitedatabasewithextensions/</guid><description>.NET MAUI One-to-One Relation SQLite Database with Extensions walks through a practical way to implement a one-to-one SQLite structure that is simple to query in .NET MAUI. You will learn why splitting a profile across linked tables without data drift matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 02 Sep 2024 00:00:00 GMT</pubDate></item><item><title>Splash Screens with .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/08/splashscreen/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/splashscreen/</guid><description>.NET explores Splash Screens with .NET MAUI, covering “Set the base size” and “Add tint and background color”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Fri, 30 Aug 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Showcase</title><link>https://mauiverse.net/community-feed/2024/08/dotnet-maui-showcase/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/dotnet-maui-showcase/</guid><description>Matthew Robbins explores .NET MAUI Showcase, focusing on company and a digital climbing companion. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 29 Aug 2024 00:00:00 GMT</pubDate></item><item><title>Publish Apps</title><link>https://mauiverse.net/community-feed/2024/08/easily-archive-and-publish-dotnet-maui-apps-with-vs-code/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/easily-archive-and-publish-dotnet-maui-apps-with-vs-code/</guid><description>James Montemagno explores Publish Apps in this ~15-minute session, focusing on project setup and data flow. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 28 Aug 2024 00:00:00 GMT</pubDate></item><item><title>Exploring Preferences in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/08/telerik-exploring-preferences-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/telerik-exploring-preferences-net-maui/</guid><description>Leomaris Reyes covers .NET MAUI Preferences for lightweight local storage—keys/values, supported types, platform differences, and when to use it.</description><pubDate>Wed, 28 Aug 2024 00:00:00 GMT</pubDate></item><item><title>Episode 124: CollectionView++, AI Goodies, and VS Code Setup</title><link>https://mauiverse.net/community-feed/2024/08/episode-124-collectionview-ai-goodies-and-vs-code-setup/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/episode-124-collectionview-ai-goodies-and-vs-code-setup/</guid><description>It&apos;s time for another .NET MAUI Podcast with James, David, and Matt!</description><pubDate>Mon, 26 Aug 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #156</title><link>https://mauiverse.net/community-feed/2024/08/sands-of-maui-issue-156/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/sands-of-maui-issue-156/</guid><description>Sam Basu&apos;s Sands of MAUI #156 curates .NET 9 Update, VS Code Extensions, Reusable Components, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 26 Aug 2024 00:00:00 GMT</pubDate></item><item><title>Adaptive UI Behavior in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/08/adaptive-ui-behavior-in-net-maui-1d7f471626e9/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/adaptive-ui-behavior-in-net-maui-1d7f471626e9/</guid><description>Petar Mishev looks at adaptive UI behavior in .NET MAUI and the kinds of layout adjustments modern apps need across devices. It is a useful read for teams trying to make one codebase feel more intentional on different screens and form factors.</description><pubDate>Fri, 23 Aug 2024 00:00:00 GMT</pubDate></item><item><title>Deploy &amp; Debug .NET MAUI Apps to iOS Devices in VS Code - Complete Guide</title><link>https://mauiverse.net/community-feed/2024/08/deploydebugnetmauiappstoiosdevicesinvscodecompleteguide/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/deploydebugnetmauiappstoiosdevicesinvscodecompleteguide/</guid><description>James Montemagno walks through Deploy &amp; Debug .NET MAUI Apps to iOS Devices in VS Code - Complete Guide, focusing on practical implementation steps you can apply immediately. You&apos;ll see the setup path, the key workflow decisions, and how to ship the same patterns in your own .NET MAUI projects.</description><pubDate>Fri, 23 Aug 2024 00:00:00 GMT</pubDate></item><item><title>Testing Local APIs on Device with Dev Tunnels and .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/08/testing-local-apis-on-device-with-dev-tunnels-and-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/testing-local-apis-on-device-with-dev-tunnels-and-dotnet-maui/</guid><description>James Montemagno explains how Dev Tunnels can expose a local API to a physical device so .NET MAUI apps can be tested without a deployed backend. It is a practical setup for teams tired of fighting `localhost` during device testing.</description><pubDate>Fri, 23 Aug 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI SQLite Database CRUD Operation Easy MVVM</title><link>https://mauiverse.net/community-feed/2024/08/netmauisqlitedatabasecrudoperationeasymvvm/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/netmauisqlitedatabasecrudoperationeasymvvm/</guid><description>.NET MAUI SQLite Database CRUD Operation Easy MVVM walks through a practical way to implement end-to-end CRUD wired into a MAUI UI in .NET MAUI. You will learn why getting reliable local persistence into an MVVM app matters and how to wire the feature from setup to a working result.</description><pubDate>Thu, 22 Aug 2024 00:00:00 GMT</pubDate></item><item><title>What’s New in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/08/what-s-new-and-next-for-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/what-s-new-and-next-for-dotnet-maui/</guid><description>James Montemagno explores What’s New in .NET MAUI in this ~1-hour session, focusing on release scope and developer workflow. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 21 Aug 2024 00:00:00 GMT</pubDate></item><item><title>118: Mediator for Mobile</title><link>https://mauiverse.net/community-feed/2024/08/118-mediator-for-mobile/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/118-mediator-for-mobile/</guid><description>This episode explores mediator patterns for mobile architecture and why they can reduce service sprawl in .NET MAUI apps. It gives a grounded view of where mediator pipelines help and where they add overhead.</description><pubDate>Tue, 20 Aug 2024 00:00:00 GMT</pubDate></item><item><title>DrawnUi.Maui: Drawn Controls using SkiaSharp for .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/08/drawnui-maui-drawn-controls-skiasharp/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/drawnui-maui-drawn-controls-skiasharp/</guid><description>Javier Suárez introduces DrawnUi.Maui, a SkiaSharp-based approach to “drawn” controls for .NET MAUI and what it enables for custom UI.</description><pubDate>Tue, 20 Aug 2024 00:00:00 GMT</pubDate></item><item><title>Reusable Components</title><link>https://mauiverse.net/community-feed/2024/08/bindable-properties-controltemplates-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/bindable-properties-controltemplates-dotnet-maui/</guid><description>Héctor Pérez explores Reusable Components, focusing on creating a ContentView and adding Content to the ContentView. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Mon, 19 Aug 2024 00:00:00 GMT</pubDate></item><item><title>How to create a simple chat page using .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/08/simple-chat-page-using-dotnet-maui-jose-pereira/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/simple-chat-page-using-dotnet-maui-jose-pereira/</guid><description>José Pereira builds a simple chat UI in .NET MAUI with text + image messages, a message template selector, and a scroll-to-bottom interaction—plus a full sample repo.</description><pubDate>Mon, 19 Aug 2024 00:00:00 GMT</pubDate></item><item><title>Episode 123: Building Accessible Apps with .NET MAUI featuring Rachel Kang</title><link>https://mauiverse.net/community-feed/2024/08/episode-123-building-accessible-apps-with-net-maui-featuring-rachel-kang/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/episode-123-building-accessible-apps-with-net-maui-featuring-rachel-kang/</guid><description>Show Notes Rachel Kang, .NET MAUI Program Manager, joins the podcast to talk about all things accessibility for .NET MAUI developers.</description><pubDate>Fri, 16 Aug 2024 00:00:00 GMT</pubDate></item><item><title>117: Connectivity &quot;Out in the Wild&quot;</title><link>https://mauiverse.net/community-feed/2024/08/117-connectivity-out-in-the-wild/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/117-connectivity-out-in-the-wild/</guid><description>Jon and Allan tackle the reality of unreliable connectivity and what it means for MAUI app design in the field. The episode focuses on offline-first thinking, map constraints, and practical fallback communication paths.</description><pubDate>Mon, 12 Aug 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #155</title><link>https://mauiverse.net/community-feed/2024/08/sands-of-maui-issue-155/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/sands-of-maui-issue-155/</guid><description>Sam Basu&apos;s Sands of MAUI #155 curates AI Prompt, ThemeBuilder Styles, Integrating ChatGPT, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 12 Aug 2024 00:00:00 GMT</pubDate></item><item><title>How to pass multiple command parameters in XAML - MAUI with Max</title><link>https://mauiverse.net/community-feed/2024/08/multiple-command-parameters-xaml-maui-with-max/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/multiple-command-parameters-xaml-maui-with-max/</guid><description>Max Mannstein demonstrates patterns for passing multiple values into ICommand parameters from XAML in .NET MAUI.</description><pubDate>Sun, 11 Aug 2024 00:00:00 GMT</pubDate></item><item><title>AI Prompt</title><link>https://mauiverse.net/community-feed/2024/08/discover-the-ai-prompt-control-in-dotnet-maui-integrate-ai-into-your-apps-with-telerik/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/discover-the-ai-prompt-control-in-dotnet-maui-integrate-ai-into-your-apps-with-telerik/</guid><description>Héctor Pérez explores AI Prompt in this ~25-minute session, focusing on architecture and core APIs. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 09 Aug 2024 00:00:00 GMT</pubDate></item><item><title>Deploy &amp; Debug .NET MAUI Apps to Android Devices in VS Code</title><link>https://mauiverse.net/community-feed/2024/08/deploydebugnetmauiappstoandroiddevicesinvscode/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/deploydebugnetmauiappstoandroiddevicesinvscode/</guid><description>James Montemagno walks through Deploy &amp; Debug .NET MAUI Apps to Android Devices in VS Code, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 08 Aug 2024 00:00:00 GMT</pubDate></item><item><title>Integrating ChatGPT into .NET MAUI from Scratch</title><link>https://mauiverse.net/community-feed/2024/08/telerik-integrating-chatgpt-net-maui-scratch/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/telerik-integrating-chatgpt-net-maui-scratch/</guid><description>Leomaris Reyes walks through integrating ChatGPT into a .NET MAUI app end-to-end, including API key setup, environment variables, and making chat completion calls from a simple UI.</description><pubDate>Tue, 06 Aug 2024 00:00:00 GMT</pubDate></item><item><title>116: What&apos;s new for .NET 9?</title><link>https://mauiverse.net/community-feed/2024/08/116-what-s-new-for-net-9/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/116-what-s-new-for-net-9/</guid><description>This episode gives a practical tour of .NET 9 and .NET MAUI updates that directly impact how you build and ship apps. You&apos;ll hear both the productivity wins and the migration considerations behind the headline features.</description><pubDate>Mon, 05 Aug 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #154</title><link>https://mauiverse.net/community-feed/2024/08/sands-of-maui-issue-154/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/sands-of-maui-issue-154/</guid><description>Sam Basu&apos;s Sands of MAUI #154 curates VS Code Setup, Chasing Curiosity, UI Markup, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 05 Aug 2024 00:00:00 GMT</pubDate></item><item><title>How to use Firestore Database with .NET MAUI - MAUI with Max</title><link>https://mauiverse.net/community-feed/2024/08/firestore-database-dotnet-maui-maui-with-max/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/firestore-database-dotnet-maui-maui-with-max/</guid><description>Max Mannstein shows how to integrate Firebase Firestore with a .NET MAUI app, covering setup and common data-access patterns.</description><pubDate>Sun, 04 Aug 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - Matt Goldman &amp; MAUI UI July</title><link>https://mauiverse.net/community-feed/2024/08/maui-community-standup-matt-goldman-and-maui-ui-july/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/maui-community-standup-matt-goldman-and-maui-ui-july/</guid><description>David Ortinau hosts a .NET MAUI Community Standup with Matt Goldman, discussing MAUI UI July and UI-focused tips for building better MAUI apps.</description><pubDate>Fri, 02 Aug 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, August 2024</title><link>https://mauiverse.net/community-feed/2024/08/net-maui-community-toolkit-monthly-standup-august-2024/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/08/net-maui-community-toolkit-monthly-standup-august-2024/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Fri, 02 Aug 2024 00:00:00 GMT</pubDate></item><item><title>Creating a sprite editor</title><link>https://mauiverse.net/community-feed/2024/07/creating-a-sprite-editor/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/creating-a-sprite-editor/</guid><description>Follow a .NET MAUI build of a sprite editor that focuses on custom drawing, editing workflow, and interactive tooling.</description><pubDate>Wed, 31 Jul 2024 00:00:00 GMT</pubDate></item><item><title>115: All the AI</title><link>https://mauiverse.net/community-feed/2024/07/115-all-the-ai/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/115-all-the-ai/</guid><description>Jon and Allan explore where AI is genuinely useful in MAUI app workflows, from vision features to developer tooling. The focus is practical implementation value, not hype.</description><pubDate>Mon, 29 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Chasing Curiosity</title><link>https://mauiverse.net/community-feed/2024/07/chasing-curiosity/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/chasing-curiosity/</guid><description>Explore an experimental .NET MAUI debug ribbon built with overlays, graphics APIs, and iterative prototyping.</description><pubDate>Mon, 29 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Creating Bindings for .NET MAUI with Native Library Interop</title><link>https://mauiverse.net/community-feed/2024/07/native-library-interop-dotnet-maui-bindings/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/native-library-interop-dotnet-maui-bindings/</guid><description>Rachel Kang introduces Native Library Interop for .NET MAUI and walks through creating focused bindings to consume native libraries without binding everything.</description><pubDate>Mon, 29 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #153</title><link>https://mauiverse.net/community-feed/2024/07/sands-of-maui-issue-153/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/sands-of-maui-issue-153/</guid><description>Sam Basu&apos;s Sands of MAUI #153 curates XAML Productivity, Lifecycle Events, Games with .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 29 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Upgrading from Xamarin.CommunityToolkit.Markup to CommunityToolkit.Maui.Markup</title><link>https://mauiverse.net/community-feed/2024/07/upgrading-xamarin-communitytoolkit-markup-to-communitytoolkit-maui-markup/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/upgrading-xamarin-communitytoolkit-markup-to-communitytoolkit-maui-markup/</guid><description>Brandon Minnick explains key differences when moving from Xamarin.CommunityToolkit.Markup to CommunityToolkit.Maui.Markup, including typed bindings and updated APIs.</description><pubDate>Mon, 29 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Using SwipeCardView to Create the Next Tinder in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/07/using-swipecardview-to-create-the-next-tinder-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/using-swipecardview-to-create-the-next-tinder-in-net-maui/</guid><description>Using SwipeCardView to Create the Next Tinder in .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 29 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Rantiy, Mobile App with .NET MAUI - Part 1</title><link>https://mauiverse.net/community-feed/2024/07/rantiy-mobile-app-with-dotnetmaui-part-1/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/rantiy-mobile-app-with-dotnetmaui-part-1/</guid><description>Daniel Monettelli introduces the Rantiy app and shares UI/UX tooling and implementation techniques used to accelerate .NET MAUI development.</description><pubDate>Sun, 28 Jul 2024 00:00:00 GMT</pubDate></item><item><title>MauiReactor .NET MAUI UI July 2024 Contribution - Task Manager App</title><link>https://mauiverse.net/community-feed/2024/07/mauireactor-dotnet-maui-ui-july-2024-task-manager-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/mauireactor-dotnet-maui-ui-july-2024-task-manager-app/</guid><description>Adolfo Marinucci demonstrates a Task Manager app built with MauiReactor as a .NET MAUI UI July 2024 contribution.</description><pubDate>Sat, 27 Jul 2024 00:00:00 GMT</pubDate></item><item><title>My Journey in Making a Game with .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/07/my-journey-in-making-a-game-with-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/my-journey-in-making-a-game-with-dotnet-maui/</guid><description>Farshad Momtaz shares lessons from building a cross-platform game with .NET MAUI and the trade-offs involved.</description><pubDate>Fri, 26 Jul 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Extensions for VS Code - Emulators, App Publishing, Manifest Editing, and More!</title><link>https://mauiverse.net/community-feed/2024/07/netmauiextensionsforvscodeemulatorsapppublishingmanifesteditingandmore/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/netmauiextensionsforvscodeemulatorsapppublishingmanifesteditingandmore/</guid><description>James Montemagno walks through .NET MAUI Extensions for VS Code - Emulators, App Publishing, Manifest Editing, and More, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 25 Jul 2024 00:00:00 GMT</pubDate></item><item><title>How to Apply Different Item Templates in One CollectionView with .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/07/net-maui-data-template-selector/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/net-maui-data-template-selector/</guid><description>Use a DataTemplateSelector in .NET MAUI to apply different row templates dynamically in a single CollectionView.</description><pubDate>Wed, 24 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Creating an Engaging Onboarding Experience in .NET MAUI Using DevExpress</title><link>https://mauiverse.net/community-feed/2024/07/creating-an-engaging-onboarding-experience-in-net-maui-using-devexpress/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/creating-an-engaging-onboarding-experience-in-net-maui-using-devexpress/</guid><description>Design a polished onboarding flow in .NET MAUI using DevExpress controls, carousel patterns, and MVVM.</description><pubDate>Tue, 23 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #152</title><link>https://mauiverse.net/community-feed/2024/07/sands-of-maui-issue-152/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/sands-of-maui-issue-152/</guid><description>Sam Basu&apos;s Sands of MAUI #152 curates Mixed Reality Experiences, Styling in .NET MAUI, White Labeling Apps, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 22 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Mastering Error Insights in .NET MAUI: Sentry vs. Firebase Crashlytics</title><link>https://mauiverse.net/community-feed/2024/07/sentry-vs-firebase-crashlytics-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/sentry-vs-firebase-crashlytics-net-maui/</guid><description>Sentry outperforms Firebase Crashlytics for .NET MAUI error monitoring by providing full .NET stack traces, custom contexts, breadcrumbs, and better debugging insights. The comparison guides developers in choosing effective error tracking solutions.</description><pubDate>Mon, 22 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Boost Your .NET MAUI App with SideMenuView Plugin!</title><link>https://mauiverse.net/community-feed/2024/07/boost-dotnet-maui-app-with-sidemenuview-plugin/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/boost-dotnet-maui-app-with-sidemenuview-plugin/</guid><description>This post introduces Com.Igniscor.Maui.SideMenuView, a MAUI port inspired by XamarinCommunityToolkit for richer side menu scenarios. It explains where FlyoutPage falls short and how dual-side placement plus broader page integration can improve app UX.</description><pubDate>Sat, 20 Jul 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Development in VS Code - Complete Setup Guide (Develop on macOS, Linux, &amp; Windows)!</title><link>https://mauiverse.net/community-feed/2024/07/netmauidevelopmentinvscodecompletesetupguidedeveloponmacoslinuxwindows/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/netmauidevelopmentinvscodecompletesetupguidedeveloponmacoslinuxwindows/</guid><description>James Montemagno walks through .NET MAUI Development in VS Code - Complete Setup Guide (Develop on macOS, Linux, &amp; Windows), focusing on practical implementation steps you can apply immediately. You&apos;ll see the setup path, the key workflow decisions, and how to ship the same patterns in your own .NET MAUI projects.</description><pubDate>Thu, 18 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Exploring Long Press in .NET MAUI Community Toolkit</title><link>https://mauiverse.net/community-feed/2024/07/telerik-exploring-long-press-net-maui-community-toolkit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/telerik-exploring-long-press-net-maui-community-toolkit/</guid><description>Leomaris Reyes shows how to detect long-press gestures in .NET MAUI using Community Toolkit TouchBehavior, including duration configuration and commands.</description><pubDate>Thu, 18 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Using Local Browser Storage in .NET MAUI Blazor Hybrid</title><link>https://mauiverse.net/community-feed/2024/07/using-local-browser-storage-in-net-maui-blazor-hybrid/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/using-local-browser-storage-in-net-maui-blazor-hybrid/</guid><description>Persist lightweight app data in .NET MAUI Blazor Hybrid using local browser storage patterns.</description><pubDate>Thu, 18 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Emojis in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/07/emojis-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/emojis-in-net-maui/</guid><description>Integrate Fluent Emojis in .NET MAUI, including dynamic SVG handling and CDN-backed emoji rendering.</description><pubDate>Wed, 17 Jul 2024 00:00:00 GMT</pubDate></item><item><title>White Labeling .NET MAUI Apps</title><link>https://mauiverse.net/community-feed/2024/07/white-labeling-net-maui-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/white-labeling-net-maui-apps/</guid><description>Set up white-label .NET MAUI apps with per-client resources, build configurations, and shared codebase workflows.</description><pubDate>Wed, 17 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Simplifying your MAUI Styles with StyleClass</title><link>https://mauiverse.net/community-feed/2024/07/styleclass/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/styleclass/</guid><description>Simplifying your MAUI Styles with StyleClass with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Tue, 16 Jul 2024 00:00:00 GMT</pubDate></item><item><title>113: What&apos;s all the fuss about Drawn Controls?</title><link>https://mauiverse.net/community-feed/2024/07/113-what-s-all-the-fuss-about-drawn-controls/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/113-what-s-all-the-fuss-about-drawn-controls/</guid><description>This episode breaks down the drawn-controls debate in MAUI and when custom rendering is worth the complexity. It balances design flexibility against accessibility, performance, and platform fidelity.</description><pubDate>Mon, 15 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Boost Your .NET MAUI Productivity with These XAML Tools - .NET MAUI 101</title><link>https://mauiverse.net/community-feed/2024/07/boost-your-net-maui-productivity-with-these-xaml-tools-net-maui-101/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/boost-your-net-maui-productivity-with-these-xaml-tools-net-maui-101/</guid><description>Boost Your .NET MAUI Productivity with These XAML Tools - .NET MAUI 101 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 15 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #151</title><link>https://mauiverse.net/community-feed/2024/07/sands-of-maui-issue-151/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/sands-of-maui-issue-151/</guid><description>Sam Basu&apos;s Sands of MAUI #151 curates .NET 9 Release, MAUI Reactor Goodness, Barcode Scanning, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 15 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Componentizer4k - In-Page Navigation for .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/07/componentizer4k-in-page-navigation-for-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/componentizer4k-in-page-navigation-for-net-maui/</guid><description>Manage multi-step workflows in .NET MAUI with an in-page navigation component and view model-first registration.</description><pubDate>Sun, 14 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Quickest way to White-labeling MAUI iOS &amp; Android apps using shell scripts</title><link>https://mauiverse.net/community-feed/2024/07/quickest-way-to-white-labeling-maui-ios-android-apps-using-shell-scripts-0a1a6b951fb3/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/quickest-way-to-white-labeling-maui-ios-android-apps-using-shell-scripts-0a1a6b951fb3/</guid><description>Quickest way to White-labeling MAUI iOS &amp; Android apps using shell scripts with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Sun, 14 Jul 2024 00:00:00 GMT</pubDate></item><item><title>What is This Sheet? A Bottom Sheet Component for .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/07/what-is-this-sheet-a-bottom-sheet-component-for-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/what-is-this-sheet-a-bottom-sheet-component-for-net-maui/</guid><description>Add a configurable bottom sheet to .NET MAUI with drag gestures, expansion stops, and interaction controls.</description><pubDate>Sat, 13 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Mixed Reality Experiences</title><link>https://mauiverse.net/community-feed/2024/07/dotnet-maui-community-standup-mixed-reality-and-maui-with-ed-charbeneau/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/dotnet-maui-community-standup-mixed-reality-and-maui-with-ed-charbeneau/</guid><description>Maddy Montaquila explores Mixed Reality Experiences in this ~1-hour session, focusing on architecture and core APIs. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 12 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Episode 122: Has it been a year already?</title><link>https://mauiverse.net/community-feed/2024/07/episode-122-has-it-been-a-year-already/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/episode-122-has-it-been-a-year-already/</guid><description>Show Notes C# Azure Search Sample with MAUI!</description><pubDate>Fri, 12 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Getting started with Android Bindings in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/07/getting-started-with-android-bindings-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/getting-started-with-android-bindings-in-net-maui/</guid><description>Learn the basics of creating and using Android bindings in .NET MAUI projects.</description><pubDate>Fri, 12 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Native MapLibre (Mapbox) Maps in a MAUI Hybrid App</title><link>https://mauiverse.net/community-feed/2024/07/native-maplibre-mapbox-maps-in-maui-hybrid-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/native-maplibre-mapbox-maps-in-maui-hybrid-app/</guid><description>Ruslan Dudchenko explains how to drop native MapLibre under a transparent BlazorWebView in a .NET MAUI Hybrid app when the JS map stack starts lagging and crashing. Bindings, touch routing, and an IMaplibreMapService wrap the approach — with a working GitHub sample to extend.</description><pubDate>Fri, 12 Jul 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - Mixed Reality and MAUI with Ed Charbeneau</title><link>https://mauiverse.net/community-feed/2024/07/maui-community-standup-mixed-reality-and-maui-with-ed-charbeneau/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/maui-community-standup-mixed-reality-and-maui-with-ed-charbeneau/</guid><description>Rachel Kang hosts a .NET MAUI Community Standup with Ed Charbeneau, discussing Mixed Reality and how it intersects with building .NET MAUI apps.</description><pubDate>Fri, 12 Jul 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, July 2024</title><link>https://mauiverse.net/community-feed/2024/07/net-maui-community-toolkit-monthly-standup-july-2024/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/net-maui-community-toolkit-monthly-standup-july-2024/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Fri, 12 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Red Point: a 3D Rock Climbing App Built with Unity &amp; .NET MAUI | Matt Goldman &amp; Matthew Robbins</title><link>https://mauiverse.net/community-feed/2024/07/red-point-a-3d-rock-climbing-app-built-with-unity-and-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/red-point-a-3d-rock-climbing-app-built-with-unity-and-net-maui/</guid><description>Watch how Red Point combines Unity and .NET MAUI to deliver a 3D climbing experience with native app capabilities.</description><pubDate>Wed, 10 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Getting fit with MAUI Reactor</title><link>https://mauiverse.net/community-feed/2024/07/getting-fit-with-maui-reactor/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/getting-fit-with-maui-reactor/</guid><description>Build a workout timer app with MAUI Reactor, covering component composition, navigation, and state management.</description><pubDate>Tue, 09 Jul 2024 00:00:00 GMT</pubDate></item><item><title>112: The Tools &amp; Libraries We Use</title><link>https://mauiverse.net/community-feed/2024/07/112-the-tools-libraries-we-use/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/112-the-tools-libraries-we-use/</guid><description>Jon and Allan share the real toolchain they rely on for daily development, debugging, and delivery across platforms. This is a practical stack discussion aimed at improving your engineering workflow quickly.</description><pubDate>Mon, 08 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #150</title><link>https://mauiverse.net/community-feed/2024/07/sands-of-maui-issue-150/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/sands-of-maui-issue-150/</guid><description>Sam Basu&apos;s Sands of MAUI #150 curates Parallax Effect in .NET MAUI, New Blazor Hybrid Template, Lists in .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 08 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Select Different Camera and Prevent Memory Leaks with CameraView</title><link>https://mauiverse.net/community-feed/2024/07/select-different-camera-and-prevent-memory-leaks-with-cameraview/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/select-different-camera-and-prevent-memory-leaks-with-cameraview/</guid><description>Select Different Camera and Prevent Memory Leaks with CameraView explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 08 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Create a Gauge control using SkiaSharp in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/07/create-a-gauge-control-using-skiasharp-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/create-a-gauge-control-using-skiasharp-in-net-maui/</guid><description>Use SkiaSharp in .NET MAUI to build an animated gauge control with configurable visuals, text, and needle behavior.</description><pubDate>Sun, 07 Jul 2024 00:00:00 GMT</pubDate></item><item><title>.NET 9 MAUI Preview 5: New Blazor Project Template, Android 15 Beta 2 Support</title><link>https://mauiverse.net/community-feed/2024/07/net-9-maui-preview-5/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/net-9-maui-preview-5/</guid><description>Edin Kapić covers .NET 9 Preview 5 for MAUI — a Blazor Hybrid + Web shared-UI template, Android 15 Beta 2 bindings, and ~15% Android startup gains. A useful mid-preview checkpoint for hybrid and mobile teams.</description><pubDate>Sat, 06 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Maui UIJuly David Platt on UX</title><link>https://mauiverse.net/community-feed/2024/07/maui-uijuly-david-platt-on-ux/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/maui-uijuly-david-platt-on-ux/</guid><description>Watch David Platt discuss practical UX perspective and patterns in the context of .NET MAUI UI July.</description><pubDate>Fri, 05 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Quick Tip - Accessing The Service Provider in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/07/quick-tip-accessing-the-service-provider-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/quick-tip-accessing-the-service-provider-in-net-maui/</guid><description>Resolve services safely across your app in .NET MAUI 8 using IPlatformApplication.Current.Services.</description><pubDate>Fri, 05 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Various methods for barcode scanning in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/07/barcode-scanning-dotnet-maui-mlkit-zxing-toolkit-camera/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/barcode-scanning-dotnet-maui-mlkit-zxing-toolkit-camera/</guid><description>Compare three approaches to barcode scanning in .NET MAUI—Android ML Kit, Camera.MAUI.ZXing, and CommunityToolkit camera + ZXing processing.</description><pubDate>Thu, 04 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Animated Splash Screen in .NET MAUI Android</title><link>https://mauiverse.net/community-feed/2024/07/animated-splash-screen-in-net-maui-android/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/animated-splash-screen-in-net-maui-android/</guid><description>Add an Android 12 animated splash screen to a .NET MAUI app with Animated Vector Drawables and theme setup.</description><pubDate>Wed, 03 Jul 2024 00:00:00 GMT</pubDate></item><item><title>All the Lists in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/07/all-the-lists-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/all-the-lists-in-net-maui/</guid><description>Compare list rendering strategies in .NET MAUI across CollectionView, ListView, BindableLayout, and community controls.</description><pubDate>Tue, 02 Jul 2024 00:00:00 GMT</pubDate></item><item><title>On .NET Live - Working with custom controls in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/07/on-dotnet-live-custom-controls-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/on-dotnet-live-custom-controls-dotnet-maui/</guid><description>Pedro Jesus joins On .NET Live to discuss building and working with custom controls in .NET MAUI.</description><pubDate>Tue, 02 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Take Pictures in Your App with CameraView for .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/07/take-pictures-in-your-app-with-cameraview-for-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/take-pictures-in-your-app-with-cameraview-for-net-maui/</guid><description>Take Pictures in Your App with CameraView for .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 02 Jul 2024 00:00:00 GMT</pubDate></item><item><title>MAUI Environment Ribbon - Intro and basic UI (Part 1)</title><link>https://mauiverse.net/community-feed/2024/07/maui-environment-ribbon-intro-and-basic-ui-part-1/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/maui-environment-ribbon-intro-and-basic-ui-part-1/</guid><description>Build a reusable environment ribbon control in .NET MAUI to display app environment and version in screenshots.</description><pubDate>Mon, 01 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Parallax CollectionView in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/07/parallax-collection/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/parallax-collection/</guid><description>Step-by-step tutorial for creating an engaging parallax scrolling effect in .NET MAUI CollectionView to add visual depth to your mobile app interfaces.</description><pubDate>Mon, 01 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Passthrough Behavior: Attaching things where they don&apos;t belong</title><link>https://mauiverse.net/community-feed/2024/07/passthrough-behavior/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/passthrough-behavior/</guid><description>Implementing a passthrough behavior pattern in .NET MAUI to attach validation functionality to custom controls that wrap Entry and Editor elements.</description><pubDate>Mon, 01 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #149</title><link>https://mauiverse.net/community-feed/2024/07/sands-of-maui-issue-149/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/07/sands-of-maui-issue-149/</guid><description>Sam Basu&apos;s Sands of MAUI #149 curates VS Code Extension, MediaElement Updates, Uniform Layouts, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 01 Jul 2024 00:00:00 GMT</pubDate></item><item><title>New Blazor Hybrid + .NET MAUI Templates are Incredible! Mobile, Desktop, Web all together!</title><link>https://mauiverse.net/community-feed/2024/06/newblazorhybridnetmauitemplatesareincrediblemobiledesktopweballtogether/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/06/newblazorhybridnetmauitemplatesareincrediblemobiledesktopweballtogether/</guid><description>James Montemagno walks through New Blazor Hybrid + .NET MAUI Templates are Incredible! Mobile, Desktop, Web all together, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Fri, 28 Jun 2024 00:00:00 GMT</pubDate></item><item><title>Hybrid Development in .NET 9</title><link>https://mauiverse.net/community-feed/2024/06/what-s-coming-in-dotnet-9-for-hybrid-development/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/06/what-s-coming-in-dotnet-9-for-hybrid-development/</guid><description>Beth Massi explores Hybrid Development in .NET 9 in this ~1-minute session, focusing on hybrid architecture and code sharing. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 26 Jun 2024 00:00:00 GMT</pubDate></item><item><title>111: Configuration &amp; Logging</title><link>https://mauiverse.net/community-feed/2024/06/111-configuration-logging/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/06/111-configuration-logging/</guid><description>This episode focuses on making MAUI apps observable without overcomplicating configuration and logging pipelines. You&apos;ll get practical guidance on balancing diagnostics depth with runtime overhead.</description><pubDate>Mon, 24 Jun 2024 00:00:00 GMT</pubDate></item><item><title>Background Media Playback and Lock Screen Controls for MediaElement Are Here!</title><link>https://mauiverse.net/community-feed/2024/06/background-media-playback-and-lock-screen-controls-for-mediaelement-are-here/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/06/background-media-playback-and-lock-screen-controls-for-mediaelement-are-here/</guid><description>Background Media Playback and Lock Screen Controls for MediaElement Are Here explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 24 Jun 2024 00:00:00 GMT</pubDate></item><item><title>Building games in NET MAUI - Shaun Lawrence |</title><link>https://mauiverse.net/community-feed/2024/06/building-games-in-net-maui-shaun-lawrence-abpconf24/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/06/building-games-in-net-maui-shaun-lawrence-abpconf24/</guid><description>In this ABPConf session, Shaun Lawrence explores building games in .NET MAUI with a practical Orbit-powered approach. You’ll get a clear, implementation-focused walkthrough of game architecture choices that help MAUI projects stay flexible and scalable.</description><pubDate>Mon, 24 Jun 2024 00:00:00 GMT</pubDate></item><item><title>Getting Started with UniformItemsLayout from the .NET MAUI Community Toolkit</title><link>https://mauiverse.net/community-feed/2024/06/telerik-getting-started-uniformitemslayout-net-maui-community-toolkit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/06/telerik-getting-started-uniformitemslayout-net-maui-community-toolkit/</guid><description>Leomaris Reyes introduces UniformItemsLayout from the .NET MAUI Community Toolkit and shows how to build uniform grids by controlling max rows/columns.</description><pubDate>Fri, 21 Jun 2024 00:00:00 GMT</pubDate></item><item><title>MAUI and Blazor with Beth Massi</title><link>https://mauiverse.net/community-feed/2024/06/maui-and-blazor-with-beth-massi/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/06/maui-and-blazor-with-beth-massi/</guid><description>Beth Massi joins Carl Franklin to talk about where .NET MAUI and Blazor meet, and how web UI can be brought into native apps. The conversation touches current MAUI capabilities, Hybrid WebView, and the broader shape of hybrid app development.</description><pubDate>Thu, 20 Jun 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit 9.0.0 Fixes Bugs, Adds CameraView</title><link>https://mauiverse.net/community-feed/2024/06/net-maui-toolkit-9-camera/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/06/net-maui-toolkit-9-camera/</guid><description>Edin Kapić reports on Community Toolkit 9 — a generic CompareConverter, an iOS AlertView breaking change, and out-of-band CameraView plus MediaElement updates. CameraView is the headline if you need in-app camera UI.</description><pubDate>Thu, 20 Jun 2024 00:00:00 GMT</pubDate></item><item><title>AppCenter is retiring! This is how to use Application Insights for your .NET MAUI apps!</title><link>https://mauiverse.net/community-feed/2024/06/appcenter-retiring-application-insights-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/06/appcenter-retiring-application-insights-dotnet-maui/</guid><description>Daniel Hindrikes explains how to migrate from App Center to Application Insights for .NET MAUI apps, including practical setup guidance.</description><pubDate>Mon, 17 Jun 2024 00:00:00 GMT</pubDate></item><item><title>110: Tales from the Crypt</title><link>https://mauiverse.net/community-feed/2024/06/110-tales-from-the-crypt/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/06/110-tales-from-the-crypt/</guid><description>Jon and Allan walk through common app architecture pitfalls that quietly hurt MAUI performance and reliability. The episode is a practical checklist of mistakes to avoid before they become expensive.</description><pubDate>Fri, 14 Jun 2024 00:00:00 GMT</pubDate></item><item><title>Light or Dark Mode</title><link>https://mauiverse.net/community-feed/2024/06/simplifying-light-dark-mode-dotnet-maui-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/06/simplifying-light-dark-mode-dotnet-maui-apps/</guid><description>Leomaris Reyes explores Light or Dark Mode, focusing on getting a Preview of AppThemeObject and AppThemeColor Markup Extension and .NET MAUI Community Toolkit: Initial Setup. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 13 Jun 2024 00:00:00 GMT</pubDate></item><item><title>The .NET MAUI Extension for Visual Studio Code is now Generally Available</title><link>https://mauiverse.net/community-feed/2024/06/dotnet-maui-vscode-extension-ga/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/06/dotnet-maui-vscode-extension-ga/</guid><description>Maddy Montaquila announces GA for the .NET MAUI VS Code extension, including XAML IntelliSense improvements and Hot Reload support.</description><pubDate>Wed, 12 Jun 2024 00:00:00 GMT</pubDate></item><item><title>Simplifying .NET MAUI App Development with Debugging and Monitoring Tools</title><link>https://mauiverse.net/community-feed/2024/06/debugging-monitoring-tools-dotnet-maui-dev-tools-debugrainbows/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/06/debugging-monitoring-tools-dotnet-maui-dev-tools-debugrainbows/</guid><description>A quick tour of two handy debugging aids for .NET MAUI—Maui Dev Tools for deeper inspection and Plugin.Maui.DebugRainbows for visual layout bounds.</description><pubDate>Tue, 11 Jun 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #148</title><link>https://mauiverse.net/community-feed/2024/06/sands-of-maui-issue-148/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/06/sands-of-maui-issue-148/</guid><description>Sam Basu&apos;s Sands of MAUI #148 curates Telerik UI, OCR with .NET MAUI, CollectionView in .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 10 Jun 2024 00:00:00 GMT</pubDate></item><item><title>109: Dependency Injection - Beyond the Basics</title><link>https://mauiverse.net/community-feed/2024/06/109-dependency-injection-beyond-the-basics/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/06/109-dependency-injection-beyond-the-basics/</guid><description>This episode goes past DI fundamentals into lifetimes, scopes, and mobile-specific complexity in MAUI apps. It&apos;s aimed at developers who already use DI but want cleaner boundaries and fewer runtime surprises.</description><pubDate>Fri, 07 Jun 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup: MAUI VS Code updates!</title><link>https://mauiverse.net/community-feed/2024/06/maui-community-standup-maui-vs-code-updates/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/06/maui-community-standup-maui-vs-code-updates/</guid><description>David Ortinau hosts a .NET MAUI Community Standup focused on VS Code updates for .NET MAUI development and what’s improved in the tooling experience.</description><pubDate>Fri, 07 Jun 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, June 2024</title><link>https://mauiverse.net/community-feed/2024/06/net-maui-community-toolkit-monthly-standup-june-2024/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/06/net-maui-community-toolkit-monthly-standup-june-2024/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit! https://github.com/CommunityToolkit/Maui/wiki/Monthly-Standups</description><pubDate>Fri, 07 Jun 2024 00:00:00 GMT</pubDate></item><item><title>Extract Text from Images and Pictures with OCR in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/06/extract-text-from-images-and-pictures-with-ocr-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/06/extract-text-from-images-and-pictures-with-ocr-in-net-maui/</guid><description>Extract Text from Images and Pictures with OCR in .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 03 Jun 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #147</title><link>https://mauiverse.net/community-feed/2024/06/sands-of-maui-issue-147/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/06/sands-of-maui-issue-147/</guid><description>Sam Basu&apos;s Sands of MAUI #147 curates .NET MAUI with VS Code, Telerik UI for .NET MAUI, .NET Content @ Build, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 03 Jun 2024 00:00:00 GMT</pubDate></item><item><title>Experimenting with running .NET MAUI on Linux</title><link>https://mauiverse.net/community-feed/2024/06/experimenting-with-running-net-maui-on-linux-b70a0430c479/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/06/experimenting-with-running-net-maui-on-linux-b70a0430c479/</guid><description>Petar Mishev explores what it looks like to experiment with .NET MAUI on Linux and where the current edges still are. The post is especially interesting for developers watching MAUI’s cross-platform story beyond the officially supported set.</description><pubDate>Sat, 01 Jun 2024 00:00:00 GMT</pubDate></item><item><title>108: Architecture Patterns</title><link>https://mauiverse.net/community-feed/2024/05/108-architecture-patterns/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/05/108-architecture-patterns/</guid><description>Jon and Allan examine app architecture patterns that improve maintainability without overengineering your MAUI solution. The episode focuses on pragmatic boundaries, not pattern dogma.</description><pubDate>Fri, 31 May 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI XAML Productivity Boost in VS Code is HERE!!! Hot Reload &amp; IntelliSense!!!</title><link>https://mauiverse.net/community-feed/2024/05/netmauixamlproductivityboostinvscodeisherehotreloadintellisense/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/05/netmauixamlproductivityboostinvscodeisherehotreloadintellisense/</guid><description>James Montemagno walks through .NET MAUI XAML Productivity Boost in VS Code is HERE!!! Hot Reload &amp; IntelliSense, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Fri, 31 May 2024 00:00:00 GMT</pubDate></item><item><title>BottomSheet Plugin for Blazor Hybrid &amp; .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/05/bottomsheet-plugin-for-blazor-hybrid-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/05/bottomsheet-plugin-for-blazor-hybrid-net-maui/</guid><description>BottomSheet Plugin for Blazor Hybrid &amp; .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 28 May 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #146</title><link>https://mauiverse.net/community-feed/2024/05/sands-of-maui-issue-146/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/05/sands-of-maui-issue-146/</guid><description>Sam Basu&apos;s Sands of MAUI #146 curates .NET Announcements, .NET MAUI Updates, XAML IntelliSense, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Tue, 28 May 2024 00:00:00 GMT</pubDate></item><item><title>Architecting Blazor Hybrid</title><link>https://mauiverse.net/community-feed/2024/05/architecting-real-world-blazor-hybrid-apps-dotnet-dev-show/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/05/architecting-real-world-blazor-hybrid-apps-dotnet-dev-show/</guid><description>Sam Basu explores Architecting Blazor Hybrid in this ~1-hour session, focusing on hybrid architecture and code sharing. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Mon, 27 May 2024 00:00:00 GMT</pubDate></item><item><title>How to use a DrawingView inside a scrollable layout, in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/05/drawingview-inside-scrollable-layout-ios-delay-touches/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/05/drawingview-inside-scrollable-layout-ios-delay-touches/</guid><description>José Pereira explains why DrawingView can feel unresponsive on iOS inside ScrollView/TableView and shows fixes by disabling DelaysContentTouches (plus a renderer workaround for TableView).</description><pubDate>Sat, 25 May 2024 00:00:00 GMT</pubDate></item><item><title>Test Bugfixes on Your Own .NET MAUI Project Before They&apos;re Released!1!</title><link>https://mauiverse.net/community-feed/2024/05/test-bugfixes-on-your-own-net-maui-project-before-they-re-released-1/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/05/test-bugfixes-on-your-own-net-maui-project-before-they-re-released-1/</guid><description>Test Bugfixes on Your Own .NET MAUI Project Before They&apos;re Released!1 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 23 May 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #145</title><link>https://mauiverse.net/community-feed/2024/05/sands-of-maui-issue-145/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/05/sands-of-maui-issue-145/</guid><description>Sam Basu&apos;s Sands of MAUI #145 curates .NET MAUI Benefits, TroubleShooting .NET MAUI, VS Code Hot Reload, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 20 May 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI UI July - 2024</title><link>https://mauiverse.net/community-feed/2024/05/mauiuijuly-24/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/05/mauiuijuly-24/</guid><description>Announcing .NET MAUI UI July 2024, the third year of this community-driven event where developers share their passion for building beautiful .NET MAUI user interfaces.</description><pubDate>Sun, 19 May 2024 00:00:00 GMT</pubDate></item><item><title>Easily add a video reel to your MAUI app (like Instagram)</title><link>https://mauiverse.net/community-feed/2024/05/maui-video-reel/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/05/maui-video-reel/</guid><description>Easily add a video reel to your MAUI app (like Instagram) with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Wed, 15 May 2024 00:00:00 GMT</pubDate></item><item><title>Troubleshooting .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/05/troubleshooting-6-known-issues-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/05/troubleshooting-6-known-issues-dotnet-maui/</guid><description>Leomaris Reyes explores Troubleshooting .NET MAUI, covering “Platform Version Isn’t Present” and “Type or Namespace ‘Default’ Doesn’t Exist When Using the Contacts API”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 15 May 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Benefits</title><link>https://mauiverse.net/community-feed/2024/05/what-are-your-favorite-benefits-of-using-dotnet-maui-over-other-cross-platform-frameworks/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/05/what-are-your-favorite-benefits-of-using-dotnet-maui-over-other-cross-platform-frameworks/</guid><description>David Ortinau explores .NET MAUI Benefits in this ~1-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 15 May 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #144</title><link>https://mauiverse.net/community-feed/2024/05/sands-of-maui-issue-144/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/05/sands-of-maui-issue-144/</guid><description>Sam Basu&apos;s Sands of MAUI #144 curates Xamarin Gave Me, .NET MAUI Community Standup, Icons in .NET MAUI Buttons, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 13 May 2024 00:00:00 GMT</pubDate></item><item><title>106: Structuring Apps</title><link>https://mauiverse.net/community-feed/2024/05/106-structuring-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/05/106-structuring-apps/</guid><description>This episode is about structuring MAUI apps around business capabilities instead of technical layers. You&apos;ll get concrete guidance for making codebases easier to navigate as teams and features grow.</description><pubDate>Fri, 10 May 2024 00:00:00 GMT</pubDate></item><item><title>Adding Fingerprint Or Face Recognition To Your .NET MAUI App</title><link>https://mauiverse.net/community-feed/2024/05/adding-fingerprint-or-face-recognition-to-your-net-maui-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/05/adding-fingerprint-or-face-recognition-to-your-net-maui-app/</guid><description>Adding Fingerprint Or Face Recognition To Your .NET MAUI App explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 07 May 2024 00:00:00 GMT</pubDate></item><item><title>Icons in .NET MAUI Buttons</title><link>https://mauiverse.net/community-feed/2024/05/beyond-basics-easy-icon-placement-dotnet-maui-buttons/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/05/beyond-basics-easy-icon-placement-dotnet-maui-buttons/</guid><description>Leomaris Reyes explores Icons in .NET MAUI Buttons, focusing on the ImageSource Property and positioning the Image on the Button 🤓. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Mon, 06 May 2024 00:00:00 GMT</pubDate></item><item><title>Choose your own adventure - Shaun Lawrence - NDC London 2024</title><link>https://mauiverse.net/community-feed/2024/05/choose-your-own-adventure-shaun-lawrence-ndc-london-2024/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/05/choose-your-own-adventure-shaun-lawrence-ndc-london-2024/</guid><description>Shaun Lawrence shares a practical, scenario-driven session on making better engineering choices in modern .NET development, including cross-platform trade-offs relevant to MAUI teams. The talk focuses on architecture decisions, workflow direction, and how to pick the next technical step with confidence as projects evolve.</description><pubDate>Mon, 06 May 2024 00:00:00 GMT</pubDate></item><item><title>105: Our Android and iOS Wish Lists</title><link>https://mauiverse.net/community-feed/2024/05/105-our-android-and-ios-wish-lists/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/05/105-our-android-and-ios-wish-lists/</guid><description>Jon and Allan share their platform wish lists for Android and iOS through a developer-experience lens. The episode surfaces pain points that shape real product and API decisions in mobile apps.</description><pubDate>Fri, 03 May 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup: #XamarinGaveMe and Rachel guest visit!</title><link>https://mauiverse.net/community-feed/2024/05/maui-community-standup-xamarin-gave-me-rachel-guest-visit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/05/maui-community-standup-xamarin-gave-me-rachel-guest-visit/</guid><description>David Ortinau hosts a .NET MAUI Community Standup celebrating #XamarinGaveMe and featuring a guest visit from Rachel, with community stories and updates.</description><pubDate>Fri, 03 May 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, May 2024</title><link>https://mauiverse.net/community-feed/2024/05/net-maui-community-toolkit-monthly-standup-may-2024/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/05/net-maui-community-toolkit-monthly-standup-may-2024/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit! https://github.com/CommunityToolkit/Maui/wiki/Monthly-Standups</description><pubDate>Fri, 03 May 2024 00:00:00 GMT</pubDate></item><item><title>Choosing a Framework/App Architecture for Desktop and Mobile Cross-Platform Apps</title><link>https://mauiverse.net/community-feed/2024/05/choosing-a-framework-and-app-architecture-for-desktop-and-mobile-cross-platform-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/05/choosing-a-framework-and-app-architecture-for-desktop-and-mobile-cross-platform-apps/</guid><description>A practical comparison of single-UI cross-platform apps versus shared-logic, platform-specific UI architecture.</description><pubDate>Thu, 02 May 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI CollectionView with Staggered Layout</title><link>https://mauiverse.net/community-feed/2024/05/collectionview-staggered-layout-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/05/collectionview-staggered-layout-dotnet-maui/</guid><description>Build a Pinterest-style staggered layout for .NET MAUI CollectionView by introducing a custom ItemsLayout and platform-specific handlers.</description><pubDate>Thu, 02 May 2024 00:00:00 GMT</pubDate></item><item><title>Goodbye Xamarin!</title><link>https://mauiverse.net/community-feed/2024/05/thewissen-goodbye-xamarin/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/05/thewissen-goodbye-xamarin/</guid><description>Steven Thewissen reflects on the end of Xamarin support and the transition to .NET MAUI, highlighting what Xamarin meant to developers and why the community spirit carries forward.</description><pubDate>Wed, 01 May 2024 00:00:00 GMT</pubDate></item><item><title>The Journey to Accessible Apps: Keyboard Accessibility and .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/04/keyboard-accessibility-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/keyboard-accessibility-dotnet-maui/</guid><description>Rachel Kang explains what keyboard accessibility means (WCAG) and how .NET MAUI supports focus, navigation, and keyboard accelerators across platforms.</description><pubDate>Mon, 29 Apr 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #143</title><link>https://mauiverse.net/community-feed/2024/04/sands-of-maui-issue-143/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/sands-of-maui-issue-143/</guid><description>Sam Basu&apos;s Sands of MAUI #143 curates VS Code Day, .NET MAUI Community Toolkit Release, AI Chatbot with .NET, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 29 Apr 2024 00:00:00 GMT</pubDate></item><item><title>104: The one about XAML!</title><link>https://mauiverse.net/community-feed/2024/04/104-the-one-about-xaml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/104-the-one-about-xaml/</guid><description>This episode dives into XAML ergonomics and performance trade-offs in Xamarin.Forms and .NET MAUI projects. You&apos;ll get practical advice for writing cleaner markup that stays fast at runtime.</description><pubDate>Fri, 26 Apr 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Release</title><link>https://mauiverse.net/community-feed/2024/04/dotnet-maui-community-toolkit-touchbehavior/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/dotnet-maui-community-toolkit-touchbehavior/</guid><description>Gerald Versluis explores .NET MAUI Community Toolkit Release, focusing on (Breaking) changes in Behaviors and breaking changes for Snackbar on Windows. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 24 Apr 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #142</title><link>https://mauiverse.net/community-feed/2024/04/sands-of-maui-issue-142/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/sands-of-maui-issue-142/</guid><description>Sam Basu&apos;s Sands of MAUI #142 curates Long Press in .NET MAUI, Apple Deployments, Blazor Navigation in .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 22 Apr 2024 00:00:00 GMT</pubDate></item><item><title>103: Offline Data Sync: Cautionary Tales</title><link>https://mauiverse.net/community-feed/2024/04/103-offline-data-sync-cautionary-tales/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/103-offline-data-sync-cautionary-tales/</guid><description>Jon and Allan share hard-earned lessons from offline sync systems and why simple models often win in production. The episode focuses on conflict handling, startup performance, and long-term maintainability.</description><pubDate>Fri, 19 Apr 2024 00:00:00 GMT</pubDate></item><item><title>Apple Deployments</title><link>https://mauiverse.net/community-feed/2024/04/apple-deployment-distribution-dotnet-maui-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/apple-deployment-distribution-dotnet-maui-apps/</guid><description>Telerik explores Apple Deployments, covering “Where Do I Even Start” and “What Are the Steps”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 17 Apr 2024 00:00:00 GMT</pubDate></item><item><title>ObservableRangeCollection in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/04/observable-range-collection-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/observable-range-collection-net-maui/</guid><description>ObservableRangeCollection extends standard collections with automatic change notifications, ideal for .NET MAUI UI updates. This extension provides performance benefits over standard ObservableCollection for bulk operations while maintaining real-time binding.</description><pubDate>Tue, 16 Apr 2024 00:00:00 GMT</pubDate></item><item><title>Detect Long Press in Your .NET MAUI App with TouchBehavior</title><link>https://mauiverse.net/community-feed/2024/04/detect-long-press-in-your-net-maui-app-with-touchbehavior/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/detect-long-press-in-your-net-maui-app-with-touchbehavior/</guid><description>Detect Long Press in Your .NET MAUI App with TouchBehavior explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 15 Apr 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #141</title><link>https://mauiverse.net/community-feed/2024/04/sands-of-maui-issue-141/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/sands-of-maui-issue-141/</guid><description>Sam Basu&apos;s Sands of MAUI #141 curates .NET 9 Release, Blazor Hybrid Story, Android Manifest in .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 15 Apr 2024 00:00:00 GMT</pubDate></item><item><title>102: You should learn some MSBuild</title><link>https://mauiverse.net/community-feed/2024/04/102-you-should-learn-some-msbuild/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/102-you-should-learn-some-msbuild/</guid><description>This episode shows why learning MSBuild pays off quickly for MAUI developers shipping real apps. It focuses on project-level customization that improves repeatability, packaging, and CI behavior.</description><pubDate>Fri, 12 Apr 2024 00:00:00 GMT</pubDate></item><item><title>Blazor Navigation in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/04/seamless-navigation-in-dotnet-maui-hybrid-apps-my-dotnet-maui-hybrid-journey-part-1/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/seamless-navigation-in-dotnet-maui-hybrid-apps-my-dotnet-maui-hybrid-journey-part-1/</guid><description>Jeff Fritz explores Blazor Navigation in .NET MAUI, focusing on menus – Not as Easy as They Look and configuring the Shell and Menu Items. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Fri, 12 Apr 2024 00:00:00 GMT</pubDate></item><item><title>Android Manifest in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/04/beyond-basics-exploring-android-manifest-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/beyond-basics-exploring-android-manifest-dotnet-maui/</guid><description>Leomaris Reyes explores Android Manifest in .NET MAUI, covering “What Is the AndroidManifest.xml” and “Where Exactly Can You Find the AndroidManifest.xml”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 11 Apr 2024 00:00:00 GMT</pubDate></item><item><title>Blazor Hybrid Story</title><link>https://mauiverse.net/community-feed/2024/04/asp-dotnet-community-standup-blazor-hybrid-web-in-dotnet-9/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/asp-dotnet-community-standup-blazor-hybrid-web-in-dotnet-9/</guid><description>Beth Massi explores Blazor Hybrid Story in this ~1-hour session, focusing on hybrid architecture and code sharing. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Tue, 09 Apr 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #140</title><link>https://mauiverse.net/community-feed/2024/04/sands-of-maui-issue-140/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/sands-of-maui-issue-140/</guid><description>Sam Basu&apos;s Sands of MAUI #140 curates .NET MAUI Community Standup, UI Best Practices, NuGet Management, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 08 Apr 2024 00:00:00 GMT</pubDate></item><item><title>Shiny.NET for .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/04/shiny-dotnet-for-dotnet-maui-dotnet-dev-show/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/shiny-dotnet-for-dotnet-maui-dotnet-dev-show/</guid><description>Allan Ritchie explores Shiny.NET for .NET MAUI in this ~1-hour session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 05 Apr 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - Testing your apps with Gerald</title><link>https://mauiverse.net/community-feed/2024/04/maui-community-standup-testing-your-apps-with-gerald/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/maui-community-standup-testing-your-apps-with-gerald/</guid><description>David Ortinau hosts a .NET MAUI Community Standup with Gerald Versluis, focused on strategies and tools for testing your .NET MAUI apps.</description><pubDate>Fri, 05 Apr 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, April 2024</title><link>https://mauiverse.net/community-feed/2024/04/net-maui-community-toolkit-monthly-standup-april-2024/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/net-maui-community-toolkit-monthly-standup-april-2024/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Fri, 05 Apr 2024 00:00:00 GMT</pubDate></item><item><title>101: Slim Bindings</title><link>https://mauiverse.net/community-feed/2024/04/101-slim-bindings/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/101-slim-bindings/</guid><description>Jon and Allan explain slim bindings as a focused strategy for integrating native APIs into .NET MAUI without massive wrapper layers. This episode is especially useful if full bindings have felt heavy or brittle in your projects.</description><pubDate>Thu, 04 Apr 2024 00:00:00 GMT</pubDate></item><item><title>Error Monitoring &amp; Crash Reporting for .NET MAUI Apps with Raygun</title><link>https://mauiverse.net/community-feed/2024/04/errormonitoringcrashreportingfornetmauiappswithraygun/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/errormonitoringcrashreportingfornetmauiappswithraygun/</guid><description>James Montemagno walks through Error Monitoring &amp; Crash Reporting for .NET MAUI Apps with Raygun, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 04 Apr 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit 8.0.0 Brings Touch Behavior</title><link>https://mauiverse.net/community-feed/2024/04/net-maui-toolkit-8/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/net-maui-toolkit-8/</guid><description>Edin Kapić covers Community Toolkit 8 — TouchBehavior ported from Xamarin, a rewritten Snackbar, and Popup fixes across platforms. The release that brings touch/hover interactions back for MAUI apps.</description><pubDate>Wed, 03 Apr 2024 00:00:00 GMT</pubDate></item><item><title>Prevent App Store Rejection: Add the Apple Privacy Manifest NOW!</title><link>https://mauiverse.net/community-feed/2024/04/prevent-app-store-rejection-add-the-apple-privacy-manifest-now/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/prevent-app-store-rejection-add-the-apple-privacy-manifest-now/</guid><description>Prevent App Store Rejection: Add the Apple Privacy Manifest NOW explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 02 Apr 2024 00:00:00 GMT</pubDate></item><item><title>How to Profile .NET MAUI Applications and Isolate Performance-Related Issues</title><link>https://mauiverse.net/community-feed/2024/04/how-to-profile-dotnet-maui-applications-and-isolate-performance-related-issues/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/how-to-profile-dotnet-maui-applications-and-isolate-performance-related-issues/</guid><description>A step-by-step guide to finding MAUI bottlenecks with .NET Meteor profiling and Speedscope flame graphs.</description><pubDate>Mon, 01 Apr 2024 00:00:00 GMT</pubDate></item><item><title>.NET Meteor Update - New Level of Productivity for .NET MAUI in VS Code</title><link>https://mauiverse.net/community-feed/2024/04/net-meteor-update-new-level-of-productivity-for-dotnet-maui-in-vs-code/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/net-meteor-update-new-level-of-productivity-for-dotnet-maui-in-vs-code/</guid><description>Nikita Romanov introduces major .NET Meteor updates for debugging, profiling, and XAML productivity.</description><pubDate>Mon, 01 Apr 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #139</title><link>https://mauiverse.net/community-feed/2024/04/sands-of-maui-issue-139/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/04/sands-of-maui-issue-139/</guid><description>Sam Basu&apos;s Sands of MAUI #139 curates Apple Privacy Manifest, Migration from App Center, .NET Smart Components, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 01 Apr 2024 00:00:00 GMT</pubDate></item><item><title>100: 100th Episode Celebration with David &amp; Maddy!</title><link>https://mauiverse.net/community-feed/2024/03/100-100th-episode-celebration-with-david-maddy/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/100-100th-episode-celebration-with-david-maddy/</guid><description>This milestone episode reflects on the Xamarin-to-.NET MAUI journey with a focus on lessons learned from real product evolution. It combines celebration with practical discussion about architecture, migration, and tooling direction.</description><pubDate>Fri, 29 Mar 2024 00:00:00 GMT</pubDate></item><item><title>UI Best Practices</title><link>https://mauiverse.net/community-feed/2024/03/beyond-basics-best-practices-ui-handling-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/beyond-basics-best-practices-ui-handling-dotnet-maui/</guid><description>Leomaris Reyes explores UI Best Practices, covering “Want to Add a Border? Don’t Use Frame—Use Border” and “Use Horizontal/VerticalStackLayout Instead of StackLayout”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 28 Mar 2024 00:00:00 GMT</pubDate></item><item><title>Apple Privacy Manifest</title><link>https://mauiverse.net/community-feed/2024/03/apple-privacy-manifest-support/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/apple-privacy-manifest-support/</guid><description>Gerald Versluis explores Apple Privacy Manifest, focusing on what is the Apple Privacy Manifest? and minimum privacy manifest for .NET applications. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Mon, 25 Mar 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #138</title><link>https://mauiverse.net/community-feed/2024/03/sands-of-maui-issue-138/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/sands-of-maui-issue-138/</guid><description>Sam Basu&apos;s Sands of MAUI #138 curates Design Rainbows with .NET MAUI, Text to Speech in .NET MAUI, Xamarin to .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 25 Mar 2024 00:00:00 GMT</pubDate></item><item><title>99: Architecting Plugins and Frameworks</title><link>https://mauiverse.net/community-feed/2024/03/99-architecting-plugins-and-frameworks/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/99-architecting-plugins-and-frameworks/</guid><description>Jon and Allan unpack the realities of building and maintaining plugins/frameworks for cross-platform apps. The episode is a practical guide to sustainable library architecture in the .NET mobile ecosystem.</description><pubDate>Fri, 22 Mar 2024 00:00:00 GMT</pubDate></item><item><title>Nicer .NET MAUI Buttons</title><link>https://mauiverse.net/community-feed/2024/03/icons-and-text-in-built-in-dotnet-maui-buttons/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/icons-and-text-in-built-in-dotnet-maui-buttons/</guid><description>Matt Goldman explores Nicer .NET MAUI Buttons in this ~5-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 22 Mar 2024 00:00:00 GMT</pubDate></item><item><title>App Center Build to Azure DevOps Pipelines Migration Guide</title><link>https://mauiverse.net/community-feed/2024/03/appcenterbuildtoazuredevopspipelinesmigrationguide/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/appcenterbuildtoazuredevopspipelinesmigrationguide/</guid><description>James Montemagno walks through App Center Build to Azure DevOps Pipelines Migration Guide, focusing on practical implementation steps you can apply immediately. You&apos;ll see the setup path, the key workflow decisions, and how to ship the same patterns in your own .NET MAUI projects.</description><pubDate>Thu, 21 Mar 2024 00:00:00 GMT</pubDate></item><item><title>Text to Speech in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/03/beyond-basics-learning-text-speech-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/beyond-basics-learning-text-speech-dotnet-maui/</guid><description>Leomaris Reyes explores Text to Speech in .NET MAUI, focusing on 🔧 First of All … What Do I Need? and on Android. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 21 Mar 2024 00:00:00 GMT</pubDate></item><item><title>Deploying .NET MAUI Blazor App to ProgramFiles</title><link>https://mauiverse.net/community-feed/2024/03/deploying-dotnet-maui-blazor-app-to-programfiles/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/deploying-dotnet-maui-blazor-app-to-programfiles/</guid><description>Mitchel Sellers explains why .NET MAUI Blazor apps fail silently when deployed to secured folders like Program Files, and how a single environment variable fix resolves it. The root cause is WebView2&apos;s default temp folder location inside the application directory.</description><pubDate>Thu, 21 Mar 2024 00:00:00 GMT</pubDate></item><item><title>MAUI Fixing Network Connection Loss In Ios With Httpclient</title><link>https://mauiverse.net/community-feed/2024/03/maui-fixing-network-connection-loss-in-ios-with-httpclient/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/maui-fixing-network-connection-loss-in-ios-with-httpclient/</guid><description>This post examines a tricky HttpClient reliability problem that can occur in .NET MAUI iOS apps during normal app lifecycle interruptions. It demonstrates how the Nalu Core library helps make network requests more resilient with minimal changes to your existing code.</description><pubDate>Thu, 21 Mar 2024 00:00:00 GMT</pubDate></item><item><title>Xamarin to .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/03/how-can-i-migrate-my-existing-xamarin-forms-projects-to-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/how-can-i-migrate-my-existing-xamarin-forms-projects-to-dotnet-maui/</guid><description>David Ortinau explores Xamarin to .NET MAUI in this ~1-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 20 Mar 2024 00:00:00 GMT</pubDate></item><item><title>DebugRainbows: The Secret to Pixel-Perfect Designs for .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/03/debugrainbows-the-secret-to-pixel-perfect-designs-for-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/debugrainbows-the-secret-to-pixel-perfect-designs-for-net-maui/</guid><description>DebugRainbows: The Secret to Pixel-Perfect Designs for .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 19 Mar 2024 00:00:00 GMT</pubDate></item><item><title>Panning &amp; Zooming images in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/03/panning-zooming-images-in-net-maui-4b3a0e2c73b7/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/panning-zooming-images-in-net-maui-4b3a0e2c73b7/</guid><description>Petar Mishev explores image panning and zooming in .NET MAUI for apps that need more than a static image view. It is a practical topic for gallery, map, document, and media-heavy experiences.</description><pubDate>Tue, 19 Mar 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #137</title><link>https://mauiverse.net/community-feed/2024/03/sands-of-maui-issue-137/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/sands-of-maui-issue-137/</guid><description>Sam Basu&apos;s Sands of MAUI #137 curates .NET 9 Release, .NET MAUI with Aspire, .NET MAUI with VS Code, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 18 Mar 2024 00:00:00 GMT</pubDate></item><item><title>98: MAUI Blazor Hybrid Apps</title><link>https://mauiverse.net/community-feed/2024/03/98-maui-blazor-hybrid-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/98-maui-blazor-hybrid-apps/</guid><description>This episode explores MAUI Blazor Hybrid as a practical path for teams mixing web and native mobile capabilities. Jon and Allan cover when hybrid boosts velocity and where native trade-offs still matter.</description><pubDate>Fri, 15 Mar 2024 00:00:00 GMT</pubDate></item><item><title>Building Red-Point with .NET MAUI &amp; Unity as a Library for 3D Topology</title><link>https://mauiverse.net/community-feed/2024/03/building-red-point-with-net-maui-and-unity-as-a-library-for-3d-topology/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/building-red-point-with-net-maui-and-unity-as-a-library-for-3d-topology/</guid><description>A technical walkthrough of integrating Unity as a library inside a .NET MAUI app for 3D topology workflows.</description><pubDate>Tue, 12 Mar 2024 00:00:00 GMT</pubDate></item><item><title>Fullscreen Video Playback with MediaElement in .NET MAUI is here!</title><link>https://mauiverse.net/community-feed/2024/03/fullscreen-video-playback-with-mediaelement-in-net-maui-is-here/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/fullscreen-video-playback-with-mediaelement-in-net-maui-is-here/</guid><description>Fullscreen Video Playback with MediaElement in .NET MAUI is here explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 12 Mar 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI with VS Code</title><link>https://mauiverse.net/community-feed/2024/03/getting-started-with-maui-in-visual-studio-code/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/getting-started-with-maui-in-visual-studio-code/</guid><description>Maddy Montaquila explores .NET MAUI with VS Code in this ~25-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Tue, 12 Mar 2024 00:00:00 GMT</pubDate></item><item><title>Building an activity tracker app with .NET MAUI and Blazor - Part 2 - Saving data and creating tests</title><link>https://mauiverse.net/community-feed/2024/03/activity-tracker-dotnet-maui-blazor-part-2-saving-data-tests/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/activity-tracker-dotnet-maui-blazor-part-2-saving-data-tests/</guid><description>Daniel Hindrikes continues the activity-tracker series, focusing on persistence and adding tests for a .NET MAUI Blazor app.</description><pubDate>Mon, 11 Mar 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #136</title><link>https://mauiverse.net/community-feed/2024/03/sands-of-maui-issue-136/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/sands-of-maui-issue-136/</guid><description>Sam Basu&apos;s Sands of MAUI #136 curates .NET MAUI Community Toolkit Highlights, Media Picker in .NET MAUI, .NET MAUI with Blazor, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 11 Mar 2024 00:00:00 GMT</pubDate></item><item><title>97: Anatomy of the Happiest App on Earth</title><link>https://mauiverse.net/community-feed/2024/03/97-anatomy-of-the-happiest-app-on-earth/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/97-anatomy-of-the-happiest-app-on-earth/</guid><description>Jon and Allan reverse-engineer the Disney app experience to surface practical mobile architecture lessons hidden in a consumer product. It&apos;s a fun episode with serious insights into UX orchestration at scale.</description><pubDate>Fri, 08 Mar 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, March 2024</title><link>https://mauiverse.net/community-feed/2024/03/net-maui-community-toolkit-monthly-standup-march-2024/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/net-maui-community-toolkit-monthly-standup-march-2024/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit! https://github.com/CommunityToolkit/Maui/wiki/Monthly-Standups</description><pubDate>Fri, 08 Mar 2024 00:00:00 GMT</pubDate></item><item><title>AWS, Serverless, .NET MAUI and Async/Await with Brandon Minnick</title><link>https://mauiverse.net/community-feed/2024/03/beer-driven-devs-12-aws-serverless-maui-async-await/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/beer-driven-devs-12-aws-serverless-maui-async-await/</guid><description>The Beer Driven Devs catch up with Brandon Minnick at NDC for a wide-ranging chat covering AWS serverless .NET, the .NET MAUI Community Toolkit, and async/await best practices — plus a beer, of course.</description><pubDate>Thu, 07 Mar 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI with Aspire</title><link>https://mauiverse.net/community-feed/2024/03/dotnet-maui-community-standup-aspire-and-maui-a-match-made-in-the-cloud/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/dotnet-maui-community-standup-aspire-and-maui-a-match-made-in-the-cloud/</guid><description>David Ortinau explores .NET MAUI with Aspire in this ~1-hour session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Thu, 07 Mar 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup: Aspire &amp; MAUI - A match made in the cloud!</title><link>https://mauiverse.net/community-feed/2024/03/maui-community-standup-aspire-and-maui-match-made-in-the-cloud/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/maui-community-standup-aspire-and-maui-match-made-in-the-cloud/</guid><description>David Ortinau hosts a .NET MAUI Community Standup exploring how .NET Aspire can pair with .NET MAUI, especially for cloud-connected apps and modern dev workflows.</description><pubDate>Thu, 07 Mar 2024 00:00:00 GMT</pubDate></item><item><title>Building an activity tracker app with .NET MAUI and Blazor - Part 1 - Getting started</title><link>https://mauiverse.net/community-feed/2024/03/activity-tracker-dotnet-maui-blazor-part-1-getting-started/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/activity-tracker-dotnet-maui-blazor-part-1-getting-started/</guid><description>Daniel Hindrikes kicks off an activity-tracker app series using .NET MAUI and Blazor, starting from project setup and core structure.</description><pubDate>Wed, 06 Mar 2024 00:00:00 GMT</pubDate></item><item><title>Esewa MAUI Plugin</title><link>https://mauiverse.net/community-feed/2024/03/esewamauiplugin/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/esewamauiplugin/</guid><description>Esewa MAUI Plugin walks through a practical way to implement plugin-based payment flows for MAUI apps in .NET MAUI. You will learn why integrating payment providers without fragile custom glue code matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 04 Mar 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #135</title><link>https://mauiverse.net/community-feed/2024/03/sands-of-maui-issue-135/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/sands-of-maui-issue-135/</guid><description>Sam Basu&apos;s Sands of MAUI #135 curates .NET MAUI for Beginners, Uno Platform Figma Plugin, RichTextEditor for .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 04 Mar 2024 00:00:00 GMT</pubDate></item><item><title>96: Selling Jon on Reactive Extensions</title><link>https://mauiverse.net/community-feed/2024/03/96-selling-jon-on-reactive-extensions/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/96-selling-jon-on-reactive-extensions/</guid><description>This episode makes a practical case for Reactive Extensions in modern MAUI app workflows. Jon and Allan compare Rx patterns to traditional event handling with a focus on composability and control.</description><pubDate>Fri, 01 Mar 2024 00:00:00 GMT</pubDate></item><item><title>DebugRainbows for .NET MAUI now available!</title><link>https://mauiverse.net/community-feed/2024/03/thewissen-debugrainbows-for-dotnet-maui-now-available/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/03/thewissen-debugrainbows-for-dotnet-maui-now-available/</guid><description>Steven Thewissen announces the return of DebugRainbows for .NET MAUI—a colorful UI-debugging helper that makes layout issues easier to spot by visualizing element boundaries and grids.</description><pubDate>Fri, 01 Mar 2024 00:00:00 GMT</pubDate></item><item><title>Media Picker in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/02/beyond-basics-getting-started-media-picker-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/beyond-basics-getting-started-media-picker-dotnet-maui/</guid><description>Leomaris Reyes explores Media Picker in .NET MAUI, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 29 Feb 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Highlights</title><link>https://mauiverse.net/community-feed/2024/02/dotnet-maui-community-toolkit-2023-highlights/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/dotnet-maui-community-toolkit-2023-highlights/</guid><description>Kym Phillpotts explores .NET MAUI Community Toolkit Highlights, focusing on the year that was and by the numbers. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 29 Feb 2024 00:00:00 GMT</pubDate></item><item><title>Set current shell item from anywhere in a MAUI app</title><link>https://mauiverse.net/community-feed/2024/02/set-current-shell-item-from-anywhere-in-a-maui-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/set-current-shell-item-from-anywhere-in-a-maui-app/</guid><description>This guide shows how to keep MAUI Shell tab state in sync when navigating from app notifications into nested views. Tony demonstrates a simple pattern for switching the active tab programmatically to preserve user orientation.</description><pubDate>Thu, 29 Feb 2024 00:00:00 GMT</pubDate></item><item><title>How does .NET MAUI get me to market faster if I&apos;m a startup?</title><link>https://mauiverse.net/community-feed/2024/02/dotnet-maui-faster-time-to-market-startups-maddy-montaquila/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/dotnet-maui-faster-time-to-market-startups-maddy-montaquila/</guid><description>Maddy Montaquila discusses how .NET MAUI can help startups ship cross-platform apps faster, focusing on reuse, productivity, and a single codebase strategy.</description><pubDate>Wed, 28 Feb 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #134</title><link>https://mauiverse.net/community-feed/2024/02/sands-of-maui-issue-134/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/sands-of-maui-issue-134/</guid><description>Sam Basu&apos;s Sands of MAUI #134 curates Hello .NET 9, .NET MAUI Release, Community Toolkit Behaviors, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 26 Feb 2024 00:00:00 GMT</pubDate></item><item><title>95: Xamarin.Forms to MAUI</title><link>https://mauiverse.net/community-feed/2024/02/95-xamarin-forms-to-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/95-xamarin-forms-to-maui/</guid><description>Jon and Allan share migration lessons from Xamarin.Forms to .NET MAUI with an implementation-first mindset. The episode frames migration as a chance to modernize architecture, not just change APIs.</description><pubDate>Fri, 23 Feb 2024 00:00:00 GMT</pubDate></item><item><title>RazorPay.NET MAUI Plugin</title><link>https://mauiverse.net/community-feed/2024/02/razorpaynetmauiplugin/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/razorpaynetmauiplugin/</guid><description>RazorPay.NET MAUI Plugin walks through a practical way to implement plugin-based payment flows for MAUI apps in .NET MAUI. You will learn why integrating payment providers without fragile custom glue code matters and how to wire the feature from setup to a working result.</description><pubDate>Thu, 22 Feb 2024 00:00:00 GMT</pubDate></item><item><title>Responsive Layouts</title><link>https://mauiverse.net/community-feed/2024/02/ipad-orientation/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/ipad-orientation/</guid><description>Matt Goldman explores Responsive Layouts, focusing on visual structure and state and interaction. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 21 Feb 2024 00:00:00 GMT</pubDate></item><item><title>How to Generate PDFs in .NET Apps (2024)</title><link>https://mauiverse.net/community-feed/2024/02/how-to-generate-pdfs-in-net-apps-2024/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/how-to-generate-pdfs-in-net-apps-2024/</guid><description>How to Generate PDFs in .NET Apps (2024) explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 20 Feb 2024 00:00:00 GMT</pubDate></item><item><title>Community Toolkit Behaviors</title><link>https://mauiverse.net/community-feed/2024/02/exploring-4-behaviors-dotnet-maui-community-toolkit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/exploring-4-behaviors-dotnet-maui-community-toolkit/</guid><description>Leomaris Reyes explores Community Toolkit Behaviors, covering “Initial Setup” and “EmailValidator Behavior”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Mon, 19 Feb 2024 00:00:00 GMT</pubDate></item><item><title>MAUI - embedded .jpg image not loading</title><link>https://mauiverse.net/community-feed/2024/02/maui-jpg-image-not-loading/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/maui-jpg-image-not-loading/</guid><description>This quick fix explains why local JPG assets can fail to render in MAUI even when file paths look correct. Tony walks through the `.csproj` build action correction and naming constraints required for reliable image loading.</description><pubDate>Sun, 18 Feb 2024 00:00:00 GMT</pubDate></item><item><title>94: Anatomy of an App</title><link>https://mauiverse.net/community-feed/2024/02/94-anatomy-of-an-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/94-anatomy-of-an-app/</guid><description>This episode breaks down the core building blocks of a MAUI app from UI to services to navigation. Jon and Allan focus on how architecture choices support fast, maintainable feature delivery.</description><pubDate>Fri, 16 Feb 2024 00:00:00 GMT</pubDate></item><item><title>Add automatic route registration to your .NET MAUI app</title><link>https://mauiverse.net/community-feed/2024/02/add-automatic-route-registration-to-your-net-maui-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/add-automatic-route-registration-to-your-net-maui-app/</guid><description>Add automatic route registration to your .NET MAUI app with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Fri, 16 Feb 2024 00:00:00 GMT</pubDate></item><item><title>Be productive with .NET MAUI and your own control library</title><link>https://mauiverse.net/community-feed/2024/02/be-productive-dotnet-maui-control-library/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/be-productive-dotnet-maui-control-library/</guid><description>Daniel Hindrikes shows how a shared control library can boost productivity and consistency across .NET MAUI apps.</description><pubDate>Tue, 13 Feb 2024 00:00:00 GMT</pubDate></item><item><title>Free PDF Viewer Control for .NET MAUI - Show PDF Files with Ease!</title><link>https://mauiverse.net/community-feed/2024/02/free-pdf-viewer-control-for-net-maui-show-pdf-files-with-ease/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/free-pdf-viewer-control-for-net-maui-show-pdf-files-with-ease/</guid><description>Free PDF Viewer Control for .NET MAUI - Show PDF Files with Ease explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 13 Feb 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #133</title><link>https://mauiverse.net/community-feed/2024/02/sands-of-maui-issue-133/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/sands-of-maui-issue-133/</guid><description>Sam Basu&apos;s Sands of MAUI #133 curates TreeView for .NET MAUI, .NET MAUI Dos &amp; Don’ts, January XAML Fest, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 12 Feb 2024 00:00:00 GMT</pubDate></item><item><title>MAUI - The application has not been built</title><link>https://mauiverse.net/community-feed/2024/02/maui-application-has-not-been-built/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/maui-application-has-not-been-built/</guid><description>This troubleshooting post decodes a misleading MacCatalyst error that appears after an apparently successful build in MAUI projects. Tony shows how runtime architecture mismatch causes the issue and how to fix it in project configuration.</description><pubDate>Sun, 11 Feb 2024 00:00:00 GMT</pubDate></item><item><title>93: These aren&apos;t your grandma&apos;s Templates</title><link>https://mauiverse.net/community-feed/2024/02/93-these-aren-t-your-grandma-s-templates/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/93-these-aren-t-your-grandma-s-templates/</guid><description>Jon and Allan explore modern template strategies for speeding up .NET MAUI delivery with fewer setup errors. The episode highlights how templates can encode best practices for teams and organizations.</description><pubDate>Fri, 09 Feb 2024 00:00:00 GMT</pubDate></item><item><title>MAUI Day Cologne - Spring 2024</title><link>https://mauiverse.net/community-feed/maui-day/cologne-spring-2024/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/maui-day/cologne-spring-2024/</guid><description>MAUI Day Cologne had in depth sessions from the .NET MAUI team and community speakers.</description><pubDate>Fri, 09 Feb 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Khalti Payment Gateway Plugin</title><link>https://mauiverse.net/community-feed/2024/02/netmauikhaltipaymentgatewayplugin/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/netmauikhaltipaymentgatewayplugin/</guid><description>.NET MAUI Khalti Payment Gateway Plugin walks through a practical way to implement plugin-based payment flows for MAUI apps in .NET MAUI. You will learn why integrating payment providers without fragile custom glue code matters and how to wire the feature from setup to a working result.</description><pubDate>Wed, 07 Feb 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #132</title><link>https://mauiverse.net/community-feed/2024/02/sands-of-maui-issue-132/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/sands-of-maui-issue-132/</guid><description>Sam Basu&apos;s Sands of MAUI #132 curates VS Code for .NET MAUI, January XAML Fest, Space Shooter with .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 05 Feb 2024 00:00:00 GMT</pubDate></item><item><title>92: Background Tasks can be Shiny</title><link>https://mauiverse.net/community-feed/2024/02/92-background-tasks-can-be-shiny/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/92-background-tasks-can-be-shiny/</guid><description>This episode covers background execution realities on iOS, Android, and Windows for MAUI developers. Jon and Allan explain where background jobs work well and where platform limits force design compromises.</description><pubDate>Fri, 02 Feb 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - MAUI Catch-up and Q+A!</title><link>https://mauiverse.net/community-feed/2024/02/maui-community-standup-maui-catch-up-and-qa/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/maui-community-standup-maui-catch-up-and-qa/</guid><description>David Ortinau hosts a .NET MAUI Community Standup catch-up session with Q&amp;A, covering recent updates and answering community questions.</description><pubDate>Fri, 02 Feb 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, February 2024</title><link>https://mauiverse.net/community-feed/2024/02/net-maui-community-toolkit-monthly-standup-february-2024/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/net-maui-community-toolkit-monthly-standup-february-2024/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Fri, 02 Feb 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Dos &amp; Don’ts</title><link>https://mauiverse.net/community-feed/2024/02/dotnet-maui-dos-and-donts/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/02/dotnet-maui-dos-and-donts/</guid><description>David Ortinau explores .NET MAUI Dos &amp; Don’ts, covering “NOT BOTH” and “Set MainPage once”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 01 Feb 2024 00:00:00 GMT</pubDate></item><item><title>January XAML Fest</title><link>https://mauiverse.net/community-feed/2024/01/january-xaml-fest-dotnet-maui-instagram-suggestion-card/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/january-xaml-fest-dotnet-maui-instagram-suggestion-card/</guid><description>Leomaris Reyes explores January XAML Fest, focusing on ✍️ Tips for Maximizing the Learning Experience and understanding the Card Structure. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 30 Jan 2024 00:00:00 GMT</pubDate></item><item><title>My experience upgrading my app, from Xamarin.Forms to .NET MAUI (I should have listened to David)</title><link>https://mauiverse.net/community-feed/2024/01/upgrading-xamarinforms-to-dotnet-maui-lessons-learned/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/upgrading-xamarinforms-to-dotnet-maui-lessons-learned/</guid><description>Daniel Hindrikes shares hard-earned lessons from migrating a real app from Xamarin.Forms to .NET MAUI, including pitfalls and planning tips.</description><pubDate>Tue, 30 Jan 2024 00:00:00 GMT</pubDate></item><item><title>Publishing .NET MAUI Apps to the Stores Made Easy</title><link>https://mauiverse.net/community-feed/2024/01/publishing-net-maui-apps-to-the-stores-made-easy/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/publishing-net-maui-apps-to-the-stores-made-easy/</guid><description>Publishing .NET MAUI Apps to the Stores Made Easy explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 29 Jan 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #131</title><link>https://mauiverse.net/community-feed/2024/01/sands-of-maui-issue-131/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/sands-of-maui-issue-131/</guid><description>Sam Basu&apos;s Sands of MAUI #131 curates Reusable Styles in .NET MAUI, January XAML Fest, Screen Recording in .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 29 Jan 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI: Update NuGet Packages using Visual Studio Code</title><link>https://mauiverse.net/community-feed/2024/01/update-nuget-packages-vscode/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/update-nuget-packages-vscode/</guid><description>The dotnet-outdated CLI tool identifies outdated NuGet packages in .NET MAUI projects within VS Code, color-coding updates by severity. Manual .csproj editing completes the lightweight package management workflow without heavy IDE extensions.</description><pubDate>Mon, 29 Jan 2024 00:00:00 GMT</pubDate></item><item><title>91: ListViews and CollectionViews</title><link>https://mauiverse.net/community-feed/2024/01/91-listviews-and-collectionviews/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/91-listviews-and-collectionviews/</guid><description>Jon and Allan unpack the hard parts of rendering performant lists in mobile apps and why CollectionView decisions matter. The episode focuses on practical performance behavior, not just API usage.</description><pubDate>Fri, 26 Jan 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Signature Pad Complete Guide</title><link>https://mauiverse.net/community-feed/2024/01/netmauisignaturepadcompleteguide/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/netmauisignaturepadcompleteguide/</guid><description>James Montemagno walks through .NET MAUI Signature Pad Complete Guide, focusing on practical implementation steps you can apply immediately. You&apos;ll see the setup path, the key workflow decisions, and how to ship the same patterns in your own .NET MAUI projects.</description><pubDate>Fri, 26 Jan 2024 00:00:00 GMT</pubDate></item><item><title>SVGs and .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/01/svgs-and-net-maui-a90ea2fcb3f7/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/svgs-and-net-maui-a90ea2fcb3f7/</guid><description>Petar Mishev looks at working with SVG assets in .NET MAUI and the considerations that come with scalable graphics. It is a good primer for teams refining icons, illustrations, and resolution-independent UI assets.</description><pubDate>Thu, 25 Jan 2024 00:00:00 GMT</pubDate></item><item><title>January XAML Fest</title><link>https://mauiverse.net/community-feed/2024/01/january-xaml-fest-dotnet-maui-microsoft-linkedin-header-design/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/january-xaml-fest-dotnet-maui-microsoft-linkedin-header-design/</guid><description>Leomaris Reyes explores January XAML Fest, focusing on ✍️ Tips for Maximizing the Learning Experience and understanding the Card Structure. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 23 Jan 2024 00:00:00 GMT</pubDate></item><item><title>Add Screen Recording to Your .NET MAUI App in 2 Lines of Code</title><link>https://mauiverse.net/community-feed/2024/01/add-screen-recording-to-your-net-maui-app-in-2-lines-of-code/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/add-screen-recording-to-your-net-maui-app-in-2-lines-of-code/</guid><description>Add Screen Recording to Your .NET MAUI App in 2 Lines of Code explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 22 Jan 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #130</title><link>https://mauiverse.net/community-feed/2024/01/sands-of-maui-issue-130/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/sands-of-maui-issue-130/</guid><description>Sam Basu&apos;s Sands of MAUI #130 curates Starting with .NET MAUI, UI Gradients, January XAML Fest, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 22 Jan 2024 00:00:00 GMT</pubDate></item><item><title>90: Push Notifications are Hard!</title><link>https://mauiverse.net/community-feed/2024/01/90-push-notifications-are-hard/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/90-push-notifications-are-hard/</guid><description>This episode explains why push notifications remain one of the most complex cross-platform features in mobile apps. Jon and Allan walk through setup, delivery, and lifecycle differences that impact reliability.</description><pubDate>Fri, 19 Jan 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI: Archive and Publish using Visual Studio Code</title><link>https://mauiverse.net/community-feed/2024/01/archive-publish-vscode/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/archive-publish-vscode/</guid><description>Visual Studio Code enables complete .NET MAUI build and publish workflows for iOS and Android using command-line tools. This guide covers archiving apps with proper signing, uploading to stores, and managing platform-specific configurations.</description><pubDate>Fri, 19 Jan 2024 00:00:00 GMT</pubDate></item><item><title>Starting .NET MAUI Development in 2024 - What You Need To Know</title><link>https://mauiverse.net/community-feed/2024/01/startingnetmauidevelopmentin2024whatyouneedtoknow/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/startingnetmauidevelopmentin2024whatyouneedtoknow/</guid><description>James Montemagno walks through Starting .NET MAUI Development in 2024 - What You Need To Know, focusing on practical implementation steps you can apply immediately. It highlights what changed, why it matters for real apps, and what to adopt first for the biggest impact.</description><pubDate>Fri, 19 Jan 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit 7.0.0 Aligns to .NET 8</title><link>https://mauiverse.net/community-feed/2024/01/net-maui-community-toolkit-7/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/net-maui-community-toolkit-7/</guid><description>Edin Kapić covers Community Toolkit 7 — .NET 8 support, CancellationToken on async APIs, and platform notification/status-bar fixes. The companion toolkit release that shipped with the .NET 8 wave.</description><pubDate>Wed, 17 Jan 2024 00:00:00 GMT</pubDate></item><item><title>Remove iOS Navigation Bar Separator in .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/01/remove-ios-navigation-bar-separator/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/remove-ios-navigation-bar-separator/</guid><description>Custom handlers in .NET MAUI enable removal of iOS navigation bar separators when using Shell. Platform-specific code modifies UINavigationBarAppearance to create seamless, edge-to-edge navigation experiences.</description><pubDate>Wed, 17 Jan 2024 00:00:00 GMT</pubDate></item><item><title>Setting up an Android foldable phone emulator for .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/01/setting-up-an-android-foldable-phone-emulator-for-net-maui-08355d9886c9/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/setting-up-an-android-foldable-phone-emulator-for-net-maui-08355d9886c9/</guid><description>Petar Mishev walks through setting up an Android foldable emulator for .NET MAUI development and testing. It is a practical entry point for anyone preparing apps for posture changes, larger canvases, and dual-state layouts.</description><pubDate>Wed, 17 Jan 2024 00:00:00 GMT</pubDate></item><item><title>Create animations in .NET MAUI for a disco atmosphere</title><link>https://mauiverse.net/community-feed/2024/01/15-add-animations-to-an-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/15-add-animations-to-an-app/</guid><description>Create animations in .NET MAUI for a disco atmosphere with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Tue, 16 Jan 2024 00:00:00 GMT</pubDate></item><item><title>January XAML Fest</title><link>https://mauiverse.net/community-feed/2024/01/january-xaml-fest-dotnet-maui-x-twitter-card-ui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/january-xaml-fest-dotnet-maui-x-twitter-card-ui/</guid><description>Leomaris Reyes explores January XAML Fest, focusing on ✍️ Tips for Maximizing the Learning Experience and understanding the Card Structure. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 16 Jan 2024 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #129</title><link>https://mauiverse.net/community-feed/2024/01/sands-of-maui-issue-129/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/sands-of-maui-issue-129/</guid><description>Sam Basu&apos;s Sands of MAUI #129 curates Welcome to .NET 8, Scanning in .NET MAUI, January XAML Fest, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 15 Jan 2024 00:00:00 GMT</pubDate></item><item><title>89: Bound for greater Bindings</title><link>https://mauiverse.net/community-feed/2024/01/89-bound-for-greater-bindings/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/89-bound-for-greater-bindings/</guid><description>Jon and Allan dive into native bindings strategy for MAUI, including slim bindings and platform channel experiments. The episode is a practical look at crossing .NET/native boundaries without losing maintainability.</description><pubDate>Fri, 12 Jan 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI: How I create a Flyout in compact mode with Shell</title><link>https://mauiverse.net/community-feed/2024/01/flyout-compact-mode-dotnet-maui-shell/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/flyout-compact-mode-dotnet-maui-shell/</guid><description>Daniel Hindrikes demonstrates creating a compact-mode Flyout using .NET MAUI Shell for a more desktop-friendly navigation experience.</description><pubDate>Tue, 09 Jan 2024 00:00:00 GMT</pubDate></item><item><title>January XAML Fest</title><link>https://mauiverse.net/community-feed/2024/01/january-xaml-fest-dotnet-maui-uber-card-ui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/january-xaml-fest-dotnet-maui-uber-card-ui/</guid><description>Leomaris Reyes explores January XAML Fest, focusing on ⚠ Preparing for the Journey and let’s Hit the Road! 🚗💨. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 09 Jan 2024 00:00:00 GMT</pubDate></item><item><title>Material Design &amp; Free Controls for .NET MAUI with UraniumUI</title><link>https://mauiverse.net/community-feed/2024/01/material-design-free-controls-for-net-maui-with-uraniumui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/material-design-free-controls-for-net-maui-with-uraniumui/</guid><description>Material Design &amp; Free Controls for .NET MAUI with UraniumUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 09 Jan 2024 00:00:00 GMT</pubDate></item><item><title>88: Return of Gone Mobile and the State of .NET MAUI</title><link>https://mauiverse.net/community-feed/2024/01/88-return-of-gone-mobile-and-the-state-of-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/88-return-of-gone-mobile-and-the-state-of-net-maui/</guid><description>Jon and Allan kick off the return of Gone Mobile with a candid state-of-.NET MAUI discussion. The episode combines platform direction, practical architecture, and performance-first engineering habits.</description><pubDate>Fri, 05 Jan 2024 00:00:00 GMT</pubDate></item><item><title>Intro to Visual Studio Code | .NET MAUI Minutes</title><link>https://mauiverse.net/community-feed/2024/01/intro-to-visual-studio-code-dotnet-maui-minutes/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/intro-to-visual-studio-code-dotnet-maui-minutes/</guid><description>Maddy Montaquila introduces the .NET MAUI extension for Visual Studio Code and shows what getting started looks like across Windows, Mac, and Linux. It is a concise entry point for developers exploring a lighter-weight MAUI workflow.</description><pubDate>Fri, 05 Jan 2024 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, January 2024</title><link>https://mauiverse.net/community-feed/2024/01/net-maui-community-toolkit-monthly-standup-january-2024/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/net-maui-community-toolkit-monthly-standup-january-2024/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Fri, 05 Jan 2024 00:00:00 GMT</pubDate></item><item><title>January XAML Fest</title><link>https://mauiverse.net/community-feed/2024/01/welcome-january-xaml-fest-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2024/01/welcome-january-xaml-fest-dotnet-maui/</guid><description>Leomaris Reyes explores January XAML Fest, covering “A Journey into XAML” and “Why Focus on Portions of UI”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 03 Jan 2024 00:00:00 GMT</pubDate></item><item><title>Use gradients in your UI | .NET MAUI Minutes</title><link>https://mauiverse.net/community-feed/2023/12/use-gradients-in-your-ui-dotnet-maui-minutes/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/use-gradients-in-your-ui-dotnet-maui-minutes/</guid><description>Maddy Montaquila gives a quick tour of gradients in .NET MAUI and shows how to build more expressive UI with brushes instead of flat color alone. The episode covers the basics clearly enough to help you start experimenting right away.</description><pubDate>Thu, 28 Dec 2023 00:00:00 GMT</pubDate></item><item><title>MAUI MacCatalyst app - Access folders and sub folders on desktop</title><link>https://mauiverse.net/community-feed/2023/12/maui-access-subfolders-from-mac-desktop/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/maui-access-subfolders-from-mac-desktop/</guid><description>Tony explains why desktop file access can fail in MAUI MacCatalyst apps due to Apple sandbox restrictions. The post walks through a local-development workaround and clarifies the App Store trade-offs you need to consider.</description><pubDate>Wed, 27 Dec 2023 00:00:00 GMT</pubDate></item><item><title>Listen to a playlist with MediaElement</title><link>https://mauiverse.net/community-feed/2023/12/14-skip-next-or-previous-with-mediaelement/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/14-skip-next-or-previous-with-mediaelement/</guid><description>The application is great, but it would be nicer if you could change the song. Well that’s ideal because today we</description><pubDate>Tue, 26 Dec 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Barcode &amp; QR Code Scanning Like a PRO!</title><link>https://mauiverse.net/community-feed/2023/12/netmauibarcodeqrcodescanninglikeapro/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/netmauibarcodeqrcodescanninglikeapro/</guid><description>James Montemagno walks through .NET MAUI Barcode &amp; QR Code Scanning Like a PRO, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Fri, 22 Dec 2023 00:00:00 GMT</pubDate></item><item><title>Reusable styles in your app | .NET MAUI Minutes</title><link>https://mauiverse.net/community-feed/2023/12/reusable-styles-in-your-app-dotnet-maui-minutes/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/reusable-styles-in-your-app-dotnet-maui-minutes/</guid><description>Maddy Montaquila explores reusable styling patterns in .NET MAUI, including explicit styles, implicit styles, and style classes. It is a helpful refresher for keeping app UI consistent without repeating the same XAML everywhere.</description><pubDate>Thu, 21 Dec 2023 00:00:00 GMT</pubDate></item><item><title>Download an audio file in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/12/13-download-audio-file/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/13-download-audio-file/</guid><description>Today, we will have a look at how to enable the user to download the music that is currently playing. We have been listening to the same song over and over, I</description><pubDate>Tue, 19 Dec 2023 00:00:00 GMT</pubDate></item><item><title>Introducing Route Generator for .NET</title><link>https://mauiverse.net/community-feed/2023/12/introducing-route-generator-for-net/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/introducing-route-generator-for-net/</guid><description>Introducing Route Generator for .NET with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Tue, 19 Dec 2023 00:00:00 GMT</pubDate></item><item><title>No More Magic String Navigation in .NET MAUI Shell with this Plugin!</title><link>https://mauiverse.net/community-feed/2023/12/no-more-magic-string-navigation-in-net-maui-shell-with-this-plugin/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/no-more-magic-string-navigation-in-net-maui-shell-with-this-plugin/</guid><description>No More Magic String Navigation in .NET MAUI Shell with this Plugin explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 19 Dec 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #128</title><link>https://mauiverse.net/community-feed/2023/12/sands-of-maui-issue-128/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/sands-of-maui-issue-128/</guid><description>Sam Basu&apos;s Sands of MAUI #128 curates .NET MAUI Community Standup, .NET MAUI Navigation UI, .NET Conf Recap, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 18 Dec 2023 00:00:00 GMT</pubDate></item><item><title>Episode 121: M365 Admin App: A Customer .NET MAUI Migration Story</title><link>https://mauiverse.net/community-feed/2023/12/episode-121-m365-admin-app-a-customer-net-maui-migration-story/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/episode-121-m365-admin-app-a-customer-net-maui-migration-story/</guid><description>Show Notes The M365 Admin app is used to administer M365 tenants on the go.</description><pubDate>Fri, 15 Dec 2023 00:00:00 GMT</pubDate></item><item><title>Customizing borders &amp; corners | .NET MAUI Minutes</title><link>https://mauiverse.net/community-feed/2023/12/customizing-borders-corners-dotnet-maui-minutes/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/customizing-borders-corners-dotnet-maui-minutes/</guid><description>Maddy Montaquila shows how to customize borders and corners in .NET MAUI, from straightforward rounded edges to more tailored border effects. It is a quick guide for developers who want sharper control over the visual framing of their UI.</description><pubDate>Thu, 14 Dec 2023 00:00:00 GMT</pubDate></item><item><title>.NET Conf Recap</title><link>https://mauiverse.net/community-feed/2023/12/recap-net-conf-2023-whats-new-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/recap-net-conf-2023-whats-new-dotnet-maui/</guid><description>Leomaris Reyes explores .NET Conf Recap, focusing on growth of .NET MAUI and customers Using .NET MAUI. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 13 Dec 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #127</title><link>https://mauiverse.net/community-feed/2023/12/sands-of-maui-issue-127/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/sands-of-maui-issue-127/</guid><description>Sam Basu&apos;s Sands of MAUI #127 curates All About .NET 8, .NET MAUI Minutes, Custom Dialogs, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 11 Dec 2023 00:00:00 GMT</pubDate></item><item><title>Shortcut Keys on Desktop with KeyboardAccelerators - .NET MAUI 101</title><link>https://mauiverse.net/community-feed/2023/12/shortcut-keys-on-desktop-with-keyboardaccelerators-net-maui-101/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/shortcut-keys-on-desktop-with-keyboardaccelerators-net-maui-101/</guid><description>Shortcut Keys on Desktop with KeyboardAccelerators - .NET MAUI 101 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 11 Dec 2023 00:00:00 GMT</pubDate></item><item><title>Control the volume with MediaElement</title><link>https://mauiverse.net/community-feed/2023/12/12-control-volume-with-mediaelement/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/12-control-volume-with-mediaelement/</guid><description>Now we are going to implement volume control! As with any good music player, we want our user to be able to turn the volume up or down as desired.</description><pubDate>Sun, 10 Dec 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Publish Tool</title><link>https://mauiverse.net/community-feed/2023/12/dotnet-maui-publish-tool/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/dotnet-maui-publish-tool/</guid><description>Gerald Versluis explores .NET MAUI Publish Tool, focusing on visual structure and state and interaction. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Fri, 08 Dec 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - .NET MAUI 2023 Wrapped</title><link>https://mauiverse.net/community-feed/2023/12/maui-community-standup-dotnet-maui-2023-wrapped/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/maui-community-standup-dotnet-maui-2023-wrapped/</guid><description>David Ortinau hosts a .NET MAUI Community Standup wrapping up 2023 with a recap of highlights, progress, and community moments.</description><pubDate>Fri, 08 Dec 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit, December 2023</title><link>https://mauiverse.net/community-feed/2023/12/net-maui-community-toolkit-december-2023/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/net-maui-community-toolkit-december-2023/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit! https://github.com/CommunityToolkit/Maui/wiki/Monthly-Standups</description><pubDate>Fri, 08 Dec 2023 00:00:00 GMT</pubDate></item><item><title>XAML tools in Visual Studio | .NET MAUI Minutes</title><link>https://mauiverse.net/community-feed/2023/12/xaml-tools-in-visual-studio-dotnet-maui-minutes/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/xaml-tools-in-visual-studio-dotnet-maui-minutes/</guid><description>Maddy Montaquila highlights XAML productivity tools in Visual Studio that can speed up .NET MAUI UI work and debugging. It is a compact tour of the tooling that helps you see changes faster and inspect your visual tree with less friction.</description><pubDate>Thu, 07 Dec 2023 00:00:00 GMT</pubDate></item><item><title>Custom Dialogs</title><link>https://mauiverse.net/community-feed/2023/12/customize-maui-macos-about-dialog/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/customize-maui-macos-about-dialog/</guid><description>Gerald Versluis explores Custom Dialogs, focusing on where does the About dialog even come from?! and customize the About dialog content. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 05 Dec 2023 00:00:00 GMT</pubDate></item><item><title>Telerik Extension</title><link>https://mauiverse.net/community-feed/2023/12/dotnet-maui-developer-productivity-vs-code/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/dotnet-maui-developer-productivity-vs-code/</guid><description>Telerik explores Telerik Extension, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 05 Dec 2023 00:00:00 GMT</pubDate></item><item><title>Text Handling</title><link>https://mauiverse.net/community-feed/2023/12/text-truncation-and-wrapping-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/text-truncation-and-wrapping-in-dotnet-maui/</guid><description>Leomaris Reyes explores Text Handling, focusing on architecture and core APIs. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 05 Dec 2023 00:00:00 GMT</pubDate></item><item><title>Add a Menu Bar to Your Desktop App - .NET MAUI 101</title><link>https://mauiverse.net/community-feed/2023/12/add-a-menu-bar-to-your-desktop-app-net-maui-101/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/add-a-menu-bar-to-your-desktop-app-net-maui-101/</guid><description>Add a Menu Bar to Your Desktop App - .NET MAUI 101 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 04 Dec 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #126</title><link>https://mauiverse.net/community-feed/2023/12/sands-of-maui-issue-126/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/sands-of-maui-issue-126/</guid><description>Sam Basu&apos;s Sands of MAUI #126 curates Context Menus in .NET MAUI, Visual States in .NET MAUI, GitHub CoPilot, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 04 Dec 2023 00:00:00 GMT</pubDate></item><item><title>Tips and tricks for building your .NET MAUI apps</title><link>https://mauiverse.net/community-feed/2023/12/tips-and-tricks-building-dotnet-maui-maddy-montaquila/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/tips-and-tricks-building-dotnet-maui-maddy-montaquila/</guid><description>Maddy Montaquila shares practical tips and tricks for building .NET MAUI apps, focusing on patterns that improve developer productivity and app quality.</description><pubDate>Sat, 02 Dec 2023 00:00:00 GMT</pubDate></item><item><title>Trip to  NET MAUI</title><link>https://mauiverse.net/community-feed/2023/12/trip-to-net-maui-codrina-merigo/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/trip-to-net-maui-codrina-merigo/</guid><description>Codrina Merigo shares a tour through .NET MAUI—what to learn, what to watch for, and how to approach building apps.</description><pubDate>Sat, 02 Dec 2023 00:00:00 GMT</pubDate></item><item><title>Control the playback position with MediaElement</title><link>https://mauiverse.net/community-feed/2023/12/11-control-playback-position-with-mediaelement/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/11-control-playback-position-with-mediaelement/</guid><description>Control the playback position with MediaElement with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Fri, 01 Dec 2023 00:00:00 GMT</pubDate></item><item><title>Blazor Hybrid Local Data</title><link>https://mauiverse.net/community-feed/2023/12/storing-local-data-in-a-dotnet-maui-blazor-hybrid-app-using-indexeddb-part-1/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/12/storing-local-data-in-a-dotnet-maui-blazor-hybrid-app-using-indexeddb-part-1/</guid><description>Luis Antonio Beltran Prieto explores Blazor Hybrid Local Data, covering “Definition” and “Step 3. Add the HTML/JS web code”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Fri, 01 Dec 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI and Visual States</title><link>https://mauiverse.net/community-feed/2023/11/dotnet-maui-visual-states/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/11/dotnet-maui-visual-states/</guid><description>Daniel Hindrikes explains how to use Visual States in .NET MAUI to adapt UI based on state without messy code-behind.</description><pubDate>Thu, 30 Nov 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Version Pinning &amp; Nightly Build Integration</title><link>https://mauiverse.net/community-feed/2023/11/netmauiversionpinningnightlybuildintegration/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/11/netmauiversionpinningnightlybuildintegration/</guid><description>James Montemagno walks through .NET MAUI Version Pinning &amp; Nightly Build Integration, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 30 Nov 2023 00:00:00 GMT</pubDate></item><item><title>Add Context Menus To Any Visual Element - .NET MAUI 101</title><link>https://mauiverse.net/community-feed/2023/11/add-context-menus-to-any-visual-element-net-maui-101/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/11/add-context-menus-to-any-visual-element-net-maui-101/</guid><description>Add Context Menus To Any Visual Element - .NET MAUI 101 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 28 Nov 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #125</title><link>https://mauiverse.net/community-feed/2023/11/sands-of-maui-issue-125/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/11/sands-of-maui-issue-125/</guid><description>Sam Basu&apos;s Sands of MAUI #125 curates Packing Light with VS Code, Telerik VS Code Extension, Desktop Menus with .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 27 Nov 2023 00:00:00 GMT</pubDate></item><item><title>Desktop Menus with .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/11/dotnet-maui-how-to-create-menus-for-desktop-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/11/dotnet-maui-how-to-create-menus-for-desktop-apps/</guid><description>Daniel Hindrikes explores Desktop Menus with .NET MAUI in this ~10-minute session, focusing on platform boundary and implementation path. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Thu, 23 Nov 2023 00:00:00 GMT</pubDate></item><item><title>Keyboard Shortcuts for .NET MAUI Desktop Apps with the NEW Keyboard Accelerator Feature</title><link>https://mauiverse.net/community-feed/2023/11/keyboardshortcutsfornetmauidesktopappswiththenewkeyboardacceleratorfeature/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/11/keyboardshortcutsfornetmauidesktopappswiththenewkeyboardacceleratorfeature/</guid><description>James Montemagno walks through Keyboard Shortcuts for .NET MAUI Desktop Apps with the NEW Keyboard Accelerator Feature, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Tue, 21 Nov 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #124</title><link>https://mauiverse.net/community-feed/2023/11/sands-of-maui-issue-124/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/11/sands-of-maui-issue-124/</guid><description>Sam Basu&apos;s Sands of MAUI #124 curates Welcome to .NET 8, .NET MAUI for .NET 8, What&apos;s New in .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 20 Nov 2023 00:00:00 GMT</pubDate></item><item><title>Hybrid Apps with .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/11/build-hybrid-apps-with-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/11/build-hybrid-apps-with-dotnet-maui/</guid><description>Beth Massi explores Hybrid Apps with .NET MAUI in this ~25-minute session, focusing on hybrid architecture and code sharing. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 17 Nov 2023 00:00:00 GMT</pubDate></item><item><title>Build .NET MAUI Apps with DevOps</title><link>https://mauiverse.net/community-feed/2023/11/build-dotnet-maui-apps-with-devops/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/11/build-dotnet-maui-apps-with-devops/</guid><description>Sweeky Satpathy and David Ortinau walk through DevOps pipelines for .NET MAUI — GitHub Actions, Azure DevOps, signing, and unit tests included. Recorded at .NET Conf 2023, this ~30 minute session is packed with build-optimization tips you can paste into your repo.</description><pubDate>Thu, 16 Nov 2023 00:00:00 GMT</pubDate></item><item><title>Building 3D Apps with .NET MAUI and Evergine</title><link>https://mauiverse.net/community-feed/2023/11/building-3d-apps-dotnet-maui-evergine/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/11/building-3d-apps-dotnet-maui-evergine/</guid><description>Javier Suárez and Jorge Cantón show how to embed Evergine 3D scenes inside .NET MAUI with the EvergineView control. Recorded at .NET Conf 2023, this ~30 minute session covers product viewers, 3D maps, and the MAUI project templates that make it practical.</description><pubDate>Thu, 16 Nov 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI on Linux</title><link>https://mauiverse.net/community-feed/2023/11/cross-platform-magic-in-dotnet-8-develop-dotnet-maui-android-apps-on-linux-with-visual-studio-code/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/11/cross-platform-magic-in-dotnet-8-develop-dotnet-maui-android-apps-on-linux-with-visual-studio-code/</guid><description>Luis Antonio Beltran Prieto explores .NET MAUI on Linux in this ~25-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Thu, 16 Nov 2023 00:00:00 GMT</pubDate></item><item><title>Introducing Grial Studio for .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/11/introducing-grial-studio-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/11/introducing-grial-studio-dotnet-maui/</guid><description>Pablo Germano and Diego Rivero introduce Grial Studio, the Visual Studio extension that brings Grial UI Kit templates, controls, and resources into your IDE. Recorded at .NET Conf 2023, this ~30 minute session shows how to scaffold a polished .NET MAUI app without starting from scratch.</description><pubDate>Thu, 16 Nov 2023 00:00:00 GMT</pubDate></item><item><title>Build a Children&apos;s Story Generator with .NET MAUI and Azure</title><link>https://mauiverse.net/community-feed/2023/11/story-generator-children-dotnet-maui-azure/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/11/story-generator-children-dotnet-maui-azure/</guid><description>Héctor Pérez builds a kids’ story generator with .NET MAUI, Azure OpenAI, and Azure Text to Speech. Recorded at .NET Conf 2023, this ~29 minute demo pairs playful UI polish with a Semantic Kernel-backed API.</description><pubDate>Thu, 16 Nov 2023 00:00:00 GMT</pubDate></item><item><title>What&apos;s New in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/11/what-s-new-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/11/what-s-new-in-dotnet-maui/</guid><description>David Ortinau explores What&apos;s New in .NET MAUI in this ~40-minute session, focusing on release scope and developer workflow. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 15 Nov 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI for .NET 8</title><link>https://mauiverse.net/community-feed/2023/11/announcing-dotnet-maui-in-dotnet-8/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/11/announcing-dotnet-maui-in-dotnet-8/</guid><description>David Ortinau explores .NET MAUI for .NET 8, focusing on overall Quality and what’s new. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 14 Nov 2023 00:00:00 GMT</pubDate></item><item><title>Free and Complete Calendar Control for .NET MAUI: Plugin.Maui.Calendar</title><link>https://mauiverse.net/community-feed/2023/11/free-and-complete-calendar-control-for-net-maui-plugin-maui-calendar/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/11/free-and-complete-calendar-control-for-net-maui-plugin-maui-calendar/</guid><description>Free and Complete Calendar Control for .NET MAUI: Plugin.Maui.Calendar explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 14 Nov 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #123</title><link>https://mauiverse.net/community-feed/2023/11/sands-of-maui-issue-123/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/11/sands-of-maui-issue-123/</guid><description>Sam Basu&apos;s Sands of MAUI #123 curates .NET MAUI @ .NET Conf, Migration to .NET MAUI, .NET 8 Hack, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 13 Nov 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI @ .NET Conf</title><link>https://mauiverse.net/community-feed/2023/11/maui-sessions-dotnetconf-2023/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/11/maui-sessions-dotnetconf-2023/</guid><description>Gerald Versluis explores .NET MAUI @ .NET Conf, focusing on what is .NET Conf? and .NET Conf for .NET MAUI Developers. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Fri, 10 Nov 2023 00:00:00 GMT</pubDate></item><item><title>Hyperlinks in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/11/from-text-to-action-creating-hyperlinks-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/11/from-text-to-action-creating-hyperlinks-in-dotnet-maui/</guid><description>Leomaris Reyes explores Hyperlinks in .NET MAUI, focusing on visual structure and state and interaction. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Mon, 06 Nov 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #122</title><link>https://mauiverse.net/community-feed/2023/11/sands-of-maui-issue-122/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/11/sands-of-maui-issue-122/</guid><description>Sam Basu&apos;s Sands of MAUI #122 curates .NET MAUI Performance, Scheduler for .NET MAUI, How to Blazor, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 06 Nov 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, November 2023</title><link>https://mauiverse.net/community-feed/2023/11/net-maui-community-toolkit-monthly-standup-november-2023/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/11/net-maui-community-toolkit-monthly-standup-november-2023/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Fri, 03 Nov 2023 00:00:00 GMT</pubDate></item><item><title>Building a .NET MAUI Android pipeline in GitHub Actions</title><link>https://mauiverse.net/community-feed/2023/11/thewissen-building-a-dotnet-maui-android-pipeline-in-github-actions/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/11/thewissen-building-a-dotnet-maui-android-pipeline-in-github-actions/</guid><description>Steven Thewissen details the Android-focused part of a .NET MAUI CI/CD setup in GitHub Actions, including keystore handling, versioning, signing, publishing, and uploading AABs to Google Play.</description><pubDate>Wed, 01 Nov 2023 00:00:00 GMT</pubDate></item><item><title>.NET 8 Performance Improvements in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/10/dotnet-8-performance-improvements-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/10/dotnet-8-performance-improvements-dotnet-maui/</guid><description>Jonathan Peppers breaks down performance and quality improvements landing in .NET MAUI with .NET 8, including build/inner-loop, runtime, and memory leak work.</description><pubDate>Tue, 31 Oct 2023 00:00:00 GMT</pubDate></item><item><title>What’s the Buzz About Blazor WebAssembly, Server, Hybrid, United &amp; Mobile Bindings?!</title><link>https://mauiverse.net/community-feed/2023/10/what-s-the-buzz-about-blazor-webassembly-server-hybrid-united-mobile-bindings/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/10/what-s-the-buzz-about-blazor-webassembly-server-hybrid-united-mobile-bindings/</guid><description>What’s the Buzz About Blazor WebAssembly, Server, Hybrid, United &amp; Mobile Bindings explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 31 Oct 2023 00:00:00 GMT</pubDate></item><item><title>Custom Storyboard Launch Screen for iOS with .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/10/custom-storyboard-launch-screen-for-ios-with-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/10/custom-storyboard-launch-screen-for-ios-with-net-maui/</guid><description>Custom Storyboard Launch Screen for iOS with .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 24 Oct 2023 00:00:00 GMT</pubDate></item><item><title>Platform-specific XAML in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/10/platform-specific-xaml-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/10/platform-specific-xaml-in-net-maui/</guid><description>Platform-specific XAML in .NET MAUI with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Mon, 23 Oct 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #121</title><link>https://mauiverse.net/community-feed/2023/10/sands-of-maui-issue-121/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/10/sands-of-maui-issue-121/</guid><description>Sam Basu&apos;s Sands of MAUI #121 curates .NET MAUI for .NET 8, Telerik UI, 3D Apps with .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 23 Oct 2023 00:00:00 GMT</pubDate></item><item><title>Navigation in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/10/navigation-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/10/navigation-in-dotnet-maui/</guid><description>Telerik explores Navigation in .NET MAUI, focusing on visual structure and state and interaction. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 18 Oct 2023 00:00:00 GMT</pubDate></item><item><title>Telerik UI</title><link>https://mauiverse.net/community-feed/2023/10/telerik-ui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/10/telerik-ui/</guid><description>Telerik explores Telerik UI, focusing on visual structure and state and interaction. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 18 Oct 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI for .NET 8</title><link>https://mauiverse.net/community-feed/2023/10/announcing-dotnet-maui-in-dotnet-8-rc-2/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/10/announcing-dotnet-maui-in-dotnet-8-rc-2/</guid><description>David Ortinau explores .NET MAUI for .NET 8, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 10 Oct 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Push Notification Tapped Handling in Foreground and Background</title><link>https://mauiverse.net/community-feed/2023/10/netmauipushnotificationtappedhandlinginforegroundandbackground/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/10/netmauipushnotificationtappedhandlinginforegroundandbackground/</guid><description>.NET MAUI Push Notification Tapped Handling in Foreground and Background walks through a practical way to implement reliable navigation from foreground and background taps in .NET MAUI. You will learn why handling notification taps consistently across app states matters and how to wire the feature from setup to a working result.</description><pubDate>Tue, 10 Oct 2023 00:00:00 GMT</pubDate></item><item><title>Install Xcode Versions Easily, Side-by-Side with Xcodes</title><link>https://mauiverse.net/community-feed/2023/10/install-xcode-versions-easily-side-by-side-with-xcodes/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/10/install-xcode-versions-easily-side-by-side-with-xcodes/</guid><description>Install Xcode Versions Easily, Side-by-Side with Xcodes explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 09 Oct 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #120</title><link>https://mauiverse.net/community-feed/2023/10/sands-of-maui-issue-120/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/10/sands-of-maui-issue-120/</guid><description>Sam Basu&apos;s Sands of MAUI #120 curates Telerik UI with Uno Platform, Record Audio in .NET MAUI, Monitoring .NET MAUI Apps with Sentry, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 09 Oct 2023 00:00:00 GMT</pubDate></item><item><title>Monitoring .NET MAUI Apps with Sentry</title><link>https://mauiverse.net/community-feed/2023/10/monitoring-your-apps-with-sentry-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/10/monitoring-your-apps-with-sentry-in-dotnet-maui/</guid><description>Leomaris Reyes explores Monitoring .NET MAUI Apps with Sentry, focusing on let ‘s start! and visual structure. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Sun, 08 Oct 2023 00:00:00 GMT</pubDate></item><item><title>Episode 120: Polaris : A Customer Migration Story</title><link>https://mauiverse.net/community-feed/2023/10/episode-120-polaris-a-customer-migration-story/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/10/episode-120-polaris-a-customer-migration-story/</guid><description>Migrate your Xamarin.iOS Binding Library</description><pubDate>Fri, 06 Oct 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, October 2023</title><link>https://mauiverse.net/community-feed/2023/10/net-maui-community-toolkit-monthly-standup-october-2023/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/10/net-maui-community-toolkit-monthly-standup-october-2023/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Fri, 06 Oct 2023 00:00:00 GMT</pubDate></item><item><title>Telerik UI with Uno Platform</title><link>https://mauiverse.net/community-feed/2023/10/telerik-ui-dotnet-maui-uno-platform-mobile-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/10/telerik-ui-dotnet-maui-uno-platform-mobile-apps/</guid><description>Dan Siegel explores Telerik UI with Uno Platform, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 04 Oct 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #119</title><link>https://mauiverse.net/community-feed/2023/10/sands-of-maui-issue-119/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/10/sands-of-maui-issue-119/</guid><description>Sam Basu&apos;s Sands of MAUI #119 curates .NET MAUI for .NET 8, Beautiful UI with .NET MAUI, eBooks on Blazor &amp; .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 02 Oct 2023 00:00:00 GMT</pubDate></item><item><title>Working with Calendar Data in .NET MAUI with Plugin.Maui.CalendarStore</title><link>https://mauiverse.net/community-feed/2023/10/working-with-calendar-data-in-net-maui-with-plugin-maui-calendarstore/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/10/working-with-calendar-data-in-net-maui-with-plugin-maui-calendarstore/</guid><description>Working with Calendar Data in .NET MAUI with Plugin.Maui.CalendarStore explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 02 Oct 2023 00:00:00 GMT</pubDate></item><item><title>Building a .NET MAUI iOS pipeline in GitHub Actions</title><link>https://mauiverse.net/community-feed/2023/10/thewissen-building-a-dotnet-maui-ios-pipeline-in-github-actions/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/10/thewissen-building-a-dotnet-maui-ios-pipeline-in-github-actions/</guid><description>Steven Thewissen covers the iOS-focused portion of a .NET MAUI CI/CD pipeline in GitHub Actions, including certificates, provisioning profiles, archiving, and uploading builds to TestFlight.</description><pubDate>Sun, 01 Oct 2023 00:00:00 GMT</pubDate></item><item><title>NuGet Central Package Management Is AWSOME! .NET Global Packages &amp; Versions Simplified</title><link>https://mauiverse.net/community-feed/2023/09/nugetcentralpackagemanagementisawsomenetglobalpackagesversionssimplified/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/09/nugetcentralpackagemanagementisawsomenetglobalpackagesversionssimplified/</guid><description>James Montemagno walks through NuGet Central Package Management Is AWSOME! .NET Global Packages &amp; Versions Simplified, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 28 Sep 2023 00:00:00 GMT</pubDate></item><item><title>eBooks on Blazor &amp; .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/09/new-free-ebooks-modernize-your-apps-blazor-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/09/new-free-ebooks-modernize-your-apps-blazor-dotnet-maui/</guid><description>Telerik explores eBooks on Blazor &amp; .NET MAUI, focusing on planning a Blazor Application eBook by Ed Charbenau and migration to .NET MAUI eBook by Rossitza Fakalieva. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 27 Sep 2023 00:00:00 GMT</pubDate></item><item><title>Easily Record Audio with .NET MAUI and Plugin.Maui.Audio</title><link>https://mauiverse.net/community-feed/2023/09/easily-record-audio-with-net-maui-and-plugin-maui-audio/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/09/easily-record-audio-with-net-maui-and-plugin-maui-audio/</guid><description>Easily Record Audio with .NET MAUI and Plugin.Maui.Audio explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 26 Sep 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #118</title><link>https://mauiverse.net/community-feed/2023/09/sands-of-maui-issue-118/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/09/sands-of-maui-issue-118/</guid><description>Sam Basu&apos;s Sands of MAUI #118 curates .NET MAUI for .NET 8, Telerik UI, Gaming with .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 25 Sep 2023 00:00:00 GMT</pubDate></item><item><title>Grid with .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/09/elevate-dotnet-maui-apps-powerful-grid/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/09/elevate-dotnet-maui-apps-powerful-grid/</guid><description>Telerik explores Grid with .NET MAUI, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 20 Sep 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI in .NET 8 - Everything you need to know!</title><link>https://mauiverse.net/community-feed/2023/09/netmauiinnet8everythingyouneedtoknow/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/09/netmauiinnet8everythingyouneedtoknow/</guid><description>James Montemagno walks through .NET MAUI in .NET 8 - Everything you need to know, focusing on practical implementation steps you can apply immediately. It highlights what changed, why it matters for real apps, and what to adopt first for the biggest impact.</description><pubDate>Tue, 19 Sep 2023 00:00:00 GMT</pubDate></item><item><title>Play music in .NET MAUI with MediaElement</title><link>https://mauiverse.net/community-feed/2023/09/10-play-music-with-mediaelement/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/09/10-play-music-with-mediaelement/</guid><description>Play music in .NET MAUI with MediaElement with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Mon, 18 Sep 2023 00:00:00 GMT</pubDate></item><item><title>Telerik for .NET MAUI: PDF Viewer, TabView, Calendar and Image Editor</title><link>https://mauiverse.net/community-feed/2023/09/telerik-for-net-maui-pdf-viewer-tabview-calendar-and-image-editor/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/09/telerik-for-net-maui-pdf-viewer-tabview-calendar-and-image-editor/</guid><description>Telerik for .NET MAUI: PDF Viewer, TabView, Calendar and Image Editor explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 18 Sep 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI for .NET 8</title><link>https://mauiverse.net/community-feed/2023/09/announcing-dotnet-maui-in-dotnet-8-rc-1/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/09/announcing-dotnet-maui-in-dotnet-8-rc-1/</guid><description>David Ortinau explores .NET MAUI for .NET 8, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 12 Sep 2023 00:00:00 GMT</pubDate></item><item><title>Discovering Multi Triggers - .NET MAUI 101</title><link>https://mauiverse.net/community-feed/2023/09/discovering-multi-triggers-net-maui-101/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/09/discovering-multi-triggers-net-maui-101/</guid><description>Discovering Multi Triggers - .NET MAUI 101 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 11 Sep 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #117</title><link>https://mauiverse.net/community-feed/2023/09/sands-of-maui-issue-117/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/09/sands-of-maui-issue-117/</guid><description>Sam Basu&apos;s Sands of MAUI #117 curates .NET MAUI Community Standup, .NET MAUI Community Toolkit Update, Uno Platform Release, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 11 Sep 2023 00:00:00 GMT</pubDate></item><item><title>Building Cross-Platform Apps with .NET MAUI: A Developer&apos;s Dream Come True</title><link>https://mauiverse.net/community-feed/2023/09/building-cross-platform-apps-with-net-maui-developers-dream-come-true/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/09/building-cross-platform-apps-with-net-maui-developers-dream-come-true/</guid><description>Matt Goldman joins The Modern .NET Show to discuss his book &apos;.NET MAUI in Action&apos;, explaining how the framework lowers the barrier of entry for pure .NET developers building mobile and desktop apps. The conversation covers XAML layouts, MVVM, Blazor Hybrid, multi-platform deployment, and why .NET MAUI represents a genuine step forward for developers who previously found Xamarin daunting.</description><pubDate>Fri, 08 Sep 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, September 2023</title><link>https://mauiverse.net/community-feed/2023/09/net-maui-community-toolkit-monthly-standup-september-2023/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/09/net-maui-community-toolkit-monthly-standup-september-2023/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Fri, 08 Sep 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #116</title><link>https://mauiverse.net/community-feed/2023/09/sands-of-maui-issue-116/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/09/sands-of-maui-issue-116/</guid><description>Sam Basu&apos;s Sands of MAUI #116 curates State of .NET MAUI, Visual Studio for Mac, PDFViewer for .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Tue, 05 Sep 2023 00:00:00 GMT</pubDate></item><item><title>Master Calendars and Events Effortlessly with CalendarStore in .NET MAUI!</title><link>https://mauiverse.net/community-feed/2023/09/master-calendars-and-events-effortlessly-with-calendarstore-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/09/master-calendars-and-events-effortlessly-with-calendarstore-in-net-maui/</guid><description>Master Calendars and Events Effortlessly with CalendarStore in .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 04 Sep 2023 00:00:00 GMT</pubDate></item><item><title>Beautiful UI with .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/09/beautiful-ui-with-dotnet-maui-with-leomaris-reyes/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/09/beautiful-ui-with-dotnet-maui-with-leomaris-reyes/</guid><description>Leomaris Reyes explores Beautiful UI with .NET MAUI in this ~45-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Sun, 03 Sep 2023 00:00:00 GMT</pubDate></item><item><title>Gaming with .NET MAUI with Shaun Lawrence</title><link>https://mauiverse.net/community-feed/2023/09/gaming-with-dotnet-maui-with-shaun-lawrence/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/09/gaming-with-dotnet-maui-with-shaun-lawrence/</guid><description>Shaun Lawrence shows how .NET MAUI can be used to build game experiences and discusses practical lessons from his sliding puzzle game series. The video highlights architecture and implementation techniques that help you ship gameplay features while staying productive across platforms.</description><pubDate>Sat, 02 Sep 2023 00:00:00 GMT</pubDate></item><item><title>Building a .NET MAUI CD pipeline in GitHub Actions</title><link>https://mauiverse.net/community-feed/2023/09/thewissen-building-a-dotnet-maui-cd-pipeline-in-github-actions/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/09/thewissen-building-a-dotnet-maui-cd-pipeline-in-github-actions/</guid><description>Steven Thewissen starts a CI/CD series showing how to build a GitHub Actions pipeline for .NET MAUI, using a parent workflow plus nested iOS/Android workflows to share inputs and secrets cleanly.</description><pubDate>Fri, 01 Sep 2023 00:00:00 GMT</pubDate></item><item><title>Visual Studio for Mac will be retired - Get started with VSCode for .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/08/visual-studio-for-mac-retired-vscode-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/visual-studio-for-mac-retired-vscode-dotnet-maui/</guid><description>Daniel Hindrikes covers the Visual Studio for Mac retirement and shares a practical VS Code setup path for .NET MAUI development.</description><pubDate>Thu, 31 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Open Source &amp; .NET MAUI with Dan Siegel</title><link>https://mauiverse.net/community-feed/2023/08/open-source-and-dotnet-maui-with-dan-siegel/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/open-source-and-dotnet-maui-with-dan-siegel/</guid><description>A conversation with Dan Siegel about open source and .NET MAUI, including community, maintainership, and building in the ecosystem.</description><pubDate>Wed, 30 Aug 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Update</title><link>https://mauiverse.net/community-feed/2023/08/update-on-dotnet-maui-community-toolkit-with-gerald-versluis/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/update-on-dotnet-maui-community-toolkit-with-gerald-versluis/</guid><description>Gerald Versluis explores .NET MAUI Community Toolkit Update in this ~30-minute session, focusing on release scope and developer workflow. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Tue, 29 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Loosely Coupled, Reusable Events with Event Triggers - .NET MAUI 101</title><link>https://mauiverse.net/community-feed/2023/08/loosely-coupled-reusable-events-with-event-triggers-net-maui-101/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/loosely-coupled-reusable-events-with-event-triggers-net-maui-101/</guid><description>Loosely Coupled, Reusable Events with Event Triggers - .NET MAUI 101 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 28 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #115</title><link>https://mauiverse.net/community-feed/2023/08/sands-of-maui-issue-115/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/sands-of-maui-issue-115/</guid><description>Sam Basu&apos;s Sands of MAUI #115 curates Migration Guide to .NET MAUI, VS Code Extension for .NET MAUI, Chat UI for .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 28 Aug 2023 00:00:00 GMT</pubDate></item><item><title>State of .NET MAUI with Maddy Montaquila</title><link>https://mauiverse.net/community-feed/2023/08/state-of-dotnet-maui-maddy-montaquila/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/state-of-dotnet-maui-maddy-montaquila/</guid><description>Maddy Montaquila shares a “state of .NET MAUI” update, covering where MAUI is heading and what to watch for as you build cross-platform apps.</description><pubDate>Mon, 28 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Migration on .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/08/migration-on-dotnet-maui-from-xamarin-forms/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/migration-on-dotnet-maui-from-xamarin-forms/</guid><description>Pavel Chuvak shares a hands-on migration checklist for moving Xamarin.Forms apps to .NET MAUI across iOS and Android. The guide covers project file changes, namespace updates, package strategy, and common pitfalls you should expect while modernizing.</description><pubDate>Fri, 25 Aug 2023 00:00:00 GMT</pubDate></item><item><title>VS Code Extension for .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/08/beyond-basics-getting-started-dotnet-maui-extension-visual-studio-code/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/beyond-basics-getting-started-dotnet-maui-extension-visual-studio-code/</guid><description>Leomaris Reyes explores VS Code Extension for .NET MAUI, focusing on 🔧 Prerequisite: Install the Latest Visual Studio Code Version and about .NET MAUI Extension. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 24 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Migrate to .NET MAUI from Xamarin.Forms Faster Than Ever - .NET Upgrade Assistant for Visual Studio</title><link>https://mauiverse.net/community-feed/2023/08/migratetonetmauifromxamarinformsfasterthanevernetupgradeassistantforvisualstudio/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/migratetonetmauifromxamarinformsfasterthanevernetupgradeassistantforvisualstudio/</guid><description>James Montemagno walks through Migrate to .NET MAUI from Xamarin.Forms Faster Than Ever - .NET Upgrade Assistant for Visual Studio, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 24 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Build Your First Plugin for .NET MAUI with this FREE Template!</title><link>https://mauiverse.net/community-feed/2023/08/build-your-first-plugin-for-net-maui-with-this-free-template/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/build-your-first-plugin-for-net-maui-with-this-free-template/</guid><description>Build Your First Plugin for .NET MAUI with this FREE Template explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 21 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #114</title><link>https://mauiverse.net/community-feed/2023/08/sands-of-maui-issue-114/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/sands-of-maui-issue-114/</guid><description>Sam Basu&apos;s Sands of MAUI #114 curates CoPilot for .NET MAUI, Calendar UI for .NET MAUI, .NET MAUI for .NET 8, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 21 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Three ways to implement an accordion control</title><link>https://mauiverse.net/community-feed/2023/08/three-ways-to-implement-an-accordion-control/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/three-ways-to-implement-an-accordion-control/</guid><description>Three ways to implement an accordion control with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Mon, 21 Aug 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI for .NET 8</title><link>https://mauiverse.net/community-feed/2023/08/get-started-with-dotnet-8-maui-preview-and-visual-studio-on-mac/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/get-started-with-dotnet-8-maui-preview-and-visual-studio-on-mac/</guid><description>Daniel Hindrikes explores .NET MAUI for .NET 8 in this ~5-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 18 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Amazing Free DataGrid, Tab Control, Calendar and More for .NET MAUI!</title><link>https://mauiverse.net/community-feed/2023/08/amazing-free-datagrid-tab-control-calendar-and-more-for-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/amazing-free-datagrid-tab-control-calendar-and-more-for-net-maui/</guid><description>Amazing Free DataGrid, Tab Control, Calendar and More for .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 14 Aug 2023 00:00:00 GMT</pubDate></item><item><title>DockLayout for .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/08/exploring-docklayout-from-dotnet-maui-community-toolkit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/exploring-docklayout-from-dotnet-maui-community-toolkit/</guid><description>Leomaris Reyes explores DockLayout for .NET MAUI, focusing on toolkit setup and core API. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Mon, 14 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #113</title><link>https://mauiverse.net/community-feed/2023/08/sands-of-maui-issue-113/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/sands-of-maui-issue-113/</guid><description>Sam Basu&apos;s Sands of MAUI #113 curates .NET MAUI for .NET 8, .NET MAUI Community Standup, .NET MAUI Community Toolkit, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 14 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Create a .NET MAUI Menu Bar on Windows and Mac with Ease</title><link>https://mauiverse.net/community-feed/2023/08/createanetmauimenubaronwindowsandmacwithease/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/createanetmauimenubaronwindowsandmacwithease/</guid><description>James Montemagno walks through Create a .NET MAUI Menu Bar on Windows and Mac with Ease, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 10 Aug 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI zip and unzip files with AES security and Password</title><link>https://mauiverse.net/community-feed/2023/08/netmauizipandunzipfileswithaessecurityandpassword/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/netmauizipandunzipfileswithaessecurityandpassword/</guid><description>.NET MAUI zip and unzip files with AES security and Password walks through a practical way to implement password-protected zip workflows in a MAUI app in .NET MAUI. You will learn why protecting exported files while keeping compression simple matters and how to wire the feature from setup to a working result.</description><pubDate>Thu, 10 Aug 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI for .NET 8</title><link>https://mauiverse.net/community-feed/2023/08/announcing-dotnet-maui-in-dotnet-8-preview-7/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/announcing-dotnet-maui-in-dotnet-8-preview-7/</guid><description>David Ortinau explores .NET MAUI for .NET 8, focusing on desktop Keyboard Accelerators and what’s fixed and improved in .NET MAUI. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 08 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Efficient Data Binding with MVVM in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/08/efficient-data-binding-with-mvvm-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/efficient-data-binding-with-mvvm-in-dotnet-maui/</guid><description>Luis Beltran covers efficient data synchronization between UI and data models in .NET MAUI as part of Microsoft Reactor&apos;s .NET MAUI Summer Coding Adventure series. This ~1 hour session focuses on practical MVVM techniques for a responsive, data-driven app.</description><pubDate>Tue, 08 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #112</title><link>https://mauiverse.net/community-feed/2023/08/sands-of-maui-issue-112/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/sands-of-maui-issue-112/</guid><description>Sam Basu&apos;s Sands of MAUI #112 curates .NET Conf, Sales Dashboard with .NET MAUI, XAML Compilation in .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 07 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Visualize Your Data with Charts in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/08/visualize-your-data-with-charts-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/visualize-your-data-with-charts-in-net-maui/</guid><description>Visualize Your Data with Charts in .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 07 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Copilot for .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/08/building-dotnet-maui-apps-faster-with-github-copilot-in-visual-studio-2022/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/building-dotnet-maui-apps-faster-with-github-copilot-in-visual-studio-2022/</guid><description>James Montemagno explores Copilot for .NET MAUI in this ~10-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 04 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Building Hybrid Apps with .NET MAUI for iOS, Android, Mac, &amp; Windows | React, Vue.js, Angular &amp; More</title><link>https://mauiverse.net/community-feed/2023/08/buildinghybridappswithnetmauiforiosandroidmacwindowsreactvuejsangularmore/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/buildinghybridappswithnetmauiforiosandroidmacwindowsreactvuejsangularmore/</guid><description>James Montemagno walks through Building Hybrid Apps with .NET MAUI for iOS, Android, Mac, &amp; Windows | React, Vue.js, Angular &amp; More, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 03 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Form Validation and More with Data Triggers - .NET MAUI 101</title><link>https://mauiverse.net/community-feed/2023/08/form-validation-and-more-with-data-triggers-net-maui-101/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/form-validation-and-more-with-data-triggers-net-maui-101/</guid><description>Form Validation and More with Data Triggers - .NET MAUI 101 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 01 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Testing Sign-in with Apple in your local development environment</title><link>https://mauiverse.net/community-feed/2023/08/local-apple-signin/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/local-apple-signin/</guid><description>How to test Sign-in with Apple in your local development environment by working around Apple&apos;s localhost restrictions with DNS and host file configurations.</description><pubDate>Tue, 01 Aug 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI OpenCV Face Detection</title><link>https://mauiverse.net/community-feed/2023/08/netmauiopencvfacedetection/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/08/netmauiopencvfacedetection/</guid><description>.NET MAUI OpenCV Face Detection walks through a practical way to implement a working face-detection flow with OpenCV in .NET MAUI. You will learn why bringing computer vision into a MAUI app quickly matters and how to wire the feature from setup to a working result.</description><pubDate>Tue, 01 Aug 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI UI/UX Challenge - Planetanaka - Part 1</title><link>https://mauiverse.net/community-feed/2023/07/net-maui-challenge-planetanaka-part-1/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/net-maui-challenge-planetanaka-part-1/</guid><description>Daniel Monettelli showcases animation techniques in a .NET MAUI UI/UX challenge project focused on planetary exploration screens.</description><pubDate>Mon, 31 Jul 2023 00:00:00 GMT</pubDate></item><item><title>Why Does Writing XAML Have to Be So Slow?</title><link>https://mauiverse.net/community-feed/2023/07/why-does-writing-xaml-have-to-be-so-slow/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/why-does-writing-xaml-have-to-be-so-slow/</guid><description>Matt Lacey examines XAML authoring pain points and introduces tooling ideas that improve UI development speed.</description><pubDate>Sat, 29 Jul 2023 00:00:00 GMT</pubDate></item><item><title>XAML Compilation in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/07/beyond-basics-xaml-compilation-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/beyond-basics-xaml-compilation-dotnet-maui/</guid><description>Leomaris Reyes explores XAML Compilation in .NET MAUI, focusing on learning About XAMLC and exploring the XamlCompilationAttribute Class. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 27 Jul 2023 00:00:00 GMT</pubDate></item><item><title>Enable Hot Reload for .NET MAUI C# UI and Markup | Super Productivity Boost</title><link>https://mauiverse.net/community-feed/2023/07/enablehotreloadfornetmauicuiandmarkupsuperproductivityboost/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/enablehotreloadfornetmauicuiandmarkupsuperproductivityboost/</guid><description>James Montemagno walks through Enable Hot Reload for .NET MAUI C# UI and Markup | Super Productivity Boost, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 27 Jul 2023 00:00:00 GMT</pubDate></item><item><title>Responsive Layouts in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/07/responsive-layouts-for-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/responsive-layouts-for-dotnet-maui/</guid><description>Flavio Gonclaves discusses strategies for building responsive .NET MAUI layouts across different screen sizes.</description><pubDate>Thu, 27 Jul 2023 00:00:00 GMT</pubDate></item><item><title>Change Control Appearance Using No Code with Property Triggers - .NET MAUI 101</title><link>https://mauiverse.net/community-feed/2023/07/change-control-appearance-using-no-code-with-property-triggers-net-maui-101/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/change-control-appearance-using-no-code-with-property-triggers-net-maui-101/</guid><description>Change Control Appearance Using No Code with Property Triggers - .NET MAUI 101 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 24 Jul 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI UI Challenge #7 - Coffe Shop App</title><link>https://mauiverse.net/community-feed/2023/07/net-maui-ui-challenge-7-coffe-shop-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/net-maui-ui-challenge-7-coffe-shop-app/</guid><description>Watch a UI challenge build that recreates a coffee shop app experience with .NET MAUI.</description><pubDate>Mon, 24 Jul 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #111</title><link>https://mauiverse.net/community-feed/2023/07/sands-of-maui-issue-111/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/sands-of-maui-issue-111/</guid><description>Sam Basu&apos;s Sands of MAUI #111 curates Animations in .NET MAUI, Going Native with Blazor, Modernization with Blazor Hybrid, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 24 Jul 2023 00:00:00 GMT</pubDate></item><item><title>Drawing X-mas controls in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/07/drawing-x-mas-controls-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/drawing-x-mas-controls-in-net-maui/</guid><description>Build festive custom controls in .NET MAUI using Shapes, brushes, and drag-and-drop interactions.</description><pubDate>Sun, 23 Jul 2023 00:00:00 GMT</pubDate></item><item><title>Building a sliding puzzle game in .NET MAUI - Introduction</title><link>https://mauiverse.net/community-feed/2023/07/building-a-sliding-puzzle-game-in-dotnet-maui-introduction/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/building-a-sliding-puzzle-game-in-dotnet-maui-introduction/</guid><description>An introductory post for a .NET MAUI sliding puzzle series, covering project setup and architecture for puzzle mechanics.</description><pubDate>Thu, 20 Jul 2023 00:00:00 GMT</pubDate></item><item><title>Animations in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/07/exploring-basic-animations-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/exploring-basic-animations-dotnet-maui/</guid><description>Leomaris Reyes explores Animations in .NET MAUI, covering “Using Animation Extension Methods” and “FadeTo”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 20 Jul 2023 00:00:00 GMT</pubDate></item><item><title>Going Native with Blazor</title><link>https://mauiverse.net/community-feed/2023/07/going-native-with-blazor/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/going-native-with-blazor/</guid><description>Sam Basu shows how Blazor Hybrid in .NET MAUI blends web UI productivity with native platform capabilities.</description><pubDate>Wed, 19 Jul 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI: Let&apos;s Play with CollectionView Layouts</title><link>https://mauiverse.net/community-feed/2023/07/lets-play-with-collectionview-layouts-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/lets-play-with-collectionview-layouts-in-net-maui/</guid><description>Almir Vuk explores CollectionView layout options in .NET MAUI and how they impact data presentation.</description><pubDate>Wed, 19 Jul 2023 00:00:00 GMT</pubDate></item><item><title>Replicating Uber Delivery UI in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/07/replicating-uber-delivery-ui-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/replicating-uber-delivery-ui-in-dotnet-maui/</guid><description>Leomaris Reyes provides a step-by-step walkthrough for building an Uber Delivery-inspired screen in .NET MAUI.</description><pubDate>Mon, 17 Jul 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #110</title><link>https://mauiverse.net/community-feed/2023/07/sands-of-maui-issue-110/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/sands-of-maui-issue-110/</guid><description>Sam Basu&apos;s Sands of MAUI #110 curates .NET MAUI Update, .NET MAUI on VS Code, Hands-On with VS Code Extension, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 17 Jul 2023 00:00:00 GMT</pubDate></item><item><title>Unleash Your Creativity: Build .NET MAUI Apps on Linux with VS Code!</title><link>https://mauiverse.net/community-feed/2023/07/unleash-your-creativity-build-net-maui-apps-on-linux-with-vs-code/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/unleash-your-creativity-build-net-maui-apps-on-linux-with-vs-code/</guid><description>Unleash Your Creativity: Build .NET MAUI Apps on Linux with VS Code explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 17 Jul 2023 00:00:00 GMT</pubDate></item><item><title>[MAUIUIJULY] MAUI Form-factor customizations</title><link>https://mauiverse.net/community-feed/2023/07/maui-form-factor-customizations/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/maui-form-factor-customizations/</guid><description>A MAUI UI July video exploring form-factor customization strategies for .NET MAUI apps.</description><pubDate>Sun, 16 Jul 2023 00:00:00 GMT</pubDate></item><item><title>Uninstall Visual Studio Mac</title><link>https://mauiverse.net/community-feed/2023/07/uninstallvisualstudiomaccorrectway/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/uninstallvisualstudiomaccorrectway/</guid><description>Uninstall Visual Studio Mac walks through a practical way to implement a working baseline you can adapt in your app in .NET MAUI. You will learn why implementing a practical .NET MAUI feature quickly matters and how to wire the feature from setup to a working result.</description><pubDate>Fri, 14 Jul 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Update</title><link>https://mauiverse.net/community-feed/2023/07/announcing-dotnet-maui-in-dotnet-8-preview-6/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/announcing-dotnet-maui-in-dotnet-8-preview-6/</guid><description>David Ortinau explores .NET MAUI Update, focusing on what’s fixed and improved in .NET MAUI and introducing VS Code (Preview). Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 11 Jul 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI on VS Code</title><link>https://mauiverse.net/community-feed/2023/07/announcing-the-dotnet-maui-extension-for-visual-studio-code/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/announcing-the-dotnet-maui-extension-for-visual-studio-code/</guid><description>Maddy Montaquila explores .NET MAUI on VS Code, focusing on what is the .NET MAUI Extension? and code editing powered by Roslyn. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 11 Jul 2023 00:00:00 GMT</pubDate></item><item><title>Official VS Code Support for .NET MAUI on Windows, macOS, and Linux!</title><link>https://mauiverse.net/community-feed/2023/07/official-vs-code-support-for-net-maui-on-windows-macos-and-linux/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/official-vs-code-support-for-net-maui-on-windows-macos-and-linux/</guid><description>Official VS Code Support for .NET MAUI on Windows, macOS, and Linux explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 11 Jul 2023 00:00:00 GMT</pubDate></item><item><title>MAUI UI July 2023 - Replicating Wolt App</title><link>https://mauiverse.net/community-feed/2023/07/maui-ui-july-2023-replicating-wolt-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/maui-ui-july-2023-replicating-wolt-app/</guid><description>Andreas Nesheim recreates key parts of the Wolt experience in .NET MAUI as part of MAUI UI July 2023.</description><pubDate>Mon, 10 Jul 2023 00:00:00 GMT</pubDate></item><item><title>Create a Credit Card view in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/07/create-a-credit-card-view-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/create-a-credit-card-view-in-net-maui/</guid><description>Create a custom .NET MAUI credit card view using Font Awesome icons, bindable properties, and simple styling techniques.</description><pubDate>Sat, 08 Jul 2023 00:00:00 GMT</pubDate></item><item><title>Enhancing .NET MAUI Desktop Apps with Context Menus</title><link>https://mauiverse.net/community-feed/2023/07/enhancingnetmauidesktopappswithcontextmenus/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/enhancingnetmauidesktopappswithcontextmenus/</guid><description>James Montemagno walks through Enhancing .NET MAUI Desktop Apps with Context Menus, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Fri, 07 Jul 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, July 2023</title><link>https://mauiverse.net/community-feed/2023/07/net-maui-community-toolkit-monthly-standup-july-2023/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/net-maui-community-toolkit-monthly-standup-july-2023/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Fri, 07 Jul 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Budget Management App Final Year Project</title><link>https://mauiverse.net/community-feed/2023/07/netmauibudgetmanagementappfinalyearproject/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/netmauibudgetmanagementappfinalyearproject/</guid><description>.NET MAUI Budget Management App Final Year Project walks through a practical way to implement a working baseline you can adapt in your app in .NET MAUI. You will learn why implementing a practical .NET MAUI feature quickly matters and how to wire the feature from setup to a working result.</description><pubDate>Tue, 04 Jul 2023 00:00:00 GMT</pubDate></item><item><title>Differences in UI Based on Device Type with OnIdiom - .NET MAUI 101</title><link>https://mauiverse.net/community-feed/2023/07/differences-in-ui-based-on-device-type-with-onidiom-net-maui-101/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/differences-in-ui-based-on-device-type-with-onidiom-net-maui-101/</guid><description>Differences in UI Based on Device Type with OnIdiom - .NET MAUI 101 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 03 Jul 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI SMS OTP Generation using Twilio</title><link>https://mauiverse.net/community-feed/2023/07/netmauismsotpgenerationusingtwilio/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/netmauismsotpgenerationusingtwilio/</guid><description>.NET MAUI SMS OTP Generation using Twilio walks through a practical way to implement an OTP workflow backed by Twilio SMS in .NET MAUI. You will learn why adding secure sign-in verification for real users matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 03 Jul 2023 00:00:00 GMT</pubDate></item><item><title>Where to put your .NET MAUI Handler Mappings</title><link>https://mauiverse.net/community-feed/2023/07/handler-mappings/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/07/handler-mappings/</guid><description>Comprehensive guide to organizing and implementing .NET MAUI handler mappings effectively, with best practices for customizing native platform controls.</description><pubDate>Sat, 01 Jul 2023 00:00:00 GMT</pubDate></item><item><title>Mastering .NET MAUI SwipeView for Enhanced App Experience</title><link>https://mauiverse.net/community-feed/2023/06/masteringnetmauiswipeviewforenhancedappexperience/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/masteringnetmauiswipeviewforenhancedappexperience/</guid><description>James Montemagno walks through Mastering .NET MAUI SwipeView for Enhanced App Experience, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 29 Jun 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Google Maps with Custom Pins</title><link>https://mauiverse.net/community-feed/2023/06/netmauigooglemapswithcustompins/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/netmauigooglemapswithcustompins/</guid><description>.NET MAUI Google Maps with Custom Pins walks through a practical way to implement custom-pin map experiences in MAUI in .NET MAUI. You will learn why making map screens easier to scan and interact with matters and how to wire the feature from setup to a working result.</description><pubDate>Wed, 28 Jun 2023 00:00:00 GMT</pubDate></item><item><title>Differences in UI Based on Platform with OnPlatform - .NET MAUI 101</title><link>https://mauiverse.net/community-feed/2023/06/differences-in-ui-based-on-platform-with-onplatform-net-maui-101/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/differences-in-ui-based-on-platform-with-onplatform-net-maui-101/</guid><description>Differences in UI Based on Platform with OnPlatform - .NET MAUI 101 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 27 Jun 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #109</title><link>https://mauiverse.net/community-feed/2023/06/sands-of-maui-issue-109/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/sands-of-maui-issue-109/</guid><description>Sam Basu&apos;s Sands of MAUI #109 curates Saving Files with Toolkit, UI for Better Apps, Authentication with Okta, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 26 Jun 2023 00:00:00 GMT</pubDate></item><item><title>Episode 119: Build and MAUI and Recaps</title><link>https://mauiverse.net/community-feed/2023/06/episode-119-build-and-maui-and-recaps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/episode-119-build-and-maui-and-recaps/</guid><description>Show Notes Microsoft Build just happened - tune in to hear David&apos;s, James&apos;, and Matt&apos;s thoughts!</description><pubDate>Fri, 23 Jun 2023 00:00:00 GMT</pubDate></item><item><title>UI for Better Apps</title><link>https://mauiverse.net/community-feed/2023/06/dotnet-maui-and-telerik-components-part-5-5-controls-that-makes-your-apps-better/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/dotnet-maui-and-telerik-components-part-5-5-controls-that-makes-your-apps-better/</guid><description>Daniel Hindrikes explores UI for Better Apps in this ~20-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 23 Jun 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI + GitHub Actions + Commas in Certificate Names</title><link>https://mauiverse.net/community-feed/2023/06/dotnet-maui-github-actions-commas-in-certificate-names/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/dotnet-maui-github-actions-commas-in-certificate-names/</guid><description>Mitchel Sellers documents a tricky GitHub Actions issue where commas in Apple certificate names break the dotnet publish command. The fix involves transferring the secret to an environment variable and using proper BASH escaping in the CodesignKey parameter.</description><pubDate>Wed, 21 Jun 2023 00:00:00 GMT</pubDate></item><item><title>Maps Control for Windows with .NET MAUI and Bing Maps</title><link>https://mauiverse.net/community-feed/2023/06/maps-control-for-windows-with-net-maui-and-bing-maps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/maps-control-for-windows-with-net-maui-and-bing-maps/</guid><description>Maps Control for Windows with .NET MAUI and Bing Maps explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Wed, 21 Jun 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #108</title><link>https://mauiverse.net/community-feed/2023/06/sands-of-maui-issue-108/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/sands-of-maui-issue-108/</guid><description>Sam Basu&apos;s Sands of MAUI #108 curates .NET MAUI Release, WPF to Blazor Hybrid, Remove Borders, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Tue, 20 Jun 2023 00:00:00 GMT</pubDate></item><item><title>Saving Files with Toolkit</title><link>https://mauiverse.net/community-feed/2023/06/saving-files-with-dotnet-maui-community-toolkit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/saving-files-with-dotnet-maui-community-toolkit/</guid><description>Leomaris Reyes explores Saving Files with Toolkit, focusing on toolkit setup and core API. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Mon, 19 Jun 2023 00:00:00 GMT</pubDate></item><item><title>Upgrading Xamarin Forms to .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/06/upgrading-xamarin-forms-to-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/upgrading-xamarin-forms-to-dotnet-maui/</guid><description>Mitchel Sellers shares a practical walkthrough of migrating Xamarin.Forms projects to .NET MAUI, averaging 4-8 hours per project. The post covers using the Upgrade Assistant, manual migration steps, switching to single-project structure, and common gotchas.</description><pubDate>Mon, 19 Jun 2023 00:00:00 GMT</pubDate></item><item><title>Remove Borders</title><link>https://mauiverse.net/community-feed/2023/06/remove-entry-and-picker-borders-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/remove-entry-and-picker-borders-in-dotnet-maui/</guid><description>Victor Hugo Garcia explores Remove Borders, covering “Create a static class FormHandler” and “Conclusion”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 14 Jun 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Release</title><link>https://mauiverse.net/community-feed/2023/06/announcing-dotnet-maui-in-dotnet-8-preview-5/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/announcing-dotnet-maui-in-dotnet-8-preview-5/</guid><description>David Ortinau explores .NET MAUI Release, focusing on what’s fixed and improved in .NET MAUI and how to update. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 13 Jun 2023 00:00:00 GMT</pubDate></item><item><title>No Peeking! Obscure Sensitive Screens in Your App with .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/06/no-peeking-obscure-sensitive-screens-in-your-app-with-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/no-peeking-obscure-sensitive-screens-in-your-app-with-net-maui/</guid><description>No Peeking! Obscure Sensitive Screens in Your App with .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 12 Jun 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #107</title><link>https://mauiverse.net/community-feed/2023/06/sands-of-maui-issue-107/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/sands-of-maui-issue-107/</guid><description>Sam Basu&apos;s Sands of MAUI #107 curates Telerik Release, WPF to .NET MAUI, Documents with .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 12 Jun 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Google Wallet Passes and Server Integration</title><link>https://mauiverse.net/community-feed/2023/06/netmauigooglewalletpassesandserverintegration/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/netmauigooglewalletpassesandserverintegration/</guid><description>.NET MAUI Google Wallet Passes and Server Integration walks through a practical way to implement Google Wallet pass creation with backend integration in .NET MAUI. You will learn why shipping digital pass experiences beyond static QR screens matters and how to wire the feature from setup to a working result.</description><pubDate>Sun, 11 Jun 2023 00:00:00 GMT</pubDate></item><item><title>Are you using Dependency Injection in your .NET MAUI app yet?</title><link>https://mauiverse.net/community-feed/2023/06/are-you-using-dependency-injection-in-your-net-maui-app-yet/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/are-you-using-dependency-injection-in-your-net-maui-app-yet/</guid><description>Are you using Dependency Injection in your .NET MAUI app yet? with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Fri, 09 Jun 2023 00:00:00 GMT</pubDate></item><item><title>Target multiple environments in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/06/multi-environments-project-configuration/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/multi-environments-project-configuration/</guid><description>Target multiple environments in .NET MAUI with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Thu, 08 Jun 2023 00:00:00 GMT</pubDate></item><item><title>Documents with .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/06/building-an-app-with-dotnet-maui-and-telerik-components-part-4-exporting-to-excel-and-pdf/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/building-an-app-with-dotnet-maui-and-telerik-components-part-4-exporting-to-excel-and-pdf/</guid><description>Daniel Hindrikes explores Documents with .NET MAUI in this ~25-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 07 Jun 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI UI July - 2023!</title><link>https://mauiverse.net/community-feed/2023/06/maui-ui-july-23/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/maui-ui-july-23/</guid><description>Announcing .NET MAUI UI July 2023, the second year of this popular community event featuring daily contributions showcasing creative .NET MAUI UI implementations.</description><pubDate>Wed, 07 Jun 2023 00:00:00 GMT</pubDate></item><item><title>VS Code Just Got Even Better with C# Dev Kit! ✨</title><link>https://mauiverse.net/community-feed/2023/06/vs-code-just-got-even-better-with-c-dev-kit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/vs-code-just-got-even-better-with-c-dev-kit/</guid><description>VS Code Just Got Even Better with C# Dev Kit! explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Wed, 07 Jun 2023 00:00:00 GMT</pubDate></item><item><title>ASP.NET Core Apple Passes Web API</title><link>https://mauiverse.net/community-feed/2023/06/aspnetcoreapplepasseswebapi/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/aspnetcoreapplepasseswebapi/</guid><description>ASP.NET Core Apple Passes Web API walks through a practical way to implement an ASP.NET Core API flow for pass generation in .NET MAUI. You will learn why serving Apple Wallet passes with secure backend logic matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 05 Jun 2023 00:00:00 GMT</pubDate></item><item><title>Deploying Your JS App Anywhere with .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/06/deploying-your-js-app-anywhere-with-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/deploying-your-js-app-anywhere-with-dotnet-maui/</guid><description>Alyssa Nicoll explores deploying JavaScript-powered experiences across platforms with MAUI.</description><pubDate>Mon, 05 Jun 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #106</title><link>https://mauiverse.net/community-feed/2023/06/sands-of-maui-issue-106/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/sands-of-maui-issue-106/</guid><description>Sam Basu&apos;s Sands of MAUI #106 curates .NET MAUI Community Standup, Polished UI with .NET MAUI, Speech Recognition with .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 05 Jun 2023 00:00:00 GMT</pubDate></item><item><title>Sort, Filter &amp; Show Data with this Free DataGrid Control for .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/06/sort-filter-show-data-with-this-free-datagrid-control-for-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/sort-filter-show-data-with-this-free-datagrid-control-for-net-maui/</guid><description>Sort, Filter &amp; Show Data with this Free DataGrid Control for .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 05 Jun 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, June 2023</title><link>https://mauiverse.net/community-feed/2023/06/net-maui-community-toolkit-monthly-standup-june-2023/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/06/net-maui-community-toolkit-monthly-standup-june-2023/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Fri, 02 Jun 2023 00:00:00 GMT</pubDate></item><item><title>Speech Recognition in .NET MAUI with CommunityToolkit</title><link>https://mauiverse.net/community-feed/2023/05/speech-recognition-dotnet-maui-communitytoolkit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/speech-recognition-dotnet-maui-communitytoolkit/</guid><description>Use CommunityToolkit.Maui SpeechToText to turn spoken words into text, including permission handling and practical tips for real apps.</description><pubDate>Wed, 31 May 2023 00:00:00 GMT</pubDate></item><item><title>Polished UI with .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/05/building-an-app-with-dotnet-maui-and-telerik-components-part-3-imageeditor-and-toolbar/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/building-an-app-with-dotnet-maui-and-telerik-components-part-3-imageeditor-and-toolbar/</guid><description>Daniel Hindrikes explores Polished UI with .NET MAUI in this ~20-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Tue, 30 May 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #105</title><link>https://mauiverse.net/community-feed/2023/05/sands-of-maui-issue-105/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/sands-of-maui-issue-105/</guid><description>Sam Basu&apos;s Sands of MAUI #105 curates State of .NET MAUI, Visual Studio Dev Tunnels, Safe Area Layouts, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Tue, 30 May 2023 00:00:00 GMT</pubDate></item><item><title>Using Your Existing Xamarin UITests with .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/05/using-your-existing-xamarin-uitests-with-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/using-your-existing-xamarin-uitests-with-net-maui/</guid><description>Using Your Existing Xamarin UITests with .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 30 May 2023 00:00:00 GMT</pubDate></item><item><title>JavaScript with .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/05/angular-and-reactjs-for-mobile-and-desktop-apps-od118/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/angular-and-reactjs-for-mobile-and-desktop-apps-od118/</guid><description>David Ortinau explores JavaScript with .NET MAUI in this ~15-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 24 May 2023 00:00:00 GMT</pubDate></item><item><title>Connect Any Client, Anywhere to localhost with Visual Studio Dev Tunnels!</title><link>https://mauiverse.net/community-feed/2023/05/connect-any-client-anywhere-to-localhost-with-visual-studio-dev-tunnels/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/connect-any-client-anywhere-to-localhost-with-visual-studio-dev-tunnels/</guid><description>Connect Any Client, Anywhere to localhost with Visual Studio Dev Tunnels explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Wed, 24 May 2023 00:00:00 GMT</pubDate></item><item><title>Safe Area Layouts</title><link>https://mauiverse.net/community-feed/2023/05/how-to-handle-safe-area-layout-dotnet-maui-ios/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/how-to-handle-safe-area-layout-dotnet-maui-ios/</guid><description>Leomaris Reyes explores Safe Area Layouts, covering “What is the Safe Area Layout Guide” and “How Can I Identify the Safe Area”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 24 May 2023 00:00:00 GMT</pubDate></item><item><title>Xamarin to .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/05/upgrading-from-xamarin-to-dotnet-maui-od119/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/upgrading-from-xamarin-to-dotnet-maui-od119/</guid><description>Maddy Montaquila explores Xamarin to .NET MAUI in this ~15-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 24 May 2023 00:00:00 GMT</pubDate></item><item><title>Customizing .NET MAUI Shell</title><link>https://mauiverse.net/community-feed/2023/05/customizing-dotnet-maui-shell/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/customizing-dotnet-maui-shell/</guid><description>Customize .NET MAUI Shell appearance by extending ShellRenderer and adjusting navigation components on Android and iOS/MacCatalyst.</description><pubDate>Tue, 23 May 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Apple Wallet Passes</title><link>https://mauiverse.net/community-feed/2023/05/netmauiapplewalletpasses/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/netmauiapplewalletpasses/</guid><description>.NET MAUI Apple Wallet Passes walks through a practical way to implement a MAUI integration path for Apple Wallet passes in .NET MAUI. You will learn why adding pass-based loyalty and ticket scenarios on iOS matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 22 May 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #104</title><link>https://mauiverse.net/community-feed/2023/05/sands-of-maui-issue-104/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/sands-of-maui-issue-104/</guid><description>Sam Basu&apos;s Sands of MAUI #104 curates .NET MAUI @ Build, .NET 8 Preview 4, .NET MAUI Entry UI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 22 May 2023 00:00:00 GMT</pubDate></item><item><title>Using FFImageLoading with .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/05/using-ffimageloading-with-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/using-ffimageloading-with-net-maui/</guid><description>Using FFImageLoading with .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 22 May 2023 00:00:00 GMT</pubDate></item><item><title>Building games in .NET MAUI - Shaun Lawrence - NDC London 2023</title><link>https://mauiverse.net/community-feed/2023/05/building-games-in-dotnet-maui-shaun-lawrence-ndc-london-2023/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/building-games-in-dotnet-maui-shaun-lawrence-ndc-london-2023/</guid><description>This NDC London talk introduces a practical path to building games in .NET MAUI using Orbit as a cross-platform engine option. Shaun Lawrence explains the core game-building workflow so MAUI developers can move from app UI patterns into interactive gameplay architecture.</description><pubDate>Sat, 20 May 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Media Player</title><link>https://mauiverse.net/community-feed/2023/05/netmauimediaplayer/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/netmauimediaplayer/</guid><description>.NET MAUI Media Player walks through a practical way to implement a straightforward media playback setup in .NET MAUI. You will learn why playing media reliably inside MAUI app screens matters and how to wire the feature from setup to a working result.</description><pubDate>Thu, 18 May 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Entry UI</title><link>https://mauiverse.net/community-feed/2023/05/6-handy-properties-dotnet-maui-entry-control/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/6-handy-properties-dotnet-maui-entry-control/</guid><description>Leomaris Reyes explores .NET MAUI Entry UI, covering “Clearing your Entry” and “Enabling Spell Checking”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 17 May 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit 5.1.0: Lazy View and Keyboard Extensions</title><link>https://mauiverse.net/community-feed/2023/05/net-maui-toolkit-510/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/net-maui-toolkit-510/</guid><description>Edin Kapić covers Community Toolkit 5.1.0 — LazyView delayed initialization, soft-keyboard show/hide extensions, and FileSaver fixes. A practical toolkit drop for deferring UI work and taming the keyboard.</description><pubDate>Wed, 17 May 2023 00:00:00 GMT</pubDate></item><item><title>Introducing Sentry: Easy &amp; Complete Crashlytics for .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/05/introducing-sentry-easy-complete-crashlytics-for-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/introducing-sentry-easy-complete-crashlytics-for-net-maui/</guid><description>Introducing Sentry: Easy &amp; Complete Crashlytics for .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 15 May 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI iOS App Linking</title><link>https://mauiverse.net/community-feed/2023/05/netmauiiosapplinking/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/netmauiiosapplinking/</guid><description>.NET MAUI iOS App Linking walks through a practical way to implement deep linking you can test across platforms in .NET MAUI. You will learn why routing users from links directly into the right screen matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 15 May 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #103</title><link>https://mauiverse.net/community-feed/2023/05/sands-of-maui-issue-103/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/sands-of-maui-issue-103/</guid><description>Sam Basu&apos;s Sands of MAUI #103 curates CarPlay with .NET MAUI, Dating Profile UI in .NET MAUI, YouTube Stats with .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 15 May 2023 00:00:00 GMT</pubDate></item><item><title>Dating Profile UI in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/05/replicating-dating-profile-ui-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/replicating-dating-profile-ui-dotnet-maui/</guid><description>Leomaris Reyes explores Dating Profile UI in .NET MAUI, focusing on let’s Start! 😎 and starting with the Code: Selecting the Main Layout. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 11 May 2023 00:00:00 GMT</pubDate></item><item><title>Setting a cursor for .NET MAUI VisualElement</title><link>https://mauiverse.net/community-feed/2023/05/cursor-for-dotnet-maui-visualelement/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/cursor-for-dotnet-maui-visualelement/</guid><description>Add custom mouse cursors to .NET MAUI controls with platform-specific implementations and an attached property for XAML-friendly usage.</description><pubDate>Wed, 10 May 2023 00:00:00 GMT</pubDate></item><item><title>YouTube Stats with .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/05/building-an-app-with-dotnet-maui-and-telerik-components-part-2-charts/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/building-an-app-with-dotnet-maui-and-telerik-components-part-2-charts/</guid><description>Daniel Hindrikes explores YouTube Stats with .NET MAUI in this ~15-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Tue, 09 May 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #102</title><link>https://mauiverse.net/community-feed/2023/05/sands-of-maui-issue-102/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/sands-of-maui-issue-102/</guid><description>Sam Basu&apos;s Sands of MAUI #102 curates .NET MAUI Community Standup, Mobile Development in VS Code, A11Y with .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 08 May 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, May 2023</title><link>https://mauiverse.net/community-feed/2023/05/net-maui-community-toolkit-monthly-standup-may-2023/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/net-maui-community-toolkit-monthly-standup-may-2023/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Fri, 05 May 2023 00:00:00 GMT</pubDate></item><item><title>A11Y with .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/05/creating-accessible-apps-semantic-properties-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/creating-accessible-apps-semantic-properties-dotnet-maui/</guid><description>Leomaris Reyes explores A11Y with .NET MAUI, focusing on accessibility Experience Approaches and semantic Properties. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 04 May 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI on macOS</title><link>https://mauiverse.net/community-feed/2023/05/appkit-or-uikit-for-dotnet-maui-mac-apps-the-choice-is-yours/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/appkit-or-uikit-for-dotnet-maui-mac-apps-the-choice-is-yours/</guid><description>James Montemagno explores .NET MAUI on macOS in this ~5-minute session, focusing on platform boundary and implementation path. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 03 May 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Workshop</title><link>https://mauiverse.net/community-feed/2023/05/chilling-in-maui-workshop/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/chilling-in-maui-workshop/</guid><description>Sam Basu explores .NET MAUI Workshop, focusing on what You’ll Do During the Workshop and the Speakers. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 03 May 2023 00:00:00 GMT</pubDate></item><item><title>YouTube Stats with .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/05/building-an-app-with-dotnet-maui-and-telerik-components-part-1-datagrid/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/building-an-app-with-dotnet-maui-and-telerik-components-part-1-datagrid/</guid><description>Daniel Hindrikes explores YouTube Stats with .NET MAUI in this ~15-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Tue, 02 May 2023 00:00:00 GMT</pubDate></item><item><title>Chilling in MAUI Workshop</title><link>https://mauiverse.net/community-feed/2023/05/chilling-in-maui-workshop-chilling-in-maui-workshop/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/chilling-in-maui-workshop-chilling-in-maui-workshop/</guid><description>Sam Basu explores Chilling in MAUI Workshop in this ~3-hour session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Tue, 02 May 2023 00:00:00 GMT</pubDate></item><item><title>Keyboard Overlapping Your Entry in .NET MAUI? Here is how to Fix It!</title><link>https://mauiverse.net/community-feed/2023/05/keyboard-overlapping-your-entry-in-net-maui-here-is-how-to-fix-it/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/keyboard-overlapping-your-entry-in-net-maui-here-is-how-to-fix-it/</guid><description>Keyboard Overlapping Your Entry in .NET MAUI? Here is how to Fix It explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 02 May 2023 00:00:00 GMT</pubDate></item><item><title>MAUI/Xamarin iOS App Store Publishing with one Command</title><link>https://mauiverse.net/community-feed/2023/05/maui-xamarin-ios-app-store-publishing-with-one-command-dea7adbfea8e/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/maui-xamarin-ios-app-store-publishing-with-one-command-dea7adbfea8e/</guid><description>Cutting 50 minute iOS Apple TestFlight deployments to 50 seconds for Xamarin &amp; MAUI Continue reading on Medium »</description><pubDate>Tue, 02 May 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #101</title><link>https://mauiverse.net/community-feed/2023/05/sands-of-maui-issue-101/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/sands-of-maui-issue-101/</guid><description>Sam Basu&apos;s Sands of MAUI #101 curates Drawing on .NET MAUI Maps, Migration to .NET MAUI, .NET Community Toolkit, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 01 May 2023 00:00:00 GMT</pubDate></item><item><title>Xamarin to MAUI Migration - Part Two - Migrating</title><link>https://mauiverse.net/community-feed/2023/05/xamarin-to-maui-migration-part-two-migrating/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/05/xamarin-to-maui-migration-part-two-migrating/</guid><description>A practical migration walkthrough using Upgrade Assistant, new MAUI project structure, and platform-by-platform cleanup.</description><pubDate>Mon, 01 May 2023 00:00:00 GMT</pubDate></item><item><title>Blazor Hybrid (+.NET MAUI) Tutorial for Beginners - Build mobile, desktop, &amp; web apps with C#</title><link>https://mauiverse.net/community-feed/2023/04/blazorhybridnetmauitutorialforbeginnersbuildmobiledesktopwebappswithc/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/blazorhybridnetmauitutorialforbeginnersbuildmobiledesktopwebappswithc/</guid><description>James Montemagno walks through Blazor Hybrid (+.NET MAUI) Tutorial for Beginners - Build mobile, desktop, &amp; web apps with C#, focusing on practical implementation steps you can apply immediately. You&apos;ll see the setup path, the key workflow decisions, and how to ship the same patterns in your own .NET MAUI projects.</description><pubDate>Fri, 28 Apr 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI @ Build</title><link>https://mauiverse.net/community-feed/2023/04/dotnet-maui-at-build-in-dotnet-8-preview-3-and-more-the-dotnet-maui-podcast-ep-118/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/dotnet-maui-at-build-in-dotnet-8-preview-3-and-more-the-dotnet-maui-podcast-ep-118/</guid><description>Matt Soucoup explores .NET MAUI @ Build in this ~50-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 28 Apr 2023 00:00:00 GMT</pubDate></item><item><title>Episode 118: ...and we&apos;re back</title><link>https://mauiverse.net/community-feed/2023/04/episode-118-and-were-back/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/episode-118-and-were-back/</guid><description>Show Notes It&apos;s been a little bit...</description><pubDate>Fri, 28 Apr 2023 00:00:00 GMT</pubDate></item><item><title>Drawing Elements on Maps with .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/04/drawing-elements-on-maps-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/drawing-elements-on-maps-dotnet-maui/</guid><description>James Montemagno shows how to use the .NET MAUI Map control, add pins, and draw shapes like polylines/polygons/circles.</description><pubDate>Tue, 25 Apr 2023 00:00:00 GMT</pubDate></item><item><title>Generate QR Codes and Other Barcodes with Camera.MAUI in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/04/generate-qr-codes-and-other-barcodes-with-camera-maui-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/generate-qr-codes-and-other-barcodes-with-camera-maui-in-net-maui/</guid><description>Generate QR Codes and Other Barcodes with Camera.MAUI in .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 24 Apr 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #100 🎉</title><link>https://mauiverse.net/community-feed/2023/04/sands-of-maui-issue-100/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/sands-of-maui-issue-100/</guid><description>Sam Basu&apos;s Sands of MAUI #100 curates Journey to 100!, Surf Masters, Dive Instructor, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 24 Apr 2023 00:00:00 GMT</pubDate></item><item><title>How to create a mobile app with .NET MAUI in 10 easy steps</title><link>https://mauiverse.net/community-feed/2023/04/create-mobile-app-dotnet-maui-10-easy-steps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/create-mobile-app-dotnet-maui-10-easy-steps/</guid><description>Aprende cómo crear una aplicación móvil utilizando .NET MAUI en solo 10 pasos sencillos. Aprende sobre las ventajas de usar .NET MAUI.</description><pubDate>Sun, 23 Apr 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Android Deep Linking</title><link>https://mauiverse.net/community-feed/2023/04/netmauiandroiddeeplinkingeasyway/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/netmauiandroiddeeplinkingeasyway/</guid><description>.NET MAUI Android Deep Linking walks through a practical way to implement deep linking you can test across platforms in .NET MAUI. You will learn why routing users from links directly into the right screen matters and how to wire the feature from setup to a working result.</description><pubDate>Fri, 21 Apr 2023 00:00:00 GMT</pubDate></item><item><title>Boost .NET MAUI Development Productivity with .NET Meteor for VS Code</title><link>https://mauiverse.net/community-feed/2023/04/boost-dotnet-maui-development-productivity-with-dotnet-meteor-for-vs-code/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/boost-dotnet-maui-development-productivity-with-dotnet-meteor-for-vs-code/</guid><description>A feature walkthrough of .NET Meteor for cross-platform MAUI development in VS Code.</description><pubDate>Thu, 20 Apr 2023 00:00:00 GMT</pubDate></item><item><title>How to Do AAD Authentication in MAUI Mac Catalyst</title><link>https://mauiverse.net/community-feed/2023/04/how-to-do-aad-authentication-in-maui-mac-catalyst/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/how-to-do-aad-authentication-in-maui-mac-catalyst/</guid><description>Need Azure Active Directory sign-in on Mac Catalyst while MSAL support is limited? This video walks through a practical MAUI workaround so you can ship authentication on macOS today.</description><pubDate>Mon, 17 Apr 2023 00:00:00 GMT</pubDate></item><item><title>Implement QR Code &amp; Barcode Scanning with Camera.MAUI in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/04/implement-qr-code-barcode-scanning-with-camera-maui-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/implement-qr-code-barcode-scanning-with-camera-maui-in-net-maui/</guid><description>Implement QR Code &amp; Barcode Scanning with Camera.MAUI in .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 17 Apr 2023 00:00:00 GMT</pubDate></item><item><title>.NET maui Skeleton or Shimmer Effect</title><link>https://mauiverse.net/community-feed/2023/04/netmauiskeletonorshimmereffect/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/netmauiskeletonorshimmereffect/</guid><description>.NET maui Skeleton or Shimmer Effect walks through a practical way to implement a working baseline you can adapt in your app in .NET MAUI. You will learn why implementing a practical .NET MAUI feature quickly matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 17 Apr 2023 00:00:00 GMT</pubDate></item><item><title>Real time live tracking using .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/04/real-time-live-tracking-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/real-time-live-tracking-dotnet-maui/</guid><description>Implement continuous geolocation tracking in .NET MAUI by extending the built-in APIs and adding Android/iOS/Windows platform implementations.</description><pubDate>Mon, 17 Apr 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #99</title><link>https://mauiverse.net/community-feed/2023/04/sands-of-maui-issue-99/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/sands-of-maui-issue-99/</guid><description>Sam Basu&apos;s Sands of MAUI #99 curates .NET MAUI in .NET 8, .NET MAUI Community Toolkit Update, Modernize .NET Apps, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 17 Apr 2023 00:00:00 GMT</pubDate></item><item><title>Customize the Title Bar of a MAUI app with these simple steps</title><link>https://mauiverse.net/community-feed/2023/04/customize-the-title-bar-of-a-maui-app-with-these-simple-steps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/customize-the-title-bar-of-a-maui-app-with-these-simple-steps/</guid><description>Customize the Title Bar of a MAUI app with these simple steps with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Thu, 13 Apr 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI in .NET 8</title><link>https://mauiverse.net/community-feed/2023/04/announcing-dotnet-maui-in-dotnet-8-preview-3/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/announcing-dotnet-maui-in-dotnet-8-preview-3/</guid><description>David Ortinau explores .NET MAUI in .NET 8, focusing on improving Quality and improving Memory Management. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 11 Apr 2023 00:00:00 GMT</pubDate></item><item><title>Enable True Dark Mode with this Screen Brightness Plugin for .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/04/enable-true-dark-mode-with-this-screen-brightness-plugin-for-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/enable-true-dark-mode-with-this-screen-brightness-plugin-for-net-maui/</guid><description>Enable True Dark Mode with this Screen Brightness Plugin for .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 11 Apr 2023 00:00:00 GMT</pubDate></item><item><title>Create a .NET MAUI App without Shell</title><link>https://mauiverse.net/community-feed/2023/04/maui-app-with-no-shell/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/maui-app-with-no-shell/</guid><description>Since the official release of .NET MAUI, it is not possible to create a new project where Visual Studio does not add a default Shell. Fortunately, there is a very simple way to get rid of it!</description><pubDate>Mon, 10 Apr 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #98</title><link>https://mauiverse.net/community-feed/2023/04/sands-of-maui-issue-98/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/sands-of-maui-issue-98/</guid><description>Sam Basu&apos;s Sands of MAUI #98 curates .NET MAUI Community Standup, Image Editing in .NET MAUI, Xamarin.Forms Migration, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 10 Apr 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - VS Accessibility Checker with Dante Gagne</title><link>https://mauiverse.net/community-feed/2023/04/maui-community-standup-vs-accessibility-checker-with-dante-gagne/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/maui-community-standup-vs-accessibility-checker-with-dante-gagne/</guid><description>David Ortinau hosts a .NET MAUI Community Standup with Dante Gagne, focusing on Visual Studio’s Accessibility Checker and building more accessible apps.</description><pubDate>Thu, 06 Apr 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, April 2023</title><link>https://mauiverse.net/community-feed/2023/04/net-maui-community-toolkit-monthly-standup-april-2023/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/net-maui-community-toolkit-monthly-standup-april-2023/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Thu, 06 Apr 2023 00:00:00 GMT</pubDate></item><item><title>Color Property Animations</title><link>https://mauiverse.net/community-feed/2023/04/animating-color-properties-using-dotnet-maui-community-toolkit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/animating-color-properties-using-dotnet-maui-community-toolkit/</guid><description>Leomaris Reyes explores Color Property Animations, focusing on toolkit setup and core API. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 05 Apr 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #97</title><link>https://mauiverse.net/community-feed/2023/04/sands-of-maui-issue-97/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/sands-of-maui-issue-97/</guid><description>Sam Basu&apos;s Sands of MAUI #97 curates Blazor UI in .NET MAUI, Xamarin.Forms to .NET MAUI, Tooling Roadblocks, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 03 Apr 2023 00:00:00 GMT</pubDate></item><item><title>Take Pictures in .NET MAUI with the Camera.MAUI CameraView!</title><link>https://mauiverse.net/community-feed/2023/04/take-pictures-in-net-maui-with-the-camera-maui-cameraview/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/04/take-pictures-in-net-maui-with-the-camera-maui-cameraview/</guid><description>Take Pictures in .NET MAUI with the Camera.MAUI CameraView explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 03 Apr 2023 00:00:00 GMT</pubDate></item><item><title>Barcode Scanning with Google Vision and ML Kit in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/03/barcode-scanning-with-google-vision-and-ml-kit-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/barcode-scanning-with-google-vision-and-ml-kit-in-net-maui/</guid><description>Barcode Scanning with Google Vision and ML Kit in .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 28 Mar 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Beautiful Login UI (C#)</title><link>https://mauiverse.net/community-feed/2023/03/netmauibeautifulloginuiusingc/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/netmauibeautifulloginuiusingc/</guid><description>.NET MAUI Beautiful Login UI (C#) walks through a practical way to implement login/logout screens and behavior patterns ready for extension in .NET MAUI. You will learn why building authentication flows that feel clear to users matters and how to wire the feature from setup to a working result.</description><pubDate>Tue, 28 Mar 2023 00:00:00 GMT</pubDate></item><item><title>Blazor UI in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/03/telerik-blazor-ui-native-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/telerik-blazor-ui-native-apps/</guid><description>Telerik explores Blazor UI in .NET MAUI, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 28 Mar 2023 00:00:00 GMT</pubDate></item><item><title>How To Sign Your DotNet MAUI packaged App exe</title><link>https://mauiverse.net/community-feed/2023/03/how-to-sign-your-dotnet-maui-packaged-app-exe/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/how-to-sign-your-dotnet-maui-packaged-app-exe/</guid><description>Unsigned packaged MAUI executables can trigger trust warnings, especially with elevated execution. This video shows how to code sign the packaged EXE so your Windows deployment feels trusted and professional.</description><pubDate>Mon, 27 Mar 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #96</title><link>https://mauiverse.net/community-feed/2023/03/sands-of-maui-issue-96/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/sands-of-maui-issue-96/</guid><description>Sam Basu&apos;s Sands of MAUI #96 curates .NET 8 Preview 2, .NET MAUI BottomSheet, Layout Behaviors, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 27 Mar 2023 00:00:00 GMT</pubDate></item><item><title>Add a BottomSheet to Your .NET MAUI App with This Amazing Plugin!</title><link>https://mauiverse.net/community-feed/2023/03/add-a-bottomsheet-to-your-net-maui-app-with-this-amazing-plugin/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/add-a-bottomsheet-to-your-net-maui-app-with-this-amazing-plugin/</guid><description>Add a BottomSheet to Your .NET MAUI App with This Amazing Plugin explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 21 Mar 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Beautiful Login UI for Multipurpose XAML</title><link>https://mauiverse.net/community-feed/2023/03/netmauibeautifulloginuiformultipurposexaml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/netmauibeautifulloginuiformultipurposexaml/</guid><description>.NET MAUI Beautiful Login UI for Multipurpose XAML walks through a practical way to implement login/logout screens and behavior patterns ready for extension in .NET MAUI. You will learn why building authentication flows that feel clear to users matters and how to wire the feature from setup to a working result.</description><pubDate>Tue, 21 Mar 2023 00:00:00 GMT</pubDate></item><item><title>Layout Behaviors</title><link>https://mauiverse.net/community-feed/2023/03/xamarin-forms-dotnet-maui-how-layout-behavior-evolved/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/xamarin-forms-dotnet-maui-how-layout-behavior-evolved/</guid><description>Leomaris Reyes explores Layout Behaviors, focusing on layout Behavior Differences in Xamarin Forms and .NET MAUI and grid Layout. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 21 Mar 2023 00:00:00 GMT</pubDate></item><item><title>Music player display</title><link>https://mauiverse.net/community-feed/2023/03/9-music-player-display-volume/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/9-music-player-display-volume/</guid><description>Music player display with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Mon, 20 Mar 2023 00:00:00 GMT</pubDate></item><item><title>Files/Folders with .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/03/file-and-folder-dialogs-communitytoolkit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/file-and-folder-dialogs-communitytoolkit/</guid><description>Vladislav Antonyuk explores Files/Folders with .NET MAUI, focusing on fileSaver and folderPicker. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Mon, 20 Mar 2023 00:00:00 GMT</pubDate></item><item><title>Drag and Drop any content to a .NET MAUI application</title><link>https://mauiverse.net/community-feed/2023/03/drag-and-drop-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/drag-and-drop-dotnet-maui/</guid><description>Enable drag-and-drop in a .NET MAUI app with Windows and MacCatalyst implementations, including filtering dropped files by type and reading contents.</description><pubDate>Sun, 19 Mar 2023 00:00:00 GMT</pubDate></item><item><title>Why is .NET MAUI the best tool for cross</title><link>https://mauiverse.net/community-feed/2023/03/dotnet-maui-best-tool-for-mobile-development/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/dotnet-maui-best-tool-for-mobile-development/</guid><description>Discover the advantages of .NET MAUI compared to other cross-platform mobile development tools. Learn how .NET MAUI offers faster development,</description><pubDate>Sat, 18 Mar 2023 00:00:00 GMT</pubDate></item><item><title>Accessibility in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/03/accessibility-office-hours-march-13-2023/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/accessibility-office-hours-march-13-2023/</guid><description>Shane Neuville explores Accessibility in .NET MAUI in this ~45-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Mon, 13 Mar 2023 00:00:00 GMT</pubDate></item><item><title>Get Started with MauiReactor - Component-based UI &amp; MVU for .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/03/get-started-with-mauireactor-component-based-ui-mvu-for-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/get-started-with-mauireactor-component-based-ui-mvu-for-net-maui/</guid><description>Get Started with MauiReactor - Component-based UI &amp; MVU for .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 13 Mar 2023 00:00:00 GMT</pubDate></item><item><title>How to Make NET MAUI App Run As Administrator</title><link>https://mauiverse.net/community-feed/2023/03/how-to-make-net-maui-app-run-as-administrator/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/how-to-make-net-maui-app-run-as-administrator/</guid><description>Some desktop scenarios need elevated privileges every time the app starts. This video shows how to configure a .NET MAUI Windows app to request administrator rights on launch.</description><pubDate>Mon, 13 Mar 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #95</title><link>https://mauiverse.net/community-feed/2023/03/sands-of-maui-issue-95/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/sands-of-maui-issue-95/</guid><description>Sam Basu&apos;s Sands of MAUI #95 curates .NET MAUI Survivalist Guide, .NET MAUI Project Structure, MauiReactor for .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 13 Mar 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Simple Login Logout with User Already logged Feature</title><link>https://mauiverse.net/community-feed/2023/03/netmauisimpleloginlogoutwithuseralreadyloggedfeature/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/netmauisimpleloginlogoutwithuseralreadyloggedfeature/</guid><description>.NET MAUI Simple Login Logout with User Already logged Feature walks through a practical way to implement login/logout screens and behavior patterns ready for extension in .NET MAUI. You will learn why building authentication flows that feel clear to users matters and how to wire the feature from setup to a working result.</description><pubDate>Thu, 09 Mar 2023 00:00:00 GMT</pubDate></item><item><title>MauiReactor for .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/03/component-based-ui-for-dotnet-maui-with-mauireactor/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/component-based-ui-for-dotnet-maui-with-mauireactor/</guid><description>James Montemagno explores MauiReactor for .NET MAUI in this ~30-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 08 Mar 2023 00:00:00 GMT</pubDate></item><item><title>Three thousand .NET MAUI Developers can&apos;t be wrong!</title><link>https://mauiverse.net/community-feed/2023/03/three-thousand-net-maui-developers-cant-be-wrong-matt-lacey/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/three-thousand-net-maui-developers-cant-be-wrong-matt-lacey/</guid><description>Matt Lacey celebrates a milestone for the MAUI App Accelerator Visual Studio extension and points to an update fixing a bug around app names with spaces.</description><pubDate>Tue, 07 Mar 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI using Blazor Syntax with BlazorBindings.Maui - NO XAML!</title><link>https://mauiverse.net/community-feed/2023/03/net-maui-using-blazor-syntax-with-blazorbindings-maui-no-xaml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/net-maui-using-blazor-syntax-with-blazorbindings-maui-no-xaml/</guid><description>.NET MAUI using Blazor Syntax with BlazorBindings.Maui - NO XAML explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 06 Mar 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Expander Static and Dynamic (C#)</title><link>https://mauiverse.net/community-feed/2023/03/netmauiexpanderstaticanddynamicinc/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/netmauiexpanderstaticanddynamicinc/</guid><description>.NET MAUI Expander Static and Dynamic (C#) walks through a practical way to implement static and dynamic expander patterns for MAUI in .NET MAUI. You will learn why showing dense content without overwhelming a screen matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 06 Mar 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #94</title><link>https://mauiverse.net/community-feed/2023/03/sands-of-maui-issue-94/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/sands-of-maui-issue-94/</guid><description>Sam Basu&apos;s Sands of MAUI #94 curates .NET MAUI Community Standup, .NET MAUI UI with StackLayout, Responsive Layouts in .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 06 Mar 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Static and Dynamic Expanders (XAML)</title><link>https://mauiverse.net/community-feed/2023/03/netmauistaticanddynamicexpandersinxaml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/netmauistaticanddynamicexpandersinxaml/</guid><description>.NET MAUI Static and Dynamic Expanders (XAML) walks through a practical way to implement static and dynamic expander patterns for MAUI in .NET MAUI. You will learn why showing dense content without overwhelming a screen matters and how to wire the feature from setup to a working result.</description><pubDate>Fri, 03 Mar 2023 00:00:00 GMT</pubDate></item><item><title>Playlist Builder with .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/03/playlist-builder-part-3-building-a-dotnet-maui-app-from-scratch/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/03/playlist-builder-part-3-building-a-dotnet-maui-app-from-scratch/</guid><description>Daniel Hindrikes explores Playlist Builder with .NET MAUI in this ~40-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 03 Mar 2023 00:00:00 GMT</pubDate></item><item><title>Google Maps in .NET MAUI iOS? Easy with This Plugin!</title><link>https://mauiverse.net/community-feed/2023/02/google-maps-in-net-maui-ios-easy-with-this-plugin/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/google-maps-in-net-maui-ios-easy-with-this-plugin/</guid><description>Google Maps in .NET MAUI iOS? Easy with This Plugin explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 28 Feb 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI UI with StackLayout</title><link>https://mauiverse.net/community-feed/2023/02/05-dotnet-maui-core-concepts-arrange-elements-using-stacklayout/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/05-dotnet-maui-core-concepts-arrange-elements-using-stacklayout/</guid><description>Javier Suárez explores .NET MAUI UI with StackLayout in this ~10-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Mon, 27 Feb 2023 00:00:00 GMT</pubDate></item><item><title>Music player display</title><link>https://mauiverse.net/community-feed/2023/02/8-music-player-display-media-playback/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/8-music-player-display-media-playback/</guid><description>More and more buttons! In this chapter, we will integrate the controls for manipulating the media.</description><pubDate>Mon, 27 Feb 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI App Icon</title><link>https://mauiverse.net/community-feed/2023/02/netmauiappiconcorrectway/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/netmauiappiconcorrectway/</guid><description>.NET MAUI App Icon walks through a practical way to implement font icon usage in MAUI with clean setup in .NET MAUI. You will learn why shipping scalable, consistent icons across devices matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 27 Feb 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #93</title><link>https://mauiverse.net/community-feed/2023/02/sands-of-maui-issue-93/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/sands-of-maui-issue-93/</guid><description>Sam Basu&apos;s Sands of MAUI #93 curates .NET 8, .NET MAUI on ARM, .NET MAUI Challenge, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 27 Feb 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Change Model Property during Runtime</title><link>https://mauiverse.net/community-feed/2023/02/netmauichangemodelpropertyduringruntime/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/netmauichangemodelpropertyduringruntime/</guid><description>.NET MAUI Change Model Property during Runtime walks through a practical way to implement a working baseline you can adapt in your app in .NET MAUI. You will learn why implementing a practical .NET MAUI feature quickly matters and how to wire the feature from setup to a working result.</description><pubDate>Sun, 26 Feb 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Hide Cell in CollectionView (C#)</title><link>https://mauiverse.net/community-feed/2023/02/netmauihidecellincollectionviewinc/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/netmauihidecellincollectionviewinc/</guid><description>.NET MAUI Hide Cell in CollectionView (C#) walks through a practical way to implement practical CollectionView patterns for real app screens in .NET MAUI. You will learn why building scalable list experiences without brittle UI logic matters and how to wire the feature from setup to a working result.</description><pubDate>Sat, 25 Feb 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Survivalist Guide</title><link>https://mauiverse.net/community-feed/2023/02/a-survivalist-s-guide-to-dotnet-maui-david-ortinau/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/a-survivalist-s-guide-to-dotnet-maui-david-ortinau/</guid><description>David Ortinau explores .NET MAUI Survivalist Guide in this ~1-hour session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 24 Feb 2023 00:00:00 GMT</pubDate></item><item><title>Visual Studio 2022 &amp; .NET MAUI - the Ultimate Cross-Platform Developer Experience</title><link>https://mauiverse.net/community-feed/2023/02/visual-studio-2022-dotnet-maui-ultimate-dev-experience-maddy-montaquila/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/visual-studio-2022-dotnet-maui-ultimate-dev-experience-maddy-montaquila/</guid><description>Maddy Montaquila walks through Visual Studio 2022 and .NET MAUI as a cross-platform developer experience (Dotnet Frontend Day talk).</description><pubDate>Fri, 24 Feb 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Challenge</title><link>https://mauiverse.net/community-feed/2023/02/dotnet-maui-challenge-5-telerik-barcode/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/dotnet-maui-challenge-5-telerik-barcode/</guid><description>Leomaris Reyes explores .NET MAUI Challenge, covering “How Our Challenges Work” and “Prefer to Learn via Video”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 23 Feb 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Grouping (C#)</title><link>https://mauiverse.net/community-feed/2023/02/netmauigroupinginceasyway/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/netmauigroupinginceasyway/</guid><description>.NET MAUI Grouping (C#) walks through a practical way to implement a working baseline you can adapt in your app in .NET MAUI. You will learn why implementing a practical .NET MAUI feature quickly matters and how to wire the feature from setup to a working result.</description><pubDate>Thu, 23 Feb 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Hide Cell in CollectionView (XAML)</title><link>https://mauiverse.net/community-feed/2023/02/netmauihidecellincollectionviewusingxaml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/netmauihidecellincollectionviewusingxaml/</guid><description>.NET MAUI Hide Cell in CollectionView (XAML) walks through a practical way to implement practical CollectionView patterns for real app screens in .NET MAUI. You will learn why building scalable list experiences without brittle UI logic matters and how to wire the feature from setup to a working result.</description><pubDate>Thu, 23 Feb 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Grouping (XAML)</title><link>https://mauiverse.net/community-feed/2023/02/netmauigroupinginxamleasyway/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/netmauigroupinginxamleasyway/</guid><description>.NET MAUI Grouping (XAML) walks through a practical way to implement a working baseline you can adapt in your app in .NET MAUI. You will learn why implementing a practical .NET MAUI feature quickly matters and how to wire the feature from setup to a working result.</description><pubDate>Wed, 22 Feb 2023 00:00:00 GMT</pubDate></item><item><title>Let Your Users Pick a Folder with FolderPicker in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/02/let-your-users-pick-a-folder-with-folderpicker-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/let-your-users-pick-a-folder-with-folderpicker-in-net-maui/</guid><description>Let Your Users Pick a Folder with FolderPicker in .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 21 Feb 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Visibility Converter (C#)</title><link>https://mauiverse.net/community-feed/2023/02/netmauivisibilityconverterinc/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/netmauivisibilityconverterinc/</guid><description>.NET MAUI Visibility Converter (C#) walks through a practical way to implement converter patterns that keep views simple in .NET MAUI. You will learn why translating raw model values into clean UI states matters and how to wire the feature from setup to a working result.</description><pubDate>Tue, 21 Feb 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Project Structure</title><link>https://mauiverse.net/community-feed/2023/02/04-dotnet-maui-core-concepts-dotnet-maui-project-structure/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/04-dotnet-maui-core-concepts-dotnet-maui-project-structure/</guid><description>Javier Suárez explores .NET MAUI Project Structure in this ~15-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Mon, 20 Feb 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Visibility Converter (XAML)</title><link>https://mauiverse.net/community-feed/2023/02/netmauivisibilityconverterinxaml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/netmauivisibilityconverterinxaml/</guid><description>.NET MAUI Visibility Converter (XAML) walks through a practical way to implement converter patterns that keep views simple in .NET MAUI. You will learn why translating raw model values into clean UI states matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 20 Feb 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #92</title><link>https://mauiverse.net/community-feed/2023/02/sands-of-maui-issue-92/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/sands-of-maui-issue-92/</guid><description>Sam Basu&apos;s Sands of MAUI #92 curates .NET MAUI Challenge, .NET MAUI File Saver, Xamarin to .NET, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 20 Feb 2023 00:00:00 GMT</pubDate></item><item><title>Integrating captcha into a .NET MAUI application</title><link>https://mauiverse.net/community-feed/2023/02/captcha-dotnet-maui-recaptcha-webview/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/captcha-dotnet-maui-recaptcha-webview/</guid><description>Two ways to add captcha to a .NET MAUI app—native Android SafetyNet reCAPTCHA and a cross-platform WebView-based approach.</description><pubDate>Sun, 19 Feb 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Text Available Converter (C#)</title><link>https://mauiverse.net/community-feed/2023/02/netmauitextavailableconverterinc/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/netmauitextavailableconverterinc/</guid><description>.NET MAUI Text Available Converter (C#) walks through a practical way to implement converter patterns that keep views simple in .NET MAUI. You will learn why translating raw model values into clean UI states matters and how to wire the feature from setup to a working result.</description><pubDate>Sun, 19 Feb 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Text Available Converter (XAML)</title><link>https://mauiverse.net/community-feed/2023/02/netmauitextavailableconverterinxaml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/netmauitextavailableconverterinxaml/</guid><description>.NET MAUI Text Available Converter (XAML) walks through a practical way to implement converter patterns that keep views simple in .NET MAUI. You will learn why translating raw model values into clean UI states matters and how to wire the feature from setup to a working result.</description><pubDate>Sat, 18 Feb 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Challenge</title><link>https://mauiverse.net/community-feed/2023/02/dotnet-maui-challenge-4-telerik-datagrid/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/dotnet-maui-challenge-4-telerik-datagrid/</guid><description>Leomaris Reyes explores .NET MAUI Challenge, covering “How Our Challenges Work” and “Prefer to Learn via Video”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Fri, 17 Feb 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI CollectionView Button Click Command (C#)</title><link>https://mauiverse.net/community-feed/2023/02/netmauicollectionviewbuttonclickcommandinc/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/netmauicollectionviewbuttonclickcommandinc/</guid><description>.NET MAUI CollectionView Button Click Command (C#) walks through a practical way to implement practical CollectionView patterns for real app screens in .NET MAUI. You will learn why building scalable list experiences without brittle UI logic matters and how to wire the feature from setup to a working result.</description><pubDate>Fri, 17 Feb 2023 00:00:00 GMT</pubDate></item><item><title>Playlist Builder with .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/02/playlist-builder-part-2-building-a-dotnet-maui-app-from-scratch/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/playlist-builder-part-2-building-a-dotnet-maui-app-from-scratch/</guid><description>Daniel Hindrikes explores Playlist Builder with .NET MAUI in this ~1-hour session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 17 Feb 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI CollectionView Button Clicks (XAML)</title><link>https://mauiverse.net/community-feed/2023/02/netmauicollectionviewbuttonclicksinxaml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/netmauicollectionviewbuttonclicksinxaml/</guid><description>.NET MAUI CollectionView Button Clicks (XAML) walks through a practical way to implement practical CollectionView patterns for real app screens in .NET MAUI. You will learn why building scalable list experiences without brittle UI logic matters and how to wire the feature from setup to a working result.</description><pubDate>Thu, 16 Feb 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI CollectionView Item Selection and Navigation (C#)</title><link>https://mauiverse.net/community-feed/2023/02/netmauicollectionviewitemselectionandnavigationinc/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/netmauicollectionviewitemselectionandnavigationinc/</guid><description>.NET MAUI CollectionView Item Selection and Navigation (C#) walks through a practical way to implement practical CollectionView patterns for real app screens in .NET MAUI. You will learn why building scalable list experiences without brittle UI logic matters and how to wire the feature from setup to a working result.</description><pubDate>Wed, 15 Feb 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI CollectionView Item Selection and Navigation to Pages (XAML)</title><link>https://mauiverse.net/community-feed/2023/02/netmauicollectionviewitemselectionandnavigationtopagesinxaml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/netmauicollectionviewitemselectionandnavigationtopagesinxaml/</guid><description>.NET MAUI CollectionView Item Selection and Navigation to Pages (XAML) walks through a practical way to implement practical CollectionView patterns for real app screens in .NET MAUI. You will learn why building scalable list experiences without brittle UI logic matters and how to wire the feature from setup to a working result.</description><pubDate>Tue, 14 Feb 2023 00:00:00 GMT</pubDate></item><item><title>Save Files With Just 1 Line of Code with .NET MAUI FileSaver!</title><link>https://mauiverse.net/community-feed/2023/02/save-files-with-just-1-line-of-code-with-net-maui-filesaver/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/save-files-with-just-1-line-of-code-with-net-maui-filesaver/</guid><description>Save Files With Just 1 Line of Code with .NET MAUI FileSaver explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 14 Feb 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI CollectionView Filtering (C#)</title><link>https://mauiverse.net/community-feed/2023/02/netmauicollectionviewfilteringinc/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/netmauicollectionviewfilteringinc/</guid><description>.NET MAUI CollectionView Filtering (C#) walks through a practical way to implement practical CollectionView patterns for real app screens in .NET MAUI. You will learn why building scalable list experiences without brittle UI logic matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 13 Feb 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #91</title><link>https://mauiverse.net/community-feed/2023/02/sands-of-maui-issue-91/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/sands-of-maui-issue-91/</guid><description>Sam Basu&apos;s Sands of MAUI #91 curates .NET MAUI Challenge, Build .NET MAUI Apps in VS Code, Deploy .NET MAUI Apps, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 13 Feb 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Challenge</title><link>https://mauiverse.net/community-feed/2023/02/dotnet-maui-challenge-3-telerik-datetimepicker/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/dotnet-maui-challenge-3-telerik-datetimepicker/</guid><description>Leomaris Reyes explores .NET MAUI Challenge, covering “How Our Challenges Work” and “Prefer to Learn via Video”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 08 Feb 2023 00:00:00 GMT</pubDate></item><item><title>Develop .NET MAUI Apps in VS Code with .NET Meteor</title><link>https://mauiverse.net/community-feed/2023/02/develop-net-maui-apps-in-vs-code-with-net-meteor/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/develop-net-maui-apps-in-vs-code-with-net-meteor/</guid><description>Develop .NET MAUI Apps in VS Code with .NET Meteor explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 07 Feb 2023 00:00:00 GMT</pubDate></item><item><title>Music player display</title><link>https://mauiverse.net/community-feed/2023/02/7-music-player-display-time-tracker/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/7-music-player-display-time-tracker/</guid><description>Now that the foundations of the main page are ready, we can start laying out all the controls. Let</description><pubDate>Mon, 06 Feb 2023 00:00:00 GMT</pubDate></item><item><title>#04 Awesome .NET MAUI - MAUI App Accelerator</title><link>https://mauiverse.net/community-feed/2023/02/awesome-dotnet-maui-04-maui-app-accelerator/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/awesome-dotnet-maui-04-maui-app-accelerator/</guid><description>Javier Suárez showcases MAUI App Accelerator and how it helps bootstrap .NET MAUI apps with reusable structure and patterns.</description><pubDate>Mon, 06 Feb 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #90</title><link>https://mauiverse.net/community-feed/2023/02/sands-of-maui-issue-90/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/sands-of-maui-issue-90/</guid><description>Sam Basu&apos;s Sands of MAUI #90 curates .NET MAUI Challenge, Translations in .NET MAUI, Maps with .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 06 Feb 2023 00:00:00 GMT</pubDate></item><item><title>MAUI Day Cologne 2023</title><link>https://mauiverse.net/community-feed/maui-day/cologne-2023/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/maui-day/cologne-2023/</guid><description>MAUI Day Cologne had in depth sessions from the .NET MAUI team and community speakers.</description><pubDate>Mon, 06 Feb 2023 00:00:00 GMT</pubDate></item><item><title>Deploying your .NET MAUI apps to production - Part 3: Windows</title><link>https://mauiverse.net/community-feed/2023/02/maui-app-deploy-3/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/maui-app-deploy-3/</guid><description>Part 3 of the .NET MAUI deployment series, providing a comprehensive guide for deploying Windows apps to the Microsoft Store with packaging and submission details.</description><pubDate>Sun, 05 Feb 2023 00:00:00 GMT</pubDate></item><item><title>Episode 117: James and David Pick on Matt</title><link>https://mauiverse.net/community-feed/2023/02/episode-117-james-and-david-pick-on-matt/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/episode-117-james-and-david-pick-on-matt/</guid><description>Show Notes In addition to some good natured ribbing - James, Matt &amp; David talk about the latest and greatest in .NET MAUI development.</description><pubDate>Sat, 04 Feb 2023 00:00:00 GMT</pubDate></item><item><title>Playlist Builder with .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/02/playlist-builder-part-1-building-a-dotnet-maui-app-from-scratch/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/playlist-builder-part-1-building-a-dotnet-maui-app-from-scratch/</guid><description>Daniel Hindrikes explores Playlist Builder with .NET MAUI in this ~50-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 03 Feb 2023 00:00:00 GMT</pubDate></item><item><title>Dynamic configuration in .NET MAUI application</title><link>https://mauiverse.net/community-feed/2023/02/dynamic-configuration-dotnet-maui-configcat/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/dynamic-configuration-dotnet-maui-configcat/</guid><description>Add feature flags and remote configuration to .NET MAUI with ConfigCat, including initialization patterns, polling options, and per-user targeting.</description><pubDate>Thu, 02 Feb 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, February 2023</title><link>https://mauiverse.net/community-feed/2023/02/net-maui-community-toolkit-monthly-standup-february-2023/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/net-maui-community-toolkit-monthly-standup-february-2023/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Thu, 02 Feb 2023 00:00:00 GMT</pubDate></item><item><title>Maps with .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/02/cross-platform-maps-with-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/02/cross-platform-maps-with-dotnet-maui/</guid><description>James Montemagno explores Maps with .NET MAUI in this ~5-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 01 Feb 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Challenge</title><link>https://mauiverse.net/community-feed/2023/01/dotnet-maui-challenge-2-light-dark-mode/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/dotnet-maui-challenge-2-light-dark-mode/</guid><description>Leomaris Reyes explores .NET MAUI Challenge, covering “How Our Challenges Work” and “Prefer to Learn via Video”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 31 Jan 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI CollectionView Search Feature (XAML)</title><link>https://mauiverse.net/community-feed/2023/01/netmauicollectionviewsearchfeatureinxaml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/netmauicollectionviewsearchfeatureinxaml/</guid><description>.NET MAUI CollectionView Search Feature (XAML) walks through a practical way to implement practical CollectionView patterns for real app screens in .NET MAUI. You will learn why building scalable list experiences without brittle UI logic matters and how to wire the feature from setup to a working result.</description><pubDate>Tue, 31 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Translate Your .NET MAUI App with LocalizationResourceManager.Maui</title><link>https://mauiverse.net/community-feed/2023/01/translate-your-net-maui-app-with-localizationresourcemanager-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/translate-your-net-maui-app-with-localizationresourcemanager-maui/</guid><description>Translate Your .NET MAUI App with LocalizationResourceManager.Maui explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 31 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Arrange elements on a .NET MAUI page</title><link>https://mauiverse.net/community-feed/2023/01/6-arrange-elements-on-a-page/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/6-arrange-elements-on-a-page/</guid><description>Before developing a new page, it is best to think about the layout of the various elements. And you</description><pubDate>Mon, 30 Jan 2023 00:00:00 GMT</pubDate></item><item><title>My experience with migrating my app from Xamarin.Forms to .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/01/my-experience-with-migrating-my-app-from-xamarin-forms-to-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/my-experience-with-migrating-my-app-from-xamarin-forms-to-net-maui/</guid><description>I’ve been eager to rewrite some of my personal apps from Xamarin.Forms to .NET MAUI, but since all of them…</description><pubDate>Mon, 30 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #89</title><link>https://mauiverse.net/community-feed/2023/01/sands-of-maui-issue-89/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/sands-of-maui-issue-89/</guid><description>Sam Basu&apos;s Sands of MAUI #89 curates Media Element for .NET MAUI, .NET MAUI Challenge, Deploying .NET MAUI Apps, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 30 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Distribution certificates, .p12 files, and provisioning profiles with iOS</title><link>https://mauiverse.net/community-feed/2023/01/distribution-certificates-p12-files-provisioning-profiles/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/distribution-certificates-p12-files-provisioning-profiles/</guid><description>Distribution certificates, .p12 files, and provisioning profiles with iOS with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Sun, 29 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Introducing MediaElement for .NET MAUI - Playing Video &amp; Audio</title><link>https://mauiverse.net/community-feed/2023/01/introducing-mediaelement-for-net-maui-playing-video-audio/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/introducing-mediaelement-for-net-maui-playing-video-audio/</guid><description>Introducing MediaElement for .NET MAUI - Playing Video &amp; Audio explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Fri, 27 Jan 2023 00:00:00 GMT</pubDate></item><item><title>MAUI Snack - Get ANY Resource Dictionary Value in Code Behind!</title><link>https://mauiverse.net/community-feed/2023/01/maui-snack-get-any-resource-dictionary-value-in-code-behind/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/maui-snack-get-any-resource-dictionary-value-in-code-behind/</guid><description>Johan Svensson shows how to reliably resolve .NET MAUI resource values from code-behind, even when resources are nested through `OnPlatform`, `OnIdiom`, dynamic references, and merged dictionaries. The article focuses on handling tricky runtime resource resolution patterns that basic key lookups can miss.</description><pubDate>Fri, 27 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Build iOS Apps with or WITHOUT a Mac? Visual Studio, C#, &amp; .NET MAUI with Hot Restart</title><link>https://mauiverse.net/community-feed/2023/01/buildiosappswithorwithoutamacvisualstudiocnetmauiwithhotrestart/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/buildiosappswithorwithoutamacvisualstudiocnetmauiwithhotrestart/</guid><description>James Montemagno walks through Build iOS Apps with or WITHOUT a Mac? Visual Studio, C#, &amp; .NET MAUI with Hot Restart, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 26 Jan 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Challenge</title><link>https://mauiverse.net/community-feed/2023/01/dotnet-maui-challenge-1-simple-grid/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/dotnet-maui-challenge-1-simple-grid/</guid><description>Leomaris Reyes explores .NET MAUI Challenge, covering “How Our Challenges Work” and “Prefer to Learn via Video”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 26 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Navigate to a new page in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/01/5-navigate-to-a-new-page/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/5-navigate-to-a-new-page/</guid><description>We are now starting to create the main page of the application. But new page also means, enable the user going to that page! So let</description><pubDate>Mon, 23 Jan 2023 00:00:00 GMT</pubDate></item><item><title>.NET maui CollectionView Basic (C#)</title><link>https://mauiverse.net/community-feed/2023/01/netmauicollectionviewbasicinc/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/netmauicollectionviewbasicinc/</guid><description>.NET maui CollectionView Basic (C#) walks through a practical way to implement practical CollectionView patterns for real app screens in .NET MAUI. You will learn why building scalable list experiences without brittle UI logic matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 23 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #88</title><link>https://mauiverse.net/community-feed/2023/01/sands-of-maui-issue-88/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/sands-of-maui-issue-88/</guid><description>Sam Basu&apos;s Sands of MAUI #88 curates Xamarin.Forms to .NET MAUI, .NET MAUI with App Accelerator, .NET MAUI Styling with CSS, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 23 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Deploying your .NET MAUI apps to production - Part 2: iOS</title><link>https://mauiverse.net/community-feed/2023/01/maui-app-deploy-2/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/maui-app-deploy-2/</guid><description>Part 2 of the .NET MAUI deployment series, covering the complete process for deploying iOS apps to the Apple App Store with signing and distribution guidance.</description><pubDate>Sun, 22 Jan 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI with App Accelerator</title><link>https://mauiverse.net/community-feed/2023/01/build-dotnet-maui-apps-faster-with-app-accelerator/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/build-dotnet-maui-apps-faster-with-app-accelerator/</guid><description>Matt Lacey explores .NET MAUI with App Accelerator in this ~20-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Thu, 19 Jan 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Styling with CSS</title><link>https://mauiverse.net/community-feed/2023/01/styling-apps-css-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/styling-apps-css-dotnet-maui/</guid><description>Leomaris Reyes explores .NET MAUI Styling with CSS, covering “What Is CSS” and “Consuming a Style Sheet”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 19 Jan 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI - Working with images</title><link>https://mauiverse.net/community-feed/2023/01/working-with-images-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/working-with-images-dotnet-maui/</guid><description>Daniel Hindrikes walks through practical image handling in .NET MAUI, covering common patterns and pitfalls.</description><pubDate>Wed, 18 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #87</title><link>https://mauiverse.net/community-feed/2023/01/sands-of-maui-issue-87/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/sands-of-maui-issue-87/</guid><description>Sam Basu&apos;s Sands of MAUI #87 curates .NET MAUI Data Binding, .NET MAUI Popups, Mac Pairing for .NET MAUI Development, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Tue, 17 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Localization in .NET MAUI - Adding Multi-Language to Your Apps</title><link>https://mauiverse.net/community-feed/2023/01/localization-in-net-maui-adding-multi-language-to-your-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/localization-in-net-maui-adding-multi-language-to-your-apps/</guid><description>Localization in .NET MAUI - Adding Multi-Language to Your Apps explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 16 Jan 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI CollectionView (XAML)</title><link>https://mauiverse.net/community-feed/2023/01/netmauicollectionviewinxaml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/netmauicollectionviewinxaml/</guid><description>.NET MAUI CollectionView (XAML) walks through a practical way to implement practical CollectionView patterns for real app screens in .NET MAUI. You will learn why building scalable list experiences without brittle UI logic matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 16 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Deploying your .NET MAUI apps to production - Part 1: Android</title><link>https://mauiverse.net/community-feed/2023/01/maui-app-deploy/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/maui-app-deploy/</guid><description>Complete guide to deploying .NET MAUI apps to production on Android, covering the Google Play Store submission process with practical tips and hard-won insights.</description><pubDate>Sat, 14 Jan 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI MVVM (C#)</title><link>https://mauiverse.net/community-feed/2023/01/netmauimvvminc/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/netmauimvvminc/</guid><description>.NET MAUI MVVM (C#) walks through a practical way to implement an MVVM setup that is clear and reusable in .NET MAUI. You will learn why keeping UI code manageable as app complexity grows matters and how to wire the feature from setup to a working result.</description><pubDate>Fri, 13 Jan 2023 00:00:00 GMT</pubDate></item><item><title>MVVM, for a successful application</title><link>https://mauiverse.net/community-feed/2023/01/4-mvvm-for-successful-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/4-mvvm-for-successful-apps/</guid><description>In this chapter, we will discover a major design pattern for mobile application development, the Model-View-ViewModel (MVVM)!</description><pubDate>Thu, 12 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Resources for Getting Started with .NET MAUI - .NET MAUI 101</title><link>https://mauiverse.net/community-feed/2023/01/resources-for-getting-started-with-net-maui-net-maui-101/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/resources-for-getting-started-with-net-maui-net-maui-101/</guid><description>Resources for Getting Started with .NET MAUI - .NET MAUI 101 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 12 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Xamarin to MAUI Migration - Part One - Why and How to Prepare</title><link>https://mauiverse.net/community-feed/2023/01/xamarin-to-maui-migration-part-one-why-and-how-to-prepare/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/xamarin-to-maui-migration-part-one-why-and-how-to-prepare/</guid><description>Why migration matters and how to prepare your team, tooling, dependencies, and DevOps before starting.</description><pubDate>Thu, 12 Jan 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI MVVM (XAML)</title><link>https://mauiverse.net/community-feed/2023/01/netmauimvvminxaml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/netmauimvvminxaml/</guid><description>.NET MAUI MVVM (XAML) walks through a practical way to implement an MVVM setup that is clear and reusable in .NET MAUI. You will learn why keeping UI code manageable as app complexity grows matters and how to wire the feature from setup to a working result.</description><pubDate>Wed, 11 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Mac Pairing for .NET MAUI Development</title><link>https://mauiverse.net/community-feed/2023/01/pairing-mac-run-ios-apps-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/pairing-mac-run-ios-apps-dotnet-maui/</guid><description>Leomaris Reyes explores Mac Pairing for .NET MAUI Development, covering “Building Native iOS Apps” and “First of All … What Do I Need”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 11 Jan 2023 00:00:00 GMT</pubDate></item><item><title>MVVM Source Generators: Advanced Scenarios</title><link>https://mauiverse.net/community-feed/2023/01/mvvm-source-generators-advanced-scenarios/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/mvvm-source-generators-advanced-scenarios/</guid><description>MVVM Source Generators: Advanced Scenarios with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Mon, 09 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #86</title><link>https://mauiverse.net/community-feed/2023/01/sands-of-maui-issue-86/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/sands-of-maui-issue-86/</guid><description>Sam Basu&apos;s Sands of MAUI #86 curates .NET MAUI Community Standup, Christmas UI in .NET MAUI, Image Caching in .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 09 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Save an Image from .NET MAUI Community Toolkit DrawingView</title><link>https://mauiverse.net/community-feed/2023/01/save-an-image-from-net-maui-community-toolkit-drawingview/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/save-an-image-from-net-maui-community-toolkit-drawingview/</guid><description>Save an Image from .NET MAUI Community Toolkit DrawingView explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 09 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Creating Markdown control with .NET MAUI Graphics</title><link>https://mauiverse.net/community-feed/2023/01/markdown-control-dotnet-maui-graphics/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/markdown-control-dotnet-maui-graphics/</guid><description>Build a lightweight Markdown renderer for .NET MAUI using GraphicsView and custom drawables, with hooks for custom block rendering.</description><pubDate>Sun, 08 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Learn .NET MAUI: Beginner&apos;s Guide</title><link>https://mauiverse.net/community-feed/2023/01/learn-net-maui-beginners-guide/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/learn-net-maui-beginners-guide/</guid><description>Learn .NET MAUI (Multi-platform App UI), a cross-platform desktop and mobile application framework native to C# and XAML that enables</description><pubDate>Sat, 07 Jan 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - 2022 Recap and Getting Started with MAUI!</title><link>https://mauiverse.net/community-feed/2023/01/maui-community-standup-2022-recap-getting-started/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/maui-community-standup-2022-recap-getting-started/</guid><description>David Ortinau hosts a MAUI Community Standup recapping 2022 and sharing guidance for getting started with .NET MAUI.</description><pubDate>Thu, 05 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Christmas UI in .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/01/exploring-christmas-ui-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/exploring-christmas-ui-in-dotnet-maui/</guid><description>Leomaris Reyes explores Christmas UI in .NET MAUI, focusing on visual structure and state and interaction. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 04 Jan 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Gradient (C#)</title><link>https://mauiverse.net/community-feed/2023/01/netmauigradientinc/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/netmauigradientinc/</guid><description>.NET MAUI Gradient (C#) walks through a practical way to implement gradient UI styling with native MAUI controls in .NET MAUI. You will learn why creating polished visuals without custom renderers matters and how to wire the feature from setup to a working result.</description><pubDate>Wed, 04 Jan 2023 00:00:00 GMT</pubDate></item><item><title>My very first app with .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/01/1-introduction/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/1-introduction/</guid><description>My very first app with .NET MAUI with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Mon, 02 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Setup the project .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/01/2-setup-the-project/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/2-setup-the-project/</guid><description>Setup the project .NET MAUI with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Mon, 02 Jan 2023 00:00:00 GMT</pubDate></item><item><title>First run of the app .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/01/3-first-run-of-the-project/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/3-first-run-of-the-project/</guid><description>First run of the app .NET MAUI with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Mon, 02 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Implement Speech-To-Text on Windows with .NET MAUI</title><link>https://mauiverse.net/community-feed/2023/01/implement-speech-to-text-on-windows-with-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/implement-speech-to-text-on-windows-with-net-maui/</guid><description>Implement Speech-To-Text on Windows with .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 02 Jan 2023 00:00:00 GMT</pubDate></item><item><title>.NET MAUI GradientBasics (XAML)</title><link>https://mauiverse.net/community-feed/2023/01/netmauigradientbasicunderstandinginxaml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/netmauigradientbasicunderstandinginxaml/</guid><description>.NET MAUI GradientBasics (XAML) walks through a practical way to implement gradient UI styling with native MAUI controls in .NET MAUI. You will learn why creating polished visuals without custom renderers matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 02 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Photo capturing options for your .NET MAUI app</title><link>https://mauiverse.net/community-feed/2023/01/photo-capturing-options-for-your-net-maui-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2023/01/photo-capturing-options-for-your-net-maui-app/</guid><description>If you want to implement photo capturing for your .NET MAUI app, you can use the built-in Media picker to…</description><pubDate>Mon, 02 Jan 2023 00:00:00 GMT</pubDate></item><item><title>Pointer Gestures in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/12/pointer-gesture-recognizer-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/pointer-gesture-recognizer-in-dotnet-maui/</guid><description>Leomaris Reyes explores Pointer Gestures in .NET MAUI, focusing on visual structure and state and interaction. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Fri, 30 Dec 2022 00:00:00 GMT</pubDate></item><item><title>Image Caching in .NET MAUI - .NET MAUI 101</title><link>https://mauiverse.net/community-feed/2022/12/image-caching-in-net-maui-net-maui-101/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/image-caching-in-net-maui-net-maui-101/</guid><description>Image Caching in .NET MAUI - .NET MAUI 101 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 29 Dec 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Framework and Community Toolkit Updated for .NET 7</title><link>https://mauiverse.net/community-feed/2022/12/maui-net7-toolkit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/maui-net7-toolkit/</guid><description>Edin Kapić covers .NET MAUI and the Community Toolkit shipping alongside .NET 7 — dual support for .NET 6 and 7 across Windows, macOS, iOS, Android, and Tizen. The post-.NET Conf update that locked MAUI into the .NET 7 wave.</description><pubDate>Wed, 28 Dec 2022 00:00:00 GMT</pubDate></item><item><title>Implement Speech-To-Text on iOS with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/12/implement-speech-to-text-on-ios-with-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/implement-speech-to-text-on-ios-with-net-maui/</guid><description>Implement Speech-To-Text on iOS with .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 27 Dec 2022 00:00:00 GMT</pubDate></item><item><title>MAUI Lib - LocalizationResourceManager for MAUI!</title><link>https://mauiverse.net/community-feed/2022/12/maui-lib-localizationresourcemanager-for-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/maui-lib-localizationresourcemanager-for-maui/</guid><description>Johan Svensson presents `LocalizationResourceManager.Maui`, a .NET MAUI localization library inspired by Xamarin Community Toolkit patterns and adapted for MAUI-first usage. He covers its DI-friendly setup, multi-resource support, and runtime culture persistence features while official toolkit direction continues to evolve.</description><pubDate>Tue, 27 Dec 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI What/How and Why - NDC Oslo 2022</title><link>https://mauiverse.net/community-feed/2022/12/dotnet-maui-what-how-and-why-ndc-oslo/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/dotnet-maui-what-how-and-why-ndc-oslo/</guid><description>Clifford Agius shares practical guidance on what .NET MAUI is, why it matters, and how to approach adoption.</description><pubDate>Wed, 21 Dec 2022 00:00:00 GMT</pubDate></item><item><title>Implement Speech-To-Text on Android with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/12/implement-speech-to-text-on-android-with-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/implement-speech-to-text-on-android-with-net-maui/</guid><description>Implement Speech-To-Text on Android with .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 20 Dec 2022 00:00:00 GMT</pubDate></item><item><title>Introduction to MVVM Source Generators for C# .NET</title><link>https://mauiverse.net/community-feed/2022/12/introduction-to-mvvm-source-generators-for-dotnet/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/introduction-to-mvvm-source-generators-for-dotnet/</guid><description>Introduction to MVVM Source Generators for C# .NET with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Mon, 19 Dec 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #85</title><link>https://mauiverse.net/community-feed/2022/12/sands-of-maui-issue-85/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/sands-of-maui-issue-85/</guid><description>Sam Basu&apos;s Sands of MAUI #85 curates Combine .NET MAUI and Blazor, Blazor Across Web and Native, .NET MAUI Release, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 19 Dec 2022 00:00:00 GMT</pubDate></item><item><title>Blazor Across Web and Native</title><link>https://mauiverse.net/community-feed/2022/12/blazor-implementations-across-web-native/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/blazor-implementations-across-web-native/</guid><description>Sam Basu explores Blazor Across Web and Native, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Fri, 16 Dec 2022 00:00:00 GMT</pubDate></item><item><title>Highly Customizable Popups for .NET MAUI with Mopups</title><link>https://mauiverse.net/community-feed/2022/12/highly-customizable-popups-for-net-maui-with-mopups/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/highly-customizable-popups-for-net-maui-with-mopups/</guid><description>Highly Customizable Popups for .NET MAUI with Mopups explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 12 Dec 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #84</title><link>https://mauiverse.net/community-feed/2022/12/sands-of-maui-issue-84/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/sands-of-maui-issue-84/</guid><description>Sam Basu&apos;s Sands of MAUI #84 curates Desktop Apps with .NET MAUI, Xamarin.Forms to .NET MAUI, NoSQL with LiteDB, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 12 Dec 2022 00:00:00 GMT</pubDate></item><item><title>Episode 116: .NET Conf Recap</title><link>https://mauiverse.net/community-feed/2022/12/episode-116-net-conf-recap/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/episode-116-net-conf-recap/</guid><description>Show Notes .NET Conf happened, it was amazing, and David, James and Matt will bring you up to date!</description><pubDate>Fri, 09 Dec 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI - Working with styles</title><link>https://mauiverse.net/community-feed/2022/12/working-with-styles-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/working-with-styles-dotnet-maui/</guid><description>Daniel Hindrikes explains how to use styles in .NET MAUI to keep UI consistent and reduce repeated markup across pages.</description><pubDate>Fri, 09 Dec 2022 00:00:00 GMT</pubDate></item><item><title>3 Ways Combine .NET MAUI and .NET MAUI Blazor Hybrid</title><link>https://mauiverse.net/community-feed/2022/12/3-ways-combine-net-maui-and-net-maui-blazor-hybrid/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/3-ways-combine-net-maui-and-net-maui-blazor-hybrid/</guid><description>3 Ways Combine .NET MAUI and .NET MAUI Blazor Hybrid explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 08 Dec 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Fonts and Icon Fonts (C#)</title><link>https://mauiverse.net/community-feed/2022/12/netmauifontsiconsfontsinc/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/netmauifontsiconsfontsinc/</guid><description>.NET MAUI Fonts and Icon Fonts (C#) walks through a practical way to implement font icon usage in MAUI with clean setup in .NET MAUI. You will learn why shipping scalable, consistent icons across devices matters and how to wire the feature from setup to a working result.</description><pubDate>Thu, 08 Dec 2022 00:00:00 GMT</pubDate></item><item><title>MAUI Snack - Add WeakEventManager to MVVM Toolkit!</title><link>https://mauiverse.net/community-feed/2022/12/maui-snack-add-weakeventmanager-to-mvvm-toolkit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/maui-snack-add-weakeventmanager-to-mvvm-toolkit/</guid><description>Johan Svensson explores extending CommunityToolkit.Mvvm’s `ObservableObject` with MAUI’s `WeakEventManager` to improve event handling safety. The post shows how to reduce memory-leak risk while keeping the productivity benefits of MVVM Toolkit source generators.</description><pubDate>Tue, 06 Dec 2022 00:00:00 GMT</pubDate></item><item><title>SQLite with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/12/foreign-keys-in-local-databases-with-sqlite-net-and-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/foreign-keys-in-local-databases-with-sqlite-net-and-dotnet-maui/</guid><description>Luis Antonio Beltran Prieto explores SQLite with .NET MAUI, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Mon, 05 Dec 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Icon Fonts: Fonts XAML Implementation</title><link>https://mauiverse.net/community-feed/2022/12/netmauiiconfontsfontsxamlimplementation/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/netmauiiconfontsfontsxamlimplementation/</guid><description>.NET MAUI Icon Fonts: Fonts XAML Implementation walks through a practical way to implement font icon usage in MAUI with clean setup in .NET MAUI. You will learn why shipping scalable, consistent icons across devices matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 05 Dec 2022 00:00:00 GMT</pubDate></item><item><title>Playing audio in a .NET MAUI app</title><link>https://mauiverse.net/community-feed/2022/12/playing-audio-in-a-net-maui-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/playing-audio-in-a-net-maui-app/</guid><description>The MAUI plugin for playing audio just got a stable release (v1.1.0), and with it you can play sounds and…</description><pubDate>Mon, 05 Dec 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #83</title><link>https://mauiverse.net/community-feed/2022/12/sands-of-maui-issue-83/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/sands-of-maui-issue-83/</guid><description>Sam Basu&apos;s Sands of MAUI #83 curates .NET MAUI Recap, .NET MAUI Community Toolkit, Effective Alerts in .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 05 Dec 2022 00:00:00 GMT</pubDate></item><item><title>Xamarin.Forms to .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/12/live-stream-migrating-and-upgrading-xamarin-forms-to-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/live-stream-migrating-and-upgrading-xamarin-forms-to-dotnet-maui/</guid><description>James Montemagno explores Xamarin.Forms to .NET MAUI in this ~3-hour session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 02 Dec 2022 00:00:00 GMT</pubDate></item><item><title>AppIcon Badge with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/12/appicon-badge-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/appicon-badge-dotnet-maui/</guid><description>Implement app icon badge counts across Android, iOS/MacCatalyst, Windows, and Tizen, with platform notes on permissions and launcher behavior.</description><pubDate>Thu, 01 Dec 2022 00:00:00 GMT</pubDate></item><item><title>Even More MVVM Source Generator Awesomeness for .NET Developers</title><link>https://mauiverse.net/community-feed/2022/12/evenmoremvvmsourcegeneratorawesomenessfornetdevelopers/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/evenmoremvvmsourcegeneratorawesomenessfornetdevelopers/</guid><description>James Montemagno walks through Even More MVVM Source Generator Awesomeness for .NET Developers, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 01 Dec 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit</title><link>https://mauiverse.net/community-feed/2022/12/whats-new-in-the-dotnet-maui-community-toolkit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/whats-new-in-the-dotnet-maui-community-toolkit/</guid><description>Kym Phillpotts explores .NET MAUI Community Toolkit, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 01 Dec 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - Polished UI for .NET MAUI with Telerik</title><link>https://mauiverse.net/community-feed/2022/12/maui-community-standup-polished-ui-telerik/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/maui-community-standup-polished-ui-telerik/</guid><description>David Ortinau hosts a MAUI Community Standup on building polished MAUI UI with Telerik.</description><pubDate>Thu, 01 Dec 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, December 2022</title><link>https://mauiverse.net/community-feed/2022/12/net-maui-community-toolkit-monthly-standup-december-2022/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/12/net-maui-community-toolkit-monthly-standup-december-2022/</guid><description>Join us for our monthly team standup as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Thu, 01 Dec 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Recap</title><link>https://mauiverse.net/community-feed/2022/11/recap-state-dotnet-maui-net-conf-2022/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/recap-state-dotnet-maui-net-conf-2022/</guid><description>Leomaris Reyes explores .NET MAUI Recap, covering “But First … Let’s Explore All the .NET MAUI Topics Covered” and “What Were These Talks”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 30 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Effective Alerts with Snackbar &amp; Toast with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/11/effective-alerts-with-snackbar-toast-with-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/effective-alerts-with-snackbar-toast-with-net-maui/</guid><description>Effective Alerts with Snackbar &amp; Toast with .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 29 Nov 2022 00:00:00 GMT</pubDate></item><item><title>How to write a Custom Control for .NET MAUI using SkiaSharp</title><link>https://mauiverse.net/community-feed/2022/11/how-to-write-a-custom-control-for-net-maui-using-skiasharp/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/how-to-write-a-custom-control-for-net-maui-using-skiasharp/</guid><description>How to write a Custom Control for .NET MAUI using SkiaSharp with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Tue, 29 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #82</title><link>https://mauiverse.net/community-feed/2022/11/sands-of-maui-issue-82/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/sands-of-maui-issue-82/</guid><description>Sam Basu&apos;s Sands of MAUI #82 curates .NET MAUI for Native Apps, .NET MAUI in Visual Studio for Mac, .NET 7 Features, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 28 Nov 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Borders (C#)</title><link>https://mauiverse.net/community-feed/2022/11/netmauibordersinc/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/netmauibordersinc/</guid><description>.NET MAUI Borders (C#) walks through a practical way to implement border effects including dashed styling patterns in .NET MAUI. You will learn why getting modern card and container styling in MAUI matters and how to wire the feature from setup to a working result.</description><pubDate>Sat, 26 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #81</title><link>https://mauiverse.net/community-feed/2022/11/sands-of-maui-issue-81/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/sands-of-maui-issue-81/</guid><description>Sam Basu&apos;s Sands of MAUI #81 curates Blazor Hybrid with .NET MAUI, Media Element for .NET MAUI, Images with .NET MAUI Graphics, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 21 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Solution1: Free Trip to MAUI with Michael Stonis</title><link>https://mauiverse.net/community-feed/2022/11/free-trip-to-maui-with-michael-stonis/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/free-trip-to-maui-with-michael-stonis/</guid><description>Michael Stonis gives a guided introduction to .NET MAUI and what makes the framework compelling for cross-platform apps. You’ll get a clear tour of the fundamentals, framed around practical app-building decisions.</description><pubDate>Fri, 18 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Grial UI Kit for .NET MAUI: License Giveaway Winners! 🎉</title><link>https://mauiverse.net/community-feed/2022/11/grial-ui-kit-for-net-maui-license-giveaway-winners/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/grial-ui-kit-for-net-maui-license-giveaway-winners/</guid><description>Grial UI Kit for .NET MAUI: License Giveaway Winners! explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Fri, 18 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Solution1: MauiReactor: An alternative approach to building MAUI apps with Adolfo Marinucci</title><link>https://mauiverse.net/community-feed/2022/11/mauireactor-an-alternative-approach-to-building-maui-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/mauireactor-an-alternative-approach-to-building-maui-apps/</guid><description>Adolfo Marinucci presents MauiReactor as a different way to build .NET MAUI apps with a component-driven approach. The session highlights why teams might choose this model and where it changes day-to-day UI development.</description><pubDate>Fri, 18 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Images with .NET MAUI Graphics</title><link>https://mauiverse.net/community-feed/2022/11/handling-images-dotnet-maui-graphics/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/handling-images-dotnet-maui-graphics/</guid><description>Leomaris Reyes explores Images with .NET MAUI Graphics, focusing on why Will You Need .NET MAUI Graphics? and loading an Image. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 17 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Multi-Targeting in .NET MAUI - Part 2</title><link>https://mauiverse.net/community-feed/2022/11/multi-targeting-in-net-maui-part-2/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/multi-targeting-in-net-maui-part-2/</guid><description>Multi-Targeting in .NET MAUI - Part 2 with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Wed, 16 Nov 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI for Desktop: Window Size &amp; Position, Tooltips, Context Menus</title><link>https://mauiverse.net/community-feed/2022/11/net-maui-for-desktop-window-size-position-tooltips-context-menus/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/net-maui-for-desktop-window-size-position-tooltips-context-menus/</guid><description>.NET MAUI for Desktop: Window Size &amp; Position, Tooltips, Context Menus explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 14 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #80</title><link>https://mauiverse.net/community-feed/2022/11/sands-of-maui-issue-80/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/sands-of-maui-issue-80/</guid><description>Sam Basu&apos;s Sands of MAUI #80 curates .NET MAUI for .NET 7, State of .NET MAUI, Going Desktop with .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 14 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Platform Code with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/11/tips-and-tricks-on-platform-code-implementation-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/tips-and-tricks-on-platform-code-implementation-in-dotnet-maui/</guid><description>Luis Antonio Beltran Prieto explores Platform Code with .NET MAUI in this ~25-minute session, focusing on platform boundary and implementation path. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Mon, 14 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Xamarin to .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/11/upgrading-xamarin-apps-to-dotnet-maui-upgrading-xamarin-apps-to-dotnet-maui-dotnet-conf/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/upgrading-xamarin-apps-to-dotnet-maui-upgrading-xamarin-apps-to-dotnet-maui-dotnet-conf/</guid><description>Sweeky Satpathy explores Xamarin to .NET MAUI in this ~30-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Sat, 12 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Aloha .NET MAUI Community Toolkit</title><link>https://mauiverse.net/community-feed/2022/11/aloha-dotnet-maui-community-toolkit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/aloha-dotnet-maui-community-toolkit/</guid><description>Gerald Versluis introduces the .NET MAUI Community Toolkit at .NET Conf 2022 — its history, what it does today, and how to get started. A good primer whether you&apos;ve used earlier Xamarin toolkits or not.</description><pubDate>Thu, 10 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Building Accessible Apps with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/11/building-accessible-apps-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/building-accessible-apps-dotnet-maui/</guid><description>Rachel Kang tours the accessibility APIs, improvements, and tools that make it easier to build accessible .NET MAUI apps. Recorded at .NET Conf 2022, it&apos;s a good starting point whatever stage your app is at.</description><pubDate>Thu, 10 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Tips and Tricks on Platform-Code Implementation in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/11/tips-and-tricks-platform-code-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/tips-and-tricks-platform-code-dotnet-maui/</guid><description>Luis Beltran shows how to simplify platform-specific code in .NET MAUI using handlers, property mappers, and interfaces with partial classes. Recorded at .NET Conf 2022, this session pairs the concepts with a live demo.</description><pubDate>Thu, 10 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Blazor Hybrid with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/11/create-native-desktop-and-mobile-apps-using-web-skills-in-blazor-hybrid/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/create-native-desktop-and-mobile-apps-using-web-skills-in-blazor-hybrid/</guid><description>James Montemagno explores Blazor Hybrid with .NET MAUI in this ~30-minute session, focusing on hybrid architecture and code sharing. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 09 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Creating dynamic floating action button</title><link>https://mauiverse.net/community-feed/2022/11/dynamic-floating-action-button-expander/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/dynamic-floating-action-button-expander/</guid><description>Build a dynamic floating action button in .NET MAUI using the CommunityToolkit Expander to reveal secondary actions with an “expand up” layout.</description><pubDate>Wed, 09 Nov 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Performance</title><link>https://mauiverse.net/community-feed/2022/11/performance-improvements-in-dotnet-maui-dotnet-7-edition/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/performance-improvements-in-dotnet-maui-dotnet-7-edition/</guid><description>Jonathan Peppers explores .NET MAUI Performance in this ~30-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 09 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Upgrading Xamarin Apps to .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/11/upgrading-xamarin-apps-to-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/upgrading-xamarin-apps-to-dotnet-maui/</guid><description>Sweeky Satpathy walks through the changes needed to move a Xamarin app&apos;s libraries and UI over to .NET MAUI. Recorded at .NET Conf 2022, it also covers how the .NET Upgrade Assistant can do some of the heavy lifting.</description><pubDate>Wed, 09 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Desktop Apps with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/11/what-s-new-in-dotnet-maui-and-desktop-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/what-s-new-in-dotnet-maui-and-desktop-apps/</guid><description>Shane Neuville explores Desktop Apps with .NET MAUI in this ~25-minute session, focusing on platform boundary and implementation path. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 09 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Media Element for .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/11/dotnet-dev-show-media-element-for-dotnet-maui-with-gerald-versluis/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/dotnet-dev-show-media-element-for-dotnet-maui-with-gerald-versluis/</guid><description>Gerald Versluis explores Media Element for .NET MAUI in this ~1-hour session, focusing on toolkit setup and core API. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Tue, 08 Nov 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI for .NET 7</title><link>https://mauiverse.net/community-feed/2022/11/dotnet-maui-dotnet-7/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/dotnet-maui-dotnet-7/</guid><description>David Ortinau explores .NET MAUI for .NET 7, focusing on .NET MAUI 7 Themes and map Control. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 08 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Going Desktop with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/11/going-desktop-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/going-desktop-dotnet-maui/</guid><description>Telerik explores Going Desktop with .NET MAUI, focusing on reaching Desktop and supporting Desktop. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 08 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Multi-Targeting in .NET MAUI - Part 1</title><link>https://mauiverse.net/community-feed/2022/11/multi-targeting-in-net-maui-part-1/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/multi-targeting-in-net-maui-part-1/</guid><description>Multi-Targeting in .NET MAUI - Part 1 with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Tue, 08 Nov 2022 00:00:00 GMT</pubDate></item><item><title>State of .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/11/state-of-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/state-of-dotnet-maui/</guid><description>Maddy Montaquila and David Ortinau give a State of the Union for .NET MAUI at .NET Conf 2022, covering a big year of news and a peek at the road ahead. A solid catch-up if you&apos;ve missed recent releases.</description><pubDate>Tue, 08 Nov 2022 00:00:00 GMT</pubDate></item><item><title>What&apos;s New in .NET MAUI and Desktop Apps</title><link>https://mauiverse.net/community-feed/2022/11/whats-new-dotnet-maui-desktop-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/whats-new-dotnet-maui-desktop-apps/</guid><description>Shane Neuville dives into what .NET 7 brings for .NET MAUI desktop development on macOS and Windows. Recorded at .NET Conf 2022, this session tours the new features aimed at building spectacular desktop experiences.</description><pubDate>Tue, 08 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #79</title><link>https://mauiverse.net/community-feed/2022/11/sands-of-maui-issue-79/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/sands-of-maui-issue-79/</guid><description>Sam Basu&apos;s Sands of MAUI #79 curates .NET MAUI community updates for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 07 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Start Your New .NET MAUI App with These Amazing Templates!</title><link>https://mauiverse.net/community-feed/2022/11/start-your-new-net-maui-app-with-these-amazing-templates/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/start-your-new-net-maui-app-with-these-amazing-templates/</guid><description>Start Your New .NET MAUI App with These Amazing Templates explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 07 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Advent Calendars</title><link>https://mauiverse.net/community-feed/2022/11/dotnet-maui-advent-calendar/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/dotnet-maui-advent-calendar/</guid><description>Luis Antonio Beltran Prieto explores Advent Calendars, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Fri, 04 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Let&apos;s customize the Splash Screen of a MAUI app</title><link>https://mauiverse.net/community-feed/2022/11/lets-customize-the-splash-screen-of-a-maui-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/lets-customize-the-splash-screen-of-a-maui-app/</guid><description>Let&apos;s customize the Splash Screen of a MAUI app with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Fri, 04 Nov 2022 00:00:00 GMT</pubDate></item><item><title>MAUI App Accelerator</title><link>https://mauiverse.net/community-feed/2022/11/maui-app-accelerator/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/maui-app-accelerator/</guid><description>Matt Lacey explores MAUI App Accelerator, focusing on visual structure and state and interaction. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Fri, 04 Nov 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Borders: Dashed Borders (XAML)</title><link>https://mauiverse.net/community-feed/2022/11/netmauibordersdashedbordersinxaml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/netmauibordersdashedbordersinxaml/</guid><description>.NET MAUI Borders: Dashed Borders (XAML) walks through a practical way to implement border effects including dashed styling patterns in .NET MAUI. You will learn why getting modern card and container styling in MAUI matters and how to wire the feature from setup to a working result.</description><pubDate>Fri, 04 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Context Menus with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/11/adding-context-menus-desktop-apps-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/adding-context-menus-desktop-apps-dotnet-maui/</guid><description>Leomaris Reyes explores Context Menus with .NET MAUI, covering “What Are Context Menus” and “Some Benefits of Context Menus”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 03 Nov 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - Customize .NET Hot Reload with Michael!</title><link>https://mauiverse.net/community-feed/2022/11/maui-community-standup-customize-dotnet-hot-reload-michael/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/maui-community-standup-customize-dotnet-hot-reload-michael/</guid><description>David Ortinau hosts a MAUI Community Standup on customizing .NET Hot Reload, featuring Michael.</description><pubDate>Thu, 03 Nov 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup, November 2022</title><link>https://mauiverse.net/community-feed/2022/11/net-maui-community-toolkit-monthly-standup-november-2022/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/net-maui-community-toolkit-monthly-standup-november-2022/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Thu, 03 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Local Push Notifications with .NET MAUI, Easy With This Plugin!</title><link>https://mauiverse.net/community-feed/2022/11/local-push-notifications-with-net-maui-easy-with-this-plugin/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/11/local-push-notifications-with-net-maui-easy-with-this-plugin/</guid><description>Local Push Notifications with .NET MAUI, Easy With This Plugin explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 01 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Firebase Analytics for .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/10/firebase-analytics-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/firebase-analytics-in-dotnet-maui/</guid><description>Victor Hugo Garcia explores Firebase Analytics for .NET MAUI, covering “Setup a Firebase project” and “Initialize the Firebase services”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Mon, 31 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Learn C# with CSharpFritz - Introduction to .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/10/learn-csharp-with-csharpfritz-introduction-to-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/learn-csharp-with-csharpfritz-introduction-to-dotnet-maui/</guid><description>Jeff Fritz opens a beginner-friendly series on .NET MAUI with a broad introduction to the framework and where it fits in modern .NET app development. It is a solid starting point for anyone who wants context before diving into specific controls or patterns.</description><pubDate>Mon, 31 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #78</title><link>https://mauiverse.net/community-feed/2022/10/sands-of-maui-issue-78/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/sands-of-maui-issue-78/</guid><description>Sam Basu&apos;s Sands of MAUI #78 curates Media Element Preview, Platform APIs with .NET MAUI, macOS Update, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 31 Oct 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Code &amp; Control Sharing Strategies</title><link>https://mauiverse.net/community-feed/2022/10/netmauicodecontrolsharingstrategies/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/netmauicodecontrolsharingstrategies/</guid><description>James Montemagno walks through .NET MAUI Code &amp; Control Sharing Strategies, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Sun, 30 Oct 2022 00:00:00 GMT</pubDate></item><item><title>What is .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/10/what-is-dotnet-maui-dotnet-maui-1/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/what-is-dotnet-maui-dotnet-maui-1/</guid><description>Matt Goldman explores What is .NET MAUI in this ~15-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Sun, 30 Oct 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Shadow (C#)</title><link>https://mauiverse.net/community-feed/2022/10/netmauishadowinc/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/netmauishadowinc/</guid><description>.NET MAUI Shadow (C#) walks through a practical way to implement shadow styling that improves readability and focus in .NET MAUI. You will learn why adding depth without overcomplicating layout code matters and how to wire the feature from setup to a working result.</description><pubDate>Fri, 28 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Better Performance with Compiled Bindings - .NET MAUI 101</title><link>https://mauiverse.net/community-feed/2022/10/better-performance-with-compiled-bindings-net-maui-101/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/better-performance-with-compiled-bindings-net-maui-101/</guid><description>Better Performance with Compiled Bindings - .NET MAUI 101 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 27 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Platform APIs with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/10/email-sms-phone-dialer-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/email-sms-phone-dialer-dotnet-maui/</guid><description>Leomaris Reyes explores Platform APIs with .NET MAUI, focusing on settings per Platform and windows. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 26 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Using App Center Distribution with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/10/using-app-center-distribution-with-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/using-app-center-distribution-with-net-maui/</guid><description>In my previous post, I showed you how to use App Center Diagnostics &amp; Analytics in your .NET MAUI app.…</description><pubDate>Tue, 25 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Play Videos in .NET MAUI With MediaElement: Early Preview</title><link>https://mauiverse.net/community-feed/2022/10/play-videos-in-net-maui-with-mediaelement-early-preview/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/play-videos-in-net-maui-with-mediaelement-early-preview/</guid><description>Play Videos in .NET MAUI With MediaElement: Early Preview explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 24 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #77</title><link>https://mauiverse.net/community-feed/2022/10/sands-of-maui-issue-77/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/sands-of-maui-issue-77/</guid><description>Sam Basu&apos;s Sands of MAUI #77 curates .NET MAUI Update, Welcome to .NET MAUI, Upcoming Media Element, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 24 Oct 2022 00:00:00 GMT</pubDate></item><item><title>A simple way to implement Dark Mode in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/10/implement-dark-mode-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/implement-dark-mode-in-net-maui/</guid><description>A simple way to implement Dark Mode in .NET MAUI with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Fri, 21 Oct 2022 00:00:00 GMT</pubDate></item><item><title>It&apos;s the season of release candidates (take 2)</title><link>https://mauiverse.net/community-feed/2022/10/its-the-season-of-release-candidates-take-2/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/its-the-season-of-release-candidates-take-2/</guid><description>Show Notes With .NET 7 around the corner, we&apos;re putting the finishing touches on everything in preparation - tune in to find out more!</description><pubDate>Fri, 21 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Welcome to .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/10/welcoming-everyone-to-maui-webinar/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/welcoming-everyone-to-maui-webinar/</guid><description>Alyssa Nicoll explores Welcome to .NET MAUI in this ~1-hour session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Thu, 20 Oct 2022 00:00:00 GMT</pubDate></item><item><title>A trip to MAUI on .NET</title><link>https://mauiverse.net/community-feed/2022/10/a-trip-to-maui-on-dotnet/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/a-trip-to-maui-on-dotnet/</guid><description>Aneesh Gopalakrishnan walks through a practical tour of .NET MAUI in this Edmonton .NET User Group session. You’ll get a guided look at key concepts and implementation patterns that help teams move from idea to cross-platform app.</description><pubDate>Wed, 19 Oct 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI for Native Apps</title><link>https://mauiverse.net/community-feed/2022/10/dotnet-maui-for-native-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/dotnet-maui-for-native-apps/</guid><description>David Ortinau explores .NET MAUI for Native Apps, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 19 Oct 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Update</title><link>https://mauiverse.net/community-feed/2022/10/dotnet-maui-rc2/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/dotnet-maui-rc2/</guid><description>David Ortinau explores .NET MAUI Update, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 18 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Fresh Telerik UI</title><link>https://mauiverse.net/community-feed/2022/10/telerik-ui-for-dotnet-maui-version-3-2-0/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/telerik-ui-for-dotnet-maui-version-3-2-0/</guid><description>Telerik explores Fresh Telerik UI, focusing on get the Bits and visual structure. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 18 Oct 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Shadow View (XAML)</title><link>https://mauiverse.net/community-feed/2022/10/netmauishadowviewinxaml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/netmauishadowviewinxaml/</guid><description>.NET MAUI Shadow View (XAML) walks through a practical way to implement shadow styling that improves readability and focus in .NET MAUI. You will learn why adding depth without overcomplicating layout code matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 17 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #76</title><link>https://mauiverse.net/community-feed/2022/10/sands-of-maui-issue-76/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/sands-of-maui-issue-76/</guid><description>Sam Basu&apos;s Sands of MAUI #76 curates .NET MAUI Update, .NET 7 Update, Renderers to Handlers, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 17 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Taking (Partial) Screenshots of your .NET MAUI App</title><link>https://mauiverse.net/community-feed/2022/10/taking-partial-screenshots-of-your-net-maui-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/taking-partial-screenshots-of-your-net-maui-app/</guid><description>Taking (Partial) Screenshots of your .NET MAUI App explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 17 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Accessing Native Platform APIs in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/10/accessingnativeplatformapisinnetmaui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/accessingnativeplatformapisinnetmaui/</guid><description>James Montemagno walks through Accessing Native Platform APIs in .NET MAUI, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 13 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Renderers to Handlers</title><link>https://mauiverse.net/community-feed/2022/10/xamarin-renderers-dotnet-maui-handlers/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/xamarin-renderers-dotnet-maui-handlers/</guid><description>Leomaris Reyes explores Renderers to Handlers, covering “Get To Know Handlers” and “What Are Mappers”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 12 Oct 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Update</title><link>https://mauiverse.net/community-feed/2022/10/dotnet-maui-xcode-14/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/dotnet-maui-xcode-14/</guid><description>David Ortinau explores .NET MAUI Update, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 11 Oct 2022 00:00:00 GMT</pubDate></item><item><title>[What’s New in .NET 7] Using Tooltips in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/10/whats-new-dotnet-7-tooltips-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/whats-new-dotnet-7-tooltips-dotnet-maui/</guid><description>Javier Suárez demonstrates adding tooltips in .NET MAUI and what’s new around tooltip support in the .NET 7 era.</description><pubDate>Tue, 11 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #75</title><link>https://mauiverse.net/community-feed/2022/10/sands-of-maui-issue-75/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/sands-of-maui-issue-75/</guid><description>Sam Basu&apos;s Sands of MAUI #75 curates .NET MAUI for .NET 7 RC1, .NET MAUI Community Toolkit, App Center for .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 10 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Showing Popups in .NET MAUI with .NET MAUI Community Toolkit</title><link>https://mauiverse.net/community-feed/2022/10/showing-popups-in-net-maui-with-net-maui-community-toolkit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/showing-popups-in-net-maui-with-net-maui-community-toolkit/</guid><description>Showing Popups in .NET MAUI with .NET MAUI Community Toolkit explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 10 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Using App Center Diagnostics &amp; Analytics with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/10/using-app-center-diagnostics-analytics-with-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/using-app-center-diagnostics-analytics-with-net-maui/</guid><description>Note: Microsoft has announced that they will be retiring App Center. I suggest you look at other alternatives for diagnostics…</description><pubDate>Mon, 10 Oct 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit 1.3 Released</title><link>https://mauiverse.net/community-feed/2022/10/maui-community-toolkit-13/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/maui-community-toolkit-13/</guid><description>Edin Kapić covers Community Toolkit 1.3 — StatusBarBehavior, fade animations, GravatarImageSource, and SourceLink symbols. Early post-GA toolkit polish for MAUI apps shipping in late 2022.</description><pubDate>Sun, 09 Oct 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - Learn about GrialKit with the UXDivers team!</title><link>https://mauiverse.net/community-feed/2022/10/maui-community-standup-grialkit-uxdivers/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/maui-community-standup-grialkit-uxdivers/</guid><description>David Ortinau hosts a MAUI Community Standup with the UXDivers team to learn about GrialKit and building polished MAUI UI.</description><pubDate>Thu, 06 Oct 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Context Menus</title><link>https://mauiverse.net/community-feed/2022/10/what-s-new-in-dotnet-7-using-dotnet-maui-contextmenus/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/what-s-new-in-dotnet-7-using-dotnet-maui-contextmenus/</guid><description>Javier Suárez explores .NET MAUI Context Menus in this ~5-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 05 Oct 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit</title><link>https://mauiverse.net/community-feed/2022/10/announcing-the-dotnet-maui-community-toolkit-v13/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/announcing-the-dotnet-maui-community-toolkit-v13/</guid><description>Kym Phillpotts explores .NET MAUI Community Toolkit, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 04 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Use App Center Analytics, Crashlytics and more with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/10/use-app-center-analytics-crashlytics-and-more-with-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/use-app-center-analytics-crashlytics-and-more-with-net-maui/</guid><description>Use App Center Analytics, Crashlytics and more with .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 04 Oct 2022 00:00:00 GMT</pubDate></item><item><title>How to Support Multiple Languages in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/10/how-to-support-multiple-languages-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/how-to-support-multiple-languages-in-dotnet-maui/</guid><description>Localization is essential when your MAUI app needs to feel native across regions. This video shows how to add multilingual support and automatically align UI text with device language.</description><pubDate>Mon, 03 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #74</title><link>https://mauiverse.net/community-feed/2022/10/sands-of-maui-issue-74/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/10/sands-of-maui-issue-74/</guid><description>Sam Basu&apos;s Sands of MAUI #74 curates Xamarin to .NET MAUI, Permissions in .NET MAUI, Figma to .NET MAUI Graphics, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 03 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Check and Request Permissions in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/09/checkandrequestpermissionsinnetmaui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/checkandrequestpermissionsinnetmaui/</guid><description>James Montemagno walks through Check and Request Permissions in .NET MAUI, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 29 Sep 2022 00:00:00 GMT</pubDate></item><item><title>Xamarin to .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/09/migration-paths-and-tooling-from-xamarin-to-dotnet-maui-devreach-2022/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/migration-paths-and-tooling-from-xamarin-to-dotnet-maui-devreach-2022/</guid><description>Sweeky Satpathy explores Xamarin to .NET MAUI in this ~50-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Thu, 29 Sep 2022 00:00:00 GMT</pubDate></item><item><title>Figma to .NET MAUI Graphics</title><link>https://mauiverse.net/community-feed/2022/09/turns-your-figma-design-into-dotnet-maui-graphics-code/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/turns-your-figma-design-into-dotnet-maui-graphics-code/</guid><description>Javier Suárez explores Figma to .NET MAUI Graphics in this ~10-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Thu, 29 Sep 2022 00:00:00 GMT</pubDate></item><item><title>Playing Local Audio Files with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/09/playing-local-audio-files-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/playing-local-audio-files-dotnet-maui/</guid><description>David Britch fixes file picking for his cross-platform .NET MAUI audio control so users can select local audio on iOS, Android, and Mac Catalyst. Learn the platform-specific FilePicker file type quirks that make it work.</description><pubDate>Wed, 28 Sep 2022 00:00:00 GMT</pubDate></item><item><title>Use .NET MAUI FilePicker to Pick PDFs, Images, Videos and More!</title><link>https://mauiverse.net/community-feed/2022/09/use-net-maui-filepicker-to-pick-pdfs-images-videos-and-more/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/use-net-maui-filepicker-to-pick-pdfs-images-videos-and-more/</guid><description>Use .NET MAUI FilePicker to Pick PDFs, Images, Videos and More explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 27 Sep 2022 00:00:00 GMT</pubDate></item><item><title>Creating outlined map polygons in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/09/creating-outlined-map-polygons-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/creating-outlined-map-polygons-in-net-maui/</guid><description>I was playing around with porting my Xamarin.Forms app over to .NET MAUI with the release of .NET 7 RC…</description><pubDate>Mon, 26 Sep 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Frames, Buttons, and Circle Frames with Text</title><link>https://mauiverse.net/community-feed/2022/09/netmauiframesbuttonscircleframeswithtextxaml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/netmauiframesbuttonscircleframeswithtextxaml/</guid><description>.NET MAUI Frames, Buttons, and Circle Frames with Text walks through a practical way to implement circle image and frame UI patterns you can reuse in .NET MAUI. You will learn why combining framed visuals and interactions cleanly matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 26 Sep 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #73</title><link>https://mauiverse.net/community-feed/2022/09/sands-of-maui-issue-73/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/sands-of-maui-issue-73/</guid><description>Sam Basu&apos;s Sands of MAUI #73 curates .NET MAUI Update for .NET 7, Exploring .NET MAUI for .NET 7, Status Bar with .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 26 Sep 2022 00:00:00 GMT</pubDate></item><item><title>Episode 114: .NET MAUI in .NET 7 RC 1 - Wha?!?</title><link>https://mauiverse.net/community-feed/2022/09/episode-114-net-maui-in-net-7-rc-1-wha/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/episode-114-net-maui-in-net-7-rc-1-wha/</guid><description>Show Notes Can you believe it?</description><pubDate>Fri, 23 Sep 2022 00:00:00 GMT</pubDate></item><item><title>Exploring .NET MAUI for .NET 7</title><link>https://mauiverse.net/community-feed/2022/09/let-s-explore-dotnet-maui-in-dotnet-7-rc-1/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/let-s-explore-dotnet-maui-in-dotnet-7-rc-1/</guid><description>James Montemagno explores .NET MAUI for .NET 7 in this ~1-hour session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 23 Sep 2022 00:00:00 GMT</pubDate></item><item><title>Playing Audio with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/09/playing-audio-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/playing-audio-dotnet-maui/</guid><description>David Britch builds a cross-platform .NET MAUI Audio control using native players on Android, iOS, Mac Catalyst, and Windows. Learn the handler architecture behind playing remote, embedded, and local audio.</description><pubDate>Fri, 23 Sep 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Framework Released Together with Visual Studio 2022</title><link>https://mauiverse.net/community-feed/2022/09/maui-vs2022/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/maui-vs2022/</guid><description>Edin Kapić covers .NET MAUI&apos;s GA alongside Visual Studio 2022 17.3 — single-project multi-platform apps, XAML Live Preview, and Hot Reload. The launch piece for MAUI as Xamarin.Forms&apos; successor.</description><pubDate>Thu, 22 Sep 2022 00:00:00 GMT</pubDate></item><item><title>Reporting in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/09/telerik-reporting-conquers-dotnet-maui-blazor/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/telerik-reporting-conquers-dotnet-maui-blazor/</guid><description>Telerik explores Reporting in .NET MAUI, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 21 Sep 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Update for .NET 7</title><link>https://mauiverse.net/community-feed/2022/09/dotnet-maui-in-dotnet-7-rc1/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/dotnet-maui-in-dotnet-7-rc1/</guid><description>David Ortinau explores .NET MAUI Update for .NET 7, covering “Get Started with .NET MAUI in .NET 7” and “Maps”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 20 Sep 2022 00:00:00 GMT</pubDate></item><item><title>Change Status Bar Color for Android and iOS in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/09/change-status-bar-color-for-android-and-ios-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/change-status-bar-color-for-android-and-ios-in-net-maui/</guid><description>Change Status Bar Color for Android and iOS in .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 19 Sep 2022 00:00:00 GMT</pubDate></item><item><title>How to Build and Package MAUI App for Windows</title><link>https://mauiverse.net/community-feed/2022/09/how-to-build-and-package-maui-app-for-windows/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/how-to-build-and-package-maui-app-for-windows/</guid><description>Shipping to Windows means more than just pressing run in Visual Studio. This video shows the end-to-end build, package, and deploy flow for a .NET MAUI Windows app.</description><pubDate>Mon, 19 Sep 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Image Circle C# Tapped Events Clicks (C#)</title><link>https://mauiverse.net/community-feed/2022/09/netmauiimagecirclectappedeventsclicksinc/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/netmauiimagecirclectappedeventsclicksinc/</guid><description>.NET MAUI Image Circle C# Tapped Events Clicks (C#) walks through a practical way to implement a working baseline you can adapt in your app in .NET MAUI. You will learn why implementing a practical .NET MAUI feature quickly matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 19 Sep 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #72</title><link>https://mauiverse.net/community-feed/2022/09/sands-of-maui-issue-72/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/sands-of-maui-issue-72/</guid><description>Sam Basu&apos;s Sands of MAUI #72 curates .NET MAUI for Beginners, Audio in .NET MAUI, .NET 7 Release Candidate, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 19 Sep 2022 00:00:00 GMT</pubDate></item><item><title>Playing Video with .NET MAUI on Windows</title><link>https://mauiverse.net/community-feed/2022/09/playing-video-dotnet-maui-on-windows/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/playing-video-dotnet-maui-on-windows/</guid><description>David Britch completes his cross-platform .NET MAUI Video control by adding Windows support via the WinAppSDK 1.2 MediaPlayerElement. Learn how the Windows player fits the handler-based architecture.</description><pubDate>Fri, 16 Sep 2022 00:00:00 GMT</pubDate></item><item><title>Create a Mobile App By Clicking?! You Can With Grial Kit and .NET MAUI!</title><link>https://mauiverse.net/community-feed/2022/09/create-a-mobile-app-by-clicking-you-can-with-grial-kit-and-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/create-a-mobile-app-by-clicking-you-can-with-grial-kit-and-net-maui/</guid><description>Create a Mobile App By Clicking?! You Can With Grial Kit and .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 15 Sep 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI CardViews &amp; Circle Images with Borders, Shapes, and Shadows</title><link>https://mauiverse.net/community-feed/2022/09/netmauicardviewscircleimageswithbordersshapesandshadows/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/netmauicardviewscircleimageswithbordersshapesandshadows/</guid><description>James Montemagno walks through .NET MAUI CardViews &amp; Circle Images with Borders, Shapes, and Shadows, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 15 Sep 2022 00:00:00 GMT</pubDate></item><item><title>No MSIX 🚫 Distribute Your .NET MAUI Windows App Unpackaged</title><link>https://mauiverse.net/community-feed/2022/09/no-msix-distribute-your-net-maui-windows-app-unpackaged/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/no-msix-distribute-your-net-maui-windows-app-unpackaged/</guid><description>No MSIX Distribute Your .NET MAUI Windows App Unpackaged explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 13 Sep 2022 00:00:00 GMT</pubDate></item><item><title>NoSQL with LiteDB</title><link>https://mauiverse.net/community-feed/2022/09/dotnet-maui-nosql-with-litedb/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/dotnet-maui-nosql-with-litedb/</guid><description>Daniel Hindrikes explores NoSQL with LiteDB in this ~15-minute session, focusing on project setup and data flow. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Mon, 12 Sep 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Circle Image with Frame: Frame Buttons XAML</title><link>https://mauiverse.net/community-feed/2022/09/netmauicircleimagewithframeframebuttonsxamltutorial60/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/netmauicircleimagewithframeframebuttonsxamltutorial60/</guid><description>.NET MAUI Circle Image with Frame: Frame Buttons XAML walks through a practical way to implement circle image and frame UI patterns you can reuse in .NET MAUI. You will learn why combining framed visuals and interactions cleanly matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 12 Sep 2022 00:00:00 GMT</pubDate></item><item><title>Push notifications in .NET MAUI with Firebase</title><link>https://mauiverse.net/community-feed/2022/09/push-notifications-in-net-maui-with-firebase/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/push-notifications-in-net-maui-with-firebase/</guid><description>Firebase from Google offers a variety of mobile services. In a previous post, I demonstrated how to use Firebase for…</description><pubDate>Mon, 12 Sep 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Tutorial for Beginners - Build iOS, Android, macOS, &amp; Windows Apps with C# &amp; Visual Studio</title><link>https://mauiverse.net/community-feed/2022/09/netmauitutorialforbeginnersbuildiosandroidmacoswindowsappswithcvisualstudio/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/netmauitutorialforbeginnersbuildiosandroidmacoswindowsappswithcvisualstudio/</guid><description>James Montemagno walks through .NET MAUI Tutorial for Beginners - Build iOS, Android, macOS, &amp; Windows Apps with C# &amp; Visual Studio, focusing on practical implementation steps you can apply immediately. You&apos;ll see the setup path, the key workflow decisions, and how to ship the same patterns in your own .NET MAUI projects.</description><pubDate>Thu, 08 Sep 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #71</title><link>https://mauiverse.net/community-feed/2022/09/sands-of-maui-issue-71/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/sands-of-maui-issue-71/</guid><description>Sam Basu&apos;s Sands of MAUI #71 curates .NET MAUI Community Standup, Maps in .NET MAUI, .NET MAUI Menu Bar, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Tue, 06 Sep 2022 00:00:00 GMT</pubDate></item><item><title>Creating a Spinner Popup for .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/09/creating-a-spinner-popup-for-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/creating-a-spinner-popup-for-net-maui/</guid><description>While I was porting one of my Xamarin.Forms apps over to .NET MAUI, I realized one of the packages I…</description><pubDate>Mon, 05 Sep 2022 00:00:00 GMT</pubDate></item><item><title>How to Build and Package MAUI App for Android</title><link>https://mauiverse.net/community-feed/2022/09/how-to-build-and-package-maui-app-for-android/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/how-to-build-and-package-maui-app-for-android/</guid><description>Android distribution requires the right build mode, package output, and deployment path. This video covers the practical MAUI steps to build, package, and deploy to Android devices.</description><pubDate>Mon, 05 Sep 2022 00:00:00 GMT</pubDate></item><item><title>Play Sound in .NET MAUI with Plugin.Maui.Audio</title><link>https://mauiverse.net/community-feed/2022/09/play-sound-in-net-maui-with-plugin-maui-audio/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/play-sound-in-net-maui-with-plugin-maui-audio/</guid><description>Play Sound in .NET MAUI with Plugin.Maui.Audio explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 05 Sep 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - .NET 7 Sneak Peek with Shane!</title><link>https://mauiverse.net/community-feed/2022/09/maui-community-standup-dotnet-7-sneak-peek-shane-neuville/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/maui-community-standup-dotnet-7-sneak-peek-shane-neuville/</guid><description>David Ortinau hosts a MAUI Community Standup featuring Shane Neuville for a .NET 7 sneak peek and MAUI updates.</description><pubDate>Thu, 01 Sep 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup (September 2022)</title><link>https://mauiverse.net/community-feed/2022/09/net-maui-community-toolkit-monthly-standup-september-2022/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/09/net-maui-community-toolkit-monthly-standup-september-2022/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Thu, 01 Sep 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Menu Bar</title><link>https://mauiverse.net/community-feed/2022/08/learning-use-menu-bar-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/learning-use-menu-bar-dotnet-maui/</guid><description>Leomaris Reyes explores .NET MAUI Menu Bar, focusing on what Exactly Is a Menu Bar? and hierarchies of a Menu Bar. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 31 Aug 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Maps: A First Look - Pins, Polygons and more!</title><link>https://mauiverse.net/community-feed/2022/08/net-maui-maps-a-first-look-pins-polygons-and-more/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/net-maui-maps-a-first-look-pins-polygons-and-more/</guid><description>.NET MAUI Maps: A First Look - Pins, Polygons and more explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 30 Aug 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Learning Challenge</title><link>https://mauiverse.net/community-feed/2022/08/dotnet-maui-cloud-skills-challenge/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/dotnet-maui-cloud-skills-challenge/</guid><description>Matt Soucoup explores .NET MAUI Learning Challenge, covering “What’s the challenge” and “What will you learn”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Mon, 29 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #70</title><link>https://mauiverse.net/community-feed/2022/08/sands-of-maui-issue-70/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/sands-of-maui-issue-70/</guid><description>Sam Basu&apos;s Sands of MAUI #70 curates Dependency Injection in .NET MAUI, Playing Audio in .NET MAUI, .NET MAUI To-Do List, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 29 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Episode 113: The Season of .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/08/episode-113-the-season-of-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/episode-113-the-season-of-net-maui/</guid><description>Show Notes Whether it&apos;s summer or winter where you live, one thing is for certain - it&apos;s the season of .NET MAUI!</description><pubDate>Fri, 26 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Telerik UI for .NET MAUI Update</title><link>https://mauiverse.net/community-feed/2022/08/catch-up-telerik-ui-dotnet-maui-5-minutes-15-pictures/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/catch-up-telerik-ui-dotnet-maui-5-minutes-15-pictures/</guid><description>Telerik explores Telerik UI for .NET MAUI Update, covering “What’s the State of .NET MAUI” and “What Is Telerik UI for .NET MAUI”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 25 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Playing Audio in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/08/playing-audio-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/playing-audio-in-dotnet-maui/</guid><description>Gerald Versluis explores Playing Audio in .NET MAUI, focusing on initializing the package and including our audio files. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 23 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Controlling your Sonos speaker with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/08/controlling-your-sonos-speaker-with-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/controlling-your-sonos-speaker-with-net-maui/</guid><description>In this post I’ll be showing you how you can control your local Sonos speakers using a .NET MAUI application.…</description><pubDate>Mon, 22 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Generate Barcodes in 2 Lines of Code with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/08/generate-barcodes-in-2-lines-of-code-with-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/generate-barcodes-in-2-lines-of-code-with-net-maui/</guid><description>Generate Barcodes in 2 Lines of Code with .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 22 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Improving MAUI &amp; Xamarin Code Quality with Pre Git Commit Linting</title><link>https://mauiverse.net/community-feed/2022/08/improving-maui-xamarin-code-quality-with-pre-git-commit-linting-e3e24ce585d9/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/improving-maui-xamarin-code-quality-with-pre-git-commit-linting-e3e24ce585d9/</guid><description>Improving MAUI &amp; Xamarin Code Quality with Pre Git Commit Linting with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Mon, 22 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #69</title><link>https://mauiverse.net/community-feed/2022/08/sands-of-maui-issue-69/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/sands-of-maui-issue-69/</guid><description>Sam Basu&apos;s Sands of MAUI #69 curates .NET Conf Focus on MAUI Recap, .NET MAUI Learning Resources, .NET MAUI Reactor Events, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 22 Aug 2022 00:00:00 GMT</pubDate></item><item><title>.NET Conf Focus on MAUI Recap</title><link>https://mauiverse.net/community-feed/2022/08/dotnet-conf-focus-on-maui-recap/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/dotnet-conf-focus-on-maui-recap/</guid><description>Jeff Fritz explores .NET Conf Focus on MAUI Recap, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Fri, 19 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Barcode Scanner in .NET MAUI with ZXing.Net.Maui</title><link>https://mauiverse.net/community-feed/2022/08/barcode-scanner-in-net-maui-with-zxing-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/barcode-scanner-in-net-maui-with-zxing-net-maui/</guid><description>Barcode Scanner in .NET MAUI with ZXing.Net.Maui explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 16 Aug 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Secure Storage</title><link>https://mauiverse.net/community-feed/2022/08/dotnet-maui-and-storage-part-1-secure-storage/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/dotnet-maui-and-storage-part-1-secure-storage/</guid><description>Daniel Hindrikes explores .NET MAUI Secure Storage in this ~10-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Tue, 16 Aug 2022 00:00:00 GMT</pubDate></item><item><title>How to add Localization to Blazor and Automatically Match Browser Language</title><link>https://mauiverse.net/community-feed/2022/08/how-to-add-localization-to-blazor-and-automatically-match-browser-language/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/how-to-add-localization-to-blazor-and-automatically-match-browser-language/</guid><description>Localized web UI is a fast win for usability and global reach. This video shows how to add Blazor localization and auto-match the browser language with .NET localizer.</description><pubDate>Mon, 15 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #68</title><link>https://mauiverse.net/community-feed/2022/08/sands-of-maui-issue-68/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/sands-of-maui-issue-68/</guid><description>Sam Basu&apos;s Sands of MAUI #68 curates .NET MAUI Tooling Update, .NET Conf Focus on MAUI, .NET MAUI Apps on Android, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 15 Aug 2022 00:00:00 GMT</pubDate></item><item><title>A Better Pub/Sub Messenger for .NET Applications with WeakReferenceMessenger</title><link>https://mauiverse.net/community-feed/2022/08/abetterpubsubmessengerfornetapplicationswithweakreferencemessenger/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/abetterpubsubmessengerfornetapplicationswithweakreferencemessenger/</guid><description>James Montemagno walks through A Better Pub/Sub Messenger for .NET Applications with WeakReferenceMessenger, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 11 Aug 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Apps on Android</title><link>https://mauiverse.net/community-feed/2022/08/publishing-dotnet-maui-app-android/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/publishing-dotnet-maui-app-android/</guid><description>Leomaris Reyes explores .NET MAUI Apps on Android, focusing on terms To Remember and step 1: Creating the Keystore File. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 11 Aug 2022 00:00:00 GMT</pubDate></item><item><title>UI Design for .NET MAUI | .NET Conf: Focus on MAUI</title><link>https://mauiverse.net/community-feed/2022/08/ui-design-dotnet-maui-dotnet-conf-focus-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/ui-design-dotnet-maui-dotnet-conf-focus-maui/</guid><description>Leomaris Reyes shares UI design guidance for .NET MAUI apps, focusing on practical design decisions that improve usability and polish.</description><pubDate>Thu, 11 Aug 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI BoxView (C#)</title><link>https://mauiverse.net/community-feed/2022/08/netmauiboxviewinc/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/netmauiboxviewinc/</guid><description>.NET MAUI BoxView (C#) walks through a practical way to implement BoxView patterns that keep UI lightweight in .NET MAUI. You will learn why using simple primitives for layout and separators matters and how to wire the feature from setup to a working result.</description><pubDate>Wed, 10 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Customizing your controls with Platform Behavior | .NET Conf: Focus on MAUI</title><link>https://mauiverse.net/community-feed/2022/08/customizing-controls-platform-behavior-dotnet-conf-focus-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/customizing-controls-platform-behavior-dotnet-conf-focus-maui/</guid><description>Pedro Jesus explains using Platform Behavior to customize .NET MAUI controls in a safe, platform-aware way.</description><pubDate>Tue, 09 Aug 2022 00:00:00 GMT</pubDate></item><item><title>.NET Conf Focus on MAUI</title><link>https://mauiverse.net/community-feed/2022/08/dotnet-conf-focus-on-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/dotnet-conf-focus-on-maui/</guid><description>.NET explores .NET Conf Focus on MAUI, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Tue, 09 Aug 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Tooling Update</title><link>https://mauiverse.net/community-feed/2022/08/dotnet-maui-visualstudio-2022-release/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/dotnet-maui-visualstudio-2022-release/</guid><description>Maddy Montaquila explores .NET MAUI Tooling Update, focusing on one Project, Many Platforms and visual and Live. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 09 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Using .NET MAUI Community Toolkit DrawingView</title><link>https://mauiverse.net/community-feed/2022/08/using-net-maui-community-toolkit-drawingview/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/using-net-maui-community-toolkit-drawingview/</guid><description>Using .NET MAUI Community Toolkit DrawingView explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 09 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Crashlytics for .NET MAUI with Sentry</title><link>https://mauiverse.net/community-feed/2022/08/crashlytics-for-net-maui-with-sentry/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/crashlytics-for-net-maui-with-sentry/</guid><description>As .NET MAUI has been officially released, a lot of people are still holding off on using it until their…</description><pubDate>Mon, 08 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #67</title><link>https://mauiverse.net/community-feed/2022/08/sands-of-maui-issue-67/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/sands-of-maui-issue-67/</guid><description>Sam Basu&apos;s Sands of MAUI #67 curates .NET Conf Focus on MAUI, .NET Community Toolkit, Logging in .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 08 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Never write C# #if preprocessor directives again! Use the Conditional attribute!</title><link>https://mauiverse.net/community-feed/2022/08/neverwritecifpreprocessordirectivesagainusetheconditionalattribute/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/neverwritecifpreprocessordirectivesagainusetheconditionalattribute/</guid><description>James Montemagno walks through Never write C# #if preprocessor directives again! Use the Conditional attribute, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 04 Aug 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup (August 2022)</title><link>https://mauiverse.net/community-feed/2022/08/net-maui-community-toolkit-monthly-standup-august-2022/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/net-maui-community-toolkit-monthly-standup-august-2022/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Thu, 04 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Data Binding in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/08/getting-started-basic-bindings-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/getting-started-basic-bindings-dotnet-maui/</guid><description>Leomaris Reyes explores Data Binding in .NET MAUI, covering “What Is Data Binding” and “Advantages of Using Data Bindings”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 02 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Behaviors Library for .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/08/behaviors-library-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/behaviors-library-dotnet-maui/</guid><description>David Britch resurrects his Blend-style behaviors library for .NET MAUI, letting you invoke commands, methods, property changes, and animations from XAML. Learn how behaviors and actions eliminate boilerplate code-behind.</description><pubDate>Mon, 01 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Client-Side Logging in .NET MAUI with MetroLog.Maui</title><link>https://mauiverse.net/community-feed/2022/08/client-side-logging-in-net-maui-with-metrolog-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/client-side-logging-in-net-maui-with-metrolog-maui/</guid><description>Client-Side Logging in .NET MAUI with MetroLog.Maui explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 01 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Distribute your .NET MAUI apps with Firebase</title><link>https://mauiverse.net/community-feed/2022/08/distribute-your-net-maui-apps-with-firebase/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/distribute-your-net-maui-apps-with-firebase/</guid><description>Before you ship your mobile app to production, it’s important to put it in the hands of testers to make…</description><pubDate>Mon, 01 Aug 2022 00:00:00 GMT</pubDate></item><item><title>NET MAUI How to Add Title in the Top Menu</title><link>https://mauiverse.net/community-feed/2022/08/net-maui-how-to-add-title-in-the-top-menu/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/net-maui-how-to-add-title-in-the-top-menu/</guid><description>Small desktop polish can make a MAUI app feel far more complete. This short video shows how to set the Windows top menu title in a .NET MAUI app.</description><pubDate>Mon, 01 Aug 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #66</title><link>https://mauiverse.net/community-feed/2022/08/sands-of-maui-issue-66/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/08/sands-of-maui-issue-66/</guid><description>Sam Basu&apos;s Sands of MAUI #66 curates Catering to Desktop and Mobile, Multi-Windows in .NET MAUI, Auth0 with .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 01 Aug 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit</title><link>https://mauiverse.net/community-feed/2022/07/net-maui-community-toolkit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/net-maui-community-toolkit/</guid><description>Liam Elliott highlights useful capabilities in the .NET MAUI Community Toolkit and why it matters for app development.</description><pubDate>Sat, 30 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Display a Map with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/07/display-map-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/display-map-dotnet-maui/</guid><description>David Britch builds a simple cross-platform Map control for .NET MAUI backed by native map views on Android and iOS/Mac Catalyst. It&apos;s a beginner-friendly example of writing your own handler-based control.</description><pubDate>Fri, 29 Jul 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI BoxView Control XAML</title><link>https://mauiverse.net/community-feed/2022/07/netmauiboxviewcontrolxamltutorial5/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/netmauiboxviewcontrolxamltutorial5/</guid><description>.NET MAUI BoxView Control XAML walks through a practical way to implement BoxView patterns that keep UI lightweight in .NET MAUI. You will learn why using simple primitives for layout and separators matters and how to wire the feature from setup to a working result.</description><pubDate>Thu, 28 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Playing Video with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/07/playing-video-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/playing-video-dotnet-maui/</guid><description>David Britch builds a cross-platform Video control for .NET MAUI using AVPlayer on iOS/Mac Catalyst and VideoView on Android. Learn the handler architecture behind playing remote, embedded, and local video.</description><pubDate>Thu, 28 Jul 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Blazor Template - Build Your UI Once</title><link>https://mauiverse.net/community-feed/2022/07/maui-blazor-template-build-your-ui-once/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/maui-blazor-template-build-your-ui-once/</guid><description>Brady Stroud shares a .NET MAUI Blazor template that streamlines shared UI architecture across web and mobile.</description><pubDate>Wed, 27 Jul 2022 00:00:00 GMT</pubDate></item><item><title>MetroLog.Maui: Logging Tailor-Made for MAUI</title><link>https://mauiverse.net/community-feed/2022/07/metrolog-maui-logging-tailor-made-for-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/metrolog-maui-logging-tailor-made-for-maui/</guid><description>Jean-Marie Alfonsi introduces MetroLog.Maui, a performance-focused logging solution adapted for .NET MAUI.</description><pubDate>Wed, 27 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Using Maui.Graphics to build charts</title><link>https://mauiverse.net/community-feed/2022/07/using-maui-graphics-to-build-charts/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/using-maui-graphics-to-build-charts/</guid><description>Build radial bar charts in .NET MAUI using GraphicsView and custom drawables with Maui.Graphics.</description><pubDate>Wed, 27 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Creating a countdown button for .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/07/creating-a-countdown-button-for-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/creating-a-countdown-button-for-net-maui/</guid><description>Create a circular countdown button in .NET MAUI using GraphicsView, custom drawing, and timed UI updates.</description><pubDate>Tue, 26 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Multi-Windows in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/07/exploring-multi-windows-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/exploring-multi-windows-dotnet-maui/</guid><description>Leomaris Reyes explores Multi-Windows in .NET MAUI, focusing on adding Needed Platforms Settings and iOS and macOS. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 26 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Implement Lottie Animations in .NET MAUI Under 10 Minutes!</title><link>https://mauiverse.net/community-feed/2022/07/implement-lottie-animations-in-net-maui-under-10-minutes/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/implement-lottie-animations-in-net-maui-under-10-minutes/</guid><description>Implement Lottie Animations in .NET MAUI Under 10 Minutes explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 25 Jul 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI: Create a simple rating control</title><link>https://mauiverse.net/community-feed/2022/07/net-maui-create-a-simple-rating-control/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/net-maui-create-a-simple-rating-control/</guid><description>Build a lightweight star rating control in .NET MAUI using icon fonts, custom logic for fractional values, and reusable layout code.</description><pubDate>Mon, 25 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Setting up CI for your .NET MAUI Windows app with GitHub Actions</title><link>https://mauiverse.net/community-feed/2022/07/setting-up-ci-for-your-net-maui-windows-app-with-github-actions/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/setting-up-ci-for-your-net-maui-windows-app-with-github-actions/</guid><description>In my previous post I talked about how to set up CI for your .NET MAUI Windows app in Azure…</description><pubDate>Mon, 25 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Shake Boxes with MAUI and Xamarin.Forms</title><link>https://mauiverse.net/community-feed/2022/07/shake-boxes-with-maui-and-xamarin-forms/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/shake-boxes-with-maui-and-xamarin-forms/</guid><description>Damian Suess shows a lightweight MVVM pattern for adding shake-style validation feedback in Xamarin.Forms and .NET MAUI. The post is a quick practical reference when you want more expressive login-form UX with minimal code.</description><pubDate>Mon, 25 Jul 2022 00:00:00 GMT</pubDate></item><item><title>ClassFly UI - XAML vs Blazor - Part 1 - XAML</title><link>https://mauiverse.net/community-feed/2022/07/classfly-ui-xaml-vs-blazor-part-1-xaml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/classfly-ui-xaml-vs-blazor-part-1-xaml/</guid><description>Kym Phillpotts starts a practical XAML vs Blazor comparison by implementing the same .NET MAUI UI in XAML first. You’ll see how the layout is broken down step-by-step so you can evaluate each approach with concrete examples.</description><pubDate>Sat, 23 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Episode 112: We&apos;re Back From Vacation!</title><link>https://mauiverse.net/community-feed/2022/07/episode-112-were-back-from-vacation/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/episode-112-were-back-from-vacation/</guid><description>Show Notes We may have missed a month out on vacation - but we&apos;re back better than ever with the latest installment of the .NET MAUI podcast!</description><pubDate>Fri, 22 Jul 2022 00:00:00 GMT</pubDate></item><item><title>What is a Scoped .NET Dependency, and Why You Should Use Them</title><link>https://mauiverse.net/community-feed/2022/07/whatisascopednetdependencyandwhyyoushouldusethem/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/whatisascopednetdependencyandwhyyoushouldusethem/</guid><description>James Montemagno walks through What is a Scoped .NET Dependency, and Why You Should Use Them, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 21 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Building a Draw Something clone in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/07/building-a-draw-something-clone-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/building-a-draw-something-clone-in-dotnet-maui/</guid><description>Learn how to create a Draw Something style app in .NET MAUI with drawing surfaces, input handling, and playful UX ideas.</description><pubDate>Wed, 20 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Making a Time Zone Picker Control for .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/07/making-a-time-zone-picker-control-for-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/making-a-time-zone-picker-control-for-dotnet-maui/</guid><description>Matt Johnson-Pint builds a reusable time zone picker control for .NET MAUI applications.</description><pubDate>Tue, 19 Jul 2022 00:00:00 GMT</pubDate></item><item><title>NET MAUI How to Add Tray Icon on Windows</title><link>https://mauiverse.net/community-feed/2022/07/net-maui-how-to-add-tray-icon-on-windows/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/net-maui-how-to-add-tray-icon-on-windows/</guid><description>If your app should stay accessible while minimized, a system tray icon is a great pattern. This video walks through adding Windows tray icon support to a .NET MAUI app.</description><pubDate>Mon, 18 Jul 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI HTTP, HTTPS, GIF, and Cached Image Control</title><link>https://mauiverse.net/community-feed/2022/07/netmauihttphttpsgifcachedimagecontroltutorial4/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/netmauihttphttpsgifcachedimagecontroltutorial4/</guid><description>.NET MAUI HTTP, HTTPS, GIF, and Cached Image Control walks through a practical way to implement a working baseline you can adapt in your app in .NET MAUI. You will learn why implementing a practical .NET MAUI feature quickly matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 18 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #65</title><link>https://mauiverse.net/community-feed/2022/07/sands-of-maui-issue-65/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/sands-of-maui-issue-65/</guid><description>Sam Basu&apos;s Sands of MAUI #65 curates .NET MAUI Release, Image Caching in .NET MAUI, .NET MAUI Control Customization, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 18 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Unit Testing .NET MAUI Apps with xUnit</title><link>https://mauiverse.net/community-feed/2022/07/unit-testing-net-maui-apps-with-xunit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/unit-testing-net-maui-apps-with-xunit/</guid><description>Unit Testing .NET MAUI Apps with xUnit explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 18 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Building a game engine with .NET MAUI with Shaun Lawrence (2022-07)</title><link>https://mauiverse.net/community-feed/2022/07/building-a-game-engine-with-dotnet-maui-with-shaun-lawrence/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/building-a-game-engine-with-dotnet-maui-with-shaun-lawrence/</guid><description>Shaun Lawrence shares how he approached building a game engine in .NET MAUI and where MAUI fits in game-oriented architecture decisions. The session blends platform fundamentals with practical implementation guidance so you can move from experimentation to a working game foundation.</description><pubDate>Sat, 16 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Catering to Desktop and Mobile with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/07/catering-to-desktop-and-mobile-with-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/catering-to-desktop-and-mobile-with-dotnet-maui/</guid><description>Sam Basu explores how .NET MAUI supports both desktop and mobile form factors while adapting UX for each device class.</description><pubDate>Sat, 16 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Customizing Controls in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/07/customizing-controls-dotnet-maui-pedro-jesus/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/customizing-controls-dotnet-maui-pedro-jesus/</guid><description>Pedro Jesus explains several ways to customize .NET MAUI controls, from extending controls to attached properties/mappers and platform behaviors.</description><pubDate>Thu, 14 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Singleton vs Transient - What&apos;s the Difference in .NET Dependency Injection?</title><link>https://mauiverse.net/community-feed/2022/07/singletonvstransientwhatsthedifferenceinnetdependencyinjection/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/singletonvstransientwhatsthedifferenceinnetdependencyinjection/</guid><description>James Montemagno walks through Singleton vs Transient - What&apos;s the Difference in .NET Dependency Injection, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 14 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Lottie Animations, Gestures, and Scrolling</title><link>https://mauiverse.net/community-feed/2022/07/lottie-animations-gestures-and-scrolling/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/lottie-animations-gestures-and-scrolling/</guid><description>Flavio Gonclaves combines Lottie animations with gesture and scrolling interactions in .NET MAUI.</description><pubDate>Wed, 13 Jul 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Image Button C#</title><link>https://mauiverse.net/community-feed/2022/07/netmauiimagebuttonctutorial31/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/netmauiimagebuttonctutorial31/</guid><description>.NET MAUI Image Button C# walks through a practical way to implement button patterns for reusable MAUI UI in .NET MAUI. You will learn why building predictable user interactions in core screens matters and how to wire the feature from setup to a working result.</description><pubDate>Wed, 13 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Binding Lottie (or Any Other Swift Framework with UI) in MAUI</title><link>https://mauiverse.net/community-feed/2022/07/binding-lottie-or-any-other-swift-framework-with-ui-in-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/binding-lottie-or-any-other-swift-framework-with-ui-in-maui/</guid><description>Csaba Huszár explains how to bind Swift UI frameworks like Lottie for use in .NET MAUI iOS projects.</description><pubDate>Tue, 12 Jul 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI CollectionView Grouping: Show Groups of Data</title><link>https://mauiverse.net/community-feed/2022/07/net-maui-collectionview-grouping-show-groups-of-data/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/net-maui-collectionview-grouping-show-groups-of-data/</guid><description>.NET MAUI CollectionView Grouping: Show Groups of Data explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 12 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #64</title><link>https://mauiverse.net/community-feed/2022/07/sands-of-maui-issue-64/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/sands-of-maui-issue-64/</guid><description>Sam Basu&apos;s Sands of MAUI #64 curates DevOps with .NET MAUI, MVVMS in .NET MAUI, App Health in .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 11 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Setting up CI for your .NET MAUI Windows app in Azure DevOps</title><link>https://mauiverse.net/community-feed/2022/07/setting-up-ci-for-your-net-maui-windows-app-in-azure-devops/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/setting-up-ci-for-your-net-maui-windows-app-in-azure-devops/</guid><description>In this post I will show you how you can set up continuous integration (CI) for your .NET MAUI Windows…</description><pubDate>Mon, 11 Jul 2022 00:00:00 GMT</pubDate></item><item><title>MVVMS... A Better MVVM? Model-View-ViewModel-Services Explained</title><link>https://mauiverse.net/community-feed/2022/07/mvvmsabettermvvmmodelviewviewmodelservicesexplained/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/mvvmsabettermvvmmodelviewviewmodelservicesexplained/</guid><description>James Montemagno walks through MVVMS... A Better MVVM? Model-View-ViewModel-Services Explained, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 07 Jul 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - Check your Window&apos;s app&apos;s accessibility</title><link>https://mauiverse.net/community-feed/2022/07/maui-community-standup-windows-app-accessibility/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/maui-community-standup-windows-app-accessibility/</guid><description>David Ortinau hosts a MAUI Community Standup focused on Windows app accessibility considerations for MAUI apps.</description><pubDate>Thu, 07 Jul 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup (July 2022)</title><link>https://mauiverse.net/community-feed/2022/07/net-maui-community-toolkit-monthly-standup-july-2022/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/net-maui-community-toolkit-monthly-standup-july-2022/</guid><description>Join us as we discuss the current happenings in the .NET MAUI Community Toolkit!</description><pubDate>Thu, 07 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Replicating Pet Adoption UI in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/07/replicating-pet-adoption-ui-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/replicating-pet-adoption-ui-in-dotnet-maui/</guid><description>Leomaris Reyes demonstrates how to replicate a Pet Adoption design in .NET MAUI with a block-by-block approach.</description><pubDate>Wed, 06 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Getting Started with .NET MAUI and SignalR: Real-Time Chat App</title><link>https://mauiverse.net/community-feed/2022/07/getting-started-with-net-maui-and-signalr-real-time-chat-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/getting-started-with-net-maui-and-signalr-real-time-chat-app/</guid><description>Getting Started with .NET MAUI and SignalR: Real-Time Chat App explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 05 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Set-up Azure DevOps for MAUI</title><link>https://mauiverse.net/community-feed/2022/07/set-up-azure-devops-for-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/set-up-azure-devops-for-maui/</guid><description>A detailed CI/CD guide for building and publishing .NET MAUI apps with Azure DevOps pipelines.</description><pubDate>Tue, 05 Jul 2022 00:00:00 GMT</pubDate></item><item><title>How to Get Started with NET MAUI on MAC</title><link>https://mauiverse.net/community-feed/2022/07/how-to-get-started-with-net-maui-on-mac/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/how-to-get-started-with-net-maui-on-mac/</guid><description>Starting MAUI on macOS can feel different if you are used to Windows-first tooling. This video shows a practical setup path with JetBrains Rider so you can start building right away.</description><pubDate>Mon, 04 Jul 2022 00:00:00 GMT</pubDate></item><item><title>MAUI UI July - Replicating F1TV App</title><link>https://mauiverse.net/community-feed/2022/07/maui-ui-july-replicating-f1tv-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/maui-ui-july-replicating-f1tv-app/</guid><description>Andreas Nesheim recreates the F1TV app interface in .NET MAUI and shares implementation details.</description><pubDate>Mon, 04 Jul 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI UI July: Outlook Clone</title><link>https://mauiverse.net/community-feed/2022/07/outlook-clone/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/07/outlook-clone/</guid><description>Step-by-step tutorial for recreating the Microsoft Outlook mobile app UI using .NET MAUI layouts and controls, demonstrating practical UI building techniques.</description><pubDate>Fri, 01 Jul 2022 00:00:00 GMT</pubDate></item><item><title>Control Reference Bindings (view-to-view) - .NET MAUI 101</title><link>https://mauiverse.net/community-feed/2022/06/control-reference-bindings-view-to-view-net-maui-101/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/control-reference-bindings-view-to-view-net-maui-101/</guid><description>Control Reference Bindings (view-to-view) - .NET MAUI 101 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 30 Jun 2022 00:00:00 GMT</pubDate></item><item><title>What is the MVVM pattern, What benefits does MVVM have?</title><link>https://mauiverse.net/community-feed/2022/06/whatisthemvvmpatternwhatbenefitsdoesmvvmhave/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/whatisthemvvmpatternwhatbenefitsdoesmvvmhave/</guid><description>James Montemagno walks through What is the MVVM pattern, What benefits does MVVM have, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 30 Jun 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI for Beginners</title><link>https://mauiverse.net/community-feed/2022/06/dotnet-maui-for-beginners/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/dotnet-maui-for-beginners/</guid><description>James Montemagno explores .NET MAUI for Beginners, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 29 Jun 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Data Binding</title><link>https://mauiverse.net/community-feed/2022/06/dotnet-maui-data-binding-with-mvvm-and-xaml-5-of-8-dotnet-maui-for-beginners/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/dotnet-maui-data-binding-with-mvvm-and-xaml-5-of-8-dotnet-maui-for-beginners/</guid><description>James Montemagno explores .NET MAUI Data Binding in this ~20-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 29 Jun 2022 00:00:00 GMT</pubDate></item><item><title>DevOps with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/06/devops-for-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/devops-for-dotnet-maui/</guid><description>Sweeky Satpathy explores DevOps with .NET MAUI, focusing on pipeline Source Files and pipeline Overview. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 28 Jun 2022 00:00:00 GMT</pubDate></item><item><title>Build Your .NET MAUI Windows App with GitHub Actions</title><link>https://mauiverse.net/community-feed/2022/06/build-your-net-maui-windows-app-with-github-actions/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/build-your-net-maui-windows-app-with-github-actions/</guid><description>Build Your .NET MAUI Windows App with GitHub Actions explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 27 Jun 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Image Button XAML</title><link>https://mauiverse.net/community-feed/2022/06/netmauiimagebuttonxamltutorial3/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/netmauiimagebuttonxamltutorial3/</guid><description>.NET MAUI Image Button XAML walks through a practical way to implement button patterns for reusable MAUI UI in .NET MAUI. You will learn why building predictable user interactions in core screens matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 27 Jun 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #63</title><link>https://mauiverse.net/community-feed/2022/06/sands-of-maui-issue-63/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/sands-of-maui-issue-63/</guid><description>Sam Basu&apos;s Sands of MAUI #63 curates .NET Conf Focus on MAUI, Layouts in .NET MAUI, Using Shell in .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 27 Jun 2022 00:00:00 GMT</pubDate></item><item><title>Layouts in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/06/exploring-layout-options-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/exploring-layout-options-dotnet-maui/</guid><description>Leomaris Reyes explores Layouts in .NET MAUI, covering “What Is a Layout” and “Existing Layout Types in .NET MAUI”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 23 Jun 2022 00:00:00 GMT</pubDate></item><item><title>Using Dynamic Resources - .NET MAUI 101</title><link>https://mauiverse.net/community-feed/2022/06/using-dynamic-resources-net-maui-101/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/using-dynamic-resources-net-maui-101/</guid><description>Using Dynamic Resources - .NET MAUI 101 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 23 Jun 2022 00:00:00 GMT</pubDate></item><item><title>4 Steps To Improve HTTP Request Performance in Dotnet MAUI / Xamarin</title><link>https://mauiverse.net/community-feed/2022/06/improve-http-request-performance-in-dotnet-maui-xamarin/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/improve-http-request-performance-in-dotnet-maui-xamarin/</guid><description>This articles shows how to improve HTTP Request Performance in Dotnet MAUI / Xamarin Make your mobile app consume less resources.</description><pubDate>Wed, 22 Jun 2022 00:00:00 GMT</pubDate></item><item><title>Build Your .NET MAUI Android App with GitHub Actions</title><link>https://mauiverse.net/community-feed/2022/06/build-your-net-maui-android-app-with-github-actions/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/build-your-net-maui-android-app-with-github-actions/</guid><description>Build Your .NET MAUI Android App with GitHub Actions explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 20 Jun 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Button Control C#</title><link>https://mauiverse.net/community-feed/2022/06/netmauibuttoncontrolctutorial21/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/netmauibuttoncontrolctutorial21/</guid><description>.NET MAUI Button Control C# walks through a practical way to implement button patterns for reusable MAUI UI in .NET MAUI. You will learn why building predictable user interactions in core screens matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 20 Jun 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #62</title><link>https://mauiverse.net/community-feed/2022/06/sands-of-maui-issue-62/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/sands-of-maui-issue-62/</guid><description>Sam Basu&apos;s Sands of MAUI #62 curates Native Apps With .NET, .NET MAUI Resources, Platform API With .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 20 Jun 2022 00:00:00 GMT</pubDate></item><item><title>Discord UI in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/06/discord-ui-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/discord-ui-in-net-maui/</guid><description>Tylah Kapa recreates a Discord-inspired chat interface in .NET MAUI and explains key layout pieces.</description><pubDate>Fri, 17 Jun 2022 00:00:00 GMT</pubDate></item><item><title>[MauiFest] Updating to Prism for .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/06/mauifest-updating-to-prism-for-dotnet-maui-dan-siegel/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/mauifest-updating-to-prism-for-dotnet-maui-dan-siegel/</guid><description>Dan Siegel walks through what it takes to update apps to Prism for .NET MAUI, covering key changes and practical migration considerations.</description><pubDate>Fri, 17 Jun 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Resources</title><link>https://mauiverse.net/community-feed/2022/06/learn-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/learn-dotnet-maui/</guid><description>Matt Soucoup explores .NET MAUI Resources, focusing on let’s Learn .NET MAUI and summary. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 16 Jun 2022 00:00:00 GMT</pubDate></item><item><title>Platform API With .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/06/evolution-platform-api-access-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/evolution-platform-api-access-dotnet-maui/</guid><description>Sam Basu explores Platform API With .NET MAUI, focusing on era 1: The Wild West and era 2: The United States. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 14 Jun 2022 00:00:00 GMT</pubDate></item><item><title>[MauiFest] The various ways to customize your .NET MAUI controls</title><link>https://mauiverse.net/community-feed/2022/06/mauifest-customize-dotnet-maui-controls-pedro-jesus/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/mauifest-customize-dotnet-maui-controls-pedro-jesus/</guid><description>Pedro Jesus presents a MauiFest session on the different approaches to customizing .NET MAUI controls.</description><pubDate>Tue, 14 Jun 2022 00:00:00 GMT</pubDate></item><item><title>Light &amp; Dark Mode with AppThemeBinding - .NET MAUI 101</title><link>https://mauiverse.net/community-feed/2022/06/light-dark-mode-with-appthemebinding-net-maui-101/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/light-dark-mode-with-appthemebinding-net-maui-101/</guid><description>Light &amp; Dark Mode with AppThemeBinding - .NET MAUI 101 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 13 Jun 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Buttons: Button Images XAML</title><link>https://mauiverse.net/community-feed/2022/06/netmauibuttonsbuttonimagesxamltutorial2/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/netmauibuttonsbuttonimagesxamltutorial2/</guid><description>.NET MAUI Buttons: Button Images XAML walks through a practical way to implement button patterns for reusable MAUI UI in .NET MAUI. You will learn why building predictable user interactions in core screens matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 13 Jun 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #61</title><link>https://mauiverse.net/community-feed/2022/06/sands-of-maui-issue-61/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/sands-of-maui-issue-61/</guid><description>Sam Basu&apos;s Sands of MAUI #61 curates .NET MAUI Updates &amp; Roadmap, Blazor Hybrid with .NET MAUI, Performance Tuning in .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 13 Jun 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Label Control C#</title><link>https://mauiverse.net/community-feed/2022/06/netmauilabelcontrolctutorial11/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/netmauilabelcontrolctutorial11/</guid><description>.NET MAUI Label Control C# walks through a practical way to implement label usage patterns that scale with your UI in .NET MAUI. You will learn why presenting text clearly across screen sizes and themes matters and how to wire the feature from setup to a working result.</description><pubDate>Thu, 09 Jun 2022 00:00:00 GMT</pubDate></item><item><title>Performance Tuning in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/06/performance-improvements-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/performance-improvements-in-dotnet-maui/</guid><description>Jonathan Peppers explores Performance Tuning in .NET MAUI, focusing on startup Performance Improvements and profiling on Mobile. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 07 Jun 2022 00:00:00 GMT</pubDate></item><item><title>How to Get Started with NET MAUI and Blazor</title><link>https://mauiverse.net/community-feed/2022/06/how-to-get-started-with-net-maui-and-blazor/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/how-to-get-started-with-net-maui-and-blazor/</guid><description>Blazor Hybrid is one of the fastest ways to reuse web UI skills in native apps. This video helps you get started with .NET MAUI plus Blazor using a hands-on sample project.</description><pubDate>Mon, 06 Jun 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #60</title><link>https://mauiverse.net/community-feed/2022/06/sands-of-maui-issue-60/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/sands-of-maui-issue-60/</guid><description>Sam Basu&apos;s Sands of MAUI #60 curates .NET MAUI Launch Party, .NET MAUI UI with C\#, Celebrating Telerik UI for .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 06 Jun 2022 00:00:00 GMT</pubDate></item><item><title>Working with .NET MAUI Styles - .NET MAUI 101</title><link>https://mauiverse.net/community-feed/2022/06/working-with-net-maui-styles-net-maui-101/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/working-with-net-maui-styles-net-maui-101/</guid><description>Working with .NET MAUI Styles - .NET MAUI 101 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 06 Jun 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Roadmap</title><link>https://mauiverse.net/community-feed/2022/06/net-maui-roadmap/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/net-maui-roadmap/</guid><description>.NET MAUI Roadmap. It is good to remember that this guide can be considered as a compliment, it can not be taken as the final guide.</description><pubDate>Sun, 05 Jun 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Launch Party</title><link>https://mauiverse.net/community-feed/2022/06/dotnet-maui-community-standup-dotnet-maui-launch-party/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/dotnet-maui-community-standup-dotnet-maui-launch-party/</guid><description>Maddy Montaquila explores .NET MAUI Launch Party in this ~1-hour session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Thu, 02 Jun 2022 00:00:00 GMT</pubDate></item><item><title>Prism for .NET MAUI - Public Beta</title><link>https://mauiverse.net/community-feed/2022/06/prism-for-net-maui-public-beta-dan-siegel/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/prism-for-net-maui-public-beta-dan-siegel/</guid><description>Dan Siegel announces the public beta for Prism on .NET MAUI and walks through the new app startup pipeline, service registration options, and navigation improvements.</description><pubDate>Thu, 02 Jun 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - .NET MAUI LAUNCH PARTY!!!!</title><link>https://mauiverse.net/community-feed/2022/06/maui-community-standup-launch-party/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/maui-community-standup-launch-party/</guid><description>David Ortinau hosts the .NET MAUI Community Standup launch party celebrating MAUI’s release and community momentum.</description><pubDate>Thu, 02 Jun 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup (June 2022)</title><link>https://mauiverse.net/community-feed/2022/06/net-maui-community-toolkit-monthly-standup-june-2022/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/net-maui-community-toolkit-monthly-standup-june-2022/</guid><description>Join us as we review recent updates and upcoming changes to the .NET MAUI Community Toolkit!</description><pubDate>Thu, 02 Jun 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI UI with C#</title><link>https://mauiverse.net/community-feed/2022/06/creating-dotnet-maui-uis-in-csharp-markup/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/creating-dotnet-maui-uis-in-csharp-markup/</guid><description>James Montemagno explores .NET MAUI UI with C# in this ~25-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 01 Jun 2022 00:00:00 GMT</pubDate></item><item><title>Celebrating Telerik UI for .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/06/js-girl-in-a-dotnet-world-telerik-ui-for-dotnet-maui-out-of-preview-and-ready-for-action/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/js-girl-in-a-dotnet-world-telerik-ui-for-dotnet-maui-out-of-preview-and-ready-for-action/</guid><description>Alyssa Nicoll explores Celebrating Telerik UI for .NET MAUI in this ~1-hour session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 01 Jun 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Label Control</title><link>https://mauiverse.net/community-feed/2022/06/netmauilabelcontroltutorial1/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/06/netmauilabelcontroltutorial1/</guid><description>.NET MAUI Label Control walks through a practical way to implement label usage patterns that scale with your UI in .NET MAUI. You will learn why presenting text clearly across screen sizes and themes matters and how to wire the feature from setup to a working result.</description><pubDate>Wed, 01 Jun 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #59</title><link>https://mauiverse.net/community-feed/2022/05/sands-of-maui-issue-59/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/sands-of-maui-issue-59/</guid><description>Sam Basu&apos;s Sands of MAUI #59 curates .NET MAUI Ready, .NET MAUI Courseware, Telerik UI for .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Tue, 31 May 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Updates &amp; Roadmap</title><link>https://mauiverse.net/community-feed/2022/05/dotnet-maui-updates-and-roadmap-od106/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/dotnet-maui-updates-and-roadmap-od106/</guid><description>Maddy Montaquila explores .NET MAUI Updates &amp; Roadmap in this ~15-minute session, focusing on release scope and developer workflow. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 27 May 2022 00:00:00 GMT</pubDate></item><item><title>Using Shell in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/05/intro-to-shell-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/intro-to-shell-in-dotnet-maui/</guid><description>Daniel Hindrikes explores Using Shell in .NET MAUI in this ~10-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 27 May 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Full Installation on Windows Home &amp; Pro</title><link>https://mauiverse.net/community-feed/2022/05/netmauifullinstallationonwindowshomepro/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/netmauifullinstallationonwindowshomepro/</guid><description>.NET MAUI Full Installation on Windows Home &amp; Pro walks through a practical way to implement a repeatable setup path for your development machine in .NET MAUI. You will learn why getting the MAUI tooling stack installed without missed steps matters and how to wire the feature from setup to a working result.</description><pubDate>Fri, 27 May 2022 00:00:00 GMT</pubDate></item><item><title>Episode 111: Aloha .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/05/episode-111-aloha-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/episode-111-aloha-net-maui/</guid><description>Show Notes It&apos;s out - it&apos;s GA - move all your apps now.</description><pubDate>Tue, 24 May 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Ready</title><link>https://mauiverse.net/community-feed/2022/05/introducing-dotnet-maui-one-codebase-many-platforms/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/introducing-dotnet-maui-one-codebase-many-platforms/</guid><description>David Ortinau explores .NET MAUI Ready, focusing on native UI, No Compromise and accessibility First. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Mon, 23 May 2022 00:00:00 GMT</pubDate></item><item><title>Learn .NET MAUI - Full Course for Beginners | Build cross-platform apps in C#</title><link>https://mauiverse.net/community-feed/2022/05/learnnetmauifullcourseforbeginnersbuildcrossplatformappsinc/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/learnnetmauifullcourseforbeginnersbuildcrossplatformappsinc/</guid><description>James Montemagno walks through Learn .NET MAUI - Full Course for Beginners | Build cross-platform apps in C#, focusing on practical implementation steps you can apply immediately. You&apos;ll see the setup path, the key workflow decisions, and how to ship the same patterns in your own .NET MAUI projects.</description><pubDate>Mon, 23 May 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #58</title><link>https://mauiverse.net/community-feed/2022/05/sands-of-maui-issue-58/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/sands-of-maui-issue-58/</guid><description>Sam Basu&apos;s Sands of MAUI #58 curates .NET MAUI Crash Course, .NET MAUI Courseware, .NET MAUI Modes, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 23 May 2022 00:00:00 GMT</pubDate></item><item><title>Telerik UI for .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/05/telerik-ui-dotnet-maui-ga-50-ui-controls-build-cross-platform-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/telerik-ui-dotnet-maui-ga-50-ui-controls-build-cross-platform-apps/</guid><description>Telerik explores Telerik UI for .NET MAUI, covering “What Is .NET MAUI” and “What’s Included in Telerik UI for .NET MAUI 1.0.0”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Mon, 23 May 2022 00:00:00 GMT</pubDate></item><item><title>Final Tips, Pointers and How To Learn More - .NET MAUI Tutorial Step-by-step</title><link>https://mauiverse.net/community-feed/2022/05/final-tips-pointers-and-how-to-learn-more-net-maui-tutorial-step-by-step/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/final-tips-pointers-and-how-to-learn-more-net-maui-tutorial-step-by-step/</guid><description>Final Tips, Pointers and How To Learn More - .NET MAUI Tutorial Step-by-step explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Sun, 22 May 2022 00:00:00 GMT</pubDate></item><item><title>Styling, Theming and Dark Mode - .NET MAUI Tutorial Step-by-Step</title><link>https://mauiverse.net/community-feed/2022/05/styling-theming-and-dark-mode-net-maui-tutorial-step-by-step/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/styling-theming-and-dark-mode-net-maui-tutorial-step-by-step/</guid><description>Styling, Theming and Dark Mode - .NET MAUI Tutorial Step-by-Step explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Sat, 21 May 2022 00:00:00 GMT</pubDate></item><item><title>Pull-To-Refresh, EmptyView and Layouts with CollectionView - .NET MAUI Tutorial Step-by-Step</title><link>https://mauiverse.net/community-feed/2022/05/pull-to-refresh-emptyview-and-layouts-with-collectionview-net-maui-tutorial-step-by-step/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/pull-to-refresh-emptyview-and-layouts-with-collectionview-net-maui-tutorial-step-by-step/</guid><description>Pull-To-Refresh, EmptyView and Layouts with CollectionView - .NET MAUI Tutorial Step-by-Step explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Fri, 20 May 2022 00:00:00 GMT</pubDate></item><item><title>Introducing .NET MAUI UI July</title><link>https://mauiverse.net/community-feed/2022/05/maui-ui-july/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/maui-ui-july/</guid><description>Announcing the first .NET MAUI UI July event, a month-long community-driven initiative featuring daily blog posts and videos showcasing .NET MAUI UI techniques.</description><pubDate>Thu, 19 May 2022 00:00:00 GMT</pubDate></item><item><title>Platform Features and Device Sensors - .NET MAUI Tutorial Step-by-Step</title><link>https://mauiverse.net/community-feed/2022/05/platform-features-and-device-sensors-net-maui-tutorial-step-by-step/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/platform-features-and-device-sensors-net-maui-tutorial-step-by-step/</guid><description>Platform Features and Device Sensors - .NET MAUI Tutorial Step-by-Step explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 19 May 2022 00:00:00 GMT</pubDate></item><item><title>Navigation with .NET MAUI Shell - .NET MAUI Tutorial Step-by-Step</title><link>https://mauiverse.net/community-feed/2022/05/navigation-with-net-maui-shell-net-maui-tutorial-step-by-step/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/navigation-with-net-maui-shell-net-maui-tutorial-step-by-step/</guid><description>Navigation with .NET MAUI Shell - .NET MAUI Tutorial Step-by-Step explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Wed, 18 May 2022 00:00:00 GMT</pubDate></item><item><title>MVVM, Databinding and Dependency Injection - .NET MAUI Tutorial Step-By-Step</title><link>https://mauiverse.net/community-feed/2022/05/mvvm-databinding-and-dependency-injection-net-maui-tutorial-step-by-step/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/mvvm-databinding-and-dependency-injection-net-maui-tutorial-step-by-step/</guid><description>MVVM, Databinding and Dependency Injection - .NET MAUI Tutorial Step-By-Step explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 17 May 2022 00:00:00 GMT</pubDate></item><item><title>DevTalk 81: Building Mobile Games with .NET MAUI (Shaun Lawrence)</title><link>https://mauiverse.net/community-feed/2022/05/devtalk-81-building-mobile-games-with-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/devtalk-81-building-mobile-games-with-dotnet-maui/</guid><description>Shaun Lawrence joins DevTalk to discuss building mobile games with modern .NET tooling.</description><pubDate>Mon, 16 May 2022 00:00:00 GMT</pubDate></item><item><title>Display Rich Data with CollectionView - .NET MAUI Tutorial Step-by-Step</title><link>https://mauiverse.net/community-feed/2022/05/display-rich-data-with-collectionview-net-maui-tutorial-step-by-step/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/display-rich-data-with-collectionview-net-maui-tutorial-step-by-step/</guid><description>Display Rich Data with CollectionView - .NET MAUI Tutorial Step-by-Step explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 16 May 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #57</title><link>https://mauiverse.net/community-feed/2022/05/sands-of-maui-issue-57/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/sands-of-maui-issue-57/</guid><description>Sam Basu&apos;s Sands of MAUI #57 curates .NET MAUI Release Candidate Update, .NET MAUI Community Standup, .NET MAUI Dependency Injection, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 16 May 2022 00:00:00 GMT</pubDate></item><item><title>Getting Offline Country Data in Dotnet MAUI or Xamarin.Forms</title><link>https://mauiverse.net/community-feed/2022/05/getting-offline-country-data-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/getting-offline-country-data-in-dotnet-maui/</guid><description>If you have a scenario involving chosing a country, in this article we will be getting Offline Country Data in Dotnet MAUI.</description><pubDate>Sat, 14 May 2022 00:00:00 GMT</pubDate></item><item><title>Project Structure/Single Project - .NET MAUI Tutorial Step-by-Step</title><link>https://mauiverse.net/community-feed/2022/05/project-structure-single-project-net-maui-tutorial-step-by-step/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/project-structure-single-project-net-maui-tutorial-step-by-step/</guid><description>Project Structure/Single Project - .NET MAUI Tutorial Step-by-Step explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Fri, 13 May 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI&apos;s Navigation for Beginners - Push, Pop, &amp; Pass Objects</title><link>https://mauiverse.net/community-feed/2022/05/netmauisnavigationforbeginnerspushpoppassobjects/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/netmauisnavigationforbeginnerspushpoppassobjects/</guid><description>James Montemagno walks through .NET MAUI&apos;s Navigation for Beginners - Push, Pop, &amp; Pass Objects, focusing on practical implementation steps you can apply immediately. You&apos;ll see the setup path, the key workflow decisions, and how to ship the same patterns in your own .NET MAUI projects.</description><pubDate>Thu, 12 May 2022 00:00:00 GMT</pubDate></item><item><title>Setup Your .NET MAUI Dev Environment - .NET MAUI Tutorial Step-By-Step</title><link>https://mauiverse.net/community-feed/2022/05/setup-your-net-maui-dev-environment-net-maui-tutorial-step-by-step/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/setup-your-net-maui-dev-environment-net-maui-tutorial-step-by-step/</guid><description>Setup Your .NET MAUI Dev Environment - .NET MAUI Tutorial Step-By-Step explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Wed, 11 May 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Release Candidate Update</title><link>https://mauiverse.net/community-feed/2022/05/dotnet-maui-rc-3/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/dotnet-maui-rc-3/</guid><description>David Ortinau explores .NET MAUI Release Candidate Update, covering “Focus on Navigation” and “Get Started Today”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 10 May 2022 00:00:00 GMT</pubDate></item><item><title>Build Your First Cross-Platform Mobile App - .NET MAUI Tutorial Step-by-Step</title><link>https://mauiverse.net/community-feed/2022/05/build-your-first-cross-platform-mobile-app-net-maui-tutorial-step-by-step/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/build-your-first-cross-platform-mobile-app-net-maui-tutorial-step-by-step/</guid><description>Build Your First Cross-Platform Mobile App - .NET MAUI Tutorial Step-by-Step explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 09 May 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #56</title><link>https://mauiverse.net/community-feed/2022/05/sands-of-maui-issue-56/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/sands-of-maui-issue-56/</guid><description>Sam Basu&apos;s Sands of MAUI #56 curates .NET MAUI Journey, C# All The Way, .NET MAUI Single Project, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 09 May 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Single Project</title><link>https://mauiverse.net/community-feed/2022/05/single-project-architecture-in-dotnet-maui-with-leomaris-reyes-snorkeling-in-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/single-project-architecture-in-dotnet-maui-with-leomaris-reyes-snorkeling-in-maui/</guid><description>Leomaris Reyes explores .NET MAUI Single Project in this ~25-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 06 May 2022 00:00:00 GMT</pubDate></item><item><title>Single Project Architecture in .NET MAUI with Leomaris Reyes</title><link>https://mauiverse.net/community-feed/2022/05/single-project-architecture-in-dotnet-maui-with-leomaris-reyes/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/single-project-architecture-in-dotnet-maui-with-leomaris-reyes/</guid><description>Leomaris Reyes joins the Snorkeling in MAUI show to explain single project architecture in .NET MAUI, covering shared assets and platform-specific flexibility. A great introduction to how MAUI&apos;s project structure gives developers the best of both worlds.</description><pubDate>Fri, 06 May 2022 00:00:00 GMT</pubDate></item><item><title>Animations in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/05/animations-in-dotnet-maui-with-shawn-lawrence-snorkeling-in-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/animations-in-dotnet-maui-with-shawn-lawrence-snorkeling-in-maui/</guid><description>Shaun Lawrence explores Animations in .NET MAUI in this ~30-minute session, focusing on toolkit setup and core API. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Thu, 05 May 2022 00:00:00 GMT</pubDate></item><item><title>Dependency Injection with .NET MAUI Explained! Full Beginner&apos;s Guide</title><link>https://mauiverse.net/community-feed/2022/05/dependencyinjectionwithnetmauiexplainedfullbeginnersguide/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/dependencyinjectionwithnetmauiexplainedfullbeginnersguide/</guid><description>James Montemagno walks through Dependency Injection with .NET MAUI Explained! Full Beginner&apos;s Guide, focusing on practical implementation steps you can apply immediately. You&apos;ll see the setup path, the key workflow decisions, and how to ship the same patterns in your own .NET MAUI projects.</description><pubDate>Thu, 05 May 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup (May 2022)</title><link>https://mauiverse.net/community-feed/2022/05/net-maui-community-toolkit-monthly-standup-may-2022/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/net-maui-community-toolkit-monthly-standup-may-2022/</guid><description>Join us as we review recent updates and upcoming changes to the .NET MAUI Community Toolkit!</description><pubDate>Thu, 05 May 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Journey</title><link>https://mauiverse.net/community-feed/2022/05/the-journey-to-dotnet-maui-ga-with-david-ortinau-snorkeling-in-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/the-journey-to-dotnet-maui-ga-with-david-ortinau-snorkeling-in-maui/</guid><description>David Ortinau explores .NET MAUI Journey in this ~45-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 04 May 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Modes</title><link>https://mauiverse.net/community-feed/2022/05/handling-light-dark-mode-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/handling-light-dark-mode-dotnet-maui/</guid><description>Leomaris Reyes explores .NET MAUI Modes, covering “First of All… 🔧 Platform Compatibility” and “Setting Our App Controls for Both Light and Dark Mode”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 03 May 2022 00:00:00 GMT</pubDate></item><item><title>No XAML? No Problem! Create Your .NET. MAUI UI in Code with C# Markup!</title><link>https://mauiverse.net/community-feed/2022/05/no-xaml-no-problem-create-your-net-maui-ui-in-code-with-c-markup/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/no-xaml-no-problem-create-your-net-maui-ui-in-code-with-c-markup/</guid><description>No XAML? No Problem! Create Your .NET. MAUI UI in Code with C# Markup explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 03 May 2022 00:00:00 GMT</pubDate></item><item><title>Let There Be Light</title><link>https://mauiverse.net/community-feed/2022/05/controlling-your-philips-hue-lights-with-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/controlling-your-philips-hue-lights-with-dotnet-maui/</guid><description>Andreas Nesheim explores Let There Be Light, focusing on configuring your Philips Hue Bridge and file -&gt; New project. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Mon, 02 May 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #55</title><link>https://mauiverse.net/community-feed/2022/05/sands-of-maui-issue-55/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/05/sands-of-maui-issue-55/</guid><description>Sam Basu&apos;s Sands of MAUI #55 curates .NET MAUI Release Candidate Update, What is .NET MAUI, .NET MAUI Community Toolkit Overview, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 02 May 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Explained: What is it, How does it work, and What about Blazor?</title><link>https://mauiverse.net/community-feed/2022/04/netmauiexplainedwhatisithowdoesitworkandwhataboutblazor/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/04/netmauiexplainedwhatisithowdoesitworkandwhataboutblazor/</guid><description>James Montemagno walks through .NET MAUI Explained: What is it, How does it work, and What about Blazor, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 28 Apr 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Release Candidate Update</title><link>https://mauiverse.net/community-feed/2022/04/dotnet-maui-rc-2/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/04/dotnet-maui-rc-2/</guid><description>David Ortinau explores .NET MAUI Release Candidate Update, covering “Get Started Today” and “Adding Tizen Platform”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 26 Apr 2022 00:00:00 GMT</pubDate></item><item><title>Snorkeling in MAUI</title><link>https://mauiverse.net/community-feed/2022/04/snorkeling-in-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/04/snorkeling-in-maui/</guid><description>Sam Basu explores Snorkeling in MAUI, focusing on a deeper look into .NET MAUI and a long stream on .NET MAUI goodness. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 26 Apr 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #54</title><link>https://mauiverse.net/community-feed/2022/04/sands-of-maui-issue-54/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/04/sands-of-maui-issue-54/</guid><description>Sam Basu&apos;s Sands of MAUI #54 curates .NET MAUI Release Candidate Overview, Celebrating .NET MAUI RC, Porting Libraries to .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 25 Apr 2022 00:00:00 GMT</pubDate></item><item><title>The .NET MAUI Community Toolkit: Converters, Controls and More!</title><link>https://mauiverse.net/community-feed/2022/04/the-net-maui-community-toolkit-converters-controls-and-more/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/04/the-net-maui-community-toolkit-converters-controls-and-more/</guid><description>The .NET MAUI Community Toolkit: Converters, Controls and More explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 25 Apr 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Release Candidates! Multi-platform iOS, Android, macOS, &amp; Windows in C#</title><link>https://mauiverse.net/community-feed/2022/04/netmauireleasecandidatesmultiplatformiosandroidmacoswindowsinc/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/04/netmauireleasecandidatesmultiplatformiosandroidmacoswindowsinc/</guid><description>James Montemagno walks through .NET MAUI Release Candidates! Multi-platform iOS, Android, macOS, &amp; Windows in C#, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 21 Apr 2022 00:00:00 GMT</pubDate></item><item><title>DevTalk 80: Best Practices for XAML (Leomaris Reyes)</title><link>https://mauiverse.net/community-feed/2022/04/devtalk-80-best-practices-for-xaml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/04/devtalk-80-best-practices-for-xaml/</guid><description>Leomaris Reyes shares practical XAML practices for Xamarin.Forms and .NET MAUI teams.</description><pubDate>Mon, 18 Apr 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #53</title><link>https://mauiverse.net/community-feed/2022/04/sands-of-maui-issue-53/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/04/sands-of-maui-issue-53/</guid><description>Sam Basu&apos;s Sands of MAUI #53 curates .NET MAUI Release Candidate, RunTime and Tooling Updates, Migrating to .NET MAUI RC, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 18 Apr 2022 00:00:00 GMT</pubDate></item><item><title>Porting to .NET MAUI your Xamarin.Forms library</title><link>https://mauiverse.net/community-feed/2022/04/porting-to-net-maui-xamarin-forms-library/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/04/porting-to-net-maui-xamarin-forms-library/</guid><description>Porting to .NET MAUI your Xamarin.Forms library with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Sun, 17 Apr 2022 00:00:00 GMT</pubDate></item><item><title>Episode 110: RELEASE CANDIDATE!</title><link>https://mauiverse.net/community-feed/2022/04/episode-110-release-candidate/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/04/episode-110-release-candidate/</guid><description>Show Notes .NET MAUI RC is here.</description><pubDate>Fri, 15 Apr 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Release Candidate (RC) 1: GA Just One Month Away! 🙀</title><link>https://mauiverse.net/community-feed/2022/04/net-maui-release-candidate-rc-1-ga-just-one-month-away/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/04/net-maui-release-candidate-rc-1-ga-just-one-month-away/</guid><description>.NET MAUI Release Candidate (RC) 1: GA Just One Month Away! explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Wed, 13 Apr 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Release Candidate</title><link>https://mauiverse.net/community-feed/2022/04/dotnet-maui-rc-1/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/04/dotnet-maui-rc-1/</guid><description>David Ortinau explores .NET MAUI Release Candidate, covering “Get Started Today” and “What’s in the .NET MAUI release candidate”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 12 Apr 2022 00:00:00 GMT</pubDate></item><item><title>Encrypt Database with SQLite-net and .NET MAUI (or Xamarin.Forms!)</title><link>https://mauiverse.net/community-feed/2022/04/encrypt-database-with-sqlite-net-and-net-maui-or-xamarin-forms/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/04/encrypt-database-with-sqlite-net-and-net-maui-or-xamarin-forms/</guid><description>Encrypt Database with SQLite-net and .NET MAUI (or Xamarin.Forms!) explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 11 Apr 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #52</title><link>https://mauiverse.net/community-feed/2022/04/sands-of-maui-issue-52/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/04/sands-of-maui-issue-52/</guid><description>Sam Basu&apos;s Sands of MAUI #52 curates .NET MAUI Community Standup, .NET MAUI Community Toolkit, Location Tracking in Android, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 11 Apr 2022 00:00:00 GMT</pubDate></item><item><title>Validation Rules for .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/04/validation-rules-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/04/validation-rules-dotnet-maui/</guid><description>Improve the quality of your application data using validation rules for .NET MAUI now it&apos;s available for your projects.</description><pubDate>Mon, 11 Apr 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup (April 2022)</title><link>https://mauiverse.net/community-feed/2022/04/net-maui-community-toolkit-monthly-standup-april-2022/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/04/net-maui-community-toolkit-monthly-standup-april-2022/</guid><description>Join us as we review recent updates and upcoming changes to the .NET MAUI Community Toolkit!</description><pubDate>Thu, 07 Apr 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #51</title><link>https://mauiverse.net/community-feed/2022/04/sands-of-maui-issue-51/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/04/sands-of-maui-issue-51/</guid><description>Sam Basu&apos;s Sands of MAUI #51 curates .NET Community Toolkit, .NET MAUI Podcast, .NET MAUI Workshop, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 04 Apr 2022 00:00:00 GMT</pubDate></item><item><title>Getting started: Xamarin.Native vs Xamarin.Forms/MAUI for iOS &amp; Android</title><link>https://mauiverse.net/community-feed/2022/03/getting-started-xamarin-native-vs-xamarin-forms-maui-for-ios-android-d07139737722/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/03/getting-started-xamarin-native-vs-xamarin-forms-maui-for-ios-android-d07139737722/</guid><description>Getting started: Xamarin.Native vs Xamarin.Forms/MAUI for iOS &amp; Android with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Thu, 31 Mar 2022 00:00:00 GMT</pubDate></item><item><title>How to Package and Deploy NET MAUI App for Windows</title><link>https://mauiverse.net/community-feed/2022/03/how-to-package-and-deploy-net-maui-app-for-windows/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/03/how-to-package-and-deploy-net-maui-app-for-windows/</guid><description>Deployment is where many first MAUI desktop projects stall out. This video focuses on packaging and shipping a .NET MAUI app for Windows from build to install.</description><pubDate>Mon, 28 Mar 2022 00:00:00 GMT</pubDate></item><item><title>Interactive Quick Tour in Xamarin Forms/MAUI</title><link>https://mauiverse.net/community-feed/2022/03/interactive-quick-tour-in-xamarin-forms-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/03/interactive-quick-tour-in-xamarin-forms-maui/</guid><description>A quick tour flow allows you to understand what’s an application about and how it works before using it. The most common way is by creating an Onboarding screen (Which is an independent screen that shows some instructive</description><pubDate>Mon, 28 Mar 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Blazor Switch Language In-App: Here&apos;s How!</title><link>https://mauiverse.net/community-feed/2022/03/net-maui-blazor-switch-language-in-app-here-s-how/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/03/net-maui-blazor-switch-language-in-app-here-s-how/</guid><description>.NET MAUI Blazor Switch Language In-App: Here&apos;s How explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 28 Mar 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #50</title><link>https://mauiverse.net/community-feed/2022/03/sands-of-maui-issue-50/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/03/sands-of-maui-issue-50/</guid><description>Sam Basu&apos;s Sands of MAUI #50 curates Behold—Issue #50, Behind the Curtains, and Win a Prize for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 28 Mar 2022 00:00:00 GMT</pubDate></item><item><title>MAUI Deep Dive Part 3</title><link>https://mauiverse.net/community-feed/2022/03/maui-deep-dive-part-3/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/03/maui-deep-dive-part-3/</guid><description>Styling, Shell navigation, and device capability access in a practical .NET MAUI app walkthrough.</description><pubDate>Mon, 21 Mar 2022 00:00:00 GMT</pubDate></item><item><title>Multi-Language Apps with .NET MAUI Blazor Localization</title><link>https://mauiverse.net/community-feed/2022/03/multi-language-apps-with-net-maui-blazor-localization/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/03/multi-language-apps-with-net-maui-blazor-localization/</guid><description>Multi-Language Apps with .NET MAUI Blazor Localization explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 21 Mar 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #49</title><link>https://mauiverse.net/community-feed/2022/03/sands-of-maui-issue-49/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/03/sands-of-maui-issue-49/</guid><description>Sam Basu&apos;s Sands of MAUI #49 curates .NET MAUI Preview 14, .NET MAUI Preview 14 Overview, Inside .NET MAUI Preview 14, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 21 Mar 2022 00:00:00 GMT</pubDate></item><item><title>Episode 109: .NET MAUI (preview 14) is Released!</title><link>https://mauiverse.net/community-feed/2022/03/episode-109-net-maui-preview-14-is-released/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/03/episode-109-net-maui-preview-14-is-released/</guid><description>Show Notes Another month, another step closer to the .NET MAUI GA!</description><pubDate>Fri, 18 Mar 2022 00:00:00 GMT</pubDate></item><item><title>Hello, .NET MAUI Preview 14 with Essential Interfaces and Desktop MenuBars!</title><link>https://mauiverse.net/community-feed/2022/03/hellonetmauipreview14withessentialinterfacesanddesktopmenubars/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/03/hellonetmauipreview14withessentialinterfacesanddesktopmenubars/</guid><description>James Montemagno walks through Hello, .NET MAUI Preview 14 with Essential Interfaces and Desktop MenuBars, focusing on practical implementation steps you can apply immediately. It highlights what changed, why it matters for real apps, and what to adopt first for the biggest impact.</description><pubDate>Thu, 17 Mar 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 14: Essentials Interfaces and MenuBarItems Party!</title><link>https://mauiverse.net/community-feed/2022/03/net-maui-preview-14-essentials-interfaces-and-menubaritems-party/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/03/net-maui-preview-14-essentials-interfaces-and-menubaritems-party/</guid><description>.NET MAUI Preview 14: Essentials Interfaces and MenuBarItems Party explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 17 Mar 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 14</title><link>https://mauiverse.net/community-feed/2022/03/dotnet-maui-preview-14/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/03/dotnet-maui-preview-14/</guid><description>David Ortinau explores .NET MAUI Preview 14, focusing on beyond UI: Accessing Platform APIs and file Picker. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 16 Mar 2022 00:00:00 GMT</pubDate></item><item><title>Easily Show Platform-Specific Dialogs with .NET MAUI Blazor</title><link>https://mauiverse.net/community-feed/2022/03/easily-show-platform-specific-dialogs-with-net-maui-blazor/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/03/easily-show-platform-specific-dialogs-with-net-maui-blazor/</guid><description>Easily Show Platform-Specific Dialogs with .NET MAUI Blazor explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 14 Mar 2022 00:00:00 GMT</pubDate></item><item><title>How to Build a .NET MAUI iOS App form Window</title><link>https://mauiverse.net/community-feed/2022/03/how-to-build-a-dotnet-maui-ios-app-form-window/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/03/how-to-build-a-dotnet-maui-ios-app-form-window/</guid><description>You can build iOS from Windows, but only when the Mac pairing setup is correct. This video shows how to connect to a Mac and build/debug a .NET MAUI iOS app remotely.</description><pubDate>Mon, 14 Mar 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #48</title><link>https://mauiverse.net/community-feed/2022/03/sands-of-maui-issue-48/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/03/sands-of-maui-issue-48/</guid><description>Sam Basu&apos;s Sands of MAUI #48 curates .NET MAUI Preview 13 Overview, MVVM Source Generators, StateLayout with Collections, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 14 Mar 2022 00:00:00 GMT</pubDate></item><item><title>Playing With New .NET MAUI Views: Border, Shadow &amp; GraphicsView</title><link>https://mauiverse.net/community-feed/2022/03/playing-with-new-net-maui-views-border-shadow-graphicsview/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/03/playing-with-new-net-maui-views-border-shadow-graphicsview/</guid><description>Shadow, Border &amp; GraphicsView Want to see what these .NET MAUI Views have as functionalites ? Check out this post.</description><pubDate>Sun, 13 Mar 2022 00:00:00 GMT</pubDate></item><item><title>Episode 108: Buddy App</title><link>https://mauiverse.net/community-feed/2022/03/episode-108-buddy-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/03/episode-108-buddy-app/</guid><description>Another customer success story - this time a Xamarin app that helps those in the construction industry with mental health.</description><pubDate>Fri, 11 Mar 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 13, Just In Time Before Preview 14 😅</title><link>https://mauiverse.net/community-feed/2022/03/net-maui-preview-13-just-in-time-before-preview-14/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/03/net-maui-preview-13-just-in-time-before-preview-14/</guid><description>.NET MAUI Preview 13, Just In Time Before Preview 14 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 10 Mar 2022 00:00:00 GMT</pubDate></item><item><title>How To Use an Existing SQLite Database with Xamarin and .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/03/how-to-use-an-existing-sqlite-database-with-xamarin-and-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/03/how-to-use-an-existing-sqlite-database-with-xamarin-and-net-maui/</guid><description>How To Use an Existing SQLite Database with Xamarin and .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Tue, 08 Mar 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #47</title><link>https://mauiverse.net/community-feed/2022/03/sands-of-maui-issue-47/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/03/sands-of-maui-issue-47/</guid><description>Sam Basu&apos;s Sands of MAUI #47 curates Introduction to .NET MAUI, Single Project Experience in .NET MAUI, DevOps with .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 07 Mar 2022 00:00:00 GMT</pubDate></item><item><title>Android, iOS and Windows: One Codebase with .NET MAUI Single-Project</title><link>https://mauiverse.net/community-feed/2022/02/android-ios-and-windows-one-codebase-with-net-maui-single-project/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/02/android-ios-and-windows-one-codebase-with-net-maui-single-project/</guid><description>Android, iOS and Windows: One Codebase with .NET MAUI Single-Project explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 28 Feb 2022 00:00:00 GMT</pubDate></item><item><title>How To Add Windows Tray Icon To .NET MAUI (New Version in the Description)</title><link>https://mauiverse.net/community-feed/2022/02/how-to-add-windows-tray-icon-to-dotnet-maui-new-version-in-the-description/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/02/how-to-add-windows-tray-icon-to-dotnet-maui-new-version-in-the-description/</guid><description>Tray icon support can make desktop MAUI apps much more usable for background tasks. This video walks through an early implementation approach and points to a newer version for updated steps.</description><pubDate>Mon, 28 Feb 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #46</title><link>https://mauiverse.net/community-feed/2022/02/sands-of-maui-issue-46/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/02/sands-of-maui-issue-46/</guid><description>Sam Basu&apos;s Sands of MAUI #46 curates .NET MAUI Overview, .NET MAUI Preview 13 Details, Migration/Modernization with .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 28 Feb 2022 00:00:00 GMT</pubDate></item><item><title>DevOps with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/02/setting-up-ci-for-your-dotnet-maui-ios-app-in-azure-devops/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/02/setting-up-ci-for-your-dotnet-maui-ios-app-in-azure-devops/</guid><description>Andreas Nesheim explores DevOps with .NET MAUI, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Mon, 28 Feb 2022 00:00:00 GMT</pubDate></item><item><title>StateLayout with Collections in Xamarin Forms/MAUI</title><link>https://mauiverse.net/community-feed/2022/02/statelayout-with-collections-in-xamarin-forms-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/02/statelayout-with-collections-in-xamarin-forms-maui/</guid><description>A time ago Steven Thewissen created a great plugin called StateSquid which allowed displaying a specific view when a page is in a specific state. It has evolved and now it’s part of the Xamarin Community Toolkit. In this</description><pubDate>Mon, 28 Feb 2022 00:00:00 GMT</pubDate></item><item><title>Introduction to .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/02/introduction-to-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/02/introduction-to-dotnet-maui/</guid><description>David Ortinau explores Introduction to .NET MAUI, focusing on visual structure and state and interaction. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 24 Feb 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 13 - All Things MauiProgram, Essentials, &amp; Extensions</title><link>https://mauiverse.net/community-feed/2022/02/netmauipreview13allthingsmauiprogramessentialsextensions/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/02/netmauipreview13allthingsmauiprogramessentialsextensions/</guid><description>James Montemagno walks through .NET MAUI Preview 13 - All Things MauiProgram, Essentials, &amp; Extensions, focusing on practical implementation steps you can apply immediately. It highlights what changed, why it matters for real apps, and what to adopt first for the biggest impact.</description><pubDate>Thu, 24 Feb 2022 00:00:00 GMT</pubDate></item><item><title>Create a .NET MAUI Windows MSIX to Sideload Or Publish to the Microsoft Store</title><link>https://mauiverse.net/community-feed/2022/02/create-a-net-maui-windows-msix-to-sideload-or-publish-to-the-microsoft-store/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/02/create-a-net-maui-windows-msix-to-sideload-or-publish-to-the-microsoft-store/</guid><description>Create a .NET MAUI Windows MSIX to Sideload Or Publish to the Microsoft Store explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 21 Feb 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #45</title><link>https://mauiverse.net/community-feed/2022/02/sands-of-maui-issue-45/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/02/sands-of-maui-issue-45/</guid><description>Sam Basu&apos;s Sands of MAUI #45 curates .NET MAUI Preview 13, .NET 7, XAML Data Binding, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 21 Feb 2022 00:00:00 GMT</pubDate></item><item><title>Episode 107: .NET MAUI Preview ... Number 13!</title><link>https://mauiverse.net/community-feed/2022/02/episode-107-net-maui-preview-number-13/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/02/episode-107-net-maui-preview-number-13/</guid><description>Show Notes Can you believe we&apos;re on .NET MAUI Preview 13?</description><pubDate>Fri, 18 Feb 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Development on Mac</title><link>https://mauiverse.net/community-feed/2022/02/dotnet-maui-how-to-use-with-mac/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/02/dotnet-maui-how-to-use-with-mac/</guid><description>Daniel Hindrikes explores .NET MAUI Development on Mac in this ~5-minute session, focusing on platform boundary and implementation path. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Thu, 17 Feb 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Overview</title><link>https://mauiverse.net/community-feed/2022/02/dotnet-frontend-day-2022-gerald-versluis-introduction-to-app-development-with-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/02/dotnet-frontend-day-2022-gerald-versluis-introduction-to-app-development-with-dotnet-maui/</guid><description>Gerald Versluis explores .NET MAUI Overview in this ~50-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 16 Feb 2022 00:00:00 GMT</pubDate></item><item><title>Migration/Modernization with .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/02/dotnet-frontend-day-2022-sam-basu-migration-and-modernization-with-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/02/dotnet-frontend-day-2022-sam-basu-migration-and-modernization-with-dotnet-maui/</guid><description>Sam Basu explores Migration/Modernization with .NET MAUI in this ~50-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 16 Feb 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 13</title><link>https://mauiverse.net/community-feed/2022/02/announcing-dotnet-maui-preview-13/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/02/announcing-dotnet-maui-preview-13/</guid><description>David Ortinau explores .NET MAUI Preview 13, focusing on bootstrapping in .NET MAUI: Focus on MauiProgram and platform App Classes. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 15 Feb 2022 00:00:00 GMT</pubDate></item><item><title>Release Your .NET MAUI iOS App to the Apple App Store</title><link>https://mauiverse.net/community-feed/2022/02/release-your-net-maui-ios-app-to-the-apple-app-store/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/02/release-your-net-maui-ios-app-to-the-apple-app-store/</guid><description>Release Your .NET MAUI iOS App to the Apple App Store explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 14 Feb 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #44</title><link>https://mauiverse.net/community-feed/2022/02/sands-of-maui-issue-44/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/02/sands-of-maui-issue-44/</guid><description>Sam Basu&apos;s Sands of MAUI #44 curates .NET MAUI Preview 12 Overview, Publish .NET MAUI Apps, React in .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 14 Feb 2022 00:00:00 GMT</pubDate></item><item><title>XAML Data Binding and MVVM Basics (.NET MAUI, WPF, UWP, Xamarin.Forms)</title><link>https://mauiverse.net/community-feed/2022/02/xamldatabindingandmvvmbasicsnetmauiwpfuwpxamarinforms/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/02/xamldatabindingandmvvmbasicsnetmauiwpfuwpxamarinforms/</guid><description>James Montemagno walks through XAML Data Binding and MVVM Basics (.NET MAUI, WPF, UWP, Xamarin.Forms), focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 10 Feb 2022 00:00:00 GMT</pubDate></item><item><title>MAUI Deep Dive Part 2</title><link>https://mauiverse.net/community-feed/2022/02/maui-deep-dive-part-2/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/02/maui-deep-dive-part-2/</guid><description>Building app navigation, views, models, and data flow in an end-to-end .NET MAUI sample.</description><pubDate>Tue, 08 Feb 2022 00:00:00 GMT</pubDate></item><item><title>Create a Signed and Publishable .NET MAUI Android App in VS2022</title><link>https://mauiverse.net/community-feed/2022/02/create-a-signed-and-publishable-net-maui-android-app-in-vs2022/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/02/create-a-signed-and-publishable-net-maui-android-app-in-vs2022/</guid><description>Create a Signed and Publishable .NET MAUI Android App in VS2022 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 07 Feb 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #43</title><link>https://mauiverse.net/community-feed/2022/02/sands-of-maui-issue-43/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/02/sands-of-maui-issue-43/</guid><description>Sam Basu&apos;s Sands of MAUI #43 curates .NET MAUI Podcast, Community Toolkit Standup, .NET MAUI Is Coming, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 07 Feb 2022 00:00:00 GMT</pubDate></item><item><title>No Worries in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/02/things-you-dont-have-to-worry-about-in-dotnet-maui-compared-to-xamarin/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/02/things-you-dont-have-to-worry-about-in-dotnet-maui-compared-to-xamarin/</guid><description>Andreas Nesheim explores No Worries in .NET MAUI, covering “Resizing images” and “Individual code for splash images”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Mon, 07 Feb 2022 00:00:00 GMT</pubDate></item><item><title>Episode 106: Customer Success Stories: ONNX</title><link>https://mauiverse.net/community-feed/2022/02/episode-106-customer-success-stories-onnx/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/02/episode-106-customer-success-stories-onnx/</guid><description>We&apos;re back at it again with a customer success story.</description><pubDate>Fri, 04 Feb 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit - Monthly Standup (February 2022)</title><link>https://mauiverse.net/community-feed/2022/02/net-maui-community-toolkit-monthly-standup-february-2022/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/02/net-maui-community-toolkit-monthly-standup-february-2022/</guid><description>Join us for our monthly standup for the .NET MAUI Community Toolkit!</description><pubDate>Thu, 03 Feb 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #42</title><link>https://mauiverse.net/community-feed/2022/01/sands-of-maui-issue-42/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/sands-of-maui-issue-42/</guid><description>Sam Basu&apos;s Sands of MAUI #42 curates .NET MAUI Preview 12 Overview, All Things .NET MAUI, Organizing .NET MAUI Startup, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 31 Jan 2022 00:00:00 GMT</pubDate></item><item><title>Updates in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/01/updates-net-maui-summary-2021/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/updates-net-maui-summary-2021/</guid><description>If you’re wondering what were the last changes/updates made in .NET MAUI, you’ve landed in the right place.</description><pubDate>Sun, 30 Jan 2022 00:00:00 GMT</pubDate></item><item><title>All Things .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/01/160-brandon-minnick-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/160-brandon-minnick-dotnet-maui/</guid><description>Brandon Minnick discusses .NET MAUI, its place in cross-platform development, and the considerations developers should weigh as the platform evolves. Listen to the full conversation for the experience, tradeoffs, and stories behind the topic.</description><pubDate>Thu, 27 Jan 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 12 - Constructor &amp; Dependency Injection Everywhere!</title><link>https://mauiverse.net/community-feed/2022/01/netmauipreview12constructordependencyinjectioneverywhere/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/netmauipreview12constructordependencyinjectioneverywhere/</guid><description>James Montemagno walks through .NET MAUI Preview 12 - Constructor &amp; Dependency Injection Everywhere, focusing on practical implementation steps you can apply immediately. It highlights what changed, why it matters for real apps, and what to adopt first for the biggest impact.</description><pubDate>Tue, 25 Jan 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 12: Shell Dependency Injection is Here!</title><link>https://mauiverse.net/community-feed/2022/01/net-maui-preview-12-shell-dependency-injection-is-here/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/net-maui-preview-12-shell-dependency-injection-is-here/</guid><description>.NET MAUI Preview 12: Shell Dependency Injection is Here explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 24 Jan 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #41</title><link>https://mauiverse.net/community-feed/2022/01/sands-of-maui-issue-41/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/sands-of-maui-issue-41/</guid><description>Sam Basu&apos;s Sands of MAUI #41 curates .NET MAUI Preview 12, Handler Architecture in .NET MAUI, .NET MAUI Handlers Demystified, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 24 Jan 2022 00:00:00 GMT</pubDate></item><item><title>The .NET Docs Show - .NET MAUI (MVVM): How to declutter your ViewModels</title><link>https://mauiverse.net/community-feed/2022/01/the-net-docs-show-dotnet-maui-mvvm-how-to-declutter-your-viewmodels/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/the-net-docs-show-dotnet-maui-mvvm-how-to-declutter-your-viewmodels/</guid><description>Jesus Angulo joins The .NET Docs Show to share practical advice for keeping MVVM ViewModels in .NET MAUI easier to manage. The episode is especially useful for developers trying to cut complexity before their app logic turns brittle.</description><pubDate>Mon, 24 Jan 2022 00:00:00 GMT</pubDate></item><item><title>Organize your .NET MAUI MauiProgram / Startup file</title><link>https://mauiverse.net/community-feed/2022/01/organize-your-net-maui-mauiprogram-startup-file/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/organize-your-net-maui-mauiprogram-startup-file/</guid><description>Organize your .NET MAUI MauiProgram / Startup file with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Sun, 23 Jan 2022 00:00:00 GMT</pubDate></item><item><title>Episode 105: Not One But Two .NET MAUI Previews!</title><link>https://mauiverse.net/community-feed/2022/01/episode-105-not-one-but-two-net-maui-previews/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/episode-105-not-one-but-two-net-maui-previews/</guid><description>Show Notes Can you believe there were 2 .NET MAUI previews since our last episode?</description><pubDate>Fri, 21 Jan 2022 00:00:00 GMT</pubDate></item><item><title>Animating Controls in .NET MAUI &amp; Xamarin.Forms</title><link>https://mauiverse.net/community-feed/2022/01/animatingcontrolsinnetmauixamarinforms/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/animatingcontrolsinnetmauixamarinforms/</guid><description>James Montemagno walks through Animating Controls in .NET MAUI &amp; Xamarin.Forms, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 20 Jan 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Single Project</title><link>https://mauiverse.net/community-feed/2022/01/what-is-single-project-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/what-is-single-project-dotnet-maui/</guid><description>Leomaris Reyes explores .NET MAUI Single Project, covering “Let’s Talk About Resource Management in the Single Project” and “How Do I Achieve This and What Type of Resources Are Included”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 20 Jan 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 12</title><link>https://mauiverse.net/community-feed/2022/01/announcing-dotnet-maui-preview-12/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/announcing-dotnet-maui-preview-12/</guid><description>David Ortinau explores .NET MAUI Preview 12, focusing on navigation in .NET MAUI: Focus on Shell and shell and Dependency Injection. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 19 Jan 2022 00:00:00 GMT</pubDate></item><item><title>Deep Introduction to .NET MAUI Handlers Architecture</title><link>https://mauiverse.net/community-feed/2022/01/introduction-to-net-maui-handlers/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/introduction-to-net-maui-handlers/</guid><description>One of the greatest improvements MAUI brings is to replace renderers by handlers. Here is an introduction to .NET MAUI handlers</description><pubDate>Wed, 19 Jan 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #40</title><link>https://mauiverse.net/community-feed/2022/01/sands-of-maui-issue-40/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/sands-of-maui-issue-40/</guid><description>Sam Basu&apos;s Sands of MAUI #40 curates All Things .NET MAUI, MVU With Comet, Comet State Management, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Tue, 18 Jan 2022 00:00:00 GMT</pubDate></item><item><title>How Do Push Notifications Work?</title><link>https://mauiverse.net/community-feed/2022/01/how-do-push-notifications-work/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/how-do-push-notifications-work/</guid><description>How Do Push Notifications Work explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 17 Jan 2022 00:00:00 GMT</pubDate></item><item><title>Episode 104: ScreenMedia</title><link>https://mauiverse.net/community-feed/2022/01/episode-104-screenmedia/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/episode-104-screenmedia/</guid><description>Another customer success story!</description><pubDate>Fri, 14 Jan 2022 00:00:00 GMT</pubDate></item><item><title>Shell for .NET MAUI &amp; Xamarin.Forms - What, why, and how?!?!</title><link>https://mauiverse.net/community-feed/2022/01/shellfornetmauixamarinformswhatwhyandhow/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/shellfornetmauixamarinformswhatwhyandhow/</guid><description>James Montemagno walks through Shell for .NET MAUI &amp; Xamarin.Forms - What, why, and how, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 13 Jan 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI MVU With Comet: Getting Started in VS Code</title><link>https://mauiverse.net/community-feed/2022/01/net-maui-mvu-with-comet-getting-started-in-vs-code/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/net-maui-mvu-with-comet-getting-started-in-vs-code/</guid><description>.NET MAUI MVU With Comet: Getting Started in VS Code explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 10 Jan 2022 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #39</title><link>https://mauiverse.net/community-feed/2022/01/sands-of-maui-issue-39/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/sands-of-maui-issue-39/</guid><description>Sam Basu&apos;s Sands of MAUI #39 curates .NET MAUI Preview 11 Release, .NET MAUI Preview 11 Overview, .NET MAUI Standup, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 10 Jan 2022 00:00:00 GMT</pubDate></item><item><title>Implicit Usings in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/01/implicit-usings-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/implicit-usings-dotnet-maui/</guid><description>David Britch explains how .NET MAUI Preview 11 uses implicit usings to drop the boilerplate using statements at the top of every file. Learn which namespaces come for free across MAUI, Android, iOS, and macOS projects.</description><pubDate>Thu, 06 Jan 2022 00:00:00 GMT</pubDate></item><item><title>VS2022 17.1 Preview 2 and .NET MAUI Preview 11 Updates: For Real Now!</title><link>https://mauiverse.net/community-feed/2022/01/vs2022-17-1-preview-2-and-net-maui-preview-11-updates-for-real-now/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/vs2022-17-1-preview-2-and-net-maui-preview-11-updates-for-real-now/</guid><description>VS2022 17.1 Preview 2 and .NET MAUI Preview 11 Updates: For Real Now explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 06 Jan 2022 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit - Monthly Standup (January 2022)</title><link>https://mauiverse.net/community-feed/2022/01/net-maui-community-toolkit-monthly-standup-january-2022/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/net-maui-community-toolkit-monthly-standup-january-2022/</guid><description>The .NET MAUI Community Toolkit is a community-created library that contains .NET MAUI Extensions, Advanced UI/UX Controls, Effects, and Behaviors to help make your life as a .NET MAUI developer easier. Join us for our live Monthly Standup!</description><pubDate>Thu, 06 Jan 2022 00:00:00 GMT</pubDate></item><item><title>Developing with Comet</title><link>https://mauiverse.net/community-feed/2022/01/comet-development-on-macos/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/comet-development-on-macos/</guid><description>David Ortinau explores Developing with Comet, covering “Comet App Development (3 Part Series)” and “Reloadify”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Mon, 03 Jan 2022 00:00:00 GMT</pubDate></item><item><title>Git for Beginners: All Basic Commands To Get Started!</title><link>https://mauiverse.net/community-feed/2022/01/git-for-beginners-all-basic-commands-to-get-started/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/git-for-beginners-all-basic-commands-to-get-started/</guid><description>Git for Beginners: All Basic Commands To Get Started explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 03 Jan 2022 00:00:00 GMT</pubDate></item><item><title>The new handlers infrastructure in .NET MAUI</title><link>https://mauiverse.net/community-feed/2022/01/thewissen-the-new-handlers-infrastructure-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2022/01/thewissen-the-new-handlers-infrastructure-in-dotnet-maui/</guid><description>Steven Thewissen explains why .NET MAUI replaces Xamarin.Forms renderers with handlers, covering performance/extensibility motivations, property mappers, and what changes for custom control customization.</description><pubDate>Sat, 01 Jan 2022 00:00:00 GMT</pubDate></item><item><title>20,000 Sub Thank You!!! | New Merch &amp; New Membership</title><link>https://mauiverse.net/community-feed/2021/12/20000subthankyounewmerchnewmembership/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/12/20000subthankyounewmerchnewmembership/</guid><description>James Montemagno walks through 20,000 Sub Thank You!!! | New Merch &amp; New Membership, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Tue, 28 Dec 2021 00:00:00 GMT</pubDate></item><item><title>MAUI Deep Dive Part 1</title><link>https://mauiverse.net/community-feed/2021/12/maui-deep-dive-part-1/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/12/maui-deep-dive-part-1/</guid><description>A beginner-friendly deep dive into tooling, project structure, and first-run workflows for .NET MAUI.</description><pubDate>Tue, 28 Dec 2021 00:00:00 GMT</pubDate></item><item><title>Create a Splash Screen For Your .NET MAUI App the Easy Way!</title><link>https://mauiverse.net/community-feed/2021/12/create-a-splash-screen-for-your-net-maui-app-the-easy-way/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/12/create-a-splash-screen-for-your-net-maui-app-the-easy-way/</guid><description>Create a Splash Screen For Your .NET MAUI App the Easy Way explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 27 Dec 2021 00:00:00 GMT</pubDate></item><item><title>DevTalk 76: .NET MAUI Blazor (Daniel Hindrikes)</title><link>https://mauiverse.net/community-feed/2021/12/devtalk-76-dotnet-maui-blazor/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/12/devtalk-76-dotnet-maui-blazor/</guid><description>Daniel Hindrikes discusses MAUI Blazor and hybrid development opportunities on DevTalk.</description><pubDate>Mon, 27 Dec 2021 00:00:00 GMT</pubDate></item><item><title>All Things .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/12/introduction-to-dotnet-maui-introduction-to-dotnet-maui-doumer-s-blog/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/12/introduction-to-dotnet-maui-introduction-to-dotnet-maui-doumer-s-blog/</guid><description>Damien Doumer explores All Things .NET MAUI, focusing on what Will We Cover ? and what is MAUI ? Introduction to .NET MAUI. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Mon, 27 Dec 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 11, Where Are You?!</title><link>https://mauiverse.net/community-feed/2021/12/net-maui-preview-11-where-are-you/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/12/net-maui-preview-11-where-are-you/</guid><description>.NET MAUI Preview 11, Where Are You explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 23 Dec 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 11 - Multi-window support, new templates, &amp; Fluent UI</title><link>https://mauiverse.net/community-feed/2021/12/netmauipreview11multiwindowsupportnewtemplatesfluentui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/12/netmauipreview11multiwindowsupportnewtemplatesfluentui/</guid><description>James Montemagno walks through .NET MAUI Preview 11 - Multi-window support, new templates, &amp; Fluent UI, focusing on practical implementation steps you can apply immediately. It highlights what changed, why it matters for real apps, and what to adopt first for the biggest impact.</description><pubDate>Tue, 21 Dec 2021 00:00:00 GMT</pubDate></item><item><title>Platform-Specific Code in .NET MAUI Using Dependency Injection</title><link>https://mauiverse.net/community-feed/2021/12/platform-specific-code-in-net-maui-using-dependency-injection/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/12/platform-specific-code-in-net-maui-using-dependency-injection/</guid><description>Platform-Specific Code in .NET MAUI Using Dependency Injection explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 20 Dec 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #38</title><link>https://mauiverse.net/community-feed/2021/12/sands-of-maui-issue-38/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/12/sands-of-maui-issue-38/</guid><description>Sam Basu&apos;s Sands of MAUI #38 curates .NET MAUI Preview 11, Migration and Modernization with .NET MAUI, Platform-Specific Code in .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 20 Dec 2021 00:00:00 GMT</pubDate></item><item><title>Episode 103: 2021 - It Was a Good One</title><link>https://mauiverse.net/community-feed/2021/12/episode-103-2021-it-was-a-good-one/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/12/episode-103-2021-it-was-a-good-one/</guid><description>Show Notes Join Matt &amp; James as they review the new .NET MAUI features, how to author Visual Studio extensions and the latest Azure news.</description><pubDate>Fri, 17 Dec 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 11 Release</title><link>https://mauiverse.net/community-feed/2021/12/telerik-ui-for-dotnet-maui-preview-version-0-3-0/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/12/telerik-ui-for-dotnet-maui-preview-version-0-3-0/</guid><description>David Ortinau explores .NET MAUI Preview 11 Release, focusing on get the Bits and release scope. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Fri, 17 Dec 2021 00:00:00 GMT</pubDate></item><item><title>Controlling Image Caching in Xamarin.Forms &amp; .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/12/controllingimagecachinginxamarinformsnetmaui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/12/controllingimagecachinginxamarinformsnetmaui/</guid><description>James Montemagno walks through Controlling Image Caching in Xamarin.Forms &amp; .NET MAUI, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 16 Dec 2021 00:00:00 GMT</pubDate></item><item><title>How To Write Platform-Specific Code in .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/12/how-to-write-platform-specific-code-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/12/how-to-write-platform-specific-code-in-net-maui/</guid><description>How To Write Platform-Specific Code in .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 13 Dec 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #37</title><link>https://mauiverse.net/community-feed/2021/12/sands-of-maui-issue-37/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/12/sands-of-maui-issue-37/</guid><description>Sam Basu&apos;s Sands of MAUI #37 curates .NET Podcast App, Hot Restart, .NET FrontEnd Day, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 13 Dec 2021 00:00:00 GMT</pubDate></item><item><title>Migration and Modernization with .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/12/the-dotnet-docs-show-migrations-to-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/12/the-dotnet-docs-show-migrations-to-dotnet-maui/</guid><description>Sam Basu explores Migration and Modernization with .NET MAUI in this ~1-hour session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Mon, 13 Dec 2021 00:00:00 GMT</pubDate></item><item><title>Introduction to .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/12/introduction-to-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/12/introduction-to-dotnet-maui/</guid><description>Damian Antonowicz introduces .NET MAUI fundamentals and explains the framework&apos;s role as Xamarin.Forms successor.</description><pubDate>Sat, 11 Dec 2021 00:00:00 GMT</pubDate></item><item><title>.NET Podcast App</title><link>https://mauiverse.net/community-feed/2021/12/dotnet-podcasts-app-local-development-walkthrough/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/12/dotnet-podcasts-app-local-development-walkthrough/</guid><description>James Montemagno explores .NET Podcast App in this ~15-minute session, focusing on architecture and core APIs. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Thu, 09 Dec 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #36</title><link>https://mauiverse.net/community-feed/2021/12/sands-of-maui-issue-36/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/12/sands-of-maui-issue-36/</guid><description>Sam Basu&apos;s Sands of MAUI #36 curates .NET Podcast App, .NET MAUI Community Standup, Customizing .NET MAUI Controls, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 06 Dec 2021 00:00:00 GMT</pubDate></item><item><title>Episode 102: M365 Admin App</title><link>https://mauiverse.net/community-feed/2021/12/episode-102-m365-admin-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/12/episode-102-m365-admin-app/</guid><description>It&apos;s another customer success story!</description><pubDate>Fri, 03 Dec 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - .NET Conf Recap and .NET MAUI Updates</title><link>https://mauiverse.net/community-feed/2021/12/maui-community-standup-dotnet-conf-recap-maui-updates/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/12/maui-community-standup-dotnet-conf-recap-maui-updates/</guid><description>David Ortinau hosts a MAUI Community Standup recapping .NET Conf and sharing MAUI updates and next steps.</description><pubDate>Thu, 02 Dec 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit, Monthly Standup (December)</title><link>https://mauiverse.net/community-feed/2021/12/net-maui-community-toolkit-monthly-standup-december/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/12/net-maui-community-toolkit-monthly-standup-december/</guid><description>Join the maintainers of the .NET MAUI Community Toolkit as we review the updates from last month! The .NET MAUI Community Toolkit is a collection of common elements for development with .NET MAUI that developers tend to replicate across multiple apps.</description><pubDate>Thu, 02 Dec 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI: Customize Controls with Handlers and Mappers</title><link>https://mauiverse.net/community-feed/2021/11/net-maui-customize-controls-with-handlers-and-mappers/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/net-maui-customize-controls-with-handlers-and-mappers/</guid><description>.NET MAUI: Customize Controls with Handlers and Mappers explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 29 Nov 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #35</title><link>https://mauiverse.net/community-feed/2021/11/sands-of-maui-issue-35/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/sands-of-maui-issue-35/</guid><description>Sam Basu&apos;s Sands of MAUI #35 curates Blazor with .NET MAUI, Cross-Platform Apps with .NET MAUI, .NET 6 Unleashed, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 29 Nov 2021 00:00:00 GMT</pubDate></item><item><title>Building a middleware pipeline with MauiApp</title><link>https://mauiverse.net/community-feed/2021/11/mauiapp-middleware-pipeline/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/mauiapp-middleware-pipeline/</guid><description>In this post, we look at a bit of the code behind MauiApp and focus on how the middleware and endpoints are configured.</description><pubDate>Sun, 28 Nov 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #34</title><link>https://mauiverse.net/community-feed/2021/11/sands-of-maui-issue-34/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/sands-of-maui-issue-34/</guid><description>Sam Basu&apos;s Sands of MAUI #34 curates Future of .NET, .NET MAUI Preview 10 Recap, .NET Updates, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 22 Nov 2021 00:00:00 GMT</pubDate></item><item><title>What is Blazor AOT</title><link>https://mauiverse.net/community-feed/2021/11/what-is-blazor-aot/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/what-is-blazor-aot/</guid><description>Ahead-of-time compilation can change startup and runtime behavior for Blazor apps. This video explains what Blazor AOT is and where it can help in real-world performance tuning.</description><pubDate>Mon, 22 Nov 2021 00:00:00 GMT</pubDate></item><item><title>Episode 101: .NET 6 Is On The Loose</title><link>https://mauiverse.net/community-feed/2021/11/episode-101-net-6-is-on-the-loose/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/episode-101-net-6-is-on-the-loose/</guid><description>Show Notes James, David, and Matt go over .NET 6 and .NET Conf and all the goodness!</description><pubDate>Fri, 19 Nov 2021 00:00:00 GMT</pubDate></item><item><title>Upload Files to Firebase Storage from a Xamarin.Forms App</title><link>https://mauiverse.net/community-feed/2021/11/upload-files-to-firebase-storage-from-a-xamarin-forms-app/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/upload-files-to-firebase-storage-from-a-xamarin-forms-app/</guid><description>Upload Files to Firebase Storage from a Xamarin.Forms App explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 18 Nov 2021 00:00:00 GMT</pubDate></item><item><title>Drawn Controls in .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/11/drawn-controls-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/drawn-controls-in-dotnet-maui/</guid><description>Javier Suárez explores Drawn Controls in .NET MAUI in this ~30-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Tue, 16 Nov 2021 00:00:00 GMT</pubDate></item><item><title>What is .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/11/what-is-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/what-is-dotnet-maui/</guid><description>A clear overview of MAUI&apos;s goals, architecture changes, and evolution from Xamarin.Forms.</description><pubDate>Tue, 16 Nov 2021 00:00:00 GMT</pubDate></item><item><title>Exploring the code behind MauiAppBuilder</title><link>https://mauiverse.net/community-feed/2021/11/code-behind-mauiappbuilder/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/code-behind-mauiappbuilder/</guid><description>.NET MAUI introduced the MauiAppBuilder which is a completely new way to “boot” our cross-platform applications. Instead of using App.xaml.cs</description><pubDate>Mon, 15 Nov 2021 00:00:00 GMT</pubDate></item><item><title>How To Create a NET MAUI App From Blazor Site</title><link>https://mauiverse.net/community-feed/2021/11/how-to-create-a-net-maui-app-from-blazor-site/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/how-to-create-a-net-maui-app-from-blazor-site/</guid><description>Reusing existing Blazor components is a fast path into native app delivery. This video shows how to turn a Blazor site into a .NET MAUI app with practical component reuse.</description><pubDate>Mon, 15 Nov 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 10 Update: Time For You To Get Started!</title><link>https://mauiverse.net/community-feed/2021/11/net-maui-preview-10-update-time-for-you-to-get-started/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/net-maui-preview-10-update-time-for-you-to-get-started/</guid><description>.NET MAUI Preview 10 Update: Time For You To Get Started explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 15 Nov 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #33</title><link>https://mauiverse.net/community-feed/2021/11/sands-of-maui-issue-33/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/sands-of-maui-issue-33/</guid><description>Sam Basu&apos;s Sands of MAUI #33 curates .NET 6, .NET MAUI Preview 10, .NET Conf 2021 Keynote, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 15 Nov 2021 00:00:00 GMT</pubDate></item><item><title>Invoke Platform Code in .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/11/invoke-platform-code-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/invoke-platform-code-dotnet-maui/</guid><description>David Britch shows the modern way to call native platform code from cross-platform .NET MAUI, replacing Xamarin.Forms&apos; DependencyService with partial classes and multi-targeting. Learn how the compiler stitches platform implementations together at build time.</description><pubDate>Fri, 12 Nov 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI and FreshMvvm MVVM Framework: Getting Started</title><link>https://mauiverse.net/community-feed/2021/11/net-maui-and-freshmvvm-mvvm-framework-getting-started/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/net-maui-and-freshmvvm-mvvm-framework-getting-started/</guid><description>.NET MAUI and FreshMvvm MVVM Framework: Getting Started explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Fri, 12 Nov 2021 00:00:00 GMT</pubDate></item><item><title>Create Your First .NET MAUI App with Microsoft MVP Codrina Merigo</title><link>https://mauiverse.net/community-feed/2021/11/create-first-dotnet-maui-app-codrina-merigo/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/create-first-dotnet-maui-app-codrina-merigo/</guid><description>Codrina Merigo walks through creating your first .NET MAUI app—tooling setup, project creation, and initial UI.</description><pubDate>Thu, 11 Nov 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 10 - Build native and hybrid apps with C# and Visual Studio 2022</title><link>https://mauiverse.net/community-feed/2021/11/netmauipreview10buildnativeandhybridappswithcandvisualstudio2022/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/netmauipreview10buildnativeandhybridappswithcandvisualstudio2022/</guid><description>James Montemagno walks through .NET MAUI Preview 10 - Build native and hybrid apps with C# and Visual Studio 2022, focusing on practical implementation steps you can apply immediately. It highlights what changed, why it matters for real apps, and what to adopt first for the biggest impact.</description><pubDate>Thu, 11 Nov 2021 00:00:00 GMT</pubDate></item><item><title>Build cross-platform native apps with .NET MAUI and Blazor</title><link>https://mauiverse.net/community-feed/2021/11/build-cross-platform-native-apps-with-dotnet-maui-and-blazor/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/build-cross-platform-native-apps-with-dotnet-maui-and-blazor/</guid><description>Eilon Lipton walks through how Blazor components can power native apps with .NET MAUI across desktop and mobile. This session helps you understand where hybrid UI architecture can speed up delivery while keeping platform reach broad.</description><pubDate>Wed, 10 Nov 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Unpacked</title><link>https://mauiverse.net/community-feed/2021/11/introducing-the-dotnet-maui-community-toolkit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/introducing-the-dotnet-maui-community-toolkit/</guid><description>Brandon Minnick explores .NET MAUI Community Toolkit Unpacked in this ~5-minute session, focusing on toolkit setup and core API. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 10 Nov 2021 00:00:00 GMT</pubDate></item><item><title>Introduction to .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/11/introduction-to-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/introduction-to-dotnet-maui/</guid><description>Maddy Montaquila explores Introduction to .NET MAUI in this ~30-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 10 Nov 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 10</title><link>https://mauiverse.net/community-feed/2021/11/announcing-dotnet-maui-preview-10/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/announcing-dotnet-maui-preview-10/</guid><description>David Ortinau explores .NET MAUI Preview 10, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Mon, 08 Nov 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #32</title><link>https://mauiverse.net/community-feed/2021/11/sands-of-maui-issue-32/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/sands-of-maui-issue-32/</guid><description>Sam Basu&apos;s Sands of MAUI #32 curates .NET MAUI Community Standup, Why Evolve to .NET MAUI, Exploring the .NET MAUI AppBuilder, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 08 Nov 2021 00:00:00 GMT</pubDate></item><item><title>Why should I build cross-platform native apps with .NET MAUI? | One Dev Question</title><link>https://mauiverse.net/community-feed/2021/11/why-build-cross-platform-native-apps-with-dotnet-maui-one-dev-question/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/why-build-cross-platform-native-apps-with-dotnet-maui-one-dev-question/</guid><description>David Ortinau answers a focused question on why .NET MAUI is a strong choice for cross-platform native app development. In just a short format, the video highlights the practical advantages you should weigh before picking your stack.</description><pubDate>Fri, 05 Nov 2021 00:00:00 GMT</pubDate></item><item><title>Reusable Controls and Data Template Selectors in Xamarin.Forms &amp; .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/11/reusablecontrolsanddatatemplateselectorsinxamarinformsnetmaui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/reusablecontrolsanddatatemplateselectorsinxamarinformsnetmaui/</guid><description>James Montemagno walks through Reusable Controls and Data Template Selectors in Xamarin.Forms &amp; .NET MAUI, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 04 Nov 2021 00:00:00 GMT</pubDate></item><item><title>Why Evolve to .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/11/why-evolve-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/why-evolve-dotnet-maui/</guid><description>Sam Basu explores Why Evolve to .NET MAUI, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 04 Nov 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit, Monthly Standup</title><link>https://mauiverse.net/community-feed/2021/11/net-maui-community-toolkit-monthly-standup/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/net-maui-community-toolkit-monthly-standup/</guid><description>https://github.com/CommunityToolkit/Maui The .NET MAUI Community Toolkit is a collection of common elements for development with .NET MAUI that developers tend to replicate across multiple apps. It simplifies and demonstrates common developer tasks when building apps with .NET MAUI.</description><pubDate>Thu, 04 Nov 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #31</title><link>https://mauiverse.net/community-feed/2021/11/sands-of-maui-issue-31/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/sands-of-maui-issue-31/</guid><description>Sam Basu&apos;s Sands of MAUI #31 curates Windows Subsystem for Android, Dependency Injection in .NET MAUI, .NET 6 and C# 10, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 01 Nov 2021 00:00:00 GMT</pubDate></item><item><title>A quick introduction to .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/11/thewissen-a-quick-introduction-to-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/11/thewissen-a-quick-introduction-to-dotnet-maui/</guid><description>Steven Thewissen provides a concise overview of what .NET MAUI is, how it evolves from Xamarin.Forms, and the architectural layers that enable cross-platform UI on iOS, Android, macOS, and Windows.</description><pubDate>Mon, 01 Nov 2021 00:00:00 GMT</pubDate></item><item><title>Using TypeConverter with Xamarin.Forms for Better Custom Controls</title><link>https://mauiverse.net/community-feed/2021/10/using-typeconverter-with-xamarin-forms-for-better-custom-controls/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/using-typeconverter-with-xamarin-forms-for-better-custom-controls/</guid><description>Using TypeConverter with Xamarin.Forms for Better Custom Controls explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 28 Oct 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #30</title><link>https://mauiverse.net/community-feed/2021/10/sands-of-maui-issue-30/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/sands-of-maui-issue-30/</guid><description>Sam Basu&apos;s Sands of MAUI #30 curates .NET MAUI Preview 9 Overview, .NET Conf, .NET MAUI Community Toolkit, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 25 Oct 2021 00:00:00 GMT</pubDate></item><item><title>Looking inside MauiAppBuilder in .NET 6</title><link>https://mauiverse.net/community-feed/2021/10/maui-app-builder-net-6/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/maui-app-builder-net-6/</guid><description>Looking inside MauiAppBuilder in .NET 6 with practical guidance, key concepts, and implementation tips for .NET MAUI developers.</description><pubDate>Sun, 24 Oct 2021 00:00:00 GMT</pubDate></item><item><title>Series: Exploring MAUI APP Builder in .NET 6</title><link>https://mauiverse.net/community-feed/2021/10/exploring-maui-app-builder-net-6/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/exploring-maui-app-builder-net-6/</guid><description>This is a series focused on the new FEATURES of the MAUI APP Builder that come in .NET 6 for .NET MAUI. A lot of content has already been</description><pubDate>Sat, 23 Oct 2021 00:00:00 GMT</pubDate></item><item><title>Discover .NET MAUI - Codrina Merigo</title><link>https://mauiverse.net/community-feed/2021/10/discover-dotnet-maui-codrina-merigo/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/discover-dotnet-maui-codrina-merigo/</guid><description>Codrina Merigo introduces .NET MAUI and why it matters for building cross-platform apps with .NET.</description><pubDate>Fri, 22 Oct 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 9 - Borders, Corners, and Shadows Oh my!</title><link>https://mauiverse.net/community-feed/2021/10/netmauipreview9borderscornersandshadowsohmy/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/netmauipreview9borderscornersandshadowsohmy/</guid><description>James Montemagno walks through .NET MAUI Preview 9 - Borders, Corners, and Shadows Oh my, focusing on practical implementation steps you can apply immediately. It highlights what changed, why it matters for real apps, and what to adopt first for the biggest impact.</description><pubDate>Fri, 22 Oct 2021 00:00:00 GMT</pubDate></item><item><title>This Is How Simple Dependency Injection is in .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/10/this-is-how-simple-dependency-injection-is-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/this-is-how-simple-dependency-injection-is-in-net-maui/</guid><description>This Is How Simple Dependency Injection is in .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 21 Oct 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 9: Borders, Corners and Shadows on Everything!</title><link>https://mauiverse.net/community-feed/2021/10/net-maui-preview-9-borders-corners-and-shadows-on-everything/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/net-maui-preview-9-borders-corners-and-shadows-on-everything/</guid><description>.NET MAUI Preview 9: Borders, Corners and Shadows on Everything explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 18 Oct 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #29</title><link>https://mauiverse.net/community-feed/2021/10/sands-of-maui-issue-29/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/sands-of-maui-issue-29/</guid><description>Sam Basu&apos;s Sands of MAUI #29 curates .NET MAUI Preview 9, .NET 6 Release Candidate 2, .NET MAUI Community Toolkit Contributions, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 18 Oct 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit</title><link>https://mauiverse.net/community-feed/2021/10/using-dotnet-maui-community-toolkit-2/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/using-dotnet-maui-community-toolkit-2/</guid><description>Brandon Minnick explores .NET MAUI Community Toolkit, focusing on installing the .NET MAUI Community Toolkits and converters. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Mon, 18 Oct 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Contributions</title><link>https://mauiverse.net/community-feed/2021/10/contributing-to-dotnet-maui-community-toolkit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/contributing-to-dotnet-maui-community-toolkit/</guid><description>Brandon Minnick explores .NET MAUI Community Toolkit Contributions, covering “New Feature Workflow” and “Open A Discussion”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Fri, 15 Oct 2021 00:00:00 GMT</pubDate></item><item><title>Episode 100: Preview-Mania</title><link>https://mauiverse.net/community-feed/2021/10/episode-100-preview-mania/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/episode-100-preview-mania/</guid><description>Show Notes All the previews and release candidates you could ever want.</description><pubDate>Fri, 15 Oct 2021 00:00:00 GMT</pubDate></item><item><title>All Things Tabs! Top Tabs, Bottom Tabs, Tab Sandwich - Xamarin.Forms &amp; .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/10/allthingstabstoptabsbottomtabstabsandwichxamarinformsnetmaui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/allthingstabstoptabsbottomtabstabsandwichxamarinformsnetmaui/</guid><description>James Montemagno walks through All Things Tabs! Top Tabs, Bottom Tabs, Tab Sandwich - Xamarin.Forms &amp; .NET MAUI, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 14 Oct 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Overview</title><link>https://mauiverse.net/community-feed/2021/10/travel-with-me-to-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/travel-with-me-to-dotnet-maui/</guid><description>Melissa Houghton explores .NET MAUI Overview in this ~1-hour session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Thu, 14 Oct 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 9</title><link>https://mauiverse.net/community-feed/2021/10/announcing-dotnet-maui-preview-9/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/announcing-dotnet-maui-preview-9/</guid><description>David Ortinau explores .NET MAUI Preview 9, covering “Updated Controls” and “Borders, Corners, and Shadows – Oh my”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 12 Oct 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #28</title><link>https://mauiverse.net/community-feed/2021/10/sands-of-maui-issue-28/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/sands-of-maui-issue-28/</guid><description>Sam Basu&apos;s Sands of MAUI #28 curates .NET MAUI Community Standup, .NET MAUI Community Toolkit Standup, Automation with .NET Community Team, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 11 Oct 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - Dmitry Lyalin warms us up to .NET Hot Reload. Plus: Sweeky!</title><link>https://mauiverse.net/community-feed/2021/10/maui-community-standup-hot-reload-dmitry-lyalin/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/maui-community-standup-hot-reload-dmitry-lyalin/</guid><description>David Ortinau hosts a MAUI Community Standup on .NET Hot Reload with Dmitry Lyalin, plus updates with Sweeky.</description><pubDate>Thu, 07 Oct 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit - Monthly Standup (October 2021)</title><link>https://mauiverse.net/community-feed/2021/10/net-maui-community-toolkit-monthly-standup-october-2021/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/net-maui-community-toolkit-monthly-standup-october-2021/</guid><description>The .NET MAUI Community Toolkit is a community-created library that contains .NET MAUI Extensions, Advanced UI/UX Controls, Effects, and Behaviors.</description><pubDate>Thu, 07 Oct 2021 00:00:00 GMT</pubDate></item><item><title>An Introduction to Modern Desktop App Development with .NET and MAUI - XamExpertDay</title><link>https://mauiverse.net/community-feed/2021/10/an-introduction-to-modern-desktop-app-development-with-net-and-maui-xamexpertday/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/an-introduction-to-modern-desktop-app-development-with-net-and-maui-xamexpertday/</guid><description>An Introduction to Modern Desktop App Development with .NET and MAUI - XamExpertDay explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 04 Oct 2021 00:00:00 GMT</pubDate></item><item><title>Drawn Controls in .NET MAUI - XamExpertDay 2021</title><link>https://mauiverse.net/community-feed/2021/10/drawn-controls-in-net-maui-xamexpertday-2021/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/drawn-controls-in-net-maui-xamexpertday-2021/</guid><description>Drawn Controls in .NET MAUI - XamExpertDay 2021 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 04 Oct 2021 00:00:00 GMT</pubDate></item><item><title>From WPF to MAUI: a Porting of a Web-Server Based GUI - XamExpertDay 2021</title><link>https://mauiverse.net/community-feed/2021/10/from-wpf-to-maui-a-porting-of-a-web-server-based-gui-xamexpertday-2021/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/from-wpf-to-maui-a-porting-of-a-web-server-based-gui-xamexpertday-2021/</guid><description>From WPF to MAUI: a Porting of a Web-Server Based GUI - XamExpertDay 2021 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 04 Oct 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Blazor - One App That Runs Everywhere - XamExpertDay 2021</title><link>https://mauiverse.net/community-feed/2021/10/net-maui-blazor-one-app-that-runs-everywhere-xamexpertday-2021/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/net-maui-blazor-one-app-that-runs-everywhere-xamexpertday-2021/</guid><description>.NET MAUI Blazor - One App That Runs Everywhere - XamExpertDay 2021 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 04 Oct 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #27</title><link>https://mauiverse.net/community-feed/2021/10/sands-of-maui-issue-27/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/sands-of-maui-issue-27/</guid><description>Sam Basu&apos;s Sands of MAUI #27 curates XamExpertDay Fun, Visual Studio 2022 for Mac, MVVM Design Pattern, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 04 Oct 2021 00:00:00 GMT</pubDate></item><item><title>Building Your Next .NET MAUI App - XamExpertDay 2021</title><link>https://mauiverse.net/community-feed/2021/10/building-your-next-net-maui-app-xamexpertday-2021/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/building-your-next-net-maui-app-xamexpertday-2021/</guid><description>Building Your Next .NET MAUI App - XamExpertDay 2021 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Sun, 03 Oct 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Behind the Scenes</title><link>https://mauiverse.net/community-feed/2021/10/hello-dotnet-maui-expert-day-xamexpertday-2021/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/hello-dotnet-maui-expert-day-xamexpertday-2021/</guid><description>Maddy Montaquila explores .NET MAUI Behind the Scenes in this ~35-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Sun, 03 Oct 2021 00:00:00 GMT</pubDate></item><item><title>Porting your Xamarin.Forms Custom Renderer to .NET MAUI Handler - XamExpertDay 2021</title><link>https://mauiverse.net/community-feed/2021/10/porting-your-xamarin-forms-custom-renderer-to-net-maui-handler-xamexpertday-2021/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/porting-your-xamarin-forms-custom-renderer-to-net-maui-handler-xamexpertday-2021/</guid><description>Porting your Xamarin.Forms Custom Renderer to .NET MAUI Handler - XamExpertDay 2021 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Sun, 03 Oct 2021 00:00:00 GMT</pubDate></item><item><title>Xamarin.Forms and .NET MAUI MVVM vs MVU - XamExpertDay 2021</title><link>https://mauiverse.net/community-feed/2021/10/xamarin-forms-and-net-maui-mvvm-vs-mvu-xamexpertday-2021/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/xamarin-forms-and-net-maui-mvvm-vs-mvu-xamexpertday-2021/</guid><description>Xamarin.Forms and .NET MAUI MVVM vs MVU - XamExpertDay 2021 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Sun, 03 Oct 2021 00:00:00 GMT</pubDate></item><item><title>Comparing MauiAppBuilder to the WebApplicationBuilder</title><link>https://mauiverse.net/community-feed/2021/10/mauiappbuilder-vs-webapplicationbuilder/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/10/mauiappbuilder-vs-webapplicationbuilder/</guid><description>With the new MauiAppBuilder comes a new way to create applications in .NET, using MauiApp.CreateBuilder(). In this post I compare this</description><pubDate>Fri, 01 Oct 2021 00:00:00 GMT</pubDate></item><item><title>Telerik UI for .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/09/latest-telerik-ui-dotnet-maui-release-listview-new-components-support-macos-preview-8/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/09/latest-telerik-ui-dotnet-maui-release-listview-new-components-support-macos-preview-8/</guid><description>Telerik explores Telerik UI for .NET MAUI, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 28 Sep 2021 00:00:00 GMT</pubDate></item><item><title>How to Start Using .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/09/how-to-start-using-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/09/how-to-start-using-dotnet-maui/</guid><description>If you are new to MAUI, setup friction is the first hurdle. This video walks through installing tooling in Visual Studio 2022 and building a first Windows MAUI app.</description><pubDate>Mon, 27 Sep 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #26</title><link>https://mauiverse.net/community-feed/2021/09/sands-of-maui-issue-26/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/09/sands-of-maui-issue-26/</guid><description>Sam Basu&apos;s Sands of MAUI #26 curates .NET MAUI Preview 8 Review, .NET MAUI Preview 8 Hands-On, The Ultimate .NET MAUI Update, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 27 Sep 2021 00:00:00 GMT</pubDate></item><item><title>Episode 99: Azure IoT</title><link>https://mauiverse.net/community-feed/2021/09/episode-99-azure-iot/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/09/episode-99-azure-iot/</guid><description>We have a special show today where we&apos;re going to learn all about Azure IoT and a Xamarin app that helps you explore it.</description><pubDate>Fri, 24 Sep 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 8 - Tips &amp; Tricks | Windows Setup, MVVM Hot Reload, and Dependency Injection</title><link>https://mauiverse.net/community-feed/2021/09/netmauipreview8tipstrickswindowssetupmvvmhotreloadanddependencyinjection/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/09/netmauipreview8tipstrickswindowssetupmvvmhotreloadanddependencyinjection/</guid><description>James Montemagno walks through .NET MAUI Preview 8 - Tips &amp; Tricks | Windows Setup, MVVM Hot Reload, and Dependency Injection, focusing on practical implementation steps you can apply immediately. It highlights what changed, why it matters for real apps, and what to adopt first for the biggest impact.</description><pubDate>Thu, 23 Sep 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 8 Hands-on - True Single Project, Hot Reload Everywhere, &amp; 1 Click Install</title><link>https://mauiverse.net/community-feed/2021/09/netmauipreview8handsontruesingleprojecthotreloadeverywhere1clickinstall/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/09/netmauipreview8handsontruesingleprojecthotreloadeverywhere1clickinstall/</guid><description>James Montemagno walks through .NET MAUI Preview 8 Hands-on - True Single Project, Hot Reload Everywhere, &amp; 1 Click Install, focusing on practical implementation steps you can apply immediately. It highlights what changed, why it matters for real apps, and what to adopt first for the biggest impact.</description><pubDate>Tue, 21 Sep 2021 00:00:00 GMT</pubDate></item><item><title>Breaking .NET MAUI News!1!! And the Preview 8 Updates</title><link>https://mauiverse.net/community-feed/2021/09/breaking-net-maui-news-1-and-the-preview-8-updates/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/09/breaking-net-maui-news-1-and-the-preview-8-updates/</guid><description>Breaking .NET MAUI News!1!! And the Preview 8 Updates explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 20 Sep 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #25</title><link>https://mauiverse.net/community-feed/2021/09/sands-of-maui-issue-25/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/09/sands-of-maui-issue-25/</guid><description>Sam Basu&apos;s Sands of MAUI #25 curates .NET MAUI GA Timeline, .NET 6 RC1 Release, .NET MAUI Migration, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 20 Sep 2021 00:00:00 GMT</pubDate></item><item><title>Episode 98: The Ultimate .NET MAUI Update</title><link>https://mauiverse.net/community-feed/2021/09/episode-98-the-ultimate-net-maui-update/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/09/episode-98-the-ultimate-net-maui-update/</guid><description>Show Notes .NET 6 release candidate is out ...</description><pubDate>Fri, 17 Sep 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #24</title><link>https://mauiverse.net/community-feed/2021/09/sands-of-maui-issue-24/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/09/sands-of-maui-issue-24/</guid><description>Sam Basu&apos;s Sands of MAUI #24 curates .NET MAUI Development on macOS, App Center for Xamarin.Forms, Android SDK Tools, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 13 Sep 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Development on macOS</title><link>https://mauiverse.net/community-feed/2021/09/apples-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/09/apples-maui/</guid><description>Sam Basu explores .NET MAUI Development on macOS, covering “I Can’t Run maui-check” and “I Get Xcode Errors”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 08 Sep 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #23</title><link>https://mauiverse.net/community-feed/2021/09/sands-of-maui-issue-23/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/09/sands-of-maui-issue-23/</guid><description>Sam Basu&apos;s Sands of MAUI #23 curates .NET MAUI Community Toolkit Preview, A11Y on .NET MAUI Community Standup, .NET MAUI on Tizen, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Tue, 07 Sep 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - Accessibility with Rachel Kang</title><link>https://mauiverse.net/community-feed/2021/09/maui-community-standup-accessibility-rachel-kang/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/09/maui-community-standup-accessibility-rachel-kang/</guid><description>David Ortinau hosts a MAUI Community Standup focused on accessibility, featuring Rachel Kang.</description><pubDate>Thu, 02 Sep 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Monthly Standup - September 2021</title><link>https://mauiverse.net/community-feed/2021/09/net-maui-community-toolkit-monthly-standup-september-2021/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/09/net-maui-community-toolkit-monthly-standup-september-2021/</guid><description>Watch &quot;.NET MAUI Community Toolkit Monthly Standup - September 2021&quot; on YouTube.</description><pubDate>Thu, 02 Sep 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Preview</title><link>https://mauiverse.net/community-feed/2021/08/introducing-the-dotnet-maui-community-toolkit-preview/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/introducing-the-dotnet-maui-community-toolkit-preview/</guid><description>Brandon Minnick explores .NET MAUI Community Toolkit Preview, focusing on what to Expect in .NET MAUI Toolkit and what to Expect in .NET MAUI Markup Toolkit. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 31 Aug 2021 00:00:00 GMT</pubDate></item><item><title>Access Device Sensors and Platform APIs from Blazor in .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/08/access-device-sensors-and-platform-apis-from-blazor-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/access-device-sensors-and-platform-apis-from-blazor-in-net-maui/</guid><description>Access Device Sensors and Platform APIs from Blazor in .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 30 Aug 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #22</title><link>https://mauiverse.net/community-feed/2021/08/sands-of-maui-issue-22/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/sands-of-maui-issue-22/</guid><description>Sam Basu&apos;s Sands of MAUI #22 curates .NET MAUI Tooling, .NET MAUI Migration with Upgrade Assistant, Xamarin.Forms Behaviors in .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 30 Aug 2021 00:00:00 GMT</pubDate></item><item><title>How To Use Blazor with .NET MAUI And Make Awesome Things!</title><link>https://mauiverse.net/community-feed/2021/08/how-to-use-blazor-with-net-maui-and-make-awesome-things/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/how-to-use-blazor-with-net-maui-and-make-awesome-things/</guid><description>How To Use Blazor with .NET MAUI And Make Awesome Things explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Sun, 29 Aug 2021 00:00:00 GMT</pubDate></item><item><title>BindableLayout: Repeater Control for all! With Xamarin.Forms and .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/08/bindablelayout-repeater-control-for-all-with-xamarin-forms-and-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/bindablelayout-repeater-control-for-all-with-xamarin-forms-and-net-maui/</guid><description>BindableLayout: Repeater Control for all! With Xamarin.Forms and .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 26 Aug 2021 00:00:00 GMT</pubDate></item><item><title>Which C# UI Desktop Technology to Pick? | .NET MAUI, WinUI 3, WPF, Avalonia, Uno</title><link>https://mauiverse.net/community-feed/2021/08/whichcuidesktoptechnologytopicknetmauiwinui3wpfavaloniauno/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/whichcuidesktoptechnologytopicknetmauiwinui3wpfavaloniauno/</guid><description>James Montemagno walks through Which C# UI Desktop Technology to Pick? | .NET MAUI, WinUI 3, WPF, Avalonia, Uno, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 26 Aug 2021 00:00:00 GMT</pubDate></item><item><title>Huge Performance Boosts and IntelliSense Using Compiled Bindings in Xamarin.Forms and .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/08/huge-performance-boosts-and-intellisense-using-compiled-bindings-in-xamarin-forms-and-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/huge-performance-boosts-and-intellisense-using-compiled-bindings-in-xamarin-forms-and-net-maui/</guid><description>Huge Performance Boosts and IntelliSense Using Compiled Bindings in Xamarin.Forms and .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 23 Aug 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #21</title><link>https://mauiverse.net/community-feed/2021/08/sands-of-maui-issue-21/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/sands-of-maui-issue-21/</guid><description>Sam Basu&apos;s Sands of MAUI #21 curates Code-Behind to MVVM, .NET MAUI Podcast, Telerik UI for MAUI Release, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 23 Aug 2021 00:00:00 GMT</pubDate></item><item><title>Will There Be a .NET MAUI Community Toolkit?</title><link>https://mauiverse.net/community-feed/2021/08/will-there-be-a-net-maui-community-toolkit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/will-there-be-a-net-maui-community-toolkit/</guid><description>Will There Be a .NET MAUI Community Toolkit explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Sun, 22 Aug 2021 00:00:00 GMT</pubDate></item><item><title>Episode 97: The New .NET MAUI Podcast</title><link>https://mauiverse.net/community-feed/2021/08/episode-97-the-new-net-maui-podcast/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/episode-97-the-new-net-maui-podcast/</guid><description>Show Notes Can you believe it - the Xamarin Podcast is now the .NET MAUI Podcast?!?</description><pubDate>Fri, 20 Aug 2021 00:00:00 GMT</pubDate></item><item><title>Telerik UI for MAUI Release</title><link>https://mauiverse.net/community-feed/2021/08/only-thing-better-vacation-maui-datagrid-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/only-thing-better-vacation-maui-datagrid-dotnet-maui/</guid><description>Telerik explores Telerik UI for MAUI Release, covering “Unpacking .NET MAUI Preview 7” and “Welcome the DataGrid to the Telerik UI for MAUI Family”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 18 Aug 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 7 Installation On VS 2022 Preview 3.1</title><link>https://mauiverse.net/community-feed/2021/08/netmauipreview7installationonvs2022preview31/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/netmauipreview7installationonvs2022preview31/</guid><description>.NET MAUI Preview 7 Installation On VS 2022 Preview 3.1 walks through a practical way to implement a repeatable setup path for your development machine in .NET MAUI. You will learn why getting the MAUI tooling stack installed without missed steps matters and how to wire the feature from setup to a working result.</description><pubDate>Tue, 17 Aug 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #20</title><link>https://mauiverse.net/community-feed/2021/08/sands-of-maui-issue-20/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/sands-of-maui-issue-20/</guid><description>Sam Basu&apos;s Sands of MAUI #20 curates .NET MAUI Preview 7, .NET MAUI Preview 7 Overview, .NET MAUI Preview 7 Setup, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 16 Aug 2021 00:00:00 GMT</pubDate></item><item><title>Using/Converting Xamarin.Forms Behaviors in .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/08/using-converting-xamarin-forms-behaviors-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/using-converting-xamarin-forms-behaviors-in-net-maui/</guid><description>Using/Converting Xamarin.Forms Behaviors in .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 16 Aug 2021 00:00:00 GMT</pubDate></item><item><title>Will Xamarin Essentials be Part of .NET MAUI or .NET 6?</title><link>https://mauiverse.net/community-feed/2021/08/will-xamarin-essentials-be-part-of-net-maui-or-net-6/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/will-xamarin-essentials-be-part-of-net-maui-or-net-6/</guid><description>Will Xamarin Essentials be Part of .NET MAUI or .NET 6 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Sun, 15 Aug 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 7: VS2022 Templates and MAUI Blazor Apps</title><link>https://mauiverse.net/community-feed/2021/08/net-maui-preview-7-vs2022-templates-and-maui-blazor-apps/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/net-maui-preview-7-vs2022-templates-and-maui-blazor-apps/</guid><description>.NET MAUI Preview 7: VS2022 Templates and MAUI Blazor Apps explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 12 Aug 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 7 - Full Windows &amp; Mac Setup with CLI, VS Code, &amp; Visual Studio 2022</title><link>https://mauiverse.net/community-feed/2021/08/netmauipreview7fullwindowsmacsetupwithclivscodevisualstudio2022/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/netmauipreview7fullwindowsmacsetupwithclivscodevisualstudio2022/</guid><description>James Montemagno walks through .NET MAUI Preview 7 - Full Windows &amp; Mac Setup with CLI, VS Code, &amp; Visual Studio 2022, focusing on practical implementation steps you can apply immediately. It highlights what changed, why it matters for real apps, and what to adopt first for the biggest impact.</description><pubDate>Thu, 12 Aug 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 7</title><link>https://mauiverse.net/community-feed/2021/08/announcing-dotnet-maui-preview-7/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/announcing-dotnet-maui-preview-7/</guid><description>David Ortinau explores .NET MAUI Preview 7, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 10 Aug 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit Ask the Experts</title><link>https://mauiverse.net/community-feed/2021/08/ask-the-expert-dotnet-maui-community-toolkit/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/ask-the-expert-dotnet-maui-community-toolkit/</guid><description>Gerald Versluis explores .NET MAUI Community Toolkit Ask the Experts, focusing on toolkit setup and core API. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 10 Aug 2021 00:00:00 GMT</pubDate></item><item><title>What Happens to Xamarin Traditional With .NET 6 and .NET MAUI?</title><link>https://mauiverse.net/community-feed/2021/08/what-happens-to-xamarin-traditional-with-net-6-and-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/what-happens-to-xamarin-traditional-with-net-6-and-net-maui/</guid><description>What Happens to Xamarin Traditional With .NET 6 and .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Sun, 08 Aug 2021 00:00:00 GMT</pubDate></item><item><title>CRUD Operations with SQLite for Xamarin.Forms and .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/08/crud-operations-with-sqlite-for-xamarin-forms-and-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/crud-operations-with-sqlite-for-xamarin-forms-and-net-maui/</guid><description>CRUD Operations with SQLite for Xamarin.Forms and .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 05 Aug 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Migration with Upgrade Assistant</title><link>https://mauiverse.net/community-feed/2021/08/dotnet-maui-community-standup-get-to-maui-with-the-dotnet-upgrade-assistant-feat-sweeky/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/dotnet-maui-community-standup-get-to-maui-with-the-dotnet-upgrade-assistant-feat-sweeky/</guid><description>Maddy Montaquila explores .NET MAUI Migration with Upgrade Assistant in this ~1-hour session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Thu, 05 Aug 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Standup - Get to MAUI with the .NET Upgrade Assistant feat. Sweeky!</title><link>https://mauiverse.net/community-feed/2021/08/maui-community-standup-upgrade-assistant-sweeky/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/maui-community-standup-upgrade-assistant-sweeky/</guid><description>David Ortinau hosts a MAUI Community Standup on using the .NET Upgrade Assistant to move projects toward MAUI, featuring Sweeky.</description><pubDate>Thu, 05 Aug 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Community Toolkit - Monthly Standup</title><link>https://mauiverse.net/community-feed/2021/08/net-maui-community-toolkit-monthly-standup/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/net-maui-community-toolkit-monthly-standup/</guid><description>Welcome to the first monthly livestream of. the .NET MAUI Community Toolkit Standup!</description><pubDate>Thu, 05 Aug 2021 00:00:00 GMT</pubDate></item><item><title>How to Use Browser Dev Tools in Net MAUI</title><link>https://mauiverse.net/community-feed/2021/08/how-to-use-browser-dev-tools-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/how-to-use-browser-dev-tools-in-net-maui/</guid><description>Debugging hybrid UI is faster when you can inspect it with familiar browser tooling. This video shows how to use browser developer tools with .NET MAUI web-based UI surfaces.</description><pubDate>Mon, 02 Aug 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 6 Fresh Installation</title><link>https://mauiverse.net/community-feed/2021/08/netmauipreview6freshinstallation/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/netmauipreview6freshinstallation/</guid><description>.NET MAUI Preview 6 Fresh Installation walks through a practical way to implement a repeatable setup path for your development machine in .NET MAUI. You will learn why getting the MAUI tooling stack installed without missed steps matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 02 Aug 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #19</title><link>https://mauiverse.net/community-feed/2021/08/sands-of-maui-issue-19/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/08/sands-of-maui-issue-19/</guid><description>Sam Basu&apos;s Sands of MAUI #19 curates Xamarin.Forms Renderers to .NET MAUI Handlers, Benefits of .NET MAUI, Hot Reload on Desktop Community Standup, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 02 Aug 2021 00:00:00 GMT</pubDate></item><item><title>Customizing Controls with Handlers in .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/07/customizing-controls-with-handlers-in-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/07/customizing-controls-with-handlers-in-net-maui/</guid><description>Customizing Controls with Handlers in .NET MAUI explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 29 Jul 2021 00:00:00 GMT</pubDate></item><item><title>Benefits of .NET MAUI over Xamarin/Xamarin.Forms</title><link>https://mauiverse.net/community-feed/2021/07/benefitsofnetmauioverxamarinxamarinforms/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/07/benefitsofnetmauioverxamarinxamarinforms/</guid><description>James Montemagno walks through Benefits of .NET MAUI over Xamarin/Xamarin.Forms, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Tue, 27 Jul 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #18</title><link>https://mauiverse.net/community-feed/2021/07/sands-of-maui-issue-18/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/07/sands-of-maui-issue-18/</guid><description>Sam Basu&apos;s Sands of MAUI #18 curates Xamarin.Forms Renderers in .NET MAUI, Hello, .NET MAUI Essentials, DevOps in .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 26 Jul 2021 00:00:00 GMT</pubDate></item><item><title>DevOps in .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/07/surfing-in-maui-devops-in-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/07/surfing-in-maui-devops-in-dotnet-maui/</guid><description>Sweeky Satpathy explores DevOps in .NET MAUI in this ~45-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 23 Jul 2021 00:00:00 GMT</pubDate></item><item><title>Live Stream: Get started contributing to .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/07/livestreamgetstartedcontributingtonetmaui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/07/livestreamgetstartedcontributingtonetmaui/</guid><description>James Montemagno walks through Live Stream: Get started contributing to .NET MAUI, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 22 Jul 2021 00:00:00 GMT</pubDate></item><item><title>Xamarin.Forms Renderers to .NET MAUI Handlers</title><link>https://mauiverse.net/community-feed/2021/07/surfing-in-maui-xamarin-forms-renderers-vs-dotnet-maui-handlers/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/07/surfing-in-maui-xamarin-forms-renderers-vs-dotnet-maui-handlers/</guid><description>Javier Suárez explores Xamarin.Forms Renderers to .NET MAUI Handlers in this ~50-minute session, focusing on platform boundary and implementation path. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Thu, 22 Jul 2021 00:00:00 GMT</pubDate></item><item><title>Using a Xamarin.Forms Renderer in .NET MAUI Without Code Changes!</title><link>https://mauiverse.net/community-feed/2021/07/using-a-xamarin-forms-renderer-in-net-maui-without-code-changes/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/07/using-a-xamarin-forms-renderer-in-net-maui-without-code-changes/</guid><description>Using a Xamarin.Forms Renderer in .NET MAUI Without Code Changes explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 22 Jul 2021 00:00:00 GMT</pubDate></item><item><title>.NET Everywhere with MAUI</title><link>https://mauiverse.net/community-feed/2021/07/live-cloudy-with-a-chance-of-mobile-dotnet-everywhere-with-maui-with-matt-goldman/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/07/live-cloudy-with-a-chance-of-mobile-dotnet-everywhere-with-maui-with-matt-goldman/</guid><description>Matt Goldman explores .NET Everywhere with MAUI in this ~1.5-hour session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Wed, 21 Jul 2021 00:00:00 GMT</pubDate></item><item><title>Telerik UI for MAUI Update</title><link>https://mauiverse.net/community-feed/2021/07/enabling-punctual-island-time-new-telerik-maui-controls/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/07/enabling-punctual-island-time-new-telerik-maui-controls/</guid><description>Telerik explores Telerik UI for MAUI Update, focusing on know the Ingredients and gauge. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 20 Jul 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 6 - What You Need To Know</title><link>https://mauiverse.net/community-feed/2021/07/netmauipreview6whatyouneedtoknow/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/07/netmauipreview6whatyouneedtoknow/</guid><description>James Montemagno walks through .NET MAUI Preview 6 - What You Need To Know, focusing on practical implementation steps you can apply immediately. It highlights what changed, why it matters for real apps, and what to adopt first for the biggest impact.</description><pubDate>Tue, 20 Jul 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #17</title><link>https://mauiverse.net/community-feed/2021/07/sands-of-maui-issue-17/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/07/sands-of-maui-issue-17/</guid><description>Sam Basu&apos;s Sands of MAUI #17 curates .NET MAUI Preview 6, .NET MAUI Preview 6 in Detail, Update on Community Toolkit, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 19 Jul 2021 00:00:00 GMT</pubDate></item><item><title>Surfing in MAUI</title><link>https://mauiverse.net/community-feed/2021/07/surfing-in-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/07/surfing-in-maui/</guid><description>Sam Basu explores Surfing in MAUI, covering “A deep dive into .NET MAUI” and “A full-day of .NET MAUI goodness for FREE”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Fri, 16 Jul 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 6: Updates All Around</title><link>https://mauiverse.net/community-feed/2021/07/net-maui-preview-6-updates-all-around/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/07/net-maui-preview-6-updates-all-around/</guid><description>.NET MAUI Preview 6: Updates All Around explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 15 Jul 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 6</title><link>https://mauiverse.net/community-feed/2021/07/announcing-dotnet-maui-preview-6/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/07/announcing-dotnet-maui-preview-6/</guid><description>David Ortinau explores .NET MAUI Preview 6, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 14 Jul 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #16</title><link>https://mauiverse.net/community-feed/2021/07/sands-of-maui-issue-16/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/07/sands-of-maui-issue-16/</guid><description>Sam Basu&apos;s Sands of MAUI #16 curates Better XAML with Compiled Bindings, Migration to .NET MAUI, MVVM with FreshMvvm, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 12 Jul 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 5 and Telerik UI</title><link>https://mauiverse.net/community-feed/2021/07/dotnet-dev-show-tinkering-with-dotnet-maui-preview-5-and-telerik-ui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/07/dotnet-dev-show-tinkering-with-dotnet-maui-preview-5-and-telerik-ui/</guid><description>Sam Basu explores .NET MAUI Preview 5 and Telerik UI in this ~1-hour session, focusing on release scope and developer workflow. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 09 Jul 2021 00:00:00 GMT</pubDate></item><item><title>Faster &amp; Safer XAML with Compiled Bindings in Xamarin.Forms &amp; .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/07/fastersaferxamlwithcompiledbindingsinxamarinformsnetmaui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/07/fastersaferxamlwithcompiledbindingsinxamarinformsnetmaui/</guid><description>James Montemagno walks through Faster &amp; Safer XAML with Compiled Bindings in Xamarin.Forms &amp; .NET MAUI, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 08 Jul 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #15</title><link>https://mauiverse.net/community-feed/2021/07/sands-of-maui-issue-15/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/07/sands-of-maui-issue-15/</guid><description>Sam Basu&apos;s Sands of MAUI #15 curates Xamarin Community Standup, Blazor on WPF, Xamarin Code Quality and Performance, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Tue, 06 Jul 2021 00:00:00 GMT</pubDate></item><item><title>Xamarin and MAUI Sql Server (SSMS) Connection</title><link>https://mauiverse.net/community-feed/2021/07/xamarinandmauisqlserverssmsconnection/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/07/xamarinandmauisqlserverssmsconnection/</guid><description>Xamarin and MAUI Sql Server (SSMS) Connection walks through a practical way to implement a working server-connection baseline to build on in .NET MAUI. You will learn why connecting app workflows to SQL Server during development matters and how to wire the feature from setup to a working result.</description><pubDate>Mon, 05 Jul 2021 00:00:00 GMT</pubDate></item><item><title>Getting Started with .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/06/getting-started-with-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/06/getting-started-with-dotnet-maui/</guid><description>A setup-focused walkthrough for creating and running your first MAUI app, including preview-era troubleshooting tips.</description><pubDate>Mon, 28 Jun 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #14</title><link>https://mauiverse.net/community-feed/2021/06/sands-of-maui-issue-14/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/06/sands-of-maui-issue-14/</guid><description>Sam Basu&apos;s Sands of MAUI #14 curates Future of App Dev with .NET, .NET MAUI Preview 5 Detailed, .NET MAUI Blazor Intro, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 28 Jun 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 5 - Animations, Shell, Brushes, &amp; More!</title><link>https://mauiverse.net/community-feed/2021/06/netmauipreview5animationsshellbrushesmore/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/06/netmauipreview5animationsshellbrushesmore/</guid><description>James Montemagno walks through .NET MAUI Preview 5 - Animations, Shell, Brushes, &amp; More, focusing on practical implementation steps you can apply immediately. It highlights what changed, why it matters for real apps, and what to adopt first for the biggest impact.</description><pubDate>Fri, 25 Jun 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 5 installation</title><link>https://mauiverse.net/community-feed/2021/06/netmauipreview5installation/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/06/netmauipreview5installation/</guid><description>.NET MAUI Preview 5 installation walks through a practical way to implement a repeatable setup path for your development machine in .NET MAUI. You will learn why getting the MAUI tooling stack installed without missed steps matters and how to wire the feature from setup to a working result.</description><pubDate>Wed, 23 Jun 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Update: Preview 5 with Animations, Shell And Controls</title><link>https://mauiverse.net/community-feed/2021/06/net-maui-update-preview-5-with-animations-shell-and-controls/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/06/net-maui-update-preview-5-with-animations-shell-and-controls/</guid><description>.NET MAUI Update: Preview 5 with Animations, Shell And Controls explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 21 Jun 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #13</title><link>https://mauiverse.net/community-feed/2021/06/sands-of-maui-issue-13/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/06/sands-of-maui-issue-13/</guid><description>Sam Basu&apos;s Sands of MAUI #13 curates .NET MAUI Preview 5, .NET 6 Preview 5, Telerik UI for MAUI Update, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 21 Jun 2021 00:00:00 GMT</pubDate></item><item><title>How to NOT Getting Started with .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/06/how-to-not-getting-started-with-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/06/how-to-not-getting-started-with-dotnet-maui/</guid><description>Tobias Hoppenthaler shares early preview setup pitfalls and quick fixes for MAUI newcomers.</description><pubDate>Fri, 18 Jun 2021 00:00:00 GMT</pubDate></item><item><title>Telerik UI for MAUI Update</title><link>https://mauiverse.net/community-feed/2021/06/whats-new-in-telerik-ui-for-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/06/whats-new-in-telerik-ui-for-maui/</guid><description>Telerik explores Telerik UI for MAUI Update, covering “So … What Are the New Gems That the MAUI Waves Brought to Our Shore” and “Checkbox and SegmentedControl Join the Telerik UI for MAUI Family”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Fri, 18 Jun 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 5</title><link>https://mauiverse.net/community-feed/2021/06/announcing-dotnet-maui-preview-5/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/06/announcing-dotnet-maui-preview-5/</guid><description>David Ortinau explores .NET MAUI Preview 5, covering “Animations” and “UI Components”. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Thu, 17 Jun 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Blazor Intro</title><link>https://mauiverse.net/community-feed/2021/06/introduction-to-dotnet-maui-blazor/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/06/introduction-to-dotnet-maui-blazor/</guid><description>James Montemagno explores .NET MAUI Blazor Intro in this ~20-minute session, focusing on hybrid architecture and code sharing. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Thu, 17 Jun 2021 00:00:00 GMT</pubDate></item><item><title>Page Resolver and Navigation Extension for MAUI</title><link>https://mauiverse.net/community-feed/2021/06/maui-page-resolver/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/06/maui-page-resolver/</guid><description>Introducing the MAUI Page Resolver library, providing dependency injection and navigation extensions for .NET MAUI apps with fully resolved dependencies.</description><pubDate>Thu, 17 Jun 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #12</title><link>https://mauiverse.net/community-feed/2021/06/sands-of-maui-issue-12/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/06/sands-of-maui-issue-12/</guid><description>Sam Basu&apos;s Sands of MAUI #12 curates Prism for .NET MAUI, Blazor on .NET 6, Handlers in .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 14 Jun 2021 00:00:00 GMT</pubDate></item><item><title>What is NET MAUI with Blazor Bindings for Native Applications</title><link>https://mauiverse.net/community-feed/2021/06/what-is-net-maui-with-blazor-bindings-for-native-applications/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/06/what-is-net-maui-with-blazor-bindings-for-native-applications/</guid><description>Choosing between native UI and Blazor Hybrid starts with understanding the model clearly. This video explains .NET MAUI with Blazor bindings and where it fits for native app development.</description><pubDate>Mon, 14 Jun 2021 00:00:00 GMT</pubDate></item><item><title>Aloha! Welcome to .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/06/aloha-welcome-to-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/06/aloha-welcome-to-dotnet-maui/</guid><description>Melissa Houghton introduces MAUI concepts, goals, and key differences from Xamarin.Forms.</description><pubDate>Sun, 13 Jun 2021 00:00:00 GMT</pubDate></item><item><title>Episode 94: MORE .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/06/episode-94-more-net-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/06/episode-94-more-net-maui/</guid><description>Build has come and gone and there&apos;s so much goodness to talk about with .NET MAUI - and David Ortinau is back to fill us all in.</description><pubDate>Fri, 11 Jun 2021 00:00:00 GMT</pubDate></item><item><title>Getting Started with Dependency Injection in Xamarin.Forms</title><link>https://mauiverse.net/community-feed/2021/06/gettingstartedwithdependencyinjectioninxamarinforms/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/06/gettingstartedwithdependencyinjectioninxamarinforms/</guid><description>James Montemagno walks through Getting Started with Dependency Injection in Xamarin.Forms, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 10 Jun 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 4 Getting Started VS Code and Visual Studio Fresh Install</title><link>https://mauiverse.net/community-feed/2021/06/netmauipreview4gettingstartedvscodeandvisualstudiofreshinstall/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/06/netmauipreview4gettingstartedvscodeandvisualstudiofreshinstall/</guid><description>.NET MAUI Preview 4 Getting Started VS Code and Visual Studio Fresh Install walks through a practical way to implement a repeatable setup path for your development machine in .NET MAUI. You will learn why getting the MAUI tooling stack installed without missed steps matters and how to wire the feature from setup to a working result.</description><pubDate>Thu, 10 Jun 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #11</title><link>https://mauiverse.net/community-feed/2021/06/sands-of-maui-issue-11/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/06/sands-of-maui-issue-11/</guid><description>Sam Basu&apos;s Sands of MAUI #11 curates Xamarin Community Standup, Aloha From Telerik UI for MAUI, Build 2021 Recap, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 07 Jun 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Accessibility</title><link>https://mauiverse.net/community-feed/2021/06/hello-world-thursday-june-3-2021/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/06/hello-world-thursday-june-3-2021/</guid><description>Sweeky Satpathy explores .NET MAUI Accessibility, focusing on visual structure and state and interaction. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 02 Jun 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 4 - 100% More Visual Studio &amp; Blazor!</title><link>https://mauiverse.net/community-feed/2021/06/netmauipreview4100morevisualstudioblazor/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/06/netmauipreview4100morevisualstudioblazor/</guid><description>James Montemagno walks through .NET MAUI Preview 4 - 100% More Visual Studio &amp; Blazor, focusing on practical implementation steps you can apply immediately. It highlights what changed, why it matters for real apps, and what to adopt first for the biggest impact.</description><pubDate>Tue, 01 Jun 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #10</title><link>https://mauiverse.net/community-feed/2021/06/sands-of-maui-issue-10/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/06/sands-of-maui-issue-10/</guid><description>Sam Basu&apos;s Sands of MAUI #10 curates .NET MAUI Preview 4 Now Out, Exploring .NET MAUI Preview 4, Future of App Dev With .NET, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Tue, 01 Jun 2021 00:00:00 GMT</pubDate></item><item><title>Exploring .NET MAUI Preview 4</title><link>https://mauiverse.net/community-feed/2021/05/dotnet-dev-show-exploring-dotnet-maui-preview-4/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/05/dotnet-dev-show-exploring-dotnet-maui-preview-4/</guid><description>Sam Basu explores .NET MAUI Preview 4 in this ~1-hour session, focusing on release scope and developer workflow. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 28 May 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 4: Time For You To Get Started?</title><link>https://mauiverse.net/community-feed/2021/05/net-maui-preview-4-time-for-you-to-get-started/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/05/net-maui-preview-4-time-for-you-to-get-started/</guid><description>.NET MAUI Preview 4: Time For You To Get Started explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 27 May 2021 00:00:00 GMT</pubDate></item><item><title>Aloha From Telerik UI for MAUI</title><link>https://mauiverse.net/community-feed/2021/05/aloha-from-telerik-ui-for-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/05/aloha-from-telerik-ui-for-maui/</guid><description>Telerik explores Aloha From Telerik UI for MAUI, focusing on get the Hot Bits and hit Play. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 26 May 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 4 Now Out</title><link>https://mauiverse.net/community-feed/2021/05/announcing-dotnet-maui-preview-4/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/05/announcing-dotnet-maui-preview-4/</guid><description>David Ortinau explores .NET MAUI Preview 4 Now Out, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Tue, 25 May 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #9</title><link>https://mauiverse.net/community-feed/2021/05/sands-of-maui-issue-9/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/05/sands-of-maui-issue-9/</guid><description>Sam Basu&apos;s Sands of MAUI #9 curates Desktop Apps Your Way, .NET MAUI Support on VS for Mac, Accessible Mobile Apps, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 24 May 2021 00:00:00 GMT</pubDate></item><item><title>Building Your Next App with .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/05/building-your-next-app-with-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/05/building-your-next-app-with-dotnet-maui/</guid><description>David Ortinau presents how MAUI enables modern cross-platform app development across mobile and desktop.</description><pubDate>Fri, 14 May 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #8</title><link>https://mauiverse.net/community-feed/2021/05/sands-of-maui-issue-8/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/05/sands-of-maui-issue-8/</guid><description>Sam Basu&apos;s Sands of MAUI #8 curates .NET MAUI Single Project, Accessible Mobile Apps Learn Module, Shiny 2.0 Release, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 10 May 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Single Project</title><link>https://mauiverse.net/community-feed/2021/05/xamarin-community-standup-dotnet-maui-single-project-with-jake-kirsch/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/05/xamarin-community-standup-dotnet-maui-single-project-with-jake-kirsch/</guid><description>Maddy Montaquila explores .NET MAUI Single Project in this ~1-hour session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Thu, 06 May 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #7</title><link>https://mauiverse.net/community-feed/2021/05/sands-of-maui-issue-7/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/05/sands-of-maui-issue-7/</guid><description>Sam Basu&apos;s Sands of MAUI #7 curates Your Next UI Framework on InfoQ, iOS &amp; Android Adaptive Icons, First Impressions with .NET MAUI, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 03 May 2021 00:00:00 GMT</pubDate></item><item><title>Codrina Merigo. Cross-platform development with Xamarin.Forms and the new .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/04/xamarinforms-cross-platform-and-dotnet-maui-codrina-merigo/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/04/xamarinforms-cross-platform-and-dotnet-maui-codrina-merigo/</guid><description>Codrina Merigo compares Xamarin.Forms cross-platform development with the direction and goals of the new .NET MAUI.</description><pubDate>Wed, 28 Apr 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #6</title><link>https://mauiverse.net/community-feed/2021/04/sands-of-maui-issue-6/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/04/sands-of-maui-issue-6/</guid><description>Sam Basu&apos;s Sands of MAUI #6 curates BlazorWebView for WPF/WinForms, .NET MAUI on .NET Rocks, WinUI Community Call, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 26 Apr 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI on InfoQ</title><link>https://mauiverse.net/community-feed/2021/04/dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/04/dotnet-maui/</guid><description>David Ortinau explores .NET MAUI on InfoQ, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Wed, 21 Apr 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI on .NET Rocks</title><link>https://mauiverse.net/community-feed/2021/04/dotnet-maui-on-dotnet-rocks/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/04/dotnet-maui-on-dotnet-rocks/</guid><description>Gerald Versluis discusses .NET MAUI on .NET Rocks, including visual structure and state and interaction. Listen to the full conversation for the experience, tradeoffs, and stories behind the topic.</description><pubDate>Mon, 19 Apr 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #5</title><link>https://mauiverse.net/community-feed/2021/04/sands-of-maui-issue-5/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/04/sands-of-maui-issue-5/</guid><description>Sam Basu&apos;s Sands of MAUI #5 curates .NET MAUI Preview 3 in Detail, Intro to .NET MAUI, The Journey to Inclusive Apps, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 19 Apr 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 3 Hands-on: iOS, Android, macOS, and now Windows with WinUI 3!</title><link>https://mauiverse.net/community-feed/2021/04/netmauipreview3handsoniosandroidmacosandnowwindowswithwinui3/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/04/netmauipreview3handsoniosandroidmacosandnowwindowswithwinui3/</guid><description>James Montemagno walks through .NET MAUI Preview 3 Hands-on: iOS, Android, macOS, and now Windows with WinUI 3, focusing on practical implementation steps you can apply immediately. It highlights what changed, why it matters for real apps, and what to adopt first for the biggest impact.</description><pubDate>Thu, 15 Apr 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 3 Update: Windows and Lifecycle Events</title><link>https://mauiverse.net/community-feed/2021/04/net-maui-preview-3-update-windows-and-lifecycle-events/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/04/net-maui-preview-3-update-windows-and-lifecycle-events/</guid><description>.NET MAUI Preview 3 Update: Windows and Lifecycle Events explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 12 Apr 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #4</title><link>https://mauiverse.net/community-feed/2021/04/sands-of-maui-issue-4/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/04/sands-of-maui-issue-4/</guid><description>Sam Basu&apos;s Sands of MAUI #4 curates .NET MAUI Preview 3, MAUI Update on Xamarin Podcast, App Startup, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 12 Apr 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI Preview 3 in Detail</title><link>https://mauiverse.net/community-feed/2021/04/announcing-net-multi-platform-app-ui-preview-3/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/04/announcing-net-multi-platform-app-ui-preview-3/</guid><description>David Ortinau explores .NET MAUI Preview 3 in Detail, covering the core concepts and practical implementation details. Read the full piece for the implementation details, examples, and practical takeaways.</description><pubDate>Fri, 09 Apr 2021 00:00:00 GMT</pubDate></item><item><title>Episode 90: .NET MAUI Q&amp;A</title><link>https://mauiverse.net/community-feed/2021/04/episode-90-net-maui-q-a/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/04/episode-90-net-maui-q-a/</guid><description>David Ortinau sites down with us to answer a TON of listener questions on .NET MAUI. Plus we got some cloud news &amp; of course the Pick of the Pod!! Show Notes Latest news Great looking settings screens for Xamarin.Forms Cloud news Microservice March w/ Let&apos;s Learn Microservices Cloud Learning Resources for .NET Devs Azure service of the month! Azure Health Bot Pick of the pod! Visual Studio XAML Code Generation Comet Extension for VS Code Learn Live Follow Us: James: Twitter, Blog, GitHub, Merge Conflict Podcast Matt: Twitter, Blog, GitHub Special Guest: David Ortinau.</description><pubDate>Fri, 09 Apr 2021 00:00:00 GMT</pubDate></item><item><title>Xamarin.Forms &amp; .NET MAUI Shell Navigation for Beginners</title><link>https://mauiverse.net/community-feed/2021/04/xamarinformsnetmauishellnavigationforbeginners/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/04/xamarinformsnetmauishellnavigationforbeginners/</guid><description>James Montemagno walks through Xamarin.Forms &amp; .NET MAUI Shell Navigation for Beginners, focusing on practical implementation steps you can apply immediately. You&apos;ll see the setup path, the key workflow decisions, and how to ship the same patterns in your own .NET MAUI projects.</description><pubDate>Thu, 08 Apr 2021 00:00:00 GMT</pubDate></item><item><title>Intro to .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/04/a-journey-to-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/04/a-journey-to-dotnet-maui/</guid><description>Maddy Montaquila explores Intro to .NET MAUI in this ~20-minute session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Tue, 06 Apr 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #3</title><link>https://mauiverse.net/community-feed/2021/04/sands-of-maui-issue-3/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/04/sands-of-maui-issue-3/</guid><description>Sam Basu&apos;s Sands of MAUI #3 curates MAUI Check, Project Reunion, Animated Page Transitions, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 05 Apr 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI: Is Your Dev Machine Ready? 💉</title><link>https://mauiverse.net/community-feed/2021/04/net-maui-is-your-dev-machine-ready/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/04/net-maui-is-your-dev-machine-ready/</guid><description>.NET MAUI: Is Your Dev Machine Ready? explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Thu, 01 Apr 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #2</title><link>https://mauiverse.net/community-feed/2021/03/sands-of-maui-issue-2/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/03/sands-of-maui-issue-2/</guid><description>Sam Basu&apos;s Sands of MAUI #2 curates MAUI Timelines &amp; GitTrends, Xamarin Community Toolkit Update, State of .NET Survey, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.</description><pubDate>Mon, 29 Mar 2021 00:00:00 GMT</pubDate></item><item><title>Sands of MAUI: Issue #1</title><link>https://mauiverse.net/community-feed/2021/03/sands-of-maui-issue-1/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/03/sands-of-maui-issue-1/</guid><description>Sam Basu rounds up the early .NET 6 Preview 2 features that shaped .NET MAUI, from Mac Catalyst and single-project support to updated mobile samples. Explore the linked survey, migration notes, and hands-on stream for a snapshot of MAUI&apos;s first developer experiences.</description><pubDate>Mon, 22 Mar 2021 00:00:00 GMT</pubDate></item><item><title>Tinkering with MAUI on .NET 6 Preview 2</title><link>https://mauiverse.net/community-feed/2021/03/dotnet-dev-show-exploring-dotnet-6-preview-2-and-dotnet-maui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/03/dotnet-dev-show-exploring-dotnet-6-preview-2-and-dotnet-maui/</guid><description>Sam Basu explores Tinkering with MAUI on .NET 6 Preview 2 in this ~1-hour session, focusing on release scope and developer workflow. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Fri, 19 Mar 2021 00:00:00 GMT</pubDate></item><item><title>REST Web Requests with Data Caching with ASP.NET Core Web API | Xamarin &amp; .NET MAUI 101</title><link>https://mauiverse.net/community-feed/2021/03/restwebrequestswithdatacachingwithaspnetcorewebapixamarinnetmaui101/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/03/restwebrequestswithdatacachingwithaspnetcorewebapixamarinnetmaui101/</guid><description>James Montemagno walks through REST Web Requests with Data Caching with ASP.NET Core Web API | Xamarin &amp; .NET MAUI 101, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 18 Mar 2021 00:00:00 GMT</pubDate></item><item><title>First .NET MAUI Preview - Installing &amp; Exploring .NET 6 Preview 2 (CLI, VS 2019, &amp; VS Code)</title><link>https://mauiverse.net/community-feed/2021/03/firstnetmauipreviewinstallingexploringnet6preview2clivs2019vscode/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/03/firstnetmauipreviewinstallingexploringnet6preview2clivs2019vscode/</guid><description>James Montemagno walks through First .NET MAUI Preview - Installing &amp; Exploring .NET 6 Preview 2 (CLI, VS 2019, &amp; VS Code), focusing on practical implementation steps you can apply immediately. It highlights what changed, why it matters for real apps, and what to adopt first for the biggest impact.</description><pubDate>Tue, 16 Mar 2021 00:00:00 GMT</pubDate></item><item><title>.NET MAUI First Look - Running .NET 6 Preview 2 Sample</title><link>https://mauiverse.net/community-feed/2021/03/net-maui-first-look-running-net-6-preview-2-sample/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/03/net-maui-first-look-running-net-6-preview-2-sample/</guid><description>.NET MAUI First Look - Running .NET 6 Preview 2 Sample explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 15 Mar 2021 00:00:00 GMT</pubDate></item><item><title>Episode 88: .NET MAUI Special Update</title><link>https://mauiverse.net/community-feed/2021/03/episode-88-net-maui-special-update/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/03/episode-88-net-maui-special-update/</guid><description>Matt and James are joined by David Ortinau for a special update on .NET MAUI. Plus a whole lot of other updates on new releases of Visual Studio for Mac and Windows.</description><pubDate>Fri, 12 Mar 2021 00:00:00 GMT</pubDate></item><item><title>Learn Xamarin Today or Wait for .NET MAUI?</title><link>https://mauiverse.net/community-feed/2021/03/learnxamarintodayorwaitfornetmaui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/03/learnxamarintodayorwaitfornetmaui/</guid><description>James Montemagno walks through Learn Xamarin Today or Wait for .NET MAUI, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 11 Mar 2021 00:00:00 GMT</pubDate></item><item><title>How to Add a Database to Xamarin &amp; .NET MAUI apps with SQLite-net</title><link>https://mauiverse.net/community-feed/2021/03/howtoaddadatabasetoxamarinnetmauiappswithsqlitenet/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/03/howtoaddadatabasetoxamarinnetmauiappswithsqlitenet/</guid><description>James Montemagno walks through How to Add a Database to Xamarin &amp; .NET MAUI apps with SQLite-net, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.</description><pubDate>Thu, 04 Mar 2021 00:00:00 GMT</pubDate></item><item><title>MAUI Timelines &amp; GitTrends</title><link>https://mauiverse.net/community-feed/2021/03/xamarin-community-standup-brandon-minnick-shows-us-gittrends-and-csharp-ui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/03/xamarin-community-standup-brandon-minnick-shows-us-gittrends-and-csharp-ui/</guid><description>Maddy Montaquila explores MAUI Timelines &amp; GitTrends in this ~1-hour session, focusing on visual structure and state and interaction. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Thu, 04 Mar 2021 00:00:00 GMT</pubDate></item><item><title>Xamarin.Forms ListView - Everything you need to know (&amp; .NET MAUI)</title><link>https://mauiverse.net/community-feed/2021/02/xamarinformslistvieweverythingyouneedtoknownetmaui/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/02/xamarinformslistvieweverythingyouneedtoknownetmaui/</guid><description>James Montemagno walks through Xamarin.Forms ListView - Everything you need to know (&amp; .NET MAUI), focusing on practical implementation steps you can apply immediately. It highlights what changed, why it matters for real apps, and what to adopt first for the biggest impact.</description><pubDate>Thu, 04 Feb 2021 00:00:00 GMT</pubDate></item><item><title>Handlers in .NET MAUI</title><link>https://mauiverse.net/community-feed/2021/01/dotnet-maui-handlers-monkeyfest-usa-2020/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/01/dotnet-maui-handlers-monkeyfest-usa-2020/</guid><description>Javier Suárez explores Handlers in .NET MAUI in this ~1-hour session, focusing on platform boundary and implementation path. Watch for the demos, technical context, and practical details that make the ideas easier to apply.</description><pubDate>Thu, 21 Jan 2021 00:00:00 GMT</pubDate></item><item><title>MVVM for Beginners: Model-View-ViewModel Architecture for Xamarin.Forms, .NET MAUI, WPF, UWP, &amp; More</title><link>https://mauiverse.net/community-feed/2021/01/mvvmforbeginnersmodelviewviewmodelarchitectureforxamarinformsnetmauiwpfuwpmore/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2021/01/mvvmforbeginnersmodelviewviewmodelarchitectureforxamarinformsnetmauiwpfuwpmore/</guid><description>James Montemagno walks through MVVM for Beginners: Model-View-ViewModel Architecture for Xamarin.Forms, .NET MAUI, WPF, UWP, &amp; More, focusing on practical implementation steps you can apply immediately. You&apos;ll see the setup path, the key workflow decisions, and how to ship the same patterns in your own .NET MAUI projects.</description><pubDate>Thu, 07 Jan 2021 00:00:00 GMT</pubDate></item><item><title>XAML for Beginners - Xamarin.Forms &amp; .NET MAUI XAML</title><link>https://mauiverse.net/community-feed/2020/12/xamlforbeginnersxamarinformsnetmauixaml/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2020/12/xamlforbeginnersxamarinformsnetmauixaml/</guid><description>James Montemagno walks through XAML for Beginners - Xamarin.Forms &amp; .NET MAUI XAML, focusing on practical implementation steps you can apply immediately. You&apos;ll see the setup path, the key workflow decisions, and how to ship the same patterns in your own .NET MAUI projects.</description><pubDate>Thu, 31 Dec 2020 00:00:00 GMT</pubDate></item><item><title>Text To Speech in Xamarin.Forms and .NET MAUI with Essentials</title><link>https://mauiverse.net/community-feed/2020/11/text-to-speech-in-xamarin-forms-and-net-maui-with-essentials/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2020/11/text-to-speech-in-xamarin-forms-and-net-maui-with-essentials/</guid><description>Text To Speech in Xamarin.Forms and .NET MAUI with Essentials explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Mon, 30 Nov 2020 00:00:00 GMT</pubDate></item><item><title>Xamarin Tutorial for Beginners - Build iOS &amp; Android Apps with C#, Visual Studio, and Xamarin.Forms</title><link>https://mauiverse.net/community-feed/2020/11/xamarintutorialforbeginnersbuildiosandroidappswithcvisualstudioandxamarinforms/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2020/11/xamarintutorialforbeginnersbuildiosandroidappswithcvisualstudioandxamarinforms/</guid><description>James Montemagno walks through Xamarin Tutorial for Beginners - Build iOS &amp; Android Apps with C#, Visual Studio, and Xamarin.Forms, focusing on practical implementation steps you can apply immediately. You&apos;ll see the setup path, the key workflow decisions, and how to ship the same patterns in your own .NET MAUI projects.</description><pubDate>Thu, 19 Nov 2020 00:00:00 GMT</pubDate></item><item><title>David Ortinau - Introducing .NET MAUI - XamExpertDay 2020</title><link>https://mauiverse.net/community-feed/2020/10/david-ortinau-introducing-net-maui-xamexpertday-2020/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2020/10/david-ortinau-introducing-net-maui-xamexpertday-2020/</guid><description>David Ortinau - Introducing .NET MAUI - XamExpertDay 2020 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Sat, 03 Oct 2020 00:00:00 GMT</pubDate></item><item><title>James Clancey - .NET MAUI MVU - XamExpertDay 2020</title><link>https://mauiverse.net/community-feed/2020/10/james-clancey-net-maui-mvu-xamexpertday-2020/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2020/10/james-clancey-net-maui-mvu-xamexpertday-2020/</guid><description>James Clancey - .NET MAUI MVU - XamExpertDay 2020 explained with a practical, implementation-first walkthrough for .NET MAUI developers. You will see what it does, how to set it up, and what to watch for across platforms.</description><pubDate>Sat, 03 Oct 2020 00:00:00 GMT</pubDate></item><item><title>DevTalk 46: Moving to .NET MAUI (Jon Dick)</title><link>https://mauiverse.net/community-feed/2020/09/devtalk-46-moving-to-dotnet-maui-with-jon-dick/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2020/09/devtalk-46-moving-to-dotnet-maui-with-jon-dick/</guid><description>Jon Dick discusses what was coming next for MAUI and the transition path from Xamarin.</description><pubDate>Mon, 21 Sep 2020 00:00:00 GMT</pubDate></item><item><title>RxUI Conf</title><link>https://mauiverse.net/community-feed/2020/09/rxui-conf/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2020/09/rxui-conf/</guid><description>Shane Neuville joins RxUI Conf with sessions spanning ReactiveUI patterns, ecosystem integrations, and community Q&amp;A.</description><pubDate>Sat, 19 Sep 2020 00:00:00 GMT</pubDate></item><item><title>DevTalk 39: .NET MAUI and the Future of Xamarin (David Ortinau)</title><link>https://mauiverse.net/community-feed/2020/06/devtalk-39-dotnet-maui-and-the-future-of-xamarin/</link><guid isPermaLink="true">https://mauiverse.net/community-feed/2020/06/devtalk-39-dotnet-maui-and-the-future-of-xamarin/</guid><description>David Ortinau joins DevTalk to discuss the future of Xamarin and the new MAUI direction.</description><pubDate>Tue, 16 Jun 2020 00:00:00 GMT</pubDate></item></channel></rss>