W
webncliff
All,
I am just starting to learn .NET/C#, I notice there is a new
intermedia binary CIL, which needs to be jited to native binary at
runtime ( same thing with java ), but if my code will always run under
X86/Windows platform ( indeed there are not other commercial .NET VM
anyway ). why should I bother to use CIL? Will that be possible to
write code with the help of .NET Framework Class Library, and compile
everything into native managed code running under .NET VM? Is there
any reason not to do this?
Thanks for any reponse,
webcliff
I am just starting to learn .NET/C#, I notice there is a new
intermedia binary CIL, which needs to be jited to native binary at
runtime ( same thing with java ), but if my code will always run under
X86/Windows platform ( indeed there are not other commercial .NET VM
anyway ). why should I bother to use CIL? Will that be possible to
write code with the help of .NET Framework Class Library, and compile
everything into native managed code running under .NET VM? Is there
any reason not to do this?
Thanks for any reponse,
webcliff