Home All Groups Group Topic Archive Search About

Compilation in dot NET

Author
24 Oct 2006 3:08 AM
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

Author
24 Oct 2006 6:08 AM
Tim Patrick
You might want to read up on compiler theory, a standard computer science
topic. Try this web page to start.

http://en.wikipedia.org/wiki/Compiler

-----
Tim Patrick
Start-to-Finish Visual Basic 2005

Show quoteHide quote
> 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
>
Author
24 Oct 2006 11:25 AM
yahoo
Tim Patrick wrote:
Show quoteHide quote
> You might want to read up on compiler theory, a standard computer science
> topic. Try this web page to start.
>
> http://en.wikipedia.org/wiki/Compiler
>
> -----
> Tim Patrick
> Start-to-Finish Visual Basic 2005
>
> > 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
> >


Thanks


Bhuwan Bhaskar
Author
24 Oct 2006 2:05 PM
Herfried K. Wagner [MVP]
"yahoo" <khu***@gmail.com> schrieb:
> 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.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://dotnet.mvps.org/dotnet/faqs/>