Means Plain Old CLR Object, a simple object that does not follow any object model, convention or framework.
I'm working with EF CTP 4, using POCO models, adding a new object and call SaveChanges() works but updating the object …
entity-framework entity-framework-4 pocoI'm trying to develop a TCP Server with POCO C++ libraries. I found some examples here. At first I tried …
c++ poco poco-librariesWe are starting a new web based product in which we are planning to expose our business logic through WCF …
asp.net wcf entity-framework-4 poco self-tracking-entitiesI am getting this nullable column error message in Entity Framework 4.1 - when the column is not actually nullable: Non-nullable …
c# entity-framework mapping poco nullableI have a 1..* relationship between Review and Recommendations. The relevant portion of my model (which is also the POCO mapped …
asp.net-mvc entity-framework-4 repository pocoPossible Duplicate: EF4 Cast DynamicProxies to underlying object I'm trying to figure out how to clone or convert a System.…
c# entity-framework poco dynamic-proxy cloningI wrote a few assumptions regarding Entity Framework, then a few questions (so please correct where I am wrong). I …
entity-framework-4 poco ado.net-entity-data-modelI'm using Entity Framework 4 with POCO template. I have a List where MyObject are dynamic proxies. I want to use …
c# serialization entity-framework-4 pocoIn Entity Framework 4 Is it possible to choose to load some queries into a POCO without it using proxy classes? (…
c# entity-framework poco proxy-classesI'm doing my first project with EF and I'm planning to go the code-first model. I'm trying to find a …
c# entity-framework-4.1 poco code-first