|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Compilation to MSILHi everyone !
Can anyone tell me how source code to converted into MSIL in dotnet framework. Thanks Bhuwan 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 > > 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 > > Bhuwan Bhaskar wrote:
> Hi everyone ! I want to know the steps followed by the compiler to convert Source> > Can anyone tell me how source code to converted into MSIL in dotnet > framework. > > Thanks > > Bhuwan code to MSIL. Bhuwan Bhaskar <khu***@gmail.com> ha scritto nel messaggio
news:1161658768.901068.148340@f16g2000cwb.googlegroups.com... Then maybe a good book on compilers can help you better than this newsgroup; >> 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. the topic is quite complex. Massimo See http://msdn2.microsoft.com/en-us/library/ms299153.aspx
-- Show quoteHTH, Kevin Spencer Microsoft MVP Short Order Coder http://unclechutney.blogspot.com What You Seek Is What You Get <khu***@gmail.com> wrote in message 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 > |
|||||||||||||||||||||||