Tag: ExtensionMethods
Advanced Feature in C#: Extension Methods
In C#, it’s possible to add new behavior to a class or a struct without modifying the original source. This […]
Code is like humor. When you have to explain it, it’s bad.
In C#, it’s possible to add new behavior to a class or a struct without modifying the original source. This […]