.NET MAUI 10 MVVM架构完全指南:CommunityToolkit.Mvvm、依赖注入与Shell导航实战
从零搭建.NET MAUI 10标准MVVM架构:CommunityToolkit.Mvvm 8.4源代码生成器、内置依赖注入配置、Shell导航参数传递和WeakReferenceMessenger组件通信,附完整待办事项应用代码。
Devika spent four years on the Xamarin team at Microsoft before the transition to .NET MAUI, where she worked on the iOS handler layer and shipped fixes that landed in the .NET 7 and .NET 8 release notes. She left Redmond in 2023 to run mobile engineering at a Series B logistics startup, porting their 600k-line Xamarin.Forms codebase to MAUI over eleven months. She writes mostly about the unglamorous parts of cross-platform work: handler internals, AOT trimming on iOS, MSBuild target customization, and why your hot reload keeps breaking. She holds the .NET MAUI MVP award (2024, 2025) and has spoken at .NET Conf and Xamarin Expert Day. Based in Bengaluru, she still pushes the occasional PR to the dotnet/maui repo on weekends.
从零搭建.NET MAUI 10标准MVVM架构:CommunityToolkit.Mvvm 8.4源代码生成器、内置依赖注入配置、Shell导航参数传递和WeakReferenceMessenger组件通信,附完整待办事项应用代码。
.NET MAUI Blazor Hybrid混合开发实战指南,涵盖.NET 10新特性、架构原理、共享Razor类库设计、平台API调用、WebView请求拦截、JS互操作、性能优化和多平台发布,附完整代码示例。
全面解析.NET MAUI离线优先架构的设计与实现,涵盖SQLite(sqlite-net-pcl与EF Core)数据持久化、Repository模式、网络状态监听、离线操作队列、数据同步与冲突解决策略,附完整可运行代码示例和性能优化实践。