In this article I will share the steps for generating new GUID using Visual Studio.
What is GUID (Globally Unique Identifier)
Steps to generate GUID Here are the steps to generate the new GUID. Step 1: Open Visual Studio in your machine: Step 2: Click on the TOOLS from Menu as in the following screenshot: Step 3: On the TOOLS panel choose Create GUID for generating new GUID. Step 4: Once you click Create GUID you will get the pop up as in the following screenshot: Step 5: By clicking Copy on the pop up you can copy the GUID. If you want to generate one more, then click on the New GUID button as in the following screenshot: Finally New GUID will be generated successfully. Summary In this article we have explored how to create new GUID using Visual Studio.Happy Learning!
Printing in C# Made Easy