How to structure C# class library?

Patrick87 picture Patrick87 · Jun 29, 2013 · Viewed 9.3k times · Source

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!

Answer

Jan Dobkowski picture Jan Dobkowski · Jun 29, 2013

This should help: Design Guidelines for Developing Class Libraries. Actually a good reading for all .net developers.