I see you chose to use WInForms, not WPF. I know that you hadn't commited to one or another, but why would you use WinForms, in an app that in big part is about visualizing some data.
May I ask how are you going about hooking into NHIb to capture the executed sql? I was playing around last week attempting to capture the NH.SQL output to a MemoryLogger with log4net but was not having a lot of luck.
Comments
This is going to be interesting.
I see you chose to use WInForms, not WPF. I know that you hadn't commited to one or another, but why would you use WinForms, in an app that in big part is about visualizing some data.
Krzysztof,
The app is going to be WPF, I just don't know enough about it to be able get a quick & dirty solution.
That is hot Ayende!
May I ask how are you going about hooking into NHIb to capture the executed sql? I was playing around last week attempting to capture the NH.SQL output to a MemoryLogger with log4net but was not having a lot of luck.
Bobby,
I am constraining myself at the moment to run on an unmodified version of NHibernate 2.0.
A lot of what I am doing is related to capturing NHibernate's information