It is possible to have multiple Main() methods in C# program. But, you have to explicitly identify which Main method is the entry point at the run-time.
Yes,We can have more than one Main function in C# program.............