What's the best way to reference a .DLL - as a normal reference or as a web service?

Posted by dotnetdev on Stack Overflow See other posts from Stack Overflow or by dotnetdev
Published on 2010-12-26T02:36:30Z Indexed on 2010/12/26 2:54 UTC
Read the original article Hit count: 268

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about .NET

Related posts about wcf