What is the difference between an XML "Fragment" and an XML "Document." ?
Answer / ajay vikram
An XML fragment is an XML document with no single top-level root element. To put it simple it is a part (fragment) of a well-formed xml document. (node) Where as a well-formed xml document must have only one root element.
Is This Answer Correct ? | 0 Yes | 0 No |
Can you change the value of a variable while debugging a C# application?
What does dbml stand for?
how to print invert pyramid in c#
what is used ref keyword in c#,and how we used it?
What is ilist c#?
Does c# do array bounds checking?
What is iqueryable in linq?
What is an assembly qualified name? Is it a filename? How is it different?
What is extension method in c sharp?
What are the differences between static, public and void in c#?
Define the term immutable ?
c# code for how to merge two sorted arrays Input : A = 2,5,8,4 B = 3,9,10,5 Output : 2,3,4,5,5,8,9,10