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]
Mahesh Chand(4)
Bulent Ozkir(2)
Scott (2)
Daniel Stefanescu(2)
Manas Mohapatra(1)
Manikavelu Velayutham(1)
Neelesh Vishwakarma(1)
Shehan Peruma(1)
Ghanashyam Nayak(1)
Leo Koach(1)
Vimal Kandasamy(1)
Matthew Cochran(1)
Lalitha Venkatasubramanian(1)
Jasper vd(1)
James Divine(1)
John O Donnell(1)
Resources
No resource found
Reading XML Files using XmlDocument in VB.NET
Nov 10, 2012.
In this article, I will show you how to read XML files in VB.NET using XmlDocument class and its members.
Read XML Data With Namespce Using XmlDocument
Dec 21, 2015.
This article describes how to read XML data using XmlDocument when xml contains Namespace.
XMLDocument (DOM) and XDocument (LINQ)
Jan 20, 2011.
Before LINQ to XML we were used XMLDocument for manipulations in XML like adding attributes, elements and so on. Now LINQ to XML uses XDocument for the same kind of thing. Syntaxes are much easier than XMLDocument and it requires a minimal amount of code.
Reading XML File using XmlDocument
Apr 26, 2001.
In this article Reading XML File using XmlDocument.
Copying XML Documents Using C#
Jun 09, 2013.
How to copy one XML file from one location to another with a different file name.
Display an XML file to Console in C#
May 12, 2013.
How to load an XML file and display it to System Console using C#
Creating XML in Silverlight
Apr 14, 2013.
This article shows how to create XML in Silverlight, in a rather simple way.
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...
Working With XML in C#
Mar 11, 2010.
In this article we see how to perform operation in a XML file using C#.
Understanding the DOM Implementation
Nov 30, 2009.
In this article I will explain you about DOM implementation in C# and .NET.
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.
Flat File Parsed to XML Using C#
Jul 01, 2007.
I ran across an interesting problem today where I had to parse a flat file (csv or tab delimited) into an xml document. The solution I arrived at is flexible enough for reuse so I though I'd share the library along with some of my development notes.
Methods For Transforming Data To A XML File
May 16, 2006.
This articles mentions different ways to tranform data to XML file.
Revised Generic 'T, K' Database Component
Dec 20, 2005.
This is the code behind the Generic 'T, K' Database Component.
Generic 'T, K' Database Component
Dec 17, 2005.
I have written a C# 2.0 (Visual Studio 2005), Generic <T, K> Database component, The component has simplified the architecture and the implementation by allowing me to keep the number of overloaded methods to a minimum.
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.
XML TreeView
Sep 11, 2003.
My goal was to be able to reflect any Xml file into the Windows Forms TreeView control.
Performance Comparison of XslTransform Inputs
May 02, 2002.
To transform XML into HTML for use on a Web site or to transform it into a document that contains only the fields required you could use the XSLTransform class (found in the System.Xml.Xsl namespace).
Performance Comparison of XslTransform Inputs
May 02, 2002.
To transform XML into HTML for use on a Web site or to transform it into a document that contains only the fields required you could use the XSLTransform class (found in the System.Xml.Xsl namespace).
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.
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.