T
Tony Johansson
Hello!
I have some questions and I want to be sure about the :NET environment..
Question number 1:
Is this right C++/CLI hasn't existed until in VS++ 2005(VC8)
Question number 2:
When you compile a .NET code the .NET compiler produces Intermediate
Language(IL code) and metadata.
Question number 3:
This Intermediate Language is called managed code and can for example be an
exe file or dll file.
Question number 4:
When you execute this IL code which could be some exe file the runtime use
the Just-In_Time(JIT) compiler to produce the binary native code.
Question number 5:
Before being able to run the exe file the system must have an
CommonLangageRuntime because it's the CLR that actually runs the image code
and the .NET framework
//Tony
I have some questions and I want to be sure about the :NET environment..
Question number 1:
Is this right C++/CLI hasn't existed until in VS++ 2005(VC8)
Question number 2:
When you compile a .NET code the .NET compiler produces Intermediate
Language(IL code) and metadata.
Question number 3:
This Intermediate Language is called managed code and can for example be an
exe file or dll file.
Question number 4:
When you execute this IL code which could be some exe file the runtime use
the Just-In_Time(JIT) compiler to produce the binary native code.
Question number 5:
Before being able to run the exe file the system must have an
CommonLangageRuntime because it's the CLR that actually runs the image code
and the .NET framework
//Tony