DEV Community

Cover image for ๐Ÿš€ MauiPersianToolkit Now Supports .NET 10
Reza Shaban
Reza Shaban

Posted on

๐Ÿš€ MauiPersianToolkit Now Supports .NET 10

When I first released MauiPersianToolkit, my goal was simple: make it easier to build Persian (Farsi) and RTL-friendly applications with .NET MAUI.

Today, I'm happy to announce that MauiPersianToolkit has been upgraded to .NET 10.

What's New

This release includes:

  • โœ… Full support for .NET 10
  • โšก Better compatibility with the latest .NET MAUI
  • ๐Ÿงน Internal code cleanup and modernization
  • ๐Ÿ“ˆ Improved compiled XAML bindings
  • ๐Ÿ“š Ongoing documentation and Wiki improvements

Why .NET 10?

.NET 10 brings several improvements that make it an excellent choice for MAUI developers:

  • Better runtime performance
  • More mature XAML compiled bindings
  • Improved MAUI stability
  • Latest platform support for Android, iOS, and Windows

Upgrading the toolkit ensures developers can benefit from these improvements while continuing to build high-quality Persian applications.

About MauiPersianToolkit

MauiPersianToolkit is an open-source toolkit that helps developers build Persian and RTL applications with .NET MAUI.

It provides a growing collection of controls and utilities, including:

  • Persian Calendar & Date controls
  • RTL-friendly UI components
  • Localization helpers
  • Persian digit conversion
  • Dialogs and custom controls
  • TreeView, TabView, SlideButton, and more

The project continues to evolve based on community feedback.

Install

dotnet add package MauiPersianToolkit
Enter fullscreen mode Exit fullscreen mode

GitHub

โญ Repository

https://github.com/RezaShaban/MauiPersianToolkit

๐Ÿ“ฆ NuGet Package

https://www.nuget.org/packages/MauiPersianToolkit

๐Ÿ“– Documentation

https://rezashaban.github.io/MauiPersianToolkit


If you're building applications for Persian-speaking users with .NET MAUI, I'd love to hear your feedback.

Feel free to open an Issue, start a Discussion, or contribute to the project.

Happy coding! ๐Ÿš€

Top comments (0)