Skip to content

Commit 2617448

Browse files
Merge pull request #1134 from telerik/seo-intro-update
updates in introduction
2 parents 93e17ca + 64913b6 commit 2617448

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

introduction.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,28 @@ By clicking on each control you will navigate to the detailed .NET MAUI document
3535

3636
@[template](/_contentTemplates/common/supported-platforms.md#supported-platforms)
3737

38+
## Why Choose Telerik UI for .NET MAUI?
39+
40+
With Telerik UI for .NET MAUI, you get all of this and even more:
41+
42+
* Customizable UI Components—Offers 60+ high-performance, customizable UI controls designed for .NET MAUI apps.
43+
* Cross-Platform Support—Build native apps for Android, iOS, macOS, and Windows with a single codebase.
44+
* Consistent Design—Ensures a modern and uniform look and feel across platforms.
45+
* Easy Integration—Seamlessly integrates with .NET MAUI projects and Visual Studio tooling reducing setup and customization overhead.
46+
* Saves Development Time—Speeds up cross-platform app development with ready-to-use, feature-rich components.
47+
* Boosts Productivity—Helps developers focus more on app logic and less on UI implementation.
48+
* Frequent Updates & Support—Backed by regular updates, rich documentation, and dedicated technical support.
49+
50+
<iframe width="560" height="315" src="https://www.youtube.com/embed/x0fY4qwkBTk?si=ULFP7NkbskhG9DEb" title="Introduction to Telerik UI for .NET MAUI: Course Overview and Prerequisites" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
51+
52+
## Migration Paths
53+
54+
If you are looking for ways to migrate an existing Xamarin, or Xamarin.Forms application to .NET MAUI, here are some learning resources that could speed up the migration process:
55+
56+
* To migrate the Xamarin app to .NET MAUI, follow the steps described in the [Migrate from Xamarin to .NET MAUI](https://www.telerik.com/maui-ui/migration) page.
57+
* Visit the [Xamarin Custom Renderers to .NET MAUI Handlers](https://learn.microsoft.com/en-us/dotnet/maui/migration/renderer-to-handler?view=net-maui-8.0) article to learn how to migrate the existing Xamarin renderers to MAUI handlers.
58+
* Learn how to replace the Xamarin components with their .NET MAUI counterparts by visiting the [Migrate the Xamarin Controls to .NET MAUI Controls](https://docs.telerik.com/devtools/maui/migrate-to-net-maui) article.
59+
3860
## Trial Version and Commercial License
3961

4062
Telerik UI for .NET MAUI library is a commercial UI library. You are welcome to explore its full functionality and get technical support from the team when you register for a free 30-day trial. To use it commercially, you need to [purchase a license](https://www.telerik.com/purchase/maui-ui). Feel free to review the Telerik UI for .NET MAUI [License Agreement](https://www.telerik.com/purchase/license-agreement/maui-ui) to get acquainted with the full terms of use.
@@ -64,3 +86,18 @@ For any issues you might encounter while working with Telerik UI for .NET MAUI,
6486
## See Also
6587

6688
- [.NET MAUI Examples Apps]({%slug sampleapps-overview%})
89+
90+
91+
<script type="application/ld+json">
92+
{
93+
"@context": "https://schema.org",
94+
"@type": "VideoObject",
95+
"name": "Introduction to Telerik UI for .NET MAUI",
96+
"description": "The video introduces the Telerik UI for .NET MAUI suite and outlines the prerequisites needed to follow along.",
97+
"thumbnailUrl": "https://img.youtube.com/vi/x0fY4qwkBTk/maxresdefault.jpg",
98+
"uploadDate": "2024-12-02",
99+
"duration": "PT4M56S",
100+
"contentUrl": "https://youtu.be/x0fY4qwkBTk",
101+
"embedUrl": "https://www.youtube.com/embed/x0fY4qwkBTk"
102+
}
103+
</script>

0 commit comments

Comments
 (0)