2026-05-30 migrationautomappermapperly Migrate from AutoMapper to source-generated mapping with Mapperly A step-by-step checklist to replace AutoMapper 15 Profiles, IMapper, ForMember, and ProjectTo with Riok.Mapperly 4.3 source-generated mappers in .NET 11.
2026-05-30 migrationmediatrdependency-injection Migrate from MediatR to plain dependency injection in .NET 11 A step-by-step checklist to remove MediatR 12-14 and replace IRequest handlers, ISender, pipeline behaviors, and INotification with plain service classes and constructor injection.
2026-05-30 migrationnewtonsoft-jsonsystem-text-json Migrate from Newtonsoft.Json 13 to System.Text.Json in a large .NET 11 codebase A version-pinned playbook for swapping Newtonsoft.Json 13.0.4 for the in-box System.Text.Json on .NET 11: the attribute and settings mappings, the defaults that silently change your wire format, a staged rollout strategy, verification, and the gotchas that bite large codebases.
2026-05-28 migrationdotnet-8dotnet-11 Migrate from .NET 8 to .NET 11: the full checklist A version-pinned migration checklist from .NET 8 LTS to .NET 11 LTS, covering SDK install, csproj target framework, breaking changes in ASP.NET Core, EF Core, System.Text.Json, and the C# 14 overload-resolution shift, with rollback notes.
2026-05-28 migrationdotnet-frameworkdotnet-11 Migrate from .NET Framework 4.8 to .NET 11 in 2026 A version-pinned migration playbook for moving a .NET Framework 4.8 codebase to .NET 11 LTS in 2026, covering the SDK-style csproj rewrite, System.Web to ASP.NET Core, WCF, EF6 to EF Core 11, BinaryFormatter removal, AppDomain replacements, and a realistic rollback plan.
2026-05-28 migrationxamarinxamarin-forms Migrate from Xamarin.Forms 5.0 to .NET MAUI 11: the full checklist End-to-end migration from Xamarin.Forms 5.0 to .NET MAUI 11 GA on net11.0, covering csproj rewrite, custom renderer to handler conversion, AppShell wiring, DependencyService removal, MessagingCenter retirement, Resizetizer assets, and the gotchas that bite a real production codebase.
2026-05-07 mauixamarinxamarin-forms Migrate a high-performance Xamarin.Forms ListView to MAUI CollectionView Step-by-step migration from Xamarin.Forms 5.0 ListView to .NET MAUI 11 CollectionView for apps that already squeezed performance out of ListView. Covers cell recycling, virtualization, grouping, pull-to-refresh, context actions, selection, ItemsLayout, EmptyView, and the gotchas that bite real apps.
2026-05-06 flutterdartriverpod How to migrate a Flutter app from GetX to Riverpod Step-by-step migration from GetX to Riverpod 3.x in a real Flutter app: GetxController to Notifier, .obs to derived providers, Get.find to ref.watch, Get.to to go_router, plus snackbars, theming, and tests. Tested on Flutter 3.27.1, Dart 3.11, flutter_riverpod 3.3.1.