1
Reply

Describe the Managed Execution Process in .NET?

18y
7.7k
0
Reply

    1. Choose the compiler
    2. Compile code into MSIL
    3. Compile MSIL into native code
    4. run the program