Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Liju Gopalan(1)
Joe Miguel(1)
Shail 0(1)
Sushila Patel(1)
Nalaka withanage(1)
Sanjay Ahuja(1)
Mahesh Chand(1)
Resources
No resource found
Easily Find Tags and Values in a Large Xml Document Using XmlTextReader in C#
Sep 20, 2007.
Parsing large XML documents efficiently can be a challenge due to memory constraints. This approach utilizes the XmlTextReader class in C# to extract specific tags and their corresponding values from a large XML document. XmlTextReader employs a streaming method, allowing sequential navigation through the XML while avoiding loading the entire document into memory. This approach improves performance and reduces memory consumption, making it an effective solution for handling sizable XML data sets.
XML Schema Validator in VB.NET
Nov 10, 2012.
The XML Schema Validator checks if a given XML document is well formed and has a valid schema model. If it finds the document is not a valid XML schema, it generates the error telling the problem in the schema.
Using Map in a Pocket PC Application
Apr 19, 2004.
GPS enabled applications are a good example of using a Pocket PC to locate a Pocket PC user. This attached application is a location based Pocket PC application developed using .NET compact framework.
Format DateTime Values in XML Extracted From DataSet
Jul 17, 2003.
In this article we'll see how to specify the format of DateTime values extracted from the ADO.NET DataSet and to verify we will write formatted contents in xml file.
Viewing and Writing XML Data using ADO.NET DataSets
Nov 01, 2002.
Based on a real world project this article shows how to handle XML data in .NET using C# DataSets and DataViews.
XML Parser in C#
Apr 30, 2002.
This project gives you a head start to write XML parser in C#.
Reading XML Files
Mar 28, 2001.
In this article, I will show you how to use the XmlTextReader class to read an XML document and write data to the console.