Skip to content

Commit

Permalink
Mention Syncfusion sample (#2626)
Browse files Browse the repository at this point in the history
* Mention Syncfusion sample

* Edit.

* Edit.
  • Loading branch information
davidbritch authored Nov 13, 2024
1 parent 0daf319 commit 504efe2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions docs/whats-new/dotnet-9.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: What's new in .NET MAUI for .NET 9
description: Learn about the new features introduced in .NET MAUI for .NET 9.
ms.date: 11/08/2024
ms.date: 11/13/2024
---

# What's new in .NET MAUI for .NET 9
Expand Down Expand Up @@ -396,12 +396,22 @@ For more information, see [Native embedding](~/platform-integration/native-embed

## Project templates

.NET MAUI 9 adds a **.NET MAUI Blazor Hybrid and Web App** project template to Visual Studio that creates a solution with a .NET MAUI Blazor Hybrid app with a Blazor Web app, which share common code in a Razor class library project.
The **.NET MAUI App** project template includes the ability to create a fully functional todo app, using controls from the Syncfusion Toolkit for .NET MAUI to visualize data and persist it to a local database based on SQLite. To create this todo app, create a new project in Visual Studio using the **.NET MAUI App** project template, and then check the **Include sample content** checkbox in the **Additional information** window:

The template can also be used from `dotnew new`:
:::image type="content" source="media/dotnet-9/syncfusion-sample-pages.png" alt-text="Screenshot of how to add SyncFusion sample pages to your .NET MAUI app project.":::

The todo app can also be created from the .NET CLI with the `--sample-content` or `-sc` option:

```dotnetcli
dotnet new maui --sample-content -n MyProject
```

.NET MAUI 9 also adds a **.NET MAUI Blazor Hybrid and Web App** project template to Visual Studio that creates a solution with a .NET MAUI Blazor Hybrid app with a Blazor Web app, which share common code in a Razor class library project.

The template can also be used from the .NET CLI:

```dotnetcli
dotnet new maui-blazor-web -n AllTheTargets
dotnet new maui-blazor-web -n MyProject
```

## Resource dictionaries
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 504efe2

Please sign in to comment.