Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in poco

Add property to POCO class at runtime

In a layered architecture using Entity Framework, should I return POCO classes from the BLL? (Architecture guidance needed)

Entitity Framework: Change tracking in SOA with POCO approach

Examples for Entity Framework 4: Mapping POCOs to EAV database?

c# entity-framework-4 poco

How to map table splitting in EF Code First?

Entity Framework Non-nullable column is mapped to a nullable entity property

Entity Framework + POCO

How would I know if I should use Self-Tracking Entities or DTOs/POCOs?

The entity type [Name] is not part of the model for the current context

What can I use POCO for?

c# entity-framework poco

How can I use a sql reserved keyword in the name of a property in an entity framework data context?

Entity Framework POCO Entities in multi layer web application

How to map lookup table to enum?

How do I use System.ComponentModel.DataAnnotations.AssociationAttribute

Many-To-Many Relationship in Code-First EF4

POCO Vs Entity Framework Generated Classes? [closed]

EF5 generates SQL Server CE constraints with dot in name

When should POCO be used in EF4?

DDD, Repository, & Encapsulation