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 update/modify values in Json File
I want to update values in the following type of json file in c#
{"ItemName":"ABC","Id":1}
{"ItemName":"DEF","Id":2}
{"ItemName":&...
john oliver
Votes: 0
Answers: 1
c#, steamwriter only writes one line
I'm taking data from multiple text files using streamReader and putting it together into one text file using StreamWriter in c#, visual studio. Each text file has multiple lines, each line contains da...
ShadySpiritomb
Votes: 0
Answers: 1
Could not found the path for create and write file
My code is
after run on Azure it say:
{
"Message": "Cannot create 'D:\\home\\site\\wwwroot\\DataFile' because a file or directory with the same name already exists."
}
how to r...
Hao
Votes: 0
Answers: 1
How do I use data from a combo box in another form c#
I'm writing a program in c# (visual studio, windows forms) which involves the user selecting a name from a combo box, and then clicking a button which brings them to a quiz on another form. I want a ...
ShadySpiritomb
Votes: 0
Answers: 1