Best Practices for Winforms Session
I'm looking for some articles or samples on best practices for a complex WinForms application, using Fluent NHibernate.
Is there any such article that discusses best practices for dealing with the following types of data:
- 'Static' Data - data you want to keep in the session that will primarily not be changed
- Best practice for loading, changing, saving, unloading records (not affecting static data)
- Databinding grids and other user conrols (textbox, combobox, etc) to data.
Support Staff 2 Posted by Paul Batum on 15 Sep, 2010 04:50 PM
When it comes to session management (or really, ANY aspect other than your
mappings), you are better off just searching for nhibernate related
resources. This list is just for Fluent NHibernate related concerns.
You shouldn't have much trouble finding some good articles on nhibernate
session management for windows forms. If you get really stuck, just ask on
the nhibernate users <http://groups.google.com/group/nhusers/> mailing list,
I'm sure they'll have links for you.
On Mon, Sep 13, 2010 at 7:37 AM, Paul Brower <
***@tenderapp.com<tender%***@tenderapp.com>
> wrote: