Ever wished you could add a new method to a class, but you don't have access to its source code? Maybe it's a built-in .NET type like string or List<T>, or perhaps it's from a third-party library. That's exactly what extension methods solve. Accordin...
sushant-kumar.hashnode.dev3 min read
No responses yet.