I am developing a big number of webparts for a Sharepoint project. Many of them have the same parameters, and / or the same WebPart connections.
I tried to apply the SRP to this case, but I was unable, because the class has to expose some methods.
How can one overcome this in this case, and make a better design for the webparts code?