Talk - Bringing C# nullability into existing code
A talk on strategies and techniques for migrating existing C# codebases to use nullable reference types and improve null safety.
A talk on strategies and techniques for migrating existing C# codebases to use nullable reference types and improve null safety.
Strategies for managing complex, semantic code migrations in large, multi-team mobile codebases, focusing on coordination and tooling.
Final part of a series on migrating C# codebases to nullable reference types, covering practical techniques and tools for incremental adoption.
A guide to migrating existing C# codebases to use nullable reference types, covering concepts, techniques, and tools to reduce NullReferenceExceptions.