| 1 |
|
Articles on XML
|
Introduction to XML Serialization:
In this article I am trying to provide information on how we can make use of XMLSerialization class. I am explaining this with the help of simple ASP.Net example. This article is made for beginners.
Go-->
27 Oct 2002:
|
Role of XML in ADO.Net:
ADO.NET leverages the power of XML to provide disconnected access to data. XML is integrated in .NET from configuration, files and protocol for Web Services to acting as the data store for ADO.NET DataSet objects.
Go-->
25 Aug 2002:
|
Using SQLXML to retrieve data from database in .Net:
In this article I tried to explain various ways of getting data from database using SQLXML and also I tried to show different ways of display the result data.
Go-->
30 Jun 2002:
|
Using SQLXML [In SQLServer2000] To display Report:
This Example is focused on using SQLXML functions in asp pages. We will get data from data base in xml format and Using xsl we will display data in asp page.
Go-->
04 Mar 2002:
|
Using SQLXML to make Efficient Web Services:
In This I would like to explain working with database transactions in Web Services using SQLXML3.0 features in order to make efficient and better Web Service.
Go-->
07 Jan 2002:
|
Calling web page from command line Using MSXML2
:
Windows Scripting Host can do pretty much whatever you can do in ASP VBScript, but what if the code you want to execute is on another server? You want to execute the code at a certain time of day but you dont want to manually launch your web browser? The answer is here in the following script!
Go-->
04 Dec 2000:
|