Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 14 additions & 20 deletions aspnetcore/release-notes/aspnetcore-6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,34 +241,28 @@ Generic type parameters are now supported. For more information, see <xref:blazo

Use a deployment layout to enable Blazor WebAssembly app downloads in restricted security environments. For more information, see <xref:blazor/host-and-deploy/webassembly-deployment-layout?view=aspnetcore-6.0>.

### Blazor hybrid desktop apps (.NET MAUI)

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML.

> [!NOTE]
> The .NET MAUI framework is in preview and shouldn't be used in production apps until final release.

For more information, see the following resources:
### New Blazor articles

* [What is .NET MAUI?](/dotnet/maui/what-is-maui)
* [Microsoft .NET Blog (category: ".NET MAUI")](https://devblogs.microsoft.com/dotnet/category/maui/)
In addition to the Blazor features described in the preceding sections, new Blazor articles are available on the following subjects:

<!-- HOLD
### Blazor WebAssembly packaging
* <xref:blazor/file-downloads>: Learn how to download a file using native `byte[]` streaming interop to ensure efficient transfer to the client.
* <xref:blazor/images>: Discover how to work with images in Blazor apps, including how to stream image data and preview an image.

HOLD
## Build Blazor Hybrid apps with .NET MAUI, WPF, and Windows Forms

### Dynamically added root components
Use Blazor Hybrid to blend desktop and mobile native client frameworks with .NET and Blazor:

HOLD
-->
* .NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML.
* Blazor Hybrid apps can be built with Windows Presentation Foundation (WPF) and Windows Forms frameworks.

### New Blazor articles
> [!IMPORTANT]
> Blazor Hybrid is in preview and shouldn't be used in production apps until final release.

In addition to the Blazor features described in the preceding sections, new Blazor articles are available on the following subjects:
For more information, see the following resources:

* <xref:blazor/file-downloads>: Learn how to download a file using native `byte[]` streaming interop to ensure efficient transfer to the client.
* <xref:blazor/images>: Discover how to work with images in Blazor apps, including how to stream image data and preview an image.
* [Preview ASP.NET Core Blazor Hybrid documentation](xref:blazor/hybrid/index)
* [What is .NET MAUI?](/dotnet/maui/what-is-maui)
* [Microsoft .NET Blog (category: ".NET MAUI")](https://devblogs.microsoft.com/dotnet/category/maui/)

## Kestrel

Expand Down