Most voted "poco" questions
POCO (Plain Old CLR Object) as well as POJO (Plain Old Java Object) simply means an object that has no internal or external dependency
Learn more…4 questions
Sort by count of
-
10
votes2
answers1623
viewsWhat is the real concept and usefulness of POCO classes?
I am studying and developing a new project and the little studying on Windows Phone 7.1, I saw that they suggest/ indicate the use of classes POCO, for database mapping (It seems to me that Windows…
-
4
votes1
answer471
viewsDesign Patterns - DTO, POCO, MODEL
What’s the difference between DTO, POCO, MODEL? Because I am developing a layered application, DAL, BLL and UI.
-
0
votes0
answers62
viewsProblems with Objectstatemanager when updating a Model
I’m having trouble updating a model, the code below is working correctly when I give GET in a context model edits on the screen (View) and I give a Submit everything ok but when I have a data grid…
-
0
votes1
answer96
viewsWhere should I put the model classes (POCO) in a C#Solution?
Currently my Solution is organized more or less like this: View (Windows Forms) DAL (Data access, return business entities) BLL (business rules in general) Model (POCO’s representing any business…