What is the best way to work with NHibernate and send entity to WCF client? I ask it because we know that we could lost performance if I serialize and deserialize all of these entity all time mainly if i'm using one duplex service.
I think that biggest problem is with unknown types by WCF. When i read this thread i feel that newest version there isn't problems with types. Do you agree?