dpanattoni
IS-IT--Management
I want to create a library of commonly called routines and classes in C#. Is this commonly done through the use of namespace?
If so, what are the steps?
Create a file with a namespace included. What type of file is this, a .cs or some other type?
From the program, how do I include the newly created namespace?
Thanks.
If so, what are the steps?
Create a file with a namespace included. What type of file is this, a .cs or some other type?
From the program, how do I include the newly created namespace?
Thanks.