python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I get the GUID of my disc partitions?
I'm using WMI to get all disk information, like drives, drive letters, etc. but I have not found out how I could get the UUID/GUID of each partition.
larand
Votes: 0
Answers: 1
How to implement this ASP.NET MVC solution using C# that uses two models and a many-to-many table?
I need to implement the following solution:
A user is in the drawing record form. The user clicks the "Assign Project" button in the drawing record form, which saves the drawing record as lo...

user17824052
Votes: 0
Answers: 2
How to use RequiredIf with a property of GUID type?
I have a property of string type called Address. I have a second property of GUID type called ProjectTypeId. I want to make the Address property required if ProjectTypeId equals a certain hardcoded GU...

user17824052
Votes: 0
Answers: 1