You're writing the same code over and over again with only minor changes, and you're about to do it again. Stop. If you're creating a standalone class (either a class that you'll call from your ...
Is it wise to use GUIDs as a unique value? I'm thinking about doing this for a public-facing service. The GUID would be created on a site, inputted into a client, and then the client would ...