Hi all,
I have been looking at creating a library to simplify some of the DirectoryServices stuff but I am getting bogged down.

I just can't think of a good way to design a library like this that doesn't repeat a lot of stuff but make it easy for people to use. The library will be used in asp.net apps so it needs to support that.

At the moment i just have a bunch of disconnected static methods for doing things like adding a user, deleting a user, adding a group, getting group info, etc.

Thanks,
Jacob