Placeholder
Topic
Extension Methods
C# methods called as if they belong to a type, and their effect on discoverability and meaning.
1 page
Writing20 September 2019
Extension Methods? No Thank You!
Keep project-specific helpers as static methods: extension methods hide behavior behind namespaces and can change meaning with imports. Use them when they serve the wider C# community.