Hello, today is my first day using NHibernate, please forgive my noob questions. I'm familiar with Entity Framework and WCF RIA services so my approach is from that perspective.
Thus far I've been able to make a simple WCF service that opens a session and sends entities over the wire.
I work with collections as List<T> on the client. I want to know if if there is a collection I can use to mange state on the client side (i.e. something like EntitySet). Does NHibernate support a similar concept?
Thanks,
Sam
|