Tuesday, March 16, 2010

Generating GUIDs in Vulcan.NET

In this small article i want to show how to generate GUIDs in an Vulcan.NET application.
To generate the GUIDs you need the system namespace.

System.Guid.NewGuid():ToString()

Thats all. The NewGuid() method generate the GUID object. With the ToString() method you can get the full GUID string.