Understand Extension Methods in C# within 10 minutes
According to MSDN , Extension Methods enable you to add methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type.
Extension methods are special kinds of static method, but they are called a...
kemicaldev.hashnode.dev4 min read
Idris Olubisi
Developer Relation Engineer | Software Engineer | Technical Writer
Interesting, thanks for sharing ๐