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...
Rattoon asked 15/6, 2011 at 6:5
1
© 2022 - 2024 — McMap. All rights reserved.