Q1)Define XMLReader Class and XMLValidatingReader class?
Ans)
The XMLReader Class (Assembly: System.Xml.dll) represents a reader that provides fast, non-cached, forward-only access to XML data.
The XMLValidatingReader class (Assembly: System.Xml.dll) represents a reader that provides:
a) Document type definition (DTD),
b) XML-Data Reduced (XDR) schema, and
c) XML Schema definition language (XSD) validation
---------------------------------------------
Q2)Are Web services only written in .NET ?
Answer:
No.....
A web service is based on SOAP (Simple Object Access Protocol). So any technology which is able to implement SOAP should be able to create a web service. For example we can create web services in .NET or Java.
Tags: web services, wcf