Tagged Questions

2
votes
2answers
175 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 ...