Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. XML verus Traditional Files

XML verus Traditional Files

Scheduled Pinned Locked Moved C#
questioncsharpxml
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    felopater
    wrote on last edited by
    #1

    what is the difference between storing my temp info in traditional files(text,binart)and XML files using c#? i mean when do i need to store my info in XML files? marcoryos

    J S 2 Replies Last reply
    0
    • F felopater

      what is the difference between storing my temp info in traditional files(text,binart)and XML files using c#? i mean when do i need to store my info in XML files? marcoryos

      J Offline
      J Offline
      Judah Gabriel Himango
      wrote on last edited by
      #2

      When you want a strongly typed, bindable, hierarchal, key-and-value format.

      Tech, life, family, faith: Give me a visit. I'm currently blogging about: He has a funny face. And he's my son. Judah Himango

      1 Reply Last reply
      0
      • F felopater

        what is the difference between storing my temp info in traditional files(text,binart)and XML files using c#? i mean when do i need to store my info in XML files? marcoryos

        S Offline
        S Offline
        Steven Campbell
        wrote on last edited by
        #3

        The primary advantages of XML are: * human-readable and editable * can be transformed into different formats using XSLT * can be queried using XPath expressions * well defined programmer APIs for editing existing data * .NET supports serializing objects to XML (and vice versa)


        my blog

        D 1 Reply Last reply
        0
        • S Steven Campbell

          The primary advantages of XML are: * human-readable and editable * can be transformed into different formats using XSLT * can be queried using XPath expressions * well defined programmer APIs for editing existing data * .NET supports serializing objects to XML (and vice versa)


          my blog

          D Offline
          D Offline
          DavidNohejl
          wrote on last edited by
          #4

          The primary disadvantages of XML are: - big files (because of verbosity) - appending is slow Just for record. :) There are lots of articles on the web discussing topics where to use XML and where XML is not suitable for some reason. David Never forget: "Stay kul and happy" (I.A.)
          David's thoughts / dnhsoftware.org / MyHTMLTidy

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups