Extension methods are lang feature, LINQ is implemented with ext. Methods.
You can argue that there is LINQ Query syntax instead of method chaining, but almost nobody is using this except for some specific cases (let keyword)
But I thought they are implemented at library level, but now Im not sure
Extension methods are lang feature, LINQ is implemented with ext. Methods.
You can argue that there is LINQ Query syntax instead of method chaining, but almost nobody is using this except for some specific cases (let keyword)