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"

コメントを投稿するにはログインする必要があります。