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.

The POCO DataSet is not just "another data container" but a transport and projection model for business data.

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

 


Business Process Programming in .Net
© 2004–2026 Laskarzhevsky Software Inc.
Unless otherwise noted, the content of this website is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0).
Code examples are provided under the MIT License.
You are free to share and adapt the material provided that appropriate credit is given and any modifications are clearly indicated.
The information provided on this website is for educational purposes only.
The author and publisher make no warranties regarding the completeness or suitability of the information and are not responsible for any damages resulting from its use.