Tagged Questions
7
votes
4answers
2k views
how to add event listener via fluent nhibernate?
I want to add an event listener (IPreUpdateEventListener) to add NH but I can't seem to find an example when using a fluent configuration.
I want to be able to add the listener when I create the ...
1
vote
3answers
155 views
What is the purpose of event listeners?
What is the purpose of event listeners and how do I make use of them in a console application in Visual C#?
Under what circumstances can I substitute them for threads, and would it be a good idea to ...
0
votes
1answer
45 views
Implementing custom sytem.diagnostics for a managed application
I am facing a difficult problem. I need to implement a custom diagnostics section just like the system.diagnostics in the app.config for a managed application. The scenario is as follows:
I have an ...