Hi everyone !
Can anyone tell me how source code to converted into MSIL in dotnet
framework.
Thanks
Bhuwan
Stephany Young - 23 Oct 2006 04:40 GMT
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.
> Hi everyone !
>
[quoted text clipped - 4 lines]
>
> Bhuwan
Lloyd Dupont - 23 Oct 2006 07:44 GMT
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#
> Hi everyone !
>
[quoted text clipped - 4 lines]
>
> Bhuwan
khulbe@gmail.com - 24 Oct 2006 03:59 GMT
> Hi everyone !
>
[quoted text clipped - 4 lines]
>
> Bhuwan
I want to know the steps followed by the compiler to convert Source
code to MSIL.
Bhuwan Bhaskar
Massimo - 24 Oct 2006 04:18 GMT
>> 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
Kevin Spencer - 24 Oct 2006 13:54 GMT
See http://msdn2.microsoft.com/en-us/library/ms299153.aspx

Signature
HTH,
Kevin Spencer
Microsoft MVP
Short Order Coder
http://unclechutney.blogspot.com
What You Seek Is What You Get
>> Hi everyone !
>>
[quoted text clipped - 9 lines]
>
> Bhuwan Bhaskar