Flow of execution of .NET assembly?
Hello,
I was curious to know about the flow of execution of .NET assembly?
I just know know CLR converts IL code to native code. Does anyone know what all things happen? Have you come across any link?
Also, If I have .NET framework 1.0,1.1,2.0 installed on my machine which framework will be referred when I execute a .NET assembly?
Hoping to learn few things
Thanks,
Ajit
|