This would be question from c# beginner.
When I create console application I get Main method with parameter args as array string.
I do not understand how t
Every managed exe has a an entry point which can be seen when if you load your code to ILDASM. The Entry Point is specified in the CLR headed and would look something like this.