good day! I need your help.. how do you write and structure your code in a class library such that when it is built as dll other programmers can use that dll as their library more like the base class library. except that i dont know how to structure them are there any rules in writing a good library? best practices maybe? so that my library will be elegant and much like the base class libraries in .net
please help.. thanks!
This should help: Design Guidelines for Developing Class Libraries. Actually a good reading for all .net developers.