2025-01-06 csharpdotnetdotnet-9 .NET Performance: ToList vs ToArray .NET 9 significantly improves ToArray performance using InlineArray, making it faster and more memory-efficient than ToList. See benchmarks comparing .NET 8 vs .NET 9.