----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: vineetbatta Message 5 in Discussion Here I put it in simple steps Some Code is there in Sample.cs file. You build the project and generate the Executable. Step I Upon Compliation all the Code gets conveted into MSIL code. You can view the IL code using ILDASM.exe. This code is what the CLR can execute. IL is not machine code. The compilers also emit the Metadate which makes it completely self describing. Step2 The CLR will load this MSIL(or IL) code and JIT complile to convert IL into machine Code just before the execution. So CLR also natively compiles to machine code from IL form. After this the code will be executed. CLR aslo does other things like GC/Code access security etc. -Vineet Batta MCAD ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDotNet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
