Dev Definitions I

 0    10 词汇卡    marcinbalutpoland
下载mp3 打印 检查自己
 
问题 答案
Reflection
开始学习
Reflection is the ability of a code to access the metadata of the assembly during runtime.
Serialization
开始学习
Serialization is the process of converting an object into a format that can be stored, transmitted, or reconstructed later.
Deserialization
开始学习
Deserialization is the process of converting serialized data, such as binary/ XML/ json data, back into an object.
When to use serialization?
开始学习
It is mostly used in Web API to convert class objects into JSON string.
CTS
开始学习
CTS stands for "Common Type System"
CLS
开始学习
CLS stands for "Common Language Specification"
CLR
开始学习
CLR stands for "Common Language Runtime"
JSON
开始学习
JSON stands for "JavaScript Object Notation'
JIT compiler
开始学习
Just-In-Time compiler
GAC
开始学习
GAC stands for "global assembly cache"

您必须登录才能发表评论。