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-04-30 csharpdotnetdotnet-11 How to write a source generator for INotifyPropertyChanged A complete guide to building your own incremental source generator for INotifyPropertyChanged in C# 14 and .NET 11: the IIncrementalGenerator pipeline, marker attributes, partial-class output, the SetProperty pattern, and how to stay AOT-friendly.