Difference between DLL and a class library?http://forums.asp.net/t/1808878.aspx/1?Difference+between+DLL+and+a+class+library+Wed, 30 May 2012 09:27:42 -040018088785003593http://forums.asp.net/p/1808878/5003593.aspx/1?Difference+between+DLL+and+a+class+library+Difference between DLL and a class library? <p>Hi,<br> could somebody please explain me which is the difference between using a dll to store custom functions in my project, instead of a normal class (.cs file) for the same purpose? What are the benefits and disadvantages (if any)?<br> <br> Thank you</p> 2012-05-30T09:03:59-04:005003638http://forums.asp.net/p/1808878/5003638.aspx/1?Re+Difference+between+DLL+and+a+class+library+Re: Difference between DLL and a class library? <p>hi, if you kept the custom function class in your project then it's not resuable, maitenance is not easy (due to multiple copies etc.,), still you can reuse by copying the class into your required project. but DLL means just you can add reference.</p> <p>if you have it as DLL then it's resuable, easy maitenance&nbsp; etc.,</p> 2012-05-30T09:18:24-04:005003666http://forums.asp.net/p/1808878/5003666.aspx/1?Re+Difference+between+DLL+and+a+class+library+Re: Difference between DLL and a class library? <p>Very clear explanation.<br> <br> Thank you!</p> 2012-05-30T09:27:42-04:00