dto
JSON/XML output in GUI, BLL or DTO?
I\'m using content-negotiation, so depending on the header of the request I provide JSON/XML output. Now I was wondering what the best location is for providing this functionality.[详细]
2023-04-12 00:31 分类:问答Change Tracking with DTO to POCO Entity Framework 4/4.1
I\'ve used Entity Framework 4.0 POCO entities for persistence layer in the current project. I\'ve used DTO\'s to send the data from Service Layer to UI Layer. Repositories and inside of Service Layer[详细]
2023-04-09 05:29 分类:问答GWT RPC: DTO vs. DAO?
I\'ve started learning GWT about a week ago and here\'s the question I can\'t answer for sure. Here\'s the server-side:[详细]
2023-04-08 02:49 分类:问答Enum type naming conventions in DTO's
I\'m creating an application facade in front of my domain model and using dto\'s for the exchanges between the consumer and the facade.[详细]
2023-04-07 11:10 分类:问答Entity Framework Code First DTO or Model to the UI?
I am creating a brand new application, including the database, and I\'m going to use Entity Framework Code First. This will also use WCF for services which also opens it up for multiple UI\'s for diff[详细]
2023-04-02 14:56 分类:问答Can DTO have basic object level operations like Clone?
I understand DTO\'s strict definition is to serve as container t开发者_Go百科o transport data, it shouldn\'t have any behavior. However, I have faced a situation with a need to clone the DTO, two opti[详细]
2023-04-02 08:37 分类:问答AutoMapper - How do I map some dto objects into one domain object?
I am having an issue using AutoMapper to map some DTO objects (abstract object with inheritance)to one domain object.[详细]
2023-04-02 02:16 分类:问答DDD - Complex ORM Mapping
I am writing a Java DDD application in which the database model is already designed and implemented. The problem i开发者_开发问答s that my domain objects differs from the database model and the the OR[详细]
2023-03-30 21:27 分类:问答BlazeDS not handling Java inner class DTO
I\'ve noticed BlazeDS has certain things it does not support and it is often difficult to find this out. Ex: polymorphism is not. One must create methods with different names as methods with the same[详细]
2023-03-29 02:49 分类:问答Need some clarifications on the Model side of MVC
I guess 开发者_运维百科I would need some really good explanation on some Model related concepts.[详细]
2023-03-22 06:50 分类:问答