Related resources for Extension Methods in C#
  • Learn About Extension Methods In C#12/26/2019 10:48:40 AM. In this article I am explaining about how we can extend the existing methods.
  • Extension Methods for Daily Use9/11/2018 4:16:56 AM. Extension Methods allows the programmer to extend the functionality of a type without having to derive from the type.
  • Facts About Extension Methods in C# With Practices9/18/2014 4:54:15 PM. In this article you will learn Extension Methods in C# with Practices.
  • Extension Methods in C#10/18/2011 12:12:19 AM. .NET framework comes with a set of inbuilt classes and types which we use extensively in our applications. Integer, string, float etc are some of these which are very frequently used.
  • Extension Methods in .NET7/21/2011 3:18:03 PM. In this article we will see what extension methods are, why we need them and how to create them.