What's the best way to reference a .DLL - as a normal reference or as a web service?
- by dotnetdev
Hi,
What is the best way to reference an existing .NET dll (Class library)? Is there any benefit to expose web services from the class library and reference these as opposed to referencing the actual .dll (Although one benefit of the web service approach is the granularity and thus surface area exposed is up to you at coding time)?
I am thinking with loose coupling in mind, as a criteria.
Thanks