C# Developer#039;s Guide to ASP.NET, XML, and ADO.NET [Electronic resources] نسخه متنی
لطفا منتظر باشید ...
[SYMBOL]
[A]
[B]
[C]
[D]
[E]
[F]
[G]
[H]
[I]
[K]
[L]
[M]
[N]
[O]
[P]
[Q]
[R]
[S]
[T]
[U]
[V]
[W]
[X]
[Y]
[Z]
X switch (XCOPY)
XCOPY
listings
6.5, sample exclude file
2nd
using XCOPY for deployment
2nd
3rd
(begin)
(end)
(XCOPY deployment)
confirmations/overwriting files
2nd
3rd
deploying directory trees
2nd
3rd
4th
5th
deploying only modified files
2nd
3rd
deploying single directories
2nd
excluding files
2nd
3rd
4th
switches
2nd
3rd
4th
5th
6th
7th
8th
XDR (XML Data-Reduced) schemas
2nd
3rd
4th
5th
XML
2nd
3rd
4th
5th
6th
(begin)
(end)
(eXtensible Markup Language)
ADO.NET support
2nd
AdRotator control
advantages
2nd
3rd
AppendChild method
2nd
attributes
displaying attribute values using GetAttribute method
2nd
3rd
using attributes in queries
2nd
3rd
4th
classes
ChildNodes
2nd
3rd
4th
5th
ValidationEventArgs
2nd
3rd
XmlDocument
2nd
3rd
4th
5th
6th
7th
8th
XmlNamedNodeMap
2nd
XmlNode
2nd
3rd
4th
XmlNode, InsertAfter method
2nd
3rd
XmlNode, viewing document data
2nd
3rd
4th
5th
6th
7th
8th
XmlNodeList
2nd
XmlNodeReader
2nd
3rd
4th
XmlNodeReader, navigating/updating documents
2nd
3rd
4th
5th
6th
7th
8th
9th
10th
XmlReader
2nd
XmlTextReader
2nd
3rd
XmlTextWriter
2nd
3rd
4th
5th
6th
7th
8th
9th
XmlValidatingReader
2nd
3rd
4th
5th
6th
7th
8th
9th
10th
11th
XmlWriter
2nd
3rd
combining with SQL (HttpHandlers)
2nd
3rd
4th
5th
6th
7th
8th
9th
10th
11th
SqlHandler
2nd
3rd
4th
5th
6th
7th
SqlHandler output
XSL template used to format output
2nd
3rd
4th
5th
data
abbreviated close-tag syntax
2nd
3rd
CDATA elements
2nd
3rd
character entities
2nd
3rd
4th
elements that contain data
2nd
3rd
4th
5th
enclosing character data
2nd
3rd
4th
5th
navigating/updating documents with XmlNodeReader object
2nd
3rd
4th
5th
6th
7th
8th
9th
10th
querying.
[See XML, XPath queries]
using XmlDataReader object
2nd
3rd
4th
5th
6th
7th
viewing document data with XmlNode object
2nd
3rd
4th
5th
6th
writing with XmlTextWriter object
2nd
3rd
4th
5th
6th
7th
data access
2nd
Simple API for XML (SAX)
2nd
3rd
XML Document Object Model (DOM)
2nd
3rd
4th
5th
6th
7th
8th
9th
delimited data
2nd
3rd
enclosing character data
2nd
3rd
4th
5th
DISCO files
Document Object Model (DOM)
2nd
3rd
4th
5th
6th
7th
8th
9th
extended classes
2nd
fundamental classes
2nd
3rd
document structure/syntax
(begin)
(end)
abbreviated close-tag syntax
2nd
3rd
attributes
2nd
3rd
4th
5th
6th
7th
8th
9th
10th
11th
12th
CDATA elements
2nd
3rd
character entities
2nd
3rd
4th
declaration
2nd
3rd
elements (nodes)
2nd
3rd
elements containing data
2nd
3rd
4th
enclosing character data
2nd
3rd
4th
5th
Document Type Definitions (DTDs)
2nd
3rd
4th
elements (nodes)
ChildNodes class
2nd
3rd
4th
5th
complex/simple types
2nd
3rd
4th
5th
6th
7th
creating attributes
2nd
InsertAfter method
2nd
3rd
inserting new child nodes using AppendChild method
2nd
manipulating current nodes using XPathNodeIterator Current property
2nd
3rd
navigating/updating documents with XmlNodeReader object
2nd
3rd
4th
5th
6th
7th
8th
9th
10th
viewing document data with XmlNode object
2nd
3rd
4th
5th
6th
7th
8th
expressing DataSet objects as XML
2nd
3rd
4th
5th
FirstChild() property
2nd
listings
10.1, comma-delimited document
2nd
10.10, books.xml document
2nd
3rd
10.11, loading a local XML file using XmlDocument .Load() method
10.12, loading an XML file residing on a Web server
2nd
10.13, loading a local XML file using XmlDocument .Load() method
2nd
10.14, ChildNodes class
2nd
3rd
4th
10.15, XmlTextReader object
2nd
3rd
10.16, XmlTextWriter object
2nd
3rd
10.17, XmlTextWriter object, document produced by XmlTextWriter object
2nd
10.18, XmlNodeReader object, creating from XmlDocument object
2nd
10.19, XmlNodeReader object, traversing a document
2nd
10.2 XML 1.0 declaration
10.20, XPathNavigator object Select method
2nd
10.21, XpathNodeIterator Current property
2nd
3rd
10.22, XmlNode object InsertAfter method
2nd
3rd
10.23, inserting new child nodes using AppendChild method
2nd
10.24, XPath query page used to test XPath queries against books.xml
2nd
10.25, XPath query results
2nd
10.26, XPath query to retrieve author information based on author ID
2nd
10.27, XPath query to retrieve multiple instances of same author
2nd
3rd
10.28, XPath query combining multiple criteria with AND and OR
2nd
10.29, XPath query that excludes nodes based on attribute values
2nd
10.3 XML document with a declaration and top-level element
10.3, XML document with a declaration and a top-level element
10.30, XPath query that retrieves a specific BOOK node by querying on text in BookÕs TITLE node
2nd
10.30, XPath query that retrieves a specific TITLE node by querying on its text
2nd
10.32, XDR Schema
2nd
10.33, simplified book.xml document
2nd
10.34, W3C schema definition boilerplate
2nd
10.35, W3C schema containing a definition for a simple type
2nd
10.36, W3C schema containing an element definition that refers to a type definition
2nd
10.37, W3C schema containing a complex type that refers to a simple type
2nd
10.38, Validation subroutine using XmlValidatingReader object
2nd
3rd
10.39, responding to events raised by Validate subroutine
2nd
3rd
10.4, XML document with elements that contain data
2nd
10.40, booksellerÕs hypothetical output
10.40, booksellerÕs hypothetical output
10.41, publisherÕs hypothetical input
2nd
10.42, XSLT Style Sheet That Converts an XML Document into an HTML Document
2nd
3rd
10.43, books.xml File Containing a Link to the books.xsl Style Sheet
2nd
10.44, programmatically transforming an XML file using an XSL style sheet and the XslTransform objec
2nd
10.5, XML document with multiple child elements beneath the top-level element
2nd
3rd
10.6, XML document with elements and attributes
2nd
10.7, XML document with a CDATA section
2nd
10.7, XML document with escape sequences
2nd
10.9, XML document with a empty elements
2nd
Load() method
2nd
3rd
4th
5th
6th
loading a local XML file
2nd
3rd
loading an XML file residing on a Web server
Microsoft XML Web site
navigating documents
2nd
3rd
schemas
2nd
case sensitivity
complex types
2nd
3rd
4th
5th
6th
7th
creating W3C XML schemas
2nd
3rd
4th
5th
6th
7th
8th
creating XSD schemas with Visual Studio .NET
2nd
3rd
Document Type Definitions (DTDs)
2nd
3rd
4th
listing 10.34, W3C schema definition boilerplate
2nd
listing 10.35, W3C schema containing a definition for a simple type
2nd
listing 10.36, W3C schema containing an element definition that refers to a type definition
2nd
listing 10.37, W3C schema containing a complex type that refers to a simple type
2nd
simple types
2nd
3rd
4th
5th
6th
7th
validating documents using W3C schemas
2nd
3rd
4th
5th
6th
7th
8th
9th
10th
11th
12th
13th
14th
XML Data-Reduced (XDR) schemas
2nd
3rd
4th
5th
SOAP (Simple Object Access Protocol)
2nd
style sheets, transforming documents
2nd
3rd
4th
5th
6th
7th
associating documents with style sheets
2nd
3rd
creating style sheets
2nd
creating XSLT style sheets
2nd
3rd
4th
editing XSLT files with Visual Studio .NET
programmatically performing XSL transformations
2nd
3rd
transforming documents using style sheets
2nd
3rd
4th
5th
6th
7th
associating documents with style sheets
2nd
3rd
creating style sheets
2nd
creating XSLT style sheets
2nd
3rd
4th
editing XSLT files with Visual Studio .NET
programmatically performing XSL transformations
2nd
3rd
updating documents using XmlNodeReader
2nd
3rd
4th
5th
6th
7th
8th
9th
10th
11th
changing values
2nd
3rd
4th
5th
6th
7th
navigating documents
2nd
3rd
XPath queries.
[See XML, XPath queries]
Web services.
[See Web services]2nd
[See Web services]
XML data representation versus HTML
HTML
2nd
3rd
4th
5th
6th
7th
8th
9th
XML
2nd
3rd
XPath queries
2nd
3rd
4th
5th
6th
7th
8th
9th
10th
11th
12th
13th
14th
15th
16th
17th
18th
19th
combining multiple criteria with AND and OR
2nd
common XPath scenarios
dot (.) operator
excluding nodes based on attribute values
2nd
inequality operator (!=)
manipulating current nodes using XPathNodeIterator Current property
2nd
3rd
retrievig the root node of a document
retrieving a specific BOOK node by querying on text in BookÕs TITLE node
2nd
retrieving a specific TITLE node by querying on its text
2nd
retrieving author information based on author ID
2nd
retrieving multiple instances of same author
2nd
3rd
running a simple query
2nd
W3C XPath Web site
XPath query page used to test XPath queries against books.xml
2nd
3rd
XML Data-Reduced (XDR) schemas
2nd
3rd
4th
5th
XML Schema Definition Tool (xsd.exe)
XmlDataReader object
2nd
3rd
4th
5th
6th
7th
XmlDocument class
2nd
3rd
4th
5th
6th
7th
8th
XMLDocument class
creating XmlNodeReader objects from XmlDocument objects
XmlNamedNodeMap class
2nd
XmlNode class
2nd
3rd
4th
InsertAfter method
2nd
3rd
viewing document data
2nd
3rd
4th
5th
6th
7th
8th
XmlNodeList class
2nd
XmlNodeReader class
2nd
3rd
4th
navigating/updating documents
2nd
3rd
4th
5th
6th
7th
8th
9th
10th
11th
12th
13th
14th
15th
16th
17th
18th
19th
20th
changing values
2nd
3rd
4th
5th
6th
7th
navigating documents
2nd
3rd
XPath queries.
[See XML, XPath queries]
XmlReader class
2nd
XmlTextReader class
2nd
3rd
XmlTextWriter class
2nd
writing data
2nd
3rd
4th
5th
6th
7th
XmlValidatingReader class
2nd
3rd
validating schemas
2nd
3rd
4th
5th
6th
7th
8th
XmlWriter class
2nd
3rd
XPath queries (XML)
2nd
3rd
4th
5th
6th
7th
8th
9th
10th
11th
12th
13th
14th
15th
16th
17th
18th
19th
common XPath scenarios
dot (.) operator
inequality operator (!=)
listings
10.24, XPath query page used to test XPath queries against books.xml
2nd
3rd
10.25, running a simple query
2nd
10.26, retrieving author information based on author ID
2nd
10.27, retrieving multiple instances of same author
2nd
3rd
10.28, combining multiple criteria with AND and OR
2nd
10.29, excluding nodes based on attribute values
2nd
10.30, retrieving a specific TITLE node by querying on its text
2nd
10.31, retrieving a specific BOOK node by querying on text in BookÕs TITLE node
2nd
manipulating current nodes using XPathNodeIterator Current property
2nd
3rd
retrievig the root node of a document
W3C XPath Web site
XSD schemas
creating with Visual Studio .NET
2nd
3rd
xsd.exe (XML Schema Definition Tool)
xsdall element (W3C XML schemas)
2nd
xsdsequence element (W3C XML schemas)
xsdsimpleType node (W3C XML schemas)
XSLT files
editing with Visual Studio .NET
XSLT style sheets
2nd
3rd
4th