Extension Methods in C#
Extension methods in C# allow developers to add new methods to existing types without creating a new derived type, recompiling, or modifying the original type. These methods are defined as static methods but are called as if they were instance method...
mbarkt3sto.hashnode.dev4 min read