unhaddins Questions

1

Solved

I have a simple entity class in a WPF application that essentially looks like this: public class Customer : MyBaseEntityClass { private IList<Order> _Orders; public virtual IList<Order&...
Periodic asked 25/11, 2013 at 4:51

2

Solved

I have a windows service application that work with multithread. I use NHibernate in data access layer of this application. What is your suggestion for session management in this application. I re...
1

© 2022 - 2024 — McMap. All rights reserved.