Tagged Questions

2
votes
1answer
102 views

How to subscribe to an event inside a facade class

I have two projects 1: windows forms project and 2: a business logic project that recursively walks the file system looking for specific files. I want the windows project to subscribe to an event ...
2
votes
2answers
174 views

Should I use a façade over 3rd party assemblies?

We are compiling a list of common functions and methods into a utilities assembly. Part of this utilities assembly is to provide a façade over the Enterprise Library Logging Block. The utility ...