Cargando…

Beginning XML with C# 7 : XML processing and data access for C# developers /

Master the basics of XML as well as the namespaces and objects you need to know in order to work efficiently with XML. You'll learn extensive support for XML in everything from data access to configuration, from raw parsing to code documentation. You will see clear, practical examples that illus...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Joshi, Bipin (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York, New York] : Apress, [2017]
Edición:Second edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 1. Introducing XML and the .NET framework
  • 2. Manipulating XML Documents by Using the Document Object Model
  • 3. Reading and Writing XML Documents
  • 4. Accessing XML Documents by Using the Xpath Data Model
  • 5. Validating XML Documents
  • 6. Transforming XML with XSLT
  • 7. XML in ADO.net
  • 8. XML Serialization
  • 9. XML in Web Services
  • 10. XML in WCF and Web API
  • 11. XML in SQL Server
  • 12. XML in the .Net Framework
  • 13. Working with LINQ to XML
  • Appendix A: Creating a custom XmlReader and XmlWriter
  • Appendix B: Resources.