Xml in .NET - PowerPoint PPT Presentation

1 / 5
About This Presentation
Title:

Xml in .NET

Description:

Serialize/Deserialize objects to and from Xml ... objects as strings (useful for persisting object state in stateless environments ... – PowerPoint PPT presentation

Number of Views:54
Avg rating:3.0/5.0
Slides: 6
Provided by: busO
Category:
Tags: net | persisting | xml

less

Transcript and Presenter's Notes

Title: Xml in .NET


1
Xml in .NET
2
Microsoft .NET Framework
XML Web Services
Web Forms
Windows Forms
ASP.NET
C VB.NET J C
Data and XML Classes
Base Framework Classes
Common Language Runtime
3
System.Xml Namespace
  • XmlNode
  • XmlElement
  • XmlAttribute
  • XmlDocument
  • XmlCDataSection
  • XmlText
  • XmlNamespaceManager
  • XmlDataDocument
  • XmlValidatingReader
  • XslTransform (found in the System.Xml.Xsl
    namespace)

4
Xml Serialization
  • Serialize/Deserialize objects to and from Xml
  • Store objects as strings (useful for persisting
    object state in stateless environments like
    ASP.NET)
  • Retrieve Xml from data source and load into
    objects easily
  • Very useful in Web Services for preparing to be
    passed back and forth over the Internet or an
    intranet

5
Other Xml Uses in .NET
  • ADO.NET DataSets
  • Configuration Files
  • Heavily used in Web Services
Write a Comment
User Comments (0)
About PowerShow.com