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 |
Structs are not reference types. Can structs have constructors?
i have a table named login in mysql database containing (empid,fname,lname,mobno,emailid,usrname,usrpwd) i have 2 textboxes in which i enter my username and pwd..so based on what is entered in those textboxes it should retreive all other details of dat username in the remaining 6 textboxes..i want the code for this...
Can we override static class in c#?
What the different phase/steps of acquiring a proxy object in webservice?
Is an interface a type c#?
What is use of singleton class in c#?
Can you use foreach iteration on arrays in c#?
When should I use static in C#?
0 Answers SwanSoft Technologies,
What happens when thread sleep () method is called?
What is the difference between array and list in c#?
Define boxing and unboxing in c#?
Can you prevent your class from being inherited and becoming a base class for some other classes?