| About | Home |  Disclaimer | Privacy | Contact |

     

Visual C++ .Net Programming Tutorials: Visual C++ .NET - XML, XSLT and ADO.NET

 
Please Read me first buddies
 

This tutorial will be divided into two parts: Using XSLT to transform XML documents and Using ADO.NET. The .NET XML is proving to be a useful way of storing and exchanging data, but it isn’t very often that you want to use the data in XML format. You usually need to transform the data into some other form to present it to the end user or use it in programs. By using the classes in the XML namespaces, such as XmlTextReader and XmlDocument, you can obviously write programs that parse XML and turn it into other forms. The problem is that doing so requires programming skills, and in the Web world, a lot of people want to manipulate XML but don’t have such skills.

 

Home

 

XML and XSLT C++ .NET 1

 

XML and XSLT C++ .NET 2

 

C++ .NET and ADO.NET Accessing Database 1

 

C++ .NET and ADO.NET Accessing Database 2

 

C++ .NET and ADO.NET Accessing Database 3

 

C++ .NET and ADO.NET Accessing Database 4

 

C++ .NET and ADO.NET Accessing Database 5

 

C++ .NET and Web Service 1

 

C++ .NET and Web Service 2

 

----------------

 

Tenouk C and C++ Programming Tutorial

The EXtensible Stylesheet Language (XSL) was developed to provide a way of transforming XML that doesn’t rely on programming skills. Anyone who understands XML syntax can write a style sheet, which is then applied to an XML document to transform it into some other form.

ADO.NET is the data access API from Microsoft for the Microsoft Windows .NET Framework 1.1. ADO.NET has been optimized to work with .NET to enable distributed applications and services to exchange data easily and reliably. ADO.NET offers two distinct programming models, depending on the type of application you need to build:

  • If your application can obtain and maintain a direct connection to a data source, you can use classes such as OleDbConnection, OleDbCommand, and OleDbDataReader to exchange data with the data source. These classes are superficially similar to previous versions of ADO, but you’ll find many differences when you look into the details.

  • If your application is disconnected from a data source, you can use a DataSet to represent an in-memory cache of data from the data source. DataSet is the most important new class in ADO.NET because it enables you to freely pass data between applications and services residing on different tiers in your architecture.

In this module, you will learn how to use ADO.NET to connect to a data source, execute queries, and perform database update operations. You will also learn how to use a DataSet in a disconnected application. You will see how to fill a DataSet with data from a database and display the data in a DataGrid. ADO.NET provides access to any kind of relational database. The examples in this module try to describe on how to use Microsoft Access...

 
 

   | About | Home |  Disclaimer | Privacy | Contact |

 

Best viewed using IE 6.0/FireFox 1.5.0 and above

Webmaster contact: [contact[@]visualcplusdotnet.com]

Copyright 2007 © Visualcplusdotnet. All rights reserved.

 Excellent hosting services provided by MochaHost - The Online Central