.NET Core - Code Execution

时间:2021-08-07 00:00:03   收藏:0   阅读:38

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.

技术分享图片

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.

技术分享图片

原文:https://www.cnblogs.com/Griffin/p/15110553.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!