Showing posts with label XML. Show all posts
Showing posts with label XML. Show all posts

.NET XML Question

1. What is the use of XML Namespaces?
2. When is the DOM appropriate for use? When is it not? there is any size limitations?
3. What is the WS-I Basic Profile?
5. What is the fundamental difference between Elements and Attributes?
6. What is the difference between Well-Formed XML and Valid XML?
7. How would you validate XML using .NET?
9. Describe the difference between pull-style parsers (XmlReader) and eventing-readers (Sax)
10. What is the difference between XPathDocument and XmlDocument?
11. What is the difference between an XML "Fragment" and an XML "Document."
12. What does it meant to say “the canonical” form of XML?
13. Why is the XML InfoSet specification different from the Xml DOM? What does the InfoSet attempt to solve?
14. Contrast DTDs versus XSDs. What are their similarities and differences? Which is preferred and why?
15. Does System.Xml support DTDs?
16. Can any XML Schema be represented as an object graph? Vice versa?

XML Integration

1. What is XML?
2. What is the version information in XML?
3. What is ROOT element in XML?
4. If XML does not have closing tag will it work?
5. Is XML case sensitive?
6. What’s the difference between XML and HTML?
7. Is XML meant to replace HTML?
8. Can you explain why your project needed XML?
9. What is DTD (Document Type definition)?
10. What is well formed XML?


11. What is a valid XML?
12. What is CDATA section in XML?
13. What is CSS?
14. What is XSL?
15. What is Element and attributes in XML?
16. Can we define a column as XML?
17. How do we specify the XML data type as typed or untyped?
18. How can we create the XSD schema?
19. How do I insert in to a table which has XSD schema attached to it?
20. What is maximum size for XML datatype?
21. What is Xquery?
22. What are XML indexes?
23. What are secondary XML indexes?
24. What is FOR XML in SQL Server?
25. Can I use FOR XML to generate SCHEMA of a table and how?
26. What is the OPENXML statement in SQL Server?
27. I have huge XML file which we want to load in database?
28. How to call stored procedure using HTTP SOAP?
29. What is XMLA?