C# struct tutorial shows how to work with struct types in C#. A structure is a value type defined with the struct keyword.
C# XmlDocument tutorial shows how to work with XML in C# with XmlDocument. The code XmlDocument represents an XML document; it can be use to load, modify, validate, an navigate XML documents.
C# XmlReader tutorial shows how to read XML data in C# with XmlReader. XmlReader represents a reader that provides fast, noncached, forward-only access to XML data.
C# XmlWriter tutorial shows how to write XML data in C# with XmlWriter. XmlWriter represents a writer that provides a fast, non-cached, forward-only way to generate streams or files with XML data.
Learn C# Windows Forms programming with this comprehensive tutorial. Master GUI development using WinForms and build powerful desktop applications.
C# write text files shows how to write text files in C#. Input & output operations in C# are based on streams. A Stream is an abstract base class of all streams.