Community

Misusing C#: Multiple Main() Methods

(Jeremy) Sometimes you run across things you should probably never do in real life but are possible in your development environment. Having more than one “Main()” method in an application is one of those things in the .NET world.