Category Archives: extension

On reflecting extension methods in C#

Extension methods are a great way of adding functionality to existing classes. It almost makes C# similar to ruby/javascript, where none of the classes are “closed” – functionality can be added to them at any point of time. For example, say we want the method ToTitleCase to be available to all String objects, and we [...]
Also posted in c#, methods, programming | Leave a comment
  • Previously …

  • Categories

  • Meta