With more and more projects under my belt I find that I am often repeating many common tasks from project to project, client to client. So I have started to assemble a "utility" library, a collection of these common elements that are often repeated from project to project.
So far I have utilities to resize images, export data grids to excel, send e-mails, and replace tokenized messages.
If you were building/using a .NET utility class library, what types of processes would you see as helpful? What namespaces/groups would you envision?
Update
I am talking about an actual class library, separated into namespaces to group common elements.