The Extension Toolkit project provides a collection of useful extension methods for all kind of types (e.g. String class extensions).
The Microsoft documentation is describing extension methods as follows: Extension methods enable you to add methods to existing types without...