任何人都可以向我解释Asp.net5应用程序的编译和执行是如何工作的.
我是.net环境的新手
使用VS 2015(按F5)构建应用程序时的几个问题,我所知道的步骤
现在当我使用dnvm运行应用程序时会发生什么,
1. how is it compiled ?
2. What does CoreClr do?
3. how is CoreClr different from Clr
4. What happens when we do dnu restore
5. what happens when we do dnx . exe
6. At what stage is the CIL generated , where is the CIL stored
7. At what stage the JIT is used?
Run Code Online (Sandbox Code Playgroud)
谢谢