POCO DataSet

POCO DataSet is a lightweight, extensible data container for .NET applications that need structured tabular data (tables / rows / columns) without the complexity and legacy constraints of System.Data.DataSet. It is built around plain C# objects (POCOs), clean separation between data and metadata, and predictable behavior that round-trips well throughh JSON.

Why it matters

Who it is for

Pick your path

If you are new, start with "Introduction" section. If you are implementing, go directly to "Quick start" or "API reference" section.

 

Table of Content