Search Results

6
votes

Organizing Extension Methods

I organize extension methods using a combination of namespace and class name, and it's similar to the way you describe in the question. Generally I have some sort of "primary assembly" in m …