DEV Community

Discussion on: How do you organize your extension methods?

Collapse
 
babrown93 profile image
Bill

Where I'm at, we have a base project that is shared with other projects. That contains various things like interfaces and base classes. We just use a static class in that project for our extension methods under the project namespace. We only have a few extension methods to be fair.