
C# extension methods
In this tutorial, I will explain how we can use extensions methods in C# and aspects that you need to be aware of when doing so.
Definition
Extensions methods are methods that we can add to our code or third-party library, that allow us to extend or ...
Read: https://rafaeljcamara.hashnode.dev/c-extension-methods
In this tutorial, I will explain how we can use extensions methods in C# and aspects that you need to be aware of when doing so.
Definition
Extensions methods are methods that we can add to our code or third-party library, that allow us to extend or ...
Read: https://rafaeljcamara.hashnode.dev/c-extension-methods