Guid+ is a simple GUID generator tool, similar to that found in Visual Studio. This application attempts to retain all the function of the original Microsoft tool and add addition functions.
This tool has the extra function that can output a basic string GUID and can store GUID’s in memory. This function allows developers to jump between GUID’s easily.
I created this tool to aid myself in development, especially when manually entering data in to databases.



Downloads

V2.0.0.0


HISTORY

-------------------

2.0.0.0 - 02/06/2018

+ Implemented multi GUID management.

+ Updated target .net framework

1.0.0.1 - 20/10/07

+ Added empty Guid generation.

1.0.0.0 - 10/10/07

+ Initial release