Re: How i use Csla.net with NHibernate-part 1

Re: How i use Csla.net with NHibernate-part 1

Old forum URL: forums.lhotka.net/forums/t/6724.aspx


mamboer posted on Thursday, March 26, 2009

Well,maybe i'm in the wrong way...I found that to make the data synchronization between BO and DTO automatically was very difficult(somewhat awful),especially when your BO has bi-direction navigation properties.

For example,Album and its related DTO AlbumDto
  Album              AlbumDto
  --User             --UserDto
  ----Roles          ----List<RoleDto>
  --Comments         --List<CommentDto>

I don't know if someone has experience on that.

Copyright (c) Marimer LLC