Before I begin, similar questions but not exact:
http://stackoverflow.com/questions/41405/working-with-common-utility-libraries,
http://stackoverflow.com/questions/407739/what-to-include-in-a-utility-library.
I have recently starting working with our company's internal C# libraries, which include Common.dll and Utilities.dll; pretty standard stuff.
My current plan is to refine these two libraries into two very separate entities, that have very separate usages. However, I haven't figured out where to draw that line.
Rather than give details on what each contains, I would like neutral advice on what you would throw into each of these, in that, how you would define that barrier. I do not need uberspecifics.
There is also the argument that these two should be consolidated into a single library. (see above links) I am open to that idea if there is no suitable alternative. I am more interested in the difference between the two though.
Thanks in advance!