Who calls the main method ??

Showing Answers 1 - 8 of 8 Answers

SAMEER

  • Oct 13th, 2006
 

Operating System Calls the Main Method.

  Was this answer useful?  Yes

Prasad

  • Oct 20th, 2006
 

I think the .NET runtime (CLR) should call the main method. Because every .NET program is managed by the CLR that is why we some times call it as managed code.

  Was this answer useful?  Yes

R.Aryal

  • Oct 31st, 2006
 

It seems CLR calls Main(), in C# primarily. However, CLR sits on the top of Operating System, so one can also say - OS calls Main(), as in C.

  Was this answer useful?  Yes

chetan

  • Dec 9th, 2006
 

Actually From My Point Of View When Any .Aspx page Is Called by Cosumer First Of all IIS Recognize That Page as .Aspx File And Send It to aspnet+isapi.ddl to Deal with It. 

  Was this answer useful?  Yes

mohan

  • Dec 21st, 2006
 

The CLR calls Main() when your program starts.

  Was this answer useful?  Yes

nishanthnair

  • Mar 16th, 2007
 

The one and only CLR. OS dont know what is happening. :)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions