How to combine two dictionaries without looping? May 5, 2023 by Tarik var d3 = d1.Concat(d2).ToDictionary(x => x.Key, x => x.Value);