Top "Poco" questions

Means Plain Old CLR Object, a simple object that does not follow any object model, convention or framework.

Custom setter for C# model

I don't know how to make custom setter for C# data model. The scenario is pretty simple, I want my …

c# .net entity-framework poco
Generate POCO classes in different project to the project with Entity Framework model

I'm trying to use the Repository Pattern with EF4 using VS2010. To this end I am using POCO code generation …

.net entity-framework code-generation repository-pattern poco
"Metadata information not found" while using EF4's POCO Template?

I just installed the POCO Template for EF4. I have a single entity in my model, AnnouncementText, and the T4 …

entity-framework poco efpocoadapter
Explanation of POCO

I'm wondering if anyone can give a solid explanation (with example) of POCO (Plain Old CLR Object). I found a …

poco
Automapper : mapping issue with inheritance and abstract base class on collections with Entity Framework 4 Proxy Pocos

I am having an issue using AutoMapper (which is an excellent technology) to map a business object to a DTO …

.net entity-framework collections poco automapper
The entity type [Name] is not part of the model for the current context

I create a model using EF and generated its context using DbContext 5.X generator. Now I renamed class name of …

c# entity-framework-5 poco database-first
Adding [DataMember] [DataContract] attributes in Entity Framework POCO Template

I would like some help adding in a POCO .tt Entity Framework template Attributes to support WCF serialization and if …

wcf c#-4.0 entity-framework-4 poco t4
EF Code First - Recreate Database If Model Changes

I'm currently working on a project which is using EF Code First with POCOs. I have 5 POCOs that so far …

entity-framework asp.net-membership poco
POCO Class in EF not working as Expected

I have created a DataBase in SQL and created an EDMX in Visual Studio 2012. It automatically created POCO (TT) classes. …

visual-studio-2012 entity-framework-5 poco edmx
How to statically link using link.exe

I've been trying to statically link against a C++ library called Poco on Windows using the Visual Studio 2008 command line …

c++ static linker visual-c++ poco