C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
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]
Shehan Peruma(2)
Ghanashyam Nayak(1)
Vimal Kandasamy(1)
Jasper vd(1)
John O Donnell(1)
Shivani (1)
Bulent Ozkir(1)
Mahesh Chand(1)
Resources
No resource found
Simple XML Parser in VB.NET
Nov 10, 2012.
This article shows how to create a very simple XML parser.
XML Read & Update Operations
Feb 08, 2012.
Using this article you can learn how to read each XML node value & how to update that value in the original XML file...
Xml - A Simple Database
Mar 03, 2009.
Xml can be used for different purposes. But in my programming life, I used it as database alone. I feel very comfortable while using xml as data store for my application, due to its simple structure.
Simple XML Parser in C#
Apr 05, 2005.
This article shows how to create a very simple XML parser.
Sokoban Pro Game in C#
Jan 21, 2005.
Sokoban Pro is a modern version of the classic Sokoban puzzle game. The game rules are extremely simple, yet the game is very challenging and addictive. The rule of the game is to move all the boxes in the right places. You can only push a box, not pull.
Creating Graphics with XML
Apr 09, 2002.
This article shows how to create images on the fly and uses XML to specify the properties of the images.
Mobile Fun with XML
May 24, 2001.
Here is something really wonderful in Mobile field .This example is for authenticating the Mobile Users against his settings stored in XML file. This is really good where all the ease of XML is applied. Function open the XML file and particular node data validate it against user inputs and do the specified.
Reading XML File using XmlDocument
Apr 26, 2001.
In this article Reading XML File using XmlDocument.
Reading and Wtiting XML Documents
Jan 16, 2001.
In this article you will see how to read and write XML documents using XML API available in .NET Framework class library.