.Net
C# Updates for the Absent C# Developer (C# 6.0 and newer overview)
I dont think extension methods are a good comparison for Default Interface Members (C# 8.0). For example, extension methods are great when you cant modify the class/interface (like IEnumerable) so you wouldn’t normally be deciding Read more…