POCO

POCO is an acronym for "Plain Old CLR Objects" or "Plain Old C# Objects". The term is used to describe classes which do not depend on an inheritance chain or special attributes in order to work with a given platform. Examples of non-POCO classes would be LINQ to SQL or Entity Framework entity classes and WCF service contracts.