Working with XML in .NET 6

seeders: 2
leechers: 2
updated:

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 31
  • Language: English

Files

[ CourseLala.com ] Working with XML in .NET 6
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 01. Course Overview
    • 01. Course Overview.mp4 (3.7 MB)
    02. XML Schemas and XML XSD Generators
    • 02. Introduction and Version Information.mp4 (2.0 MB)
    • 03. Getting the Most out of this Course and Resources.mp4 (2.4 MB)
    • 04. XML Structure.mp4 (2.3 MB)
    • 05. XSD Structure.mp4 (2.3 MB)
    • 06. XSD Schema Generator.mp4 (4.3 MB)
    • 07. Generate C.Sharp Class from XSD.mp4 (3.3 MB)
    • 08. Validate XML using XSD.mp4 (3.0 MB)
    • 09. XML Formatting in Editors.mp4 (4.1 MB)
    03. Using the System.Xml.Linq Namespace to Manipulate XML
    • 10. The System.Xml.Linq Namespace.mp4 (1.5 MB)
    • 11. Create Empty XML Document.mp4 (6.5 MB)
    • 12. Create XML with Elements and Attributes.mp4 (9.6 MB)
    • 13. Create a Nested XML Document.mp4 (4.2 MB)
    • 14. Parse XML String in XDocument Object.mp4 (4.3 MB)
    • 15. Parse XML String in XElement Object.mp4 (4.5 MB)
    • 16. Dot Net 6 Working Xml M3 07.mp4 (5.4 MB)
    • 17. Updating an Element in an XML Document.mp4 (6.3 MB)
    • 18. Deleting an Element in an XML Document.mp4 (3.7 MB)
    04. Load Write Validate and Save XML Documents
    • 19. Loading XML Documents.mp4 (1.4 MB)
    • 20. Load XML Using XDocument and XElement.mp4 (7.0 MB)
    • 21. Displaying the First Node.mp4 (8.9 MB)
    • 22. Writing XML to Disk.mp4 (6.6 MB)
    • 23. Using the XmlWriter Class to Save XML to Disk.mp4 (8.9 MB)
    • 24. Using a DataSet to Write XML to Disk.mp4 (10.7 MB)
    • 25. Write XML to Disk from any Table in any Database.mp4 (4.7 MB)
    • 26. Validating XML.mp4 (4.5 MB)
    • 27. Validating XML and Viewing the Errors.mp4 (5.5 MB)
    05. Query and Aggregate XML Using XPath
    • 28. Overview of XPath and Why XPath Still Matters.mp4 (2.4 MB)
    • 29. Differences Using XPath with XDocument and XElement.mp4 (10.0 MB)
    • 30. When You Get Errors Using XPath.mp4 (4.0 MB)
    • 31. Resolving Errors by Using an Extension Method.mp4 (9.5 MB)
    • 32. Filtering Data Using XPath Queries.mp4 (7.5 MB)
    • 33. Using XPath Functions Such as last and position.mp4 (6.2 MB)
    • 34. Creating C.Sharp Objects from XML.mp4 (5.7 MB)
    • 35. Retrieve Attribute XML.mp4 (5.7 MB)
    • 36. Retrieving Attribute-Based XML Using Extension Method.mp4 (8.9 MB)
    • 37. XPath Functions count sum and Calculating an Average.mp4 (11.5 MB)
    • 38. Calculating Minimum and Maximum Values.mp4 (8.0 MB)
    06. Query and Aggregate XML Using LINQ to XML
    • 39. LINQ to XML Overview.mp4 (3.2 MB)
    • 40. Using XDocument and Xelement with LINQ to XML.mp4 (7.4 MB)
    • 41. Applying a Where Clause to an XML Document.mp4 (4.1 MB)
    • 42. Retrieving a Single Node.mp4 (3.7 MB)
    • 43. Sorting XML Nodes using OrderBy Clause.mp4 (4.0 MB)
    • 44. Creating a Collection of C.Sharp Objects.mp4 (3.4 MB)
    • 45. Joining Two XML Documents.mp4 (8.7 MB)
    • 46. Working with Nested XML Documents.mp4 (8.2 MB)
    • 47. Using Attribute-Based XML.mp4 (6.1 MB)
    • 48. Searching and Sorting Attribute-Based XML.mp4 (4.7 MB)
    • 49. Using LINQ Methods Count and Sum.mp4 (6.2 MB)
    • 50. Using the LINQ Average Method.mp4 (3.2 MB)
    • 51. Calculating Minimum and Maximum.mp4 (4.9 MB)
    07. Serialize and Deserialize .NET Objects as XML
    • 52. Why Use XML Serialization.mp4 (2.9 MB)
    • 53. Serialize a Product Object to XML Using XmlSerializer.mp4 (6.9 MB)
    • 54. Deserialize XML From File Into a Product Object.mp4 (3.3 MB)
    • 55. Formatting XML Using the XmlWriterSettings Object.mp4 (7.7 MB)
    • 56. Deserialize Formatted XML Into a Product Object.mp4 (4.7 MB)
    • 57. Simplify XML Serialization Using an Extension Method.mp4 (10.6 MB)
    • 58. Using XML Serialization Attributes.mp4 (11.8 MB)
    • 59. Serializing a Composite Class to Create Nested XML.mp4 (7.8 MB)
    • 60. Using the DataContractSerializer Class.mp4 (10.2 MB)
    • 61. Using the BinaryFormatter Class.mp4 (9.3 MB)
    08. Cache Frequently Used Data as XML
    • 62. Caching XML From SQL Server.mp4 (1.4 MB)
    • 63. The Code to Read Data From SQL and Store into Local File.mp4 (6.6 MB)
    • 64. Step-Through of Getting Data from SQL and Serializing.mp4 (5.4 MB)
    • 65. A Method to Detect Changes on the Server.mp4 (3.0 MB)
    • 66. Get Max Date and Total Rows from XML and Server.mp4 (6.6 MB)
    • 67. Checking Local vs Server Information.mp4 (5.2 MB)
    • 68. Change the Server and Detect the Changes.mp4 (9.2 MB)
    • Bonus Resources.txt (0.4 KB)
    • Exercise Files 02 demos Demos 02-Overview
      • LinksToTools.txt (0.3 KB)
      03-CreateModify Finish HelperClasses
      • XmlStringHelper.cs (1.0 KB)
      • Program.cs (0.2 KB)
      • Readme.txt (1.4 KB)
      • ViewModels
        • AddEditDeleteViewModel.cs (2.7 KB)
        • CreateViewModel.cs (5.1 KB)
      • XMLSamples.code-workspace (0.1 KB)
      • XMLSamples.csproj (0.3 KB)
      • XMLSamples.sln (1.1 KB)
      • vscode
        • launch.json (0.9 KB)
        • tasks.json (1.0 KB)
        Start HelperClasses
        • XmlStringHelper.cs (1.0 KB)
        • Program.cs (0.2 KB)
        • Readme.txt (1.4 KB)
        • ViewModels
          • AddEditDeleteViewModel.cs (1.9 KB)
          • CreateViewModel.cs (3.5 KB)
        • XMLSamples.code-workspace (0.1 KB)
        • XMLSamples.csproj (0.3 KB)
        • XMLSamples.sln (1.1 KB)
        • vscode

Description

Working with XML in .NET 6



https://CourseLala.com

Duration: 2h 24m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 410 MB
Genre: eLearning | Language: English

This course will teach you to create, load, save, and query XML files using the classes within the System.Xml.Linq namespace in .NET 6.

To query and manipulate XML documents, .NET provides several great technologies. In this course, Working with XML in .NET 6, you’ll learn to create, load, save, and query XML documents. First, you’ll explore creating and modifying XML documents. Next, you’ll discover loading, saving, validating, and various methods of querying data within XML files. Finally, you’ll learn how to serialize C# objects as XML. When you’re finished with this course, you’ll have the skills and knowledge of XML needed to effectively and efficiently process XML files.



Download torrent
409.9 MB
seeders:2
leechers:2
Working with XML in .NET 6


Trackers

tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
µTorrent compatible trackers list

Download torrent
409.9 MB
seeders:2
leechers:2
Working with XML in .NET 6


Torrent hash: 6F07CCFF0B7DAB7AA72403FAABE7240CCE57B1D0