frameworks
.NET MAUI Articles, Tutorials & News
.NET MAUI articles, tutorials, and news from the DotNetNews archive.
155 articles Updated Page 3 of 7
Browse additional .NET MAUI articles from the DotNetNews archive.
.NET MAUI articles
Page 3 of 7
Newest first
-
.NET MAUI Community Standup - Run .NET MAUI on Linux with Avalonia
youtube.com Issue #367
NDepend with Patrick Smacchia: Scaling .NET Code Quality
-
Essential .NET Maui Resources
medium.com Issue #355
.NET Maui is a Cross platform development framework for .NET developers which supports Mobile (iOS and Android), Tablet and Desktop…
-
How to Build iOS Widgets with .NET MAUI
devblogs.microsoft.com Issue #355
Build professional iOS widgets with .NET MAUI, from static displays to interactive widgets. The post How to Build iOS Widgets with .NET MAUI appeared first on .NET Blog.
-
Implementing Cross-Platform In-App Billing in .NET MAUI Applications
devblogs.microsoft.com Issue #347
Learn how to implement in-app purchases in your .NET MAUI apps with our new cross-platform billing sample for Android, iOS, Mac Catalyst, and Windows. The post Implementing Cross-Platform In-App Bill...
-
Cross-Platform Age Verification in .NET MAUI Applications
devblogs.microsoft.com Issue #344
Learn how to implement age verification in your .NET MAUI apps with our new cross-platform sample supporting Google Play Age Signals, Apple Declared Age Range, and Windows Age Consent APIs. The post ...
-
.NET MAUI Community Standup - .NET 10 Announcements Roundup
youtube.com Issue #342
Mastering Callbacks in C#: Delegates, Events, Async/Await & Real UI Examples (Complete Guide)
-
Blazor vs Razor Pages in .NET 10
DotNetNews Issue #340
This issue covers Blazor, EF Core query tuning, validation patterns, distributed events, browser agents, and the latest Visual Studio update.
-
Creating iOS Widgets with MAUI — Part 2: Bundling iOS Widget
ferrywlto.medium.com Issue #332
This is the second part of the series. In this post we will explore how to create a Hello World widget in iOS and have our MAUI app work…
-
Building Once, Deploying Everywhere: C# Cross-Platform with .NET MAUI and the Competition
systemweakness.com Issue #330
Note from the Author: I’m delighted to share this article, which serves as a powerful follow-up to my 2023 piece, “The future of… Continue reading on System Weakness »
-
What's New in .NET MAUI
youtube.com Issue #330
Whether you're building mobile apps, desktop applications, or both, see why .NET MAUI is the future of cross-platform development. .NET MAUI continues to evolve as the premier framework for building n...
-
Announcing .NET 10
devblogs.microsoft.com Issue #330
Announcing the release of .NET 10, the most productive, modern, secure, intelligent, and performant release of .NET yet. With updates across ASP.NET Core, C# 14, .NET MAUI, Aspire, and so much more. ...
-
ASP.NET Core, architecture, and performance
DotNetNews Issue #324
A varied .NET roundup with Clean Architecture, ASP.NET Core REST API guidance, LINQ and memory fixes, plus Redis, SQL Server, and WebAssembly.
-
.NET MAUI Community Standup - A Journey to 10 Years of Grial
youtube.com Issue #323
How ConcurrentQueue Simplifies Producer-Consumer Patterns in .NET
-
ASP.NET Core Future Trends 2025: MAUI, AI Integration, Blazor Hybrid & Cloud-Native Development (Part-35 of 40)
c-sharpcorner.com Issue #317
Explore the future of ASP.NET Core in 2025! This article dives into key trends like .NET MAUI for cross-platform development, AI integration for intelligent applications, Blazor Hybrid for web & n...
-
.NET 10, DDD, AI agents
DotNetNews Issue #315
A varied .NET roundup covering .NET 10, CQRS, DDD, ASP.NET Core performance, Azure secrets, AI agents, and GC analysis.
-
JSON performance, EF Core, and .NET 9 microservices
DotNetNews Issue #303
A varied .NET roundup covering System.Text.Json speedups, EF Core optimization, Blazor in .NET 10, Copilot, Dapr, and validation patterns.
-
Understanding Constructors and Destructors in C# (.NET)
medium.com Issue #298
Constructors and destructors are foundational concepts in object-oriented programming, and mastering them is key for any .NET developer… Continue reading on .Net Programming »
-
Top 15 .NET Interview Questions (With Answers & Examples)
medium.com Issue #298
Whether you’re a fresher or an experienced developer, .NET interviews often test both your fundamentals and real-world problem-solving…
-
Visual Studio 2022 Boosts .NET MAUI Development with Enhanced XAML Live Preview
c-sharpcorner.com Issue #296
Visual Studio 2022 v17.14 enhances .NET MAUI development with design-time XAML Live Preview, Android support, and GitHub Copilot integration for faster UI creation.
-
-
Simplifying Implicit and Global XML Namespaces in .NET 10 for .NET MAUI
askxammy.com Issue #294
I know, I know… as developers we’re always happy when we get the chance to save code without affecting the result 😎. In this article, we’re going to explore the new experience that allows us to add X...
-
Preparing Your .NET MAUI Apps for Google Play’s 16 KB Page Size Requirement
devblogs.microsoft.com Issue #293
Learn about the upcoming 16 KB page size requirement for Google Play and how to ensure your .NET MAUI apps are ready for the November 2025 deadline. The post Preparing Your .NET MAUI Apps for Google ...
-
Say Goodbye to the FontImageExtension in .NET MAUI 👋
askxammy.com Issue #292
For quite some time, the FontImageExtension has been used to display font icons inside controls. But, as part of the news in .NET 10 for .NET MAUI, this extension is now deprecated, which means you sh...
-
Performance, security, and EF Core tips
DotNetNews Issue #285
A varied roundup of .NET posts on faster code, safer ASP.NET Core apps, EF Core migrations, Azure slots, logging, and team Git workflows.
-
Building Cross-Platform Apps with C# and .NET MAUI
medium.com Issue #283
A Beginner’s Guide Continue reading on T3CH »