Click here to Skip to main content
15,886,106 members
Articles / .NET

Understanding Extension Methods in .NET

Rate me:
Please Sign up or sign in to vote.
3.61/5 (11 votes)
25 Jan 2018CPOL4 min read 14.1K   18  
Extension methods is a great feature in .NET that allows developers to add or extend methods of existing types or classes and call them naturally, as if they are part of these types or classes.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Jordan Jordan
A passionate software developer with 13+ years of overall experience in various development languages including C#/vb.net, java. The technologies I mostly focus on are: ASP.NET Core, Android, Angular

I currently work as a Corporate Technical Manager in the Digital Solutions Team at Aramex International in Amman, Jordan.

Comments and Discussions