Hi,
I am learning C# and would like some advice from the 'experts'. I am having some trouble with the layout, ie naming of classes, etc. I was told to give classes a logical name, ie. Customer - but then how do you typically name the class which contains the main() method? I was naming this class as 'Customer' but then found I needed an another customer class later on. Does someone have a logical naming convention that helps keep things orderly and easy to follow? ALso, do you always keep the class with the main method last in the code?
It's some of the simple things that are confusing me in the beginning!
Thanks in advance.
I am learning C# and would like some advice from the 'experts'. I am having some trouble with the layout, ie naming of classes, etc. I was told to give classes a logical name, ie. Customer - but then how do you typically name the class which contains the main() method? I was naming this class as 'Customer' but then found I needed an another customer class later on. Does someone have a logical naming convention that helps keep things orderly and easy to follow? ALso, do you always keep the class with the main method last in the code?
It's some of the simple things that are confusing me in the beginning!
Thanks in advance.