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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Compilation to MSIL 5
How do I remove MSIL from my native executable? 20
MSIL 15
Is VB.NET Code Secure? 20
about the Just-In-Time(JIT) compiler 27
MSIL to machine level instructions 6
PE or exe? tmpPE? 2
MSIL 3

Back
Top