python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to safely write to SerialPort in .NET 6 on Raspberry Pi
I am trying to add some safety around serial communication in .NET 6, but when nothing is connected to the port (on my testbed), I cannot properly dispose the port as any calls to SerialPort.Close() o...
Troels Larsen
Votes: 0
Answers: 1
VB.NET Windows Forms - How to prevent code from running after form.close?
I have a code where i open a form (form2) from a click in form1, and i iterate through a list...
if i have a specific condition, i want to close the form2...
however even if i close the form with 'me....
Vinícius Kaiser
Votes: 0
Answers: 1
Enum fluent validation to accept only string
Below is my Enum
public enum IdentifierType
{
Customer = 1,
Manager = 2,
Director = 3
}
Using fluent validation in .Net core, is it possible to do validation where passing 1/"1"...
Dark Knight
Votes: 0
Answers: 2
What is PC side development called?
I've been struggling to classify what type of work I do at my job. I do .NET development for a PC side application.
Backend/Frontend seem to be mostly used for web development. Is PC side classified t...
SomethingB
Votes: 0
Answers: 0