Home All Groups Group Topic Archive Search About

Compilation to MSIL

Author
23 Oct 2006 3:11 AM
Bhuwan Bhaskar
Hi everyone !

Can anyone tell me how source code to converted into MSIL in dotnet
framework.

Thanks

Bhuwan

Author
23 Oct 2006 3:40 AM
Stephany Young
It is not the .NET fremework per se that converts it.

It is 'converted' or, more correctly, 'compiled' by the compiler for
whichever language you are using.


Show quote
"Bhuwan Bhaskar" <bhu***@abc.com> wrote in message
news:%233d$CGl9GHA.3960@TK2MSFTNGP05.phx.gbl...
> Hi everyone !
>
> Can anyone tell me how source code to converted into MSIL in dotnet
> framework.
>
> Thanks
>
> Bhuwan
>
>
Author
23 Oct 2006 6:44 AM
Lloyd Dupont
with a compiler!!

If you use one of the express version of VisualStudio, just press F5, your
code would be compiled.
The .EXE and .DLL are the MSIL version

OTherwise use the command line compilers, such as "csc" for C#

Show quote
"Bhuwan Bhaskar" <bhu***@abc.com> wrote in message
news:%233d$CGl9GHA.3960@TK2MSFTNGP05.phx.gbl...
> Hi everyone !
>
> Can anyone tell me how source code to converted into MSIL in dotnet
> framework.
>
> Thanks
>
> Bhuwan
>
>
Author
24 Oct 2006 2:59 AM
khulbe
Bhuwan Bhaskar wrote:
> Hi everyone !
>
> Can anyone tell me how source code to converted into MSIL in dotnet
> framework.
>
> Thanks
>
> Bhuwan

I want to know the steps followed by the compiler to convert Source
code to  MSIL.

Bhuwan Bhaskar
Author
24 Oct 2006 3:18 AM
Massimo
<khu***@gmail.com> ha scritto nel messaggio
news:1161658768.901068.148340@f16g2000cwb.googlegroups.com...

>> Can anyone tell me how source code to converted into MSIL in dotnet
>> framework.
>
> I want to know the steps followed by the compiler to convert Source
> code to  MSIL.

Then maybe a good book on compilers can help you better than this newsgroup;
the topic is quite complex.


Massimo
Author
24 Oct 2006 12:54 PM
Kevin Spencer
See http://msdn2.microsoft.com/en-us/library/ms299153.aspx

--
HTH,

Kevin Spencer
Microsoft MVP
Short Order Coder
http://unclechutney.blogspot.com

What You Seek Is What You Get

<khu***@gmail.com> wrote in message
Show quote
news:1161658768.901068.148340@f16g2000cwb.googlegroups.com...
>
> Bhuwan Bhaskar wrote:
>> Hi everyone !
>>
>> Can anyone tell me how source code to converted into MSIL in dotnet
>> framework.
>>
>> Thanks
>>
>> Bhuwan
>
> I want to know the steps followed by the compiler to convert Source
> code to  MSIL.
>
> Bhuwan Bhaskar
>

AddThis Social Bookmark Button