- Hands-On Object:Oriented Programming with C#
- Raihan Taher
- 71字
- 2021-07-02 12:44:33
Common Language Runtime
The CLR provides an interfacing between the underlying unmanaged infrastructure with the managed environment. This provides all of the basic functionalities of the managed environment in the form of garbage collection, security, and interoperability. The CLR is formed with the just-in-time compiler, which compiles the assembly code that's produced with the specific compilers to the native calls. CLR is the most important portion of the .NET architecture.
推薦閱讀
- GitLab Cookbook
- Learning Cython Programming(Second Edition)
- Node.js 10實(shí)戰(zhàn)
- Android 9 Development Cookbook(Third Edition)
- Apex Design Patterns
- 微信小程序入門(mén)指南
- WordPress 4.0 Site Blueprints(Second Edition)
- C++從入門(mén)到精通(第6版)
- Instant jQuery Boilerplate for Plugins
- H5+移動(dòng)營(yíng)銷設(shè)計(jì)寶典
- Neo4j 3.x入門(mén)經(jīng)典
- ROS機(jī)器人編程實(shí)戰(zhàn)
- Android嵌入式系統(tǒng)程序開(kāi)發(fā)(基于Cortex-A8)
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)案例教程(第二版)
- Learning TypeScript