dto
How to design DTO about Intersection Entity with attribute
I\'m wondering How I can design DTO about Intersection Entity (about many-to-many relation) with attribute.[详细]
2023-02-04 12:50 分类:问答BlazeMonster (AS3 VO/DTO Generation) support complex Java class?
Can BlazeMonst开发者_开发问答er generate AS3 Value Object/Data Transfer Object from complex Java classes without issue, like enum, generic, collection/set/list/map than contain other collection/set/li[详细]
2023-02-04 11:00 分类:问答What is the right way to fill DTOs
I am using DTOs (Data Transfer Objects) to transfer information between the different layers of my application.[详细]
2023-02-03 09:51 分类:问答Gilead vs RequestFactory for GWT
What are the pros and cons for each? Which is your开发者_如何学运维 favorite? Thanks.Peter Knego lists out 3 disadvantages of RequestFactory here.[详细]
2023-02-03 06:06 分类:问答DTOs Collections mapping Problem
I\'m working now on a multi-tier project using .Net which has layers as following : DAL BLL GUI Layer and Shared DTOs between BLL and GUI layers.[详细]
2023-02-03 02:02 分类:问答An ASP.NET MVC validator to make sure at least one checkbox is checked
I have an ASP.NET MVC 2 project in which I\'ve created a data transfer object to receive data from a web page form. The form has two groups of checkboxes on it. I want to validate the object to make s[详细]
2023-01-31 17:01 分类:问答How do I use automapper to conditionally map key / values to a DTO?
I have the following scenario: Due to an unfortunate legacy database, I have some classes mapped to NHibernate that I want to flatten into a DTO.It looks something like this:[详细]
2023-01-29 13:55 分类:问答Dto/TransactionScripts and Odata Services
With an odata service, we can query from 开发者_运维百科the clientside without using dto. Do i really need dto layer if i use odata svc? What are the cons and pros if i don\'t use dto. In our old syst[详细]
2023-01-27 12:21 分类:问答NHibernate - flagging specific properties as 'dirty'
I am working on an NHibernate project and have a question regarding updating transient entities. Basically the workflow is as follows:[详细]
2023-01-26 08:17 分类:问答ASP.NET MVC: Best practice or design pattern for getting the DTO/EditModel into the Database
I am using AutoMapper to create DTOs for the ViewModel and EditModel.I can\'t find out a good example of how to take the EditModel and apply the changes it contains to the database.[详细]
2023-01-24 11:24 分类:问答