By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: .NET MAUI 10 Preview 6 Brings Performance Updates, Small Enhancements
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > News > .NET MAUI 10 Preview 6 Brings Performance Updates, Small Enhancements
News

.NET MAUI 10 Preview 6 Brings Performance Updates, Small Enhancements

News Room
Last updated: 2025/07/28 at 5:13 AM
News Room Published 28 July 2025
Share
SHARE

On July 15th, Microsoft rolled out the sixth preview of .NET MAUI in .NET 10, introducing a couple of new features and improvements aimed at enhancing developer productivity and framework performance. This preview focuses on refining three existing controls (MediaPicker, WebView, and HybridWebView), along with updates and stability fixes for platform-specific code.

MAUI is an acronym that stands for Multiplatform Application UI. According to Microsoft, it’s an evolution of Xamarin and Xamarin Forms frameworks, unifying separate target libraries and projects into a single project for multiple devices. Currently, MAUI supports writing applications that run on Android 5+, iOS 12.2+, macOS 12+ (as Mac Catalyst), Samsung Tizen (although there are changes to remove Tizen templates in this release), Windows 10 version 1809+, or Windows 11. There are no changes in the supported minimum platforms from the version 9, released last year, although the preview 6 adds support for Android API levels 35 and 36.

One of the standout features in this release is the enhancement of the MediaPicker control. Developers can now select multiple files and compress images directly through the API using MaximumWidth and MaximumHeight parameters. This functionality simplifies handling media files within applications, making it easier to manage and process user-generated content without additional processing.


var result = await MediaPicker.PickMultipleAsync(new MediaPickerOptions
{
    MaximumWidth = 1024,
    MaximumHeight = 768
});

Another significant addition is the ability to intercept and respond to web requests made from BlazorWebView and HybridWebView controls. This feature allows developers to modify headers, redirect requests, or supply local responses, providing greater control over web content and interactions within their applications.


webView.WebResourceRequested += (s, e) =>
{
    if (e.Uri.ToString().Contains("api/secure"))
    {
        e.Handled = true;
        e.SetResponse(200, "OK", "application/json", GetCustomStream());
    }
};

As for performance and stability improvements, this preview also includes numerous fixes and improvements to controls and layout behavior. CollectionView, CarouselView, and SearchBar now offer more reliable performance across platforms, with enhancements in selection updates, placeholder color updates, and memory management. A memory leak in CarouselViewHandler2 on iOS has been fixed, improving overall application stability. The Switch control now uses the native default “on” color when OnColor property is not set (this property sets the color of the switch when toggled on), ensuring a more consistent user interface.

This preview is one of the milestones for the final release of .NET MAUI in .NET 10. The next preview, .NET MAUI 10 Preview 7 is scheduled for August 1st. Developers are encouraged to explore these new features and provide feedback to help shape the future of .NET MAUI. Readers can refer to GitHub official MAUI repository for complete release notes.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article UK Space Agency backs climate monitoring satellite with £15m – UKTN
Next Article Get the 2025 iPad for Under $300
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

Tragic last hours of parents who ‘died saving kids’ after attack while hiking
News
DeepSeek AI assistant surpasses ChatGPT on US App Store · TechNode
Computing
Sony calls Tencent game ‘slavish clone’ of Horizon in new lawsuit
News
Women’s dating safety app Tea hit by data breach, exposing thousands of photos
News

You Might also Like

News

Tragic last hours of parents who ‘died saving kids’ after attack while hiking

8 Min Read
News

Sony calls Tencent game ‘slavish clone’ of Horizon in new lawsuit

2 Min Read
News

Women’s dating safety app Tea hit by data breach, exposing thousands of photos

5 Min Read
News

Ancient meal loved by Neanderthals is dieter’s dream – would YOU eat sick dish?

5 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?