Skip to content

Commit f72b02b

Browse files
authored
Added some highlights for .NET MAUI (#43411)
1 parent d22157e commit f72b02b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/core/whats-new/dotnet-9/overview.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,15 @@ ASP.NET Core includes improvements to Blazor, SignalR, minimal APIs, OpenAPI, an
6767

6868
## .NET MAUI
6969

70-
The focus of .NET Multi-platform App UI (.NET MAUI) in .NET 9 is to improve product quality. For more information about that and new features, see [What's new in .NET MAUI for .NET 9](/dotnet/maui/whats-new/dotnet-9).
70+
The focus of .NET Multi-platform App UI (.NET MAUI) in .NET 9 is enhanced performance and reliability, and deeper integrations for desktop and mobile applications. .NET MAUI includes a new, more performant implementation of <xref:Microsoft.Maui.Controls.CollectionView> and <xref:Microsoft.Maui.Controls.CarouselView> for iOS and Mac Catalyst, updates to existing controls, new app lifecycle events, and Native AOT and trimming enhancements to improve app size and startup time. In addition:
71+
72+
- A new <xref:Microsoft.Maui.Controls.TitleBar> desktop control is available for Windows.
73+
- A new <xref:Microsoft.Maui.Controls.HybridWebView> control enables easier inclusion of JavaScript-enabled content from frameworks like ReactJS, Vue.js, and Angular.
74+
- <xref:Microsoft.Maui.Controls.Entry> now supports additional keyboard modes.
75+
- Control handlers automatically disconnect from their controls when possible.
76+
- <xref:Microsoft.Maui.Controls.Application.MainPage> is deprecated in favor of setting the primary page of the app by overriding <xref:Microsoft.Maui.Controls.Application.CreateWindow(Microsoft.Maui.IActivationState)?displayProperty=nameWithType> class.
77+
78+
For more information about that these new features and more, see [What's new in .NET MAUI for .NET 9](/dotnet/maui/whats-new/dotnet-9).
7179

7280
## EF Core
7381

0 commit comments

Comments
 (0)