Top "Guid" questions

A GUID (Globally Unique IDentifier) is a unique reference number used as an identifier in computer software.

Convert from Oracle's RAW(16) to .NET's GUID

I'm having difficulties manually debugging an .NET application where the Guid values differ from .NET to Oracle. Where C# reads: 17…

c# oracle nhibernate guid s#arp-architecture
What is {{$guid}} used for in Postman?

Postman's official website states that Postman has a few dynamic variables. My question is about: {{$guid}}: Adds a v4 style …

postman terminology guid
Convert byte[] or object to GUID

I assigned some value to object data type like, object objData =dc.GetDirectoryEntry().Properties["objectGUID"].Value; this object retun the …

c# active-directory guid
What is the correct way of using the Guid type in a XSD file?

I have a .xsd file which I use to generate code with the xsd.exe tool from Visual Studio. Some …

xsd guid xsd.exe
SoapUI : is it possible to autogenerate the value from an element in a SOAP message?

With SoapUI it's possible to send Soap XML message to a WCF service. I've the following SOAP message: <soap:…

xml random guid soapui
What are the performance improvement of Sequential Guid over standard Guid?

Has someone ever measured performance of Sequential Guid vs. Standard Guid when used as Primary Keys inside a database? I …

database primary-key guid
Nvarchar and text are incompatible in the add operator

With SQL Server 2008, I'd like to add a variable (@wfID) into a text, like below: DECLARE @wfID uniqueidentifier SET @wfID = …

sql sql-server-2008 guid nvarchar
Is there a GUID.TryParse() in .NET 3.5?

UPDATE Guid.TryParse is available in .NET 4.0 END UPDATE Obviously there is no public GUID.TryParse() in .NET CLR 2.0. So, …

c# asp.net guid tryparse
Is there any way to create a short unique code like short GUID?

I want to create a short GUID. Is there any way to create a short unique code like short GUID? …

c# guid
Convert .NET Guid to MongoDB ObjectID

How can I convert a .NET GUID to a MongoDB ObjectID (in C#). Also, can I convert it back again …

c# mongodb guid