Generate new Guid with Resharper in Visual Studio
If you need to generate new Guid in Visual Studio and you have Resharper installed just type nguid
and press tab
.
New Guid will be generated and you will be able to choose required format from the dropdown.
I find it is much easier than using Visual Studio’s Create GUID
tool.