Linq a viable solution for XML?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DBC User

    Linq a viable solution for XML?

    So far all the examples I have seen been working with simple XML
    files. Just curious, is Linqq a viable solution for handling a large
    XML file, when I say large, it means it has almost 2K+ nodes in it and
    it keep growing as well?
    Thanks.
  • =?ISO-8859-1?Q?Arne_Vajh=F8j?=

    #2
    Re: Linq a viable solution for XML?

    DBC User wrote:
    So far all the examples I have seen been working with simple XML
    files. Just curious, is Linqq a viable solution for handling a large
    XML file, when I say large, it means it has almost 2K+ nodes in it and
    it keep growing as well?
    It should be fine.

    The reason you usually see small XML in examples is purely practical.

    10 lines of english + 10000 lines of XML + 10 lines
    of C# will annoy many readers.

    Arne

    Comment

    Working...