Originally posted by thinktank2
Put all those codes under "Kovan" namespace...
at the end, they will be compiled into classes
each class containing functions that relate to the class name
like
myFile.cs will contain all the functions related to Files
myDatabase.cs will contain all the functions related to databases and so on

and putting them in a namepsace is not a problem