其他分享
首页 > 其他分享> > .NET Core - Code Execution

.NET Core - Code Execution

作者:互联网

In this chapter, we will understand the execution process of .NET Core and compare it with the .NET Framework. The managed execution process includes the following steps.

Code Execution

Choosing a Compiler

Compiling your code to MSIL

Compiling MSIL to Native Code

Running Code

.NET Core Code Execution Process

Now let’s relate how code executes with .NET Core as compared to .NET Framework. In .NET Core there are many replacements of these components that are the part of the .NET Framework.

.NET Core Code Execution

标签:Core,code,language,Code,MSIL,NET,execution
来源: https://www.cnblogs.com/Griffin/p/15110553.html