Syncfusion avatar

Create a Modern Conversational UI with the .NET MAUI Chat Control

4 days ago |Syncfusion

This blog provides the show notes for our April 11, 2024, webinar, Create a Modern Conversational UI with the .NET MAUI Chat Control.

Syncfusion avatar

Chart of the Week: Creating a Custom .NET MAUI Bar Chart for Global Renewable Energy Employment Trends

9 days ago |Syncfusion

This blog explains how to visualize global renewable energy employment trends data using the Syncfusion .NET MAUI Bar Chart control.




Syncfusion avatar

Introducing Syncfusion .NET MAUI Visual Studio Code Extension

10 days ago |Syncfusion

This blog explains the new Syncfusion .NET MAUI Visual Studio Code Extension feature in the 2024 Volume 1 release.







Vijay Anand E G avatar

.NET MAUI Community Standup

15 days ago |Vijay Anand E G

The topic for this month’s .NET MAUI community standup is so interesting, Testing your MAUI Apps ft. Gerald Versluis. Remember to join live on Thu, Apr 4 at 17:00 UTC. Click the link to access the timing in your local/preferred time zone. Note, it’s back at the same time. Update: The community links for this month’s standup […]




Vijay Anand E G avatar

.NET MAUI – Styles

16 days ago |Vijay Anand E G

This is the third article in the recently started series titled Developer Tips, which offers concise hints to enhance productivity. All the articles in the series can be accessed from here. A style is characterized by a collection of interrelated properties that aim to improve resource management within the application. It is defined as a list […]



Leomaris Reyes avatar

Problems loading a .gif in .NET MAUI?

21 days ago |Leomaris Reyes

Have you tried adding a .gif to your .NET MAUI application, but only see a still image and wonder why it doesn’t animate? 🤔 Well, today you will discover how to solve this quickly and easily! 🚀✨ Let’s start! GIFs are made up of a series of images that create a silent, repetitive animation. Adding a .gif to your application…Continue Reading→

Gone Mobile avatar

100: 100th Episode Celebration with David & Maddy!

21 days ago |Gone Mobile

In this episode, the hosts celebrate the 100th episode of the podcast and engage in a casual conversation about various topics related to Xamarin and .NET MAUI. They introduce themselves and discuss their roles as product managers. The conversation covers the early days of Xamarin, the transition to .NET and mobile development, and the evolution of mobile development over the years. They also talk about the transition to Microsoft and the use of Microsoft tools.

Vijay Anand E G avatar

.NET MAUI All-in-One Templates Pack – 20K Installs

23 days ago |Vijay Anand E G

The .NET MAUI All-in-One Templates Pack Visual Studio 2022 extension has achieved the significant milestone of 20K installations. It’s time to celebrate.🎊🎉🎇🎆 The initial version was released on Jul 18, 2021, and it took 2 years and 8 months to reach this stage with an average of 20 installations every day. To know more about […]


Vijay Anand E G avatar

.NET MAUI – BindableLayout

25 days ago |Vijay Anand E G

Lightweight Efficient Data-Bound Item Repeater




Vijay Anand E G avatar

.NET MAUI – Margin and Padding

28 days ago |Vijay Anand E G

Starting a new series titled Developer Tips which offers small hints to enhance developer productivity. We’ll start with the Margin and Padding that effectively position the View. Both the properties have been appropriately defined at the View level and are of the type Thickness, which is a structure that defines 4 important properties: Left, Top, […]

Gone Mobile avatar

99: Architecting Plugins and Frameworks

28 days ago |Gone Mobile

In this episode, Jon and Allan discuss various topics related to creating and maintaining libraries and NuGet packages. They talk about their experiences with plugin libraries and the importance of supporting open source developers. They also touch on the challenges of avoiding vendor and framework lock-in. Overall, the conversation highlights the value of community-driven development and the need for collaboration and appreciation in the open source world.







Brandon Minnick avatar

.NET MAUI Training Courses

one month ago |Brandon Minnick

Two new training courses containing over 10 hours of video content and code examples to help you become a successful .NET MAUI developer!




Vijay Anand E G avatar

What’s New in .NET MAUI 9 Preview 2

one month ago |Vijay Anand E G

Yesterday, the second preview release of the .NET MAUI 9 was hot off the press. Here is the changelog. To install the preview version, please refer to this article: .NET MAUI on .NET 9. The distinguishing characteristic of .NET MAUI, with its initial design objective, is its single-project architecture. With the Single Project design, it […]



Vijay Anand E G avatar

.NET 8 SDK – Visual Studio 2022 Compatibility

one month ago |Vijay Anand E G

Today being the second Tuesday of the month marks the occurrence of Patch Tuesday, signifying the release of a new set of updates. The second preview for .NET 9 is now available in the Preview channel, while Quality updates have been made accessible in the stable channel. Quite like the SDK, Visual Studio 2022 has […]

Vijay Anand E G avatar

.NET MAUI Community Toolkit Maps in WinUI 3 App

one month ago |Vijay Anand E G

This article provides a comprehensive guide on leveraging the Maps feature from the .NET MAUI Community Toolkit in a WinUI 3 App through the robust Embedding feature. The CommunityToolkit.Maui.Maps NuGet package provides access to Bing Maps through a WebView on Windows. The Handler definitions for the Windows platform for the .NET MAUI Maps feature are hosted in this package. [

Vijay Anand E G avatar

Update on Windows Subsystem for Android

one month ago |Vijay Anand E G

In a shocking revelation, Microsoft has announced the discontinuation of support for the Windows Subsystem for Android™️ (WSA). Consequently, from Wed, Mar 5, 2025, the Amazon Appstore on Windows and all associated applications and games reliant on WSA will no longer receive support. Effective Mar 6, 2024, Amazon Appstore will no longer be available for […]

Vijay Anand E G avatar

Using WSA for .NET MAUI Android Development

one month ago |Vijay Anand E G

Windows Subsystem for Android™️ (WSA) enables your Windows 11 device to run Android applications. Even though optimization techniques such as Intel HAXM are available, there is a marginal performance tradeoff when using the Android Emulator. The Subsystem has been designed to function as an integral OS component, providing superior performance compared to the Android Emulator. […]

Jean-Marie Alfonsi avatar

.NET MAUI: painfully slow debugging resolved with speedscope

one month ago |Jean-Marie Alfonsi

If you experiment long painful startup times, or even very long view construction times during your app lifetime when debugging, you can enable XAMLC again by setting a hidden property.

Jean-Marie Alfonsi avatar

.net MAUI: Disable scrolling on Android

one month ago |Jean-Marie Alfonsi

A quick one today!So for a new drag and drop component I needed to temporary disable the scrolling of a parent ScrollView. Ok no biggies I went just scrollView.IsEnable = false.But, hey!! Nothing happens like WTFudge REALLY MAUI???I then went to MAUI sources and saw that:public