News

Syncfusion Open Sources 14 Controls for .NET MAUI

Third-party .NET-centric dev UI tooling specialist Syncfusion this week announced the open sourcing of 14 controls for .NET MAUI, the evolution of Xamarin.Forms that adds support for building desktop apps.

Other key points of the open-source .NET MAUI (Multi-platform App UI) include:

  • Unified Framework: .NET MAUI unifies the APIs for Android, iOS, macOS, and Windows into a single framework, allowing developers to create cross-platform apps with a single codebase
  • Desktop Support: Unlike Xamarin.Forms, which focused primarily on mobile platforms, .NET MAUI extends support to desktop applications, enabling developers to build native apps for Windows, macOS, iOS, and Android
  • Improved Performance: .NET MAUI has been designed with performance improvements, including faster UI rendering and a more efficient control architecture
  • Modern Technologies: It leverages the latest .NET technologies, such as .NET 6 and beyond, providing a consistent development experience across different platforms
  • Open Source: .NET MAUI is open source, encouraging community contributions and collaboration

Syncfusion, which is officially noted by Microsoft as a third-party contributor to the Blazor ecosystem along with several others, has specialized in targeting .NET MAUI in its UI constructs and open sourced the Syncfusion Toolkit for .NET MAUI consisting of:

  • Charts -- Cartesian, Circular, Pyramid, Funnel and Polar Chart
    .NET MAUI Charts Control in Animated Action
    [Click on image for larger, animated GIF view.] .NET MAUI Charts Control in Animated Action (source: Syncfusion).
  • Carousel
  • TabView
  • SegmentedControl
  • Chips
  • EffectsView
  • Shimmer
  • Pull To Refresh
  • Text Input Layout
  • Navigation Drawer

Microsoft, meanwhile, welcomed the move in its own post and detailed further collaboration with Syncfusion.

"We understand from talking to many customers that popular open-source controls and packages like the MVVM Community Toolkit and .NET MAUI Community Toolkit are essential to building your apps," said Microsoft's David Ortinau, principal product manager. "So in .NET 9, we are collaborating with Syncfusion on a new project template that includes Syncfusion Toolkit for .NET MAUI as well as these incredibly popular Community Toolkits. This app showcases recommended practices using the MVVM pattern, database access with SQLite, navigation, view refresh, and many other common patterns your apps need to employ."

Devs can take a look at that project now in the dotnet/maui GitHub repository as it makes its way through the review process.

Syncfusion's newly open-sourced controls will come as NuGet packages and will also be part of the new .NET MAUI project template that will accompany next month's .NET 9 release.

The company provides more guidance in "Welcome to Syncfusion Toolkit for .NET MAUI."

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube