Extension Method - C#
Creating helper methods to reduce functions in your application that can also extend your desire method is called the extensions method. Ever used Linq? Oh yes Linq provides sets of powerful extension methods ever. Creating extension methods in C# i...
Jun 4, 20212 min read125
