Skip to main content

Posts

Showing posts from 2023

How to use xml without LINQ in C# the old school way.

Contents XML history Segment (For the nerds) Using XML the old fashion way Create XML file Load Document Create node Save to file Updating Nodes Deleting Nodes