I have decided to implement a DLL that encapsulates common functions and validations so that I only have to write these methods once. Can you guys think of any commonly used methods that you come across? I want to make this DLL as robust as possible - so throw your ideas at me!
--Thanks!