c# read write xml

  1. B

    Question I have a problem encrypting the database connection data file inside the xml file

    0 I have a problem encrypting the database connection data file inside the xml file Please help encrypt the xml file, as it contains data for connecting to the database when entering the system It remains encrypted so that the server data is not known Project source code...
  2. M

    XML serialisaton. Error: XmlException: Root element is missing.

    Hi all. I am making a game like minecraft. I need to keep the world when the player exits the game. Chunk (it is a place 16 by 16 blocks) and world contain a lot datas, that don't serialize can. so i have created classes WorldData and ChunkData, that contain only serializable varibles. But i...
  3. B

    save the modified data?

    Hi all, I'm currently building my first application in C# and I hit a wall at the final step of the application. Let me start by explaining the goal of the application. This is a simple application that I'm building to read and edit an XML file. I have created a form with two buttons and four...
Back
Top Bottom