I\'m learning C# and I\'m very new to it, so forgive me for the seemingly stupid question. I have some experience in Java, and I noticed that C# programs also need a m
m
In this scenario you need at least one class in your code with the Main method in it. The other classes do not need the Main method.
Main