Can we have more than one main method in c# programs ?

Answer : Yes. In two different classes. You just to have make one of those as one entry point for your application.

I will provide a detailed example on this.

–Pawan , pawankkmr@gmail.com