0
i want to understand relation between xml and c# in c# console application my knowledge is elementary how we can see this mess
i want to understand relation between xml and c# in c# console application my knowledge is elementary how we can see this message in console <note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body> </note>
1 Answer
+ 3
I don't think that console interpret xml
you have to use some kind of IDE like virtual studio.