dto
DTO mapping and updating to a Database with Java, Dozer and Hibernate
I\'m using Dozer to map Hibernate entities to their DTOs. A simplified example class is the following:[详细]
2023-02-20 18:01 分类:问答Ways to pass a DTO object representing user's search criteria to the DAL
I have an MVC app divided into the usual layers: MVC presentation layer, Business Logic, and Data Access Layer.[详细]
2023-02-20 04:24 分类:问答Public Fields in DTO and Domain object
I\'m doing a code review for one project. It\'s architecture you can se开发者_如何学运维e on the following scheme:[详细]
2023-02-17 16:33 分类:问答What drives the design of a data transfer object?
I am writing a web service.I am also writing a web client which uses开发者_运维百科 this web service.I\'ve experienced some of the pain of trying to send domain objects over the wire (cyclic reference[详细]
2023-02-17 02:39 分类:问答Data transfer object with O(1) lookup
Hi I want to use a datatransfer object that is got by reading a database using NHibenrate and that has like 1000 records and I need to use this DTo carefullywherein based on a certain key i select a v[详细]
2023-02-16 08:36 分类:问答Use of DTO in ASP.NET MVC
In the context of ASP.Net MVC 2开发者_开发问答.0, can anybody please explain why do we need to use DTO (Data Transfer Object) if there can already be Models? I have seen an example where a web service[详细]
2023-02-14 07:25 分类:问答ValueInjecter question
After working with AutoMapper I came across ValueInjecter on this site. I am trying it out but I am stuck on what is probably a very simple scenario.[详细]
2023-02-14 07:13 分类:问答Understanding how WCF works
I am using a WCF service between the Client side UI (Silverlight 3.0) and the Data Layer. We are using NHibernate for Database Access. So please tell me if my below understanding is correct or not:[详细]
2023-02-13 22:55 分类:问答WCF DTO transfer problem "Cannot convert from XX to XX"
I\'m having the following problem: cannot convert from \'MyProject.DataLayerServiceRef.MyDTO\' to \'WCFService.MyDTO\'[详细]
2023-02-13 10:04 分类:问答Domain Transfer Object for a html form with various count of fields
Has anybody dealt with a situation, that on the client side (html form) there is one type of field, that exist various times?[详细]
2023-02-13 02:41 分类:问答