6
Answers

C# application without main() as entry point

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)