Compilation in dot NET

  • Thread starter Thread starter yahoo
  • Start date Start date
Y

yahoo

Hi everyone !

can any one know the actual compilaion process ( in VB.Net) from source
code to MSIL. I know it is done by compiler but I want to know how
compiler change source code to MSIL.

Thanks

Bhuwan Bhaskar
 
yahoo said:
can any one know the actual compilaion process ( in VB.Net) from source
code to MSIL. I know it is done by compiler but I want to know how
compiler change source code to MSIL.

In addition to the other reply, check out the ECMA-335 standard.
 
Back
Top