- 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.
推薦閱讀
- HTML5移動Web開發技術
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- Building a Home Security System with Raspberry Pi
- 深度強化學習算法與實踐:基于PyTorch的實現
- SQL基礎教程(視頻教學版)
- Hands-On Swift 5 Microservices Development
- Raspberry Pi Home Automation with Arduino(Second Edition)
- 計算機應用基礎實踐教程
- SQL Server數據庫管理與開發兵書
- C++ Application Development with Code:Blocks
- Visual FoxPro 6.0程序設計
- 從程序員角度學習數據庫技術(藍橋杯軟件大賽培訓教材-Java方向)
- 多媒體技術及應用
- Anaconda數據科學實戰
- Node.js實戰:分布式系統中的后端服務開發