What happens when user click .NET assembly (EXE)?
Posted
by Sathish
on Stack Overflow
See other posts from Stack Overflow
or by Sathish
Published on 2010-05-07T11:48:15Z
Indexed on
2010/05/07
12:08 UTC
Read the original article
Hit count: 143
Consider we have .NET Winforms application or Console Application. Can anyone tell me what will happen step-by-step until the WinForm or Console Application is launched. I would like know the internals - like how EXE will communicate with Framework, what is the role of CLR, what happens in case of exception while launching applicaiton itself.etc...
© Stack Overflow or respective owner