C# application without main() as entry point

Apr 7 2014 3:38 AM
HI,

I have a requirement to create a C# application with some methods in it and without any main. Can this be possible? Can we use any other entry points than main()?


Answers (6)