Related questions
Plain Old CLR Object vs Data Transfer Object
POCO = Plain Old CLR (or better: Class) Object
DTO = Data Transfer Object
In this post there is a difference, but frankly most of the blogs I read describe POCO in the way DTO is defined: DTOs are simple data containers …
What is POCO in Entity Framework?
I just started learning POCO but cannot understand its use and advantage. Even following link of stackoverflow did not help me.
what is Entity Framework with POCO
Can anybody explain the usage of POCO with a simple example?