CTS(Common Type System):通用类型系统;指定最基本类型便于.Net Framework的各种语言之间进行交互。

CLR(Common Language Runtime):.Net公共语言运行库/公共语言运行时,负责管理.Net库开发的所有应用程序的执行。

CLI(Common Language Infrastucture):公共语言基础设施。CLI的运行时部分称为CLR。

native code:本机代码。

CIL(Common Intermediate Language):通用中间语言。

IL(Intermediate Language):中间语言。.Net框架库主要是以IL的形式构建的。

MSIL

JIT(Just-In-Time):即时编译。

ahead-of-time compilation:前期编译。

COM(Component Object Model):组件对象模型。

DLR(Dynamic Language Runtime):动态语言运行时。

PIA(Primary Interop Assembly):主互操作程序集。

WPF(Windows Presentation Foundation)

MCF(Windows Communication Foundation)

Windows WF(Workflow Foundation)

XAML(Extensible Application Markup Language)

BAML(Binary Application Markup Language):二进制应用程序标记语言。

API(Application Programming Interface):应用程序编程接口。

LINQ(Language Integrated Query):语言集成查询。

GAC(Global Assembly Cache):全局程序集缓存。可以存放一些有很多程序都要用到的公共Assembly。

会一直完善

参考资料深入理解C#(第三版,C# in Depth)

语句:statement

块:block;用于只允许使用单个语句的上下文中编写多条语句。块由一对大括号之间的语句列表组成。

声明语句:declaration statement。用于声明局部变量和常量。

表达式语句:expression statement.

选择语句:selection statement。

迭代语句:iteration statement。

跳转语句:jump statement。

 

类:class。

实例:instance。

对象:object。

继承:inheritance。

多态性:polymorphism。

派生类:derived class。

基类:base class。

C#/.Net 部分缩写的更多相关文章

  1. [LeetCode] Minimum Unique Word Abbreviation 最短的独一无二的单词缩写

    A string such as "word" contains the following abbreviations: ["word", "1or ...

  2. [LeetCode] Valid Word Abbreviation 验证单词缩写

    Given a non-empty string s and an abbreviation abbr, return whether the string matches with the give ...

  3. [LeetCode] Unique Word Abbreviation 独特的单词缩写

    An abbreviation of a word follows the form <first letter><number><last letter>. Be ...

  4. 常用CSS缩写语法总结

    使用缩写可以帮助减少你CSS文件的大小,更加容易阅读.css缩写的主要规则如下: 颜色 16进制的色彩值,如果每两位的值相同,可以缩写一半,例如:#000000可以缩写为#000;#336699可以缩 ...

  5. Mac Mail PGP Setup 如何在苹果电脑上设置安全邮件 良好隐私密码法(英语:Pretty Good Privacy,缩写为PGP)

    背景知识 良好隐私密码法(英语:Pretty Good Privacy,缩写为PGP),一套用于讯息加密.验证的应用程序,采用IDEA的散列算法作为加密与验证之用. 关联文献:https://en.w ...

  6. php简写表达式,&& or || 缩写条件语句

    有时候学的多了, 好多小细节 都忘了 ,比如 简单的表达式, 三元表达式   ?:; $aa or $bb 表达式 等等! 写一些简单的表达式,备忘! php用&&和||缩写条件语句 ...

  7. tcpdump的使用以及通信协议中常见缩写涵义(持续不定期更新)

    1. tcpdump的使用 在tcpdump输出中 Flags: [S],表示该TCP报文段包含SYN标志 [F],表示该TCP报文段包含FIN标志 seq:TCP首部32位序号值 win:接收通告窗 ...

  8. [中英双语] 数学缩写列表 (List of mathematical abbreviations)

    List of mathematical abbreviations From Wikipedia, the free encyclopedia 数学缩写列表 维基百科,自由的百科全书 This ar ...

  9. Linux 常见的单词缩写

    命令缩写:ls:list(列出目录内容)cd:Change Directory(改变目录) su:switch user 切换用户 rpm:redhat package manager 红帽子打包管理 ...

  10. 为自己的git添加alias,命令缩写

    在多人协作开发时,一般用git来进行代码管理.git有一些命令如:git pull . git push等等,这些命令可以设置alias,也就是缩写.如:git pull 是 git pl, git ...

随机推荐

  1. CUDA kernel使用printf调试,一定要加cudaDeviceSynchronize

    #include <stdio.h> __global__ void print() { printf("Hello from (%d, %d)\n", blockId ...

  2. Unity UGUI --- Text组件预先获取文本的宽度和高度

    转自:https://blog.csdn.net/u010180140/article/details/104049958 原作者是用lua写的.明白用什么接口就好,什么语言不重要. 给定文本内容给T ...

  3. Mule获取Http参数

  4. PR / PO审批

    PR审批的BAPI 1.单个项目PR审批 CALL FUNCTION 'BAPI_REQUISITION_RELEASE' EXPORTING number = l_banfn rel_code = ...

  5. shr8.2视图配置注意点

  6. ABAP 报表的两种下钻功能

    在报表开发中往往会由需求要求跳转,SAP中提供了一些下钻的方式. 这里主要介绍两种 submit 和 call transaction submit 引用的是报表名称,以自开发报表居多 call tr ...

  7. tidb自动处理僵尸进程脚本

    [root@host-2 wj]# vi kill_tidb_zombie.sh #!/bin/bash source /etc/profile cat /dev/null > /tmp/sql ...

  8. c++内存分配函数

    c语言中: 动态分配内存: malloc()函数; 释放内存: free()函数; c++中: 上述函数仍然可以使用; 动态分配内存: new关键字; 释放内存: delete关键字; int *p ...

  9. Java基础之变量与常量

    变量 定义:可以变化的量. Java是一种强类型语言,每个变量都必须声明其类型. Java变量是程序种最基本的存储单元,其要素包括变量名,变量类型和作用域. //数据类型 变量名 = 值:可以使用逗号 ...

  10. js字符串截取(获取指定字符后面的所有字符内容)

    function getCaption(obj, text){ let index = obj.lastIndexOf(text) + text.length-1; obj = obj.substri ...