Syncfusion's Feed
- 8 .NET MAUI Performance Anti-Patterns That Make Apps Feel Slow
Syncfusion walks through eight everyday .NET MAUI choices that quietly hurt scrolling, memory, and responsiveness — from nested layouts to Debug-build profiling. Use it as a practical checklist before you ship.
Read more - Getting Started with the .NET MAUI Smart Scheduler
Syncfusion introduces its AI-powered .NET MAUI Smart Scheduler, which turns natural-language prompts into calendar appointments. This ~8 minute walkthrough covers setup, AI service wiring, and creating events by conversation.
Read more - 2026 Volume 2 .NET MAUI and Blazor Updates
Syncfusion gives a quick tour of its 2026 Volume 2 updates for .NET MAUI and Blazor, spanning AI-assisted experiences, data editing, chart creation, and visualization. Watch this ~1 minute overview to spot the new controls and workflow improvements worth exploring in the full release.
Read more - Building Smarter .NET MAUI Apps? See What's New in Syncfusion 2026 Volume 2
Syncfusion's 2026 Volume 2 release lands a batch of .NET MAUI control upgrades, headlined by smarter AI AssistView features and productivity boosts across DataGrid, Charts, ListView, and TreeView. This roundup is the fastest way to see which new capabilities you can drop into your app today.
Read more - Reduce XAML Boilerplate with .NET MAUI Global/Implicit Namespaces and Source Generator
Syncfusion's Anandh Ganesan shows how two underused .NET MAUI features — global/implicit XML namespaces and the XAML source generator — can eliminate the wall of xmlns declarations from every page and move XAML parsing from runtime to build time. Small configuration changes with a noticeable impact on readability, error detection speed, and debugging clarity.
Read more - Getting Started with the Syncfusion Blazor Spreadsheet Editor
Syncfusion walks through setting up the Blazor Spreadsheet Editor from scratch — project creation, service registration, and integration — then tours key features like Excel import/export, formula support, rich cell formatting, and built-in accessibility. A solid introduction to adding production-ready spreadsheet functionality to Blazor applications.
Read more - AI-Powered Natural Language Filtering in .NET MAUI DataGrid
Syncfusion shows how to replace rigid dropdown filters with conversational AI-powered filtering in the .NET MAUI DataGrid using Azure OpenAI. Users can type plain English queries like 'Female employees with rating ≥ 8 and salary > 5000' and get instant, accurate results.
Read more - Build a School Grade Sheet App with the .NET MAUI DataGrid
Syncfusion walks through building a school grade sheet application using the .NET MAUI DataGrid, demonstrating sorting, grouping, and filtering capabilities. A practical tutorial showing how to structure and interact with tabular data in a cross-platform MAUI app.
Read more - Integrating Native Device Features in .NET MAUI with Built‑In APIs
Syncfusion walks through using .NET MAUI's built-in native device APIs for camera, file picker, geolocation, connectivity, sensors, and more — all from shared C# code. A practical guide covering permissions, platform differences, and best practices for production apps.
Read more - Paul Phillips Standardizes Charts Across Devices with Syncfusion MAUI
Syncfusion’s case study follows Paul Phillips of Phillips Engineer, LLC as he adopts Syncfusion Charts for his first multi-device .NET MAUI app. See how prebuilt components replaced fragmented custom charting and sped up delivery.
Read more - .NET MAUI State Management: From ViewModels to App Stores
Syncfusion walks through practical state management approaches in .NET MAUI — from MVVM with data binding for page-level state, to MVU for unidirectional updates, Visual State Manager for visual-only changes, and DI-backed app-wide stores for shared state.
Read more - Why .NET MAUI Popups Lag and How to Fix Performance Issues
Syncfusion breaks down why popups stutter and lag in .NET MAUI apps, and walks through proven techniques to fix it. The post covers lazy initialization, content caching with ContentTemplate, list virtualization, and animation tuning for smooth popup performance across all platforms.
Read more