Our team made the jump from Mere Mortals to NHibernate to embrace DDD a little more, and we are struggling with performance as stated here:
http://stackoverflow.com/questions/1343590/nhibernate-long-running-session-for-particular-domain-aggregates-in-winforms Mere Mortals used ADO.NET datatables under the hood which gave our domain objects dirty tracking out of the box, and since the data access was mixed in with the entities the framework would only save the aspects of the object model that required it. With NHibernate, 1st level cache does this but we dont have 1st level cache in a distributed winforms app. Help/advice is much appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
