0
kicks
Sorting Guid in .NET the way Microsoft SQL Server does it
Microsoft SQL Server sorts uniqueidentifier columns in a way that is different from the Guid ordering in .NET.
Here’s a small C# code snippet from Lokad.Shared that implements Sql Server sorting of Guids in .NET.