python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Generate the same computer hardware id. (CHID) like computerhardwareids.exe from Windows SDK
INTRODUCTION
This thread should be the ending chapter for this first thread from 2014 and this second one from 2017.
To cut the story short, you simply need to know that the Microsoft Windows SDK incl...

ElektroStudios
Votes: 0
Answers: 1
Issues converting GUID to BCL HI/LO
I am having troubles converting GUIDs to gRPC/protobuf-net bcl-Guids (bcl.proto with Guid definition).
I did find two artilces such as:
Harmonize protobuf-net bcl.Guid's HI/LO with sql uniqueident...

DominikAmon
Votes: 0
Answers: 1
Refit REST library - Unable to post List<Guid> in Body
I'm unable to post List through refit. Here's the interface declaration:
[Post("/api/Url/{id}")]
[Headers("Content-Type:application/json")]
Task<Model> PostMethod([Body(BodyS...
Shahriar
Votes: 0
Answers: 0
.NET5 Web Api how to allow Guid in any format
I have a Dto that looks like this:
public class CreateObjectDto
{
public Guid SomeGuid { get; set; }
}
problem I'm having is that default Guid converter does not allow values outs...
Matic Cavalleri
Votes: 0
Answers: 1