- C# 7 and .NET Core 2.0 High Performance
- Ovais Mehboob Ahmed Khan
- 119字
- 2021-08-27 18:47:12
CoreCLR
CoreCLR provides the common language runtime environment for .NET Core applications, and manages the execution of the complete application life cycle. It performs various operations when the program is running. Operations such as memory allocation, garbage collection, exception handling, type safety, thread management, and security are part of CoreCLR.
.NET Core's runtime provides the same Garbage Collection (GC) as .NET Framework and a new Just In Time (JIT) compiler that is more optimized, codenamed RyuJIT. When .NET Core was first released, it was only supported for 64-bit platforms, but with the release of .NET Core 2.0, it is now available for 32-bit platforms as well. However, the 32-bit version is only supported by Windows operating systems.
- 算法競(jìng)賽入門經(jīng)典:習(xí)題與解答
- 信息系統(tǒng)與數(shù)據(jù)科學(xué)
- 大數(shù)據(jù)可視化
- 從0到1:數(shù)據(jù)分析師養(yǎng)成寶典
- 數(shù)據(jù)庫應(yīng)用基礎(chǔ)教程(Visual FoxPro 9.0)
- 數(shù)據(jù)庫系統(tǒng)原理及應(yīng)用教程(第4版)
- Oracle PL/SQL實(shí)例精解(原書第5版)
- 數(shù)據(jù)庫應(yīng)用系統(tǒng)開發(fā)實(shí)例
- 中文版Access 2007實(shí)例與操作
- The Natural Language Processing Workshop
- 利用Python進(jìn)行數(shù)據(jù)分析(原書第2版)
- 企業(yè)級(jí)大數(shù)據(jù)項(xiàng)目實(shí)戰(zhàn):用戶搜索行為分析系統(tǒng)從0到1
- 數(shù)據(jù)分析方法及應(yīng)用:基于SPSS和EXCEL環(huán)境
- Hands-On Java Deep Learning for Computer Vision
- 2D 計(jì)算機(jī)視覺:原理、算法及應(yīng)用