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 dartfluttermcp The Dart and Flutter MCP server: one command to give Claude Code your running Flutter app Dart 3.12 ships dart mcp-server, the official MCP bridge into the Dart and Flutter toolchain. Register it once in Claude Code, Cursor, or Codex CLI and your agent gets hot reload, pub.dev search, and live widget introspection without copy-pasting a DTD URI.
2026-05-28 mcpclaude-codeai-agents Fix: HTTP MCP Server URL Won't Connect in Claude Desktop (stdio vs HTTP Transport) Claude Desktop's claude_desktop_config.json only validates stdio servers. Drop a 'url' field in and it silently strips the entry, crashes on startup, or boots with zero tools. Use a custom connector for remote URLs and mcp-remote as a stdio bridge for local HTTP servers.
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-27 comparisondartflutter Dart records vs Freezed classes: which should you pick in 2026? Pick Dart 3.12 records for ephemeral, locally-shaped data with no methods, and Freezed 3.x classes for named domain models that need copyWith, sealed unions, JSON serialization, or any behaviour.
2026-05-27 comparisonflutterreact-native Flutter vs React Native vs .NET MAUI: which should you pick for a new mobile project in 2026? For a greenfield mobile app in 2026, pick Flutter 3.44 when pixel-identical UI and animation budget matter, React Native 0.82 when your team already lives in TypeScript and you need a real browser sibling, and .NET MAUI 11 when iOS and Android are part of a wider .NET product and you need first-party Microsoft support.